@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.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: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /*
  .label {
    border: 1px solid #000;
  }
  */
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Verve/TGBM/en_GB/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #282e8f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:visited { color:inherit; }
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .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: #777;
}
.text-primary {
  color: #282e8f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #282e8f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
 
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small: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 #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\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: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
*/
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}


.radio label input[type="checkbox"],
.checkbox label input[type="checkbox"]  {
display: inline-block;
max-width: 100%;
}

.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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #282e8f;
  border-color: #2a3089;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #282e8f;
  border-color: #2a3089;
}
.btn-primary .badge {
  color: #282e8f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #282e8f;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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: .35s;
       -o-transition-duration: .35s;
          transition-duration: .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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #282e8f;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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: #777;
  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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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, .125);
          box-shadow: inset 0 3px 5px rgba(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-left-radius: 4px;
  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-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #282e8f;
}
.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 #ddd;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #282e8f;
}
.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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  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, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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: #282e8f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #282e8f;
  border-color: #282e8f;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/*
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
*/
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/*
.label:empty {
  display: none;
}
*/
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #282e8f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #282e8f;
  background-color: #fff;
}
.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: #eee;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #282e8f;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  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: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #282e8f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #282e8f;
  border-color: #282e8f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #282e8f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #282e8f;
  border-color: #282e8f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #282e8f;
}
.panel-primary > .panel-heading .badge {
  color: #282e8f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #282e8f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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 .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .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: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}


.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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, .5);
            box-shadow: 0 5px 15px rgba(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: normal;
  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: .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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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: normal;
  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: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(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: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(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, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  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: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 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;
  }
  th.visible-lg,
  td.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;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Verve/TGBM/en_GB/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
@font-face {
  font-family: "bootstrap-icons";
  src: url("../../frontend/Verve/TGBM/en_GB/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
url("../../frontend/Verve/TGBM/en_GB/fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-1::before { content: "\f2a5"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .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%; }
  .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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Verve/TGBM/en_GB/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* Main Structure */
.qef-container { display:none; position:fixed; right:0; bottom:0; z-index:10; }
.qef-collapsed { display:inline-block; cursor:pointer; }

.trigger-on { display:block; line-height: 0; cursor:pointer; }
.trigger-on img { display:block; line-height:1; }
.trigger-off { display:none; }

.qef-on { display:block; }
.qef-off {
	display:none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.65);
}

/* Additional Styling */
.qef-head {
	cursor:pointer; display:block; height:36px; line-height:36px; padding-left:15px; background:#2c328c; color:#FFFFFF; position:relative;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.qef-head strong {  line-height:1; text-transform:uppercase; font-size:14px;  }

.qef-head .hide-enquiry { display:inline-block; border-left:1px solid #4B99E6; padding-left:10px; position:absolute; top:7px; right:15px; line-height:1; }
.qef-head .glyphicon { color:#FFFFFF; font-size:18px; }

.qef { width:380px; }
.qef-form { background:#f4f4f4; padding:15px;  }

.qef-line { display:block; margin-bottom:10px; }
.qef-line input[type="text"],
.qef-line input[type="email"],
.qef-line input[type="tel"],
.qef-line select {
	display:block; width:100%; background:#FFFFFF; font-size:12px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding-left:10px; padding-right:10px;
	height:38px; line-height:38px;

}
.qef-line textarea {
	display:block; width:100%; background:#FFFFFF; font-size:12px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding:8px 10px;
	height:90px;
	resize: vertical; /* user can resize vertically, but width is fixed */
}

.qef-line input:focus,
.qef-line select:focus,
.qef-line textarea:focus { border-color:#cccccc; outline:3px solid #efefef; }

.qef-grid {}
.qef-grid ul { display:block; margin:0 -5px 0 -5px; padding:0; list-style:none; list-style-type:none; }
.qef-grid ul li {
	display:block; width:50%; float:left;
	padding-right: 5px; padding-left: 5px;
}

.checkbox-small { display:inline-block; float:left; margin-top:0; padding-top:5px; }
.checkbox-small label {
	font-size:12px; color:#3a3a3a;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.checkbox-small label:hover { text-decoration:underline; }

.submit-button { display:inline-block; float:right; }



                         /*~``
                        ( o o )
+------------------.oooO--(_)--Oooo.------------------+
|                                                     |
|                B R E A K P O I N T S                |

|                    .oooO                            |
|                    (   )   Oooo.                    |
+---------------------\ (----(   )--------------------+
                       \_)    ) /
                             (*/



/* iPhone 4 & 5 (Portrait) */
@media (max-width:767px) {
body { /* overflow:hidden !important; */ } /* iOS Zoom bug hack */

} /* do not delete */


@media (max-width:767px) and (orientation:landscape) {
} /* do not delete */


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {

} /* do not delete */



/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1199px) {

} /* do not delete */



/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {


} /* do not delete */
/*
* jQueryTab v2.0
* Copyright Dharma Poudel (@rogercomred)
* Free to use under the GPLv3 license.
* http://www.gnu.org/licenses/gpl-3.0.html
*/
 

#container{ width:80%; padding:0px 50px; margin:0 auto;}
 

/*  == tab heading */
.tabs { border:none; background:#2c328c; overflow:hidden; margin:0; padding:0; list-style:none; list-style-type:none; }
.tabs li{ float:left; margin: 12px 8px 0 8px; }
.tabs li a {
	/* border-left: 1px solid #ccc; */ 
	font-family: 'Archivo Narrow', sans-serif; font-size:18px;
	color:#2c328c; display:block; font-weight:bold; padding: 12px 20px;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,cfcfcf+51,c2c2c2+52,c2c2c2+100 */
	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 51%, #c2c2c2 52%, #c2c2c2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */

	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tabs li:first-child a{ border-left: none; }
.tabs li a:hover, .tabs li a:focus{ color:#2c328c; text-decoration:none; }
.tabs .active a { color: #000; background:#FFFFFF; }

/* == accordion */
.accordion_tabs { display:none; border-top: 1px solid #ccc; padding: 10px; font-weight: bold; background: #eee; }
.tab_content_wrapper > .accordion_tabs:first-child{ border-top:none; }
a.accordion_tabs:link, a.accordion_tabs:visited{ color: #2c328c; }
a.accordion_tabs:hover, a.accordion_tabs:focus{ color:#2c328c; }
a.accordion_tabs.active{ color: #000; border-bottom: 1px solid #ccc;}

/*  == tab content  */
.tab_content_wrapper{ overflow:hidden;  position:relative; transition: all .3s ease-in-out .3s; }
.tab_content { 
	transition: all .6s ease-in-out; padding:15px; /* background:#f6f6f6; */
	font-size:13px; color:#555555;
}
.toggle_display{display:block;}
.toggle_position{ position:absolute; }
.toggle_border{ /* border:1px solid #ccc; border-width: 0 1px 1px 1px; */ }
.invert_border{ border-width: 1px 1px 0 1px;}

/* Media Queries
***********************/
@media screen and (max-width: 600px) {
  #container{ width:90%; padding:40px 20px; }
  .accordion_tabs{ display:block; }
  .tab_content_wrapper{ height:auto !important;}
  .tab_content{ transition:none; padding:10px;}
  .toggle_display{display:none;}
  .toggle_position{ position:relative; }
  .toggle_border{ border-width: 1px; }
}/* CSS Document */


.spinner { display:inline-block; position:relative; width:140px; text-align:center;  }

.spinner .decbtn,
.spinner .incbtn { 
	cursor: pointer; display:block; width:42px; height:42px; line-height:42px; border:none; position:absolute;
	background-color:#61686e; background-repeat:no-repeat; background-position: center center;
	text-indent: -100px; overflow:hidden;
}
/*
.spinner .decbtn:hover,
.spinner .incbtn:hover { background-color:#00CB5F; }
*/

.spinner .decbtn { background-color:#61686e; top:0; left:0; background-image:url('../../frontend/Verve/TGBM/en_GB/images/spin-minus.png'); }
.spinner .incbtn { background-color:#454e55; top:0; right:0; background-image:url('../../frontend/Verve/TGBM/en_GB/images/spin-plus.png'); }

.mySpinner.spinvalue { display:inline-block;  width:42px; height:42px; line-height:42px; border:1px solid #a5a5a5; text-align:center; font-size:14px; color:#555555;   }
.mySpinner.spinvalue.passivespin { border-color:#a5a5a5; }

.spinner .decbtn[disabled] {}
.spinner .incbtn[disabled] {}

.spinner .spinvalue.passivespin {}
.spinner .spinvalue {}






.bootstrap-touchspin { position:relative; width:120px; display:inline-block; text-align:center; }

button.btnbtn-default { 
	cursor: pointer; display:block; width:40px; height:40px; line-height:40px; border:none; position:absolute;
	border:1px solid #2c328c;
	background-color:#2c328c; background-repeat:no-repeat; background-position: center center;
	text-indent: -100px; overflow:hidden;
	border-radius: 0px;
}

button.bootstrap-touchspin-down { background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/spin-minus.png') no-repeat center center; top:0; left:0;  }
button.bootstrap-touchspin-up { background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/spin-plus.png') no-repeat center center; top:0; right:0; }

input[type="number"]#qty.mySpinner { display:inline-block; width:42px; height:40px; line-height:40px; border:1px solid #c2c2c2; text-align:center; font-size:14px; color:#555555; }
 

.bootstrap-touchspin-down{}
.bootstrap-touchspin-down{}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 12px 0 0 10px;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0 14px 0 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px; background-color:#FFFFFF;
	display:none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-tab.r-tabs-state-active a { background:#FFFFFF; }


/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	
	.lnews.lnews-mobile-tabs { background:#2c328c; }
	
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,cfcfcf+51,c2c2c2+52,c2c2c2+100 */
		background: #cfcfcf; /* Old browsers */
		background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 51%, #c2c2c2 52%, #c2c2c2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
		
		font-family: 'Archivo Narrow', sans-serif; font-size:18px;
		color:#2c328c; display:block; font-weight:bold; padding: 12px 20px;
    
	}
	
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active {
		 display: block;
		 font-family: 'Archivo Narrow', sans-serif; font-size:18px;
		 color:#2c328c; display:block; font-weight:bold; padding: 12px 20px;
		 background:#FFFFFF;
	}
	
	
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  
  display:none;
  }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Verve/TGBM/en_GB/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Verve/TGBM/en_GB/css/fonts/slick.eot');
    src: url('../../frontend/Verve/TGBM/en_GB/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Verve/TGBM/en_GB/css/fonts/slick.woff') format('woff'), url('../../frontend/Verve/TGBM/en_GB/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Verve/TGBM/en_GB/css/fonts/slick.svg#slick') format('svg');
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}:root {
    --clr-blue: #2c328c;
    --clr-red: #ee3342;
  }

/* WordPress Core | http://codex.wordpress.org/CSS */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
/* // WordPress Core | http://codex.wordpress.org/CSS */

/* Disables the Safari's autozoom function on focus */
input, textarea {
    font-size: initial;
}

html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { font-family: 'Open Sans', sans-serif; }

iframe { width:100%; -webkit-transform: translate3d(0,0,0); /* fix for the stupid safari */ }

a { color:#2d407d; text-decoration:none; }
a:hover { color:#2d407d; text-decoration:underline; }
a:focus,
button:focus { outline:none; border:none; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Archivo Narrow', sans-serif;
    margin-top:0; -webkit-font-smoothing: subpixel-antialiased;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content,
.page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    padding-left:0 !important;
    padding-right:0 !important;
    max-width:inherit !important;
}

.page-header .panel.wrapper { display: none; }
.sections.nav-sections .header.links { display: none; }

.footer.content { margin-top: 0 !important; }

.hide-onload {
    visibility: hidden;
}

.columns { display:block !important; }
.columns .column.main {padding-bottom:15px !important; }

.action.primary {  background:#2C328C !important;  border: 1px solid #2C328C !important; color:#FFFFFF !important; }

.nav-sections { margin-bottom:0 !important;  }

header.page-header .header.content { padding: 0; margin-top: -20px; }

._keyfocus :focus,
input:focus:not([disabled]),
textarea:focus:not([disabled]),
select:focus:not([disabled]) {
    box-shadow:none;
}

/* cms pages content */
.cms-content {}
.cms-content h2 { font-size: 24px; }
.cms-content h3 { font-size: 22px; }


/* BOOTSTRAP OVERLAPPING */
.form-control:focus{
    border-color:#d6cebf;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(210,210,190,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(210,210,190,.6)
}

.verve { font-size:13px; }
.verve a { color:#ffffff !important; text-decoration:none; padding-right:60px; background:url('https://verve-design.co.uk/wp-content/themes/verve/images/verve-white.svg') no-repeat left; background-position: right; background-size: 56px; }
.verve a:hover { text-decoration:underline;  }

.tgbody {}
#maincontent {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position:  center center;
    background-attachment: fixed;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
#maincontent > .container { padding-top: 15px;  }
.cms-page-view #maincontent > .container {
    background-color: #fff;
    margin-bottom: 40px;
    /* background-image: url(../../frontend/Verve/TGBM/en_GB/images/inshadow.jpg); */
    background-repeat: repeat-x;
    background-position: top;
}

/* TG FOOTER */
.boxes-bottom { padding-top:40px; padding-bottom:15px;  }
.lnews {
    display:block;
    margin-bottom:30px;
}
.catalog-product-view .lnews {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.bb-height {  }
.bb-height-news {  }
.lineblue {
    height:54px; line-height:54px;
    font-family: 'Archivo Narrow', sans-serif;
    text-align:center; color:#FFFFFF; background:#2c328c; font-size:30px; font-weight:bold;
    margin-bottom:12px;
}
.lineblue-nomargin { margin-bottom:0; }
.line-latest { display:block; height:194px; overflow:hidden; margin-bottom:15px;  }
.line-latest img { width:100%; }

.lnews-description { margin-bottom:15px; }
.footerlinks{width:23px;}
.news-date-title { font-family: 'Archivo Narrow', sans-serif; }
.ndt-date { font-size:18px; color:#636363; }
.ndt-title { margin:0 0 15px 0; font-size:30px; color:#2c328c; display:block;  } /*  min-height:68px; */

.bt { color:#2c328c; font-size:15px; font-weight:600;  }
.bt:after { content:' >>'; }
.bt:hover { text-decoration:none; color:#EE3842; }

.owl-news { }
.owl-news .item { position:relative; }

.owl-news .owl-controls { text-align:right; position:absolute; bottom:-50px; right:-15px; z-index:10; }
.owl-news .owl-dots { display:inline-block; padding-top: 10px;   }
.owl-news .owl-dots .owl-dot {
    display:block; float:left; margin-right:10px; height:15px; width:70px; background:#ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.owl-news .owl-dots .owl-dot.active { background:#323786 url('../../frontend/Verve/TGBM/en_GB/images/owl-dot-active.jpg') repeat-x bottom; ; }

.mailgrey { background:#ebebeb; text-align:center; padding:10px; }
.mailgrey-forms { padding:20px; }

.tgmail-logo { padding-top:5px; margin-bottom:15px; }

.tgmail-title { margin-bottom:19px; padding:0 15px;  }
.tgmail-title h5 { font-size:30px; color:#2c328c; line-height:1.1; margin-bottom:0; font-weight:bold;  }

.tgmail-text { margin-bottom:15px; font-size:12px; color:#636363; }

.block.newsletter .content { padding-left: 15px; padding-right: 15px; }

.entermail {}
.entermail input[type="text"],
.entermail input[type="email"],
.entermail input[type="tel"] {
    display:block; border:none; border-top:1px solid #cecece; width:100%; height:44px; line-height:44px;
    font-size:12px; padding-left:15px; margin-bottom:10px;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.entermail textarea {
    display:block; border:none; border-top:1px solid #cecece; width:100%; height:80px;
    font-size:12px; padding-left:15px; margin-bottom:10px; padding-top:10px;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.entermail button {
    display:block; width:100%; overflow:hidden; height:48px; line-height:1;
    border:none; background:#34398b url('../../frontend/Verve/TGBM/en_GB/images/button.jpg') repeat-x bottom;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    color:#FFFFFF;
}

.new-footer {
    position: relative;
    padding: 0 150px;
}

.all-major {
    position: absolute;
    bottom: 0;
    right: 0;
}

.new-footer .copytitle {
    font-size: 24px;
    margin-block: 0;
    padding-block-end: 1.3rem;
    color: #ED3442;
}

.new-footer a {
    color: #fff;
}

.new-footer a:hover {
    text-decoration: none;
    color: #fff;
}

.new-footer--section-links ul {
    list-style: none;
    padding: 0;
}

.new-footer--section-links li {
    list-style: none;
    padding-block-end: 0.4rem;
}

.new-footer--section-contact:first-child h6 {
    padding-inline-start: 3rem;
    padding-block-end: 0;
}

.new-footer--section-contact__links .tel {
    font-size: 32px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.new-footer--section-contact__links .tel::before {
    content: "";
    display: inline-block;
    background:url('../../frontend/Verve/TGBM/en_GB/images/TG-Builders-Merchants-Telephone-Icon.png') no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.new-footer--section-contact__links .email-link {
    display: flex;
    align-items: center;
}

.new-footer--section-contact__links .email-link::before {
    content: "";
    display: inline-block;
    background:url('../../frontend/Verve/TGBM/en_GB/images/TG-Builders-Merchants-Email-Icon.png') no-repeat;
    background-size: 48px;
    width: 65px;
    height: 44px;
    background-position: center; 
}
#caterg{width:auto !important}
.new-footer--section-contact__links .location-icon {
    display: flex;
    align-items: center;
}

.new-footer--section-contact__links .location-icon::before {
    content: "";
    display: inline-block;
    background:url('../../frontend/Verve/TGBM/en_GB/images/TG-Builders-Merchants-Pin-Icon.png') no-repeat;
    background-size: 65px;
    width: 65px;
    height: 55px;
    background-position: center; 
}

.keep-in-touch {
    display: flex;
}

.keep-in-touch--text {
    font-size: 24px;
    line-height: 1.2;
}

.keep-in-touch--icons {
    max-width: 17rem;
    display: flex;
    margin-inline-start: 2rem;
    gap: 2rem;
}

.keep-in-touch--icons img {
    max-width: 12rem;
}

.cards {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}




.tgfooter { border-top:3px solid #e23644; padding-top:40px; color:#FFFFFF; background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/tgfooter.png') repeat-x bottom; }


.thecopy { background:url('../../frontend/Verve/TGBM/en_GB/images/thecopy.png') repeat-x top; padding-top:20px; padding-bottom:10px;   }

.foo-left { color:#FFFFFF; margin-bottom:15px; }
.foo-left ul { argin:0; padding:0; list-style:none; list-style-type:none; }
.foo-left ul li { display:inline; margin-right:10px;  }
.foo-left ul li a { color:#FFFFFF; }

.foo-left a {
    text-decoration: underline;
}

.foo-right { text-align:right; margin-bottom:15px; }

.copy-left { width:760px; float:left; }
.copy-right { width:170px; float:right; }

.copytitle { font-size:18px; margin-bottom:22px;  }

.copy-list { margin-bottom:30px; }
.copy-list ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.copy-list ul li:first-child { padding-top:0; }
.copy-list ul li { font-size:15px; display:block; padding:2px 0; margin-bottom:0;  }
.copy-list ul li a { color:#FFFFFF; }

.wood { margin-bottom:50px; font-size:15px; line-height:1.6; }
.wood a { color:#FFFFFF; text-decoration:none; }

.thephones { margin-top:35px; padding-left:60px; background:url('../../frontend/Verve/TGBM/en_GB/images/thephones.png') no-repeat left; min-height:50px; margin-bottom:25px;  }
.thephones ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.thephones ul li { display:block; line-height:1.2; font-size:18px; font-family: 'Archivo Narrow', sans-serif; margin-bottom:0;  }
.thephones ul li.thenumber { font-size:30px; }
.thephones ul li font { color:#ef3742; }


.theconnect { font-family: 'Archivo Narrow', sans-serif; margin-bottom:35px;    }
.theconnect ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.theconnect ul li { font-size:18px; display:inline-block; margin-right:15px; float:left; height:46px; line-height:46px; }


.footermenus {}
.footermenus ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.footermenus ul li { display:block; float:left; width:50%; font-size:15px; padding-right:25px; white-space:nowrap; margin-bottom:0; }
.footermenus ul li:nth-child(even) { padding-right:0; }
.footermenus ul li a { display:block; padding:3px 0; color:#FFFFFF; }


.wood { margin-bottom:50px; font-size:15px; line-height:1.6; }
.wood a { color:#FFFFFF; text-decoration:none; }


.quick-chat-baloon {
    display:inline-block; position:fixed; bottom:0px; right:30px;
    background:#FFFFFF; border:1px solid #cccccc; padding:8px 8px 0px 8px; border-bottom:none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.chatboxes {
    display:block;
    font-family: 'Archivo Narrow', sans-serif; font-weight: bold;
    background:#2c328c url('../../frontend/Verve/TGBM/en_GB/css/images/chat.png') no-repeat top 10px right 10px;
    min-width:210px; text-align:center; font-size:21px; line-height:1;
    padding:6px;
    color:#ffffff !important;
}
.chatboxes small { display:block; font-size:18px; font-weight:normal;  line-height:1 }
.chatboxes:hover,
.chatboxes:focus { color:#FFFFFF; text-decoration:none; }

.white-line {
    padding:10px 0;
    background-color: #fff;
    /* background-image: url('../../frontend/Verve/TGBM/en_GB/images/inshadow.jpg');
    background-repeat: repeat-x;
    background-position: top; */
}

.ctastop { text-align:center; font-family: 'Archivo Narrow', sans-serif; }
.ctastop ul { display:inline-block; margin:0; padding:0; list-style:none; list-style-type:none; }
.ctastop ul li {
    display:inline-block; height:30px; line-height:30px; font-size:18px; color:#2c328c; font-weight:bold;
    margin-right:30px; margin-left:30px;
}
.topred { color:#ee3342; }
.clock-icon {
    background:url('../../frontend/Verve/TGBM/en_GB/images/clock.png') no-repeat left; padding-left:36px;
    background:none; padding-left:0;
}
.box-icon {
    background:url('../../frontend/Verve/TGBM/en_GB/images/box.png') no-repeat left; padding-left:50px;
    background:none; padding-left:0;
}


.owl-homepage { margin-bottom:25px; }
.owl-homepage .owl-dots { display:inline-block; position:absolute; bottom:30px; right: 32px; z-index:10;  }
.owl-homepage .owl-dots .owl-dot {
    display:block; float:left; margin-left:10px; height:15px; width:70px; background:#ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.owl-homepage .owl-dots .owl-dot.active { background:#323786 url('../../frontend/Verve/TGBM/en_GB/images/owl-dot-active.jpg') repeat-x bottom; ; }

.ooo-inner {
    background:#FFFFFF; border:1px solid #cccccc; padding:10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

.owl-homepage.owl-carousel .owl-nav button.owl-prev,
.owl-homepage.owl-carousel .owl-nav button.owl-next { display:block; width:30px; height:31px; position:absolute; top:44%; border: none; background-color: transparent; }
.owl-homepage.owl-carousel .owl-nav button.owl-prev { background:url('../../frontend/Verve/TGBM/en_GB/images/arrow-left.png') no-repeat; left:-50px;   }
.owl-homepage.owl-carousel .owl-nav button.owl-next { background:url('../../frontend/Verve/TGBM/en_GB/images/arrow-right.png') no-repeat; right:-50px;   }
.owl-homepage.owl-carousel .owl-nav button.owl-prev:focus,
.owl-homepage.owl-carousel .owl-nav button.owl-next:focus,
.owl-homepage.owl-carousel .owl-nav button.owl-prev:active,
.owl-homepage.owl-carousel .owl-nav button.owl-next:active { outline: none !important; border: none !important;  }


.home-tagline { margin-bottom:30px;  text-align:center; font-size:15px; color:#2c328c; font-weight:600;  }

.row-proban { margin-bottom:15px; }
.proban { margin-bottom:5px; }
.proban img { width:100%; }
.protit { font-family: 'Archivo Narrow', sans-serif; font-size:18px; font-weight:bold; color:#2c328c; }
.protit-red { color:#ff0039; }
.probuy { font-family: 'Archivo Narrow', sans-serif; font-size:18px; font-weight:bold; color:#ee3342; }
.probuy a { color:#ee3342; }

.protit-wrapper { line-height: 1.1; }

.probuy-blue {  color:#1E5EB8; }
.probuy-blue a { color:#1E5EB8; }

.probuy-navy {  color:#172383; }
.probuy-navy a { color:#172383; }

.aboutitle { font-size:30px; color:#2c328c; font-weight:bold; margin-bottom:25px; }
.aboutbox {
    padding:0 25px 0 25px;
    color:#2c328c; font-size:15px; font-weight:600;
}
.logos-about { text-align:right; }


.cardsdiv { padding-top:20px; }
.allmajor {  color:#2c328c; }

.ccul {}
.ccul ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.ccul ul li { display:inline-block; float:left; margin-right:6px;  }
.ccul ul li img { max-width:100%; }


.brandbox {}
.brandbox img { max-width:100%; max-height: 50px;  }
.brandbox ul {
    margin:0; padding:0 0px; list-style:none; list-style-type:none;  margin-left:-15px; margin-right:-15px;
}
.brandbox ul > li {
    display:block; width:33.33%; float:left;
    margin:0px 0px 15px 0px;
    padding:0 15px;
}
.brandbox ol {
    display:table; width:100%; margin:0; padding:10px; list-style:none; list-style-type:none;
    background:#FFFFFF; border:1px solid #cccccc;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.brandbox ol > li { display:table-cell; text-align:center; height: 110px; line-height: 110px; vertical-align: middle;  }

.category-groups { margin-bottom:10px; }
.category-groups > ul { margin:0 -15px; padding:0; list-style:none; list-style-type:none; }
.category-groups > ul > li {
    display:block; width:20%; float:left; padding:0 15px; margin-bottom:15px;
}

.homecat { display:block; text-align:center; min-height:42px; padding:0 5px; }
.homecat h3 { font-size:18px; color:#2c328c; font-weight:bold; margin:0;  }
.homecat h3:after { content:'>>'; margin-left:5px; }
.homecat h3 a { color:#2c328c; }
.homecat h3 a:hover { text-decoration:none; }

.catimage { display:block; height:190px; overflow:hidden; margin-bottom:10px;  }
.catimage img { height:100%; width:auto;  }


.bkg-helmet { background:url('../../frontend/Verve/TGBM/en_GB/images/bkg_helmet.jpg') no-repeat bottom right; padding:15px 20px 20px 20px; color:#2c328c; font-weight:600; }
.bkg-delivery { background:url('../../frontend/Verve/TGBM/en_GB/images/bkg_delivery.jpg') no-repeat bottom right; padding:15px 20px 20px 20px; color:#2c328c; font-weight:600; padding-right:150px; }

.title-tgb { color:#2c328c; margin:0 0 2px 0; font-size:26px; font-weight:bold;  }
.red { color:#ee3342; }
.orange { color:#f26522; }

.introp { margin-bottom:20px; }

.accountlist {}
.accountlist ul { padding-left: 12px; }
.accountlist ul li { font-size:12px; margin-bottom:0;  }


.ctext { font-size:15px; background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/blue.jpg') no-repeat center center; color:#FFFFFF;  }
.ctext h6 { font-family: 'Archivo Narrow', sans-serif; font-size:30px; font-weight:bold; margin-bottom:20px; margin-top:10px; }
.back-map {
    padding:20px 20px; background:url('../../frontend/Verve/TGBM/en_GB/images/back-map.png') no-repeat right bottom;
    padding-right:145px;
}



.bkg-helmet,
.bkg-delivery,
.ctext { min-height:174px; }

.tggroup-top {
    position: relative;
}

.tggroup-top--hero-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1.3rem;
    position: relative;
    top: 10px;
    z-index: 99;
}

.tggroup-top--hero-links p {
    color: var(--clr-blue);
    display: inline;
    font-weight: 600;
}

.tggroup-top--hero-links a {
    color: var(--clr-red);
    text-decoration: none;
    font-weight: 600;
}

.tggroup-top--hero-links a:hover {
    text-decoration: none;
}

.tggroup-top--vat-toggle {
    position: absolute;
    right: 9rem;
    top: 1rem;
    z-index: 902;
}


/* Hide VAT Toggle on homepage */
.cms-index-index .tggroup-top--vat-toggle {
    display: none;
}




.need-help { display:inline-block; position:absolute; top:0; left:68px; }

.toplist { display:inline-block; float:right; }
.toplist ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.toplist ul li {
    display:inline-block; float:left; font-family: 'Archivo Narrow', sans-serif;
    padding-left:15px; padding-right:15px; background:url('../../frontend/Verve/TGBM/en_GB/images/topvert.png') no-repeat left;
    font-size:16px;
    margin-bottom:0;
}
.toplist ul li:first-child { background-image:none; }
.toplist ul li a { color:#FFFFFF; }
.toplist ul li a:hover,
.toplist ul li a:focus { text-decoration:none; }

.relative-top { position:relative; min-height:130px; padding-top:15px;  }

.logo-ggg { margin:0 0 15px 0; padding:13px 0 0 0; display:inline-block; max-width:288px; }
.logo-ggg img { max-width:100%; }

.headsearch { display:inline-block; width:530px; position: relative; top:15px; }
.form.minisearch { border:1px solid #c2c2c2; position:relative; }
.form.minisearch .input-text {
    display:block; height:36px; line-height:72px; padding-left:20px;
    font-size:15px; color:#555555;
    border:none !important;
    outline:none !important;
    background:#FFFFFF;

    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 10px -5px rgba(0,0,0,0.2);
}
.form.minisearch button[type="submit"] {
    position:absolute;     top: 1px;
    right: 7px;
    display: block;
    width: 64px;
    height: 35px;
    border:none;
    border-left:1px solid #c2c2c2;
    background:url('../../frontend/Verve/TGBM/en_GB/images/icon-search.png') no-repeat center center;

    -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}

.nav-bars {
    display:inline-block; margin:0; padding:0; list-style:none; list-style-type:none;
}
.nav-bars li { display:inline-block; float:left; /* border-left:1px solid #acacac; */ }
.nav-bars li:last-child { /* border-right:1px solid #acacac; */ }

.bar-0 {
    display:block; height:94px;  font-family: 'Archivo Narrow', sans-serif;
    text-align:center; line-height:1.2;
    padding:0 15px;
}
.bar-0:hover { text-decoration:none; }
.bar-1 { line-height:1; font-family: 'Archivo Narrow', sans-serif; display:block; font-size:12px; color:var(--clr-blue); margin-bottom:2px;  }
.bar-2 {  line-height:1; font-family: 'Open Sans', sans-serif; font-size:14px; display:block; color:#636363;  }
.bar-2 a { color:#636363;  }

.sign-reg { display:block; }
.sign-reg a { display:inline; text-decoration:underline;  }
.sign-reg a:hover,
.sign-reg a:focus { text-decoration:none; }


.headgrey { display:inline-block; position:absolute; top:22px; right:15px; }
.headgrey ul { margin:0; padding:0; list-style:none; list-style-type:none; }

.headgrey .minicart-wrapper {  margin:0px; display: inline-block; position: relative; float:none; }
.headgrey .minicart-wrapper .action.showcart { text-align:center; }


.minicart-wrapper .action.showcart:before {
    content: '';
    width: 2.7rem;
    aspect-ratio: 1;
    background:url('../../frontend/Verve/TGBM/en_GB/images/checkout-icon.svg') no-repeat center center !important;
    background-size: contain !important;

}

.iconbasket { display:block; text-align:center; }
.getminicart { display:block; text-align:center; color:#636363; line-height:1;  }

.nav-topicon { display:inline-block; margin-bottom:4px; }

.nav-topicon img {
    width: 2.5rem;
    aspect-ratio: 1;
}

.nav-bars a:hover {
    text-decoration: none;
}

.static-pages {
    display:block;
    background:#FFFFFF; border:1px solid #cccccc; padding:30px; margin-bottom:30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

h1.page-title { font-size:32px; font-weight:bold; color:#2c328c; margin-bottom:25px; }

.category-left { width:220px; float:left; }
.category-right { width:900px; float:right; }

.therange {
    font-size:30px; font-weight:bold; color:#2c328c;
    display:block; border-bottom:2px solid #2c328c;
    padding-bottom:10px; margin-bottom:10px;
    font-family: 'Archivo Narrow', sans-serif;
    line-height:1;
}

dl.lll-filter {}
dl.lll-filter dt { font-family: 'Archivo Narrow', sans-serif; font-size:18px; color:#2c328c; }

.fileft {}
.fileft ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.fileft ul li {
    line-height:1; margin:0;
    font-size:14px; background:url('../../frontend/Verve/TGBM/en_GB/images/li.png') no-repeat 0 18px;
    border-top:1px solid #b7b7b7;
    padding:14px 0 14px 14px;
}
.fileft ul li:last-child { padding-bottom:0; }
.fileft ul li a { color:#636363; }

.categorytop { border-top:1px solid #b7b7b7; padding-top:15px; }

.lighback-title { margin-bottom:20px; }
.lighback-title h1 { display:inline; font-weight:bold; color:#2c328c; font-size:30px; margin:0 5px 0 0; padding:0; font-size:30px; }
.lighback-title-count { color:#636363; }

.subdescription { color:#2c328c; margin-bottom:25px;  }

.best-heading { border-bottom:1px solid #b7b7b7; margin-bottom:30px;  }
.best-heading-title { font-family: 'Archivo Narrow', sans-serif; font-weight:bold; font-size:30px; color:#2c328c; }

.best-products-container { margin-bottom:80px; position:relative; }
.best-products-container .owl-prev { position:absolute; top: -70px; right: 32px; left: auto; }
.best-products-container .owl-next { position:absolute; top:-70px; right:0px; }


.custom-breadcrumbs { padding:12px 0 10px 0; }

.thebread { display:inline; margin:0; padding:0; list-style:none; list-style-type:none; }
.thebread li { display:inline; color:#636363;  }
.thebread li a { color:#636363; }
.thebread li:after { content:' /'; color:#636363; }
.thebread li:last-child:after { content:''; }

.thebread li strong { font-weight:normal; }

.thebread li.youarehere { font-family: 'Archivo Narrow', sans-serif; font-size:15px; font-weight:bold; text-transform:uppercase; color:#2c328c; margin-right:5px;  }
.thebread li.youarehere:after { content:''; }

.go-back { display:inline-block; float:left; margin-right:15px; margin-bottom:15px;   }
.thebread-container { display:inline-block; float:left; padding-top:5px; margin-bottom:15px; white-space:nowrap; }



/****************************/
/* LOCATIONS */
.container-location { /*  padding-top:30px; margin-bottom:30px; */ }
.container-location .innerpage-titles { margin-bottom:30px; }
.post-search {
    background:#FFFFFF; border:1px solid #cccccc; padding:12px; margin-bottom:30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

.or-filter {
    font-family: 'Archivo Narrow', sans-serif;
    text-align:center; font-size:24px; color:#636363; font-weight:bold;
    margin-bottom:30px;
}

.post-grey { background-color:#ebebeb; padding:15px; }

.searchtable { text-align:center; padding-top:15px; margin-bottom:10px; }

.seartcharea { display:table; margin:0 auto; }
.seartcharea ul { display:table-row; }
.seartcharea ul li { display:table-cell; vertical-align:middle; padding:7px; }
.seartcharea ul li h2 { font-family: 'Archivo Narrow', sans-serif; font-size:30px; color:#2c328c; font-weight:bold; margin:0; padding:0; }

input[type="text"].search-enter {
    height: 48px; line-height:48px;
    border:none; border-top:1px solid #cecece;
    min-width:310px; padding-left:15px;

    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.1);
}

.title-locs { font-size:30px; color:#636363; font-weight:bold; margin-bottom:15px;  }

.address-results {}
.address-results ul { margin:0; padding:0; list-style:none; list-style-type:none; }
.address-results ul li { border-top:1px solid #acacac; padding:15px 0; color:#2c328c; font-size:15px;  }
.address-results ul li h5 { font-size:24px; margin-bottom:16px; font-weight:bold; }
.address-results ul li address { margin-bottom:16px; }

.pin-black { display:inline-block; position:relative; }
.pin-letter { display:inline-block; width:32px; text-align:center; position:absolute; top:3px; left:4px; font-weight:bold; font-size:20px; color:#FFFFFF;   }

.button-link {
    display:block; width:100%;  overflow:hidden; height:48px; /* line-height:48px; */
    border:none; background:#34398b url('../../frontend/Verve/TGBM/en_GB/images/button.jpg') repeat-x bottom;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    color:#FFFFFF; text-align:center;
    min-width:170px;
}

a.button-link:hover,
a.button-link:focus,
button.button-link:hover,
button.button-link:focus { color:#FFFFFF; text-decoration:none; background:#2C328C; }

.owl-pins {}
.owl-pins .owl-item { text-align:center; }
.owl-pins .owl-item .locpin { display:block; margin-bottom:10px; }
.owl-pins .owl-item .locpin img { display: inline; width:auto; }
.owl-pins .owl-item h3 {  font-size:22px; color: #2c328c; font-weight: bold; min-height:40px; }
.owl-pins .owl-item .button-link { display:inline-block; width:100px; }

.owl-pins .owl-prev { cursor:pointer; position:absolute; top:5px; left:0; font-size:26px; color: #2c328c; }
.owl-pins .owl-next { cursor:pointer; position:absolute; top:5px; right:0; font-size:26px; color: #2c328c; }

.owl-pins .owl-prev.disabled,
.owl-pins .owl-next.disabled { visibility:hidden; display:none; }

.button-reset { text-align:center; }
.button-link.searchFilter { display:inline-block; min-width:170px; padding-left:15px; padding-right:15px; width:auto; line-height:48px;  }
/* END LOCATIONS */

.h1-reset {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 33px;
}


.breadnav { padding-top:12px; padding-bottom:10px; }

.proboxes { display:block; position:relative; }

.owl-bestsellers .owl-nav { display:block; width:70px; position:absolute; top: -70px; right:0px; }
.oleft { display:inline-block; float:left; height:31px; width:31px; background:url('../../frontend/Verve/TGBM/en_GB/images/a-left.png') no-repeat; margin-right:7px;  }
.oright { display:inline-block; float:left; height:31px; width:31px; background:url('../../frontend/Verve/TGBM/en_GB/images/a-right.png') no-repeat; }
.oleft:hover,
.oright:hover { opacity:0.25; }


.tgbox {}
.tgbox-img { margin-bottom:20px; min-height: 215px; }
.tgbox-img img { max-width:100%; max-height: 200px; }

.tgbox-name { font-size:13px; font-weight:600; display:block; min-height:66px; margin-bottom:10px;  }
.tgbox-name a { color:#636363; }
.tgbox-name a .tgskuname { font-size:12px; color:#2c328c; }
.tgbox-save { min-height:28px; margin-bottom: 4px;  }

.tgbox-name.tgbox-name-big { font-size:15px; min-height:50px; overflow:hidden; }


.savesplash { font-size:12px;  text-align:center; background:#ee3342; color:#FFFFFF; padding:3px; font-weight:300;  }
.savesplash strong { }
.tgbox-price { position:relative; min-height:78px;  }
.tgbox-save { font-size:12px; font-weight:bold; color:#ee3342; }

.tgbox .normal-price {   color:#636363;  }
.tgbox .normal-price [data-price-type="finalPrice"] .price { font-size: 18px; }
.tgbox .normal-price .price-label { display:none; }
.tgbox .special-price {   }
.tgbox .special-price .price-label { display:none; }
.tgbox .old-price { display:block;  }


.tgbox-price2 { 
	position:relative; overflow:hidden; margin-bottom:5px;
	min-height: 50px; 
}
.tgbox-price2 > .price-box { display: flex; flex-direction: column; }
.tgbox-price2 > .price-box .special-price {  display: block; line-height: 1.25; order: 2; }
.tgbox-price2 > .price-box .old-price { display: block; line-height: 1; order: 1.25; }
.tgbox-price2 > .price-box .old-price .price-label { font-size: 12px; }
.tgbox-price2 > .price-box .old-price [data-price-type="oldPrice"] .price { font-size: 15px; text-decoration: line-through; color: #636363;   }
.tgbox-price2 > .price-box .special-price [data-price-type="finalPrice"] .price,
.tgbox-price2 > .price-box .special-price [data-price-type="basePrice"] .price { color: #EE3342; font-size: 18px; }
.tgbox-price2 > .price-box .special-price [data-price-type="finalPrice"]::after { color: #EE3342; }
.tgbox-price2 > .price-box .special-price [data-price-type="finalPrice"]::before,
.tgbox-price2 > .price-box .special-price [data-price-type="basePrice"]::before { color: #EE3342; content: 'Now'; font-size: 12px; }
.tgbox-price2 > .price-box .special-price .price-excluding-tax::after { color: #EE3342; }

.tgbox-price2 .price-excluding-tax::after { padding-left: 4px;  }

.tgbox-price2 .tgbox .special-price {}
.tgbox-price2 .tgbox .old-price {}
.tgbox-price2 .tgbox-save { position:absolute; right:0; bottom:9px; min-height:auto;  }

.tgbox-price2 .special-price .price-excluding-tax .price-label { color: #EE3342; }
.tgbox-price2 .price-wrapper.price-excluding-tax del { font-size: 15px; text-decoration: line-through; color: #636363; font-weight: bold; }


.tgbox .vatstatus { font-size:12px; color:#636363; font-weight:300; }

.owl-carousel .owl-item img { -webkit-transform-style:flat;  }

.M2_more-info { margin-bottom:8px; }

.btns {
    display:inline-block; text-align:center; height:40px; border:1px solid #f6f6f6; color:#000000;
    padding-left:15px; padding-right:15px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow:hidden;
    vertical-align: middle;
    padding: 7px 15px; /* Same padding as BUTTON in style-m.css */
}
.btns.btns-green {
    display:block; width:100%; color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43b953+0,43b953+50,36ac46+51,36ac46+100 */
    background: #43b953; /* Old browsers */
    background: -moz-linear-gradient(top,  #43b953 0%, #43b953 50%, #36ac46 51%, #36ac46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #43b953 0%,#43b953 50%,#36ac46 51%,#36ac46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #43b953 0%,#43b953 50%,#36ac46 51%,#36ac46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b953', endColorstr='#36ac46',GradientType=0 ); /* IE6-9 */
}
.btns.btns-green:hover,
.btns.btns-green:focus,
.btns.btns-green:active { color:#FFFFFF; }

.btns.btns-grey {
    display:block; width:100%; color:#000000;  line-height:1.7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,e3e3e3+50,d6d6d6+51,d6d6d6+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #e3e3e3 50%, #d6d6d6 51%, #d6d6d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e3e3e3 50%,#d6d6d6 51%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#e3e3e3 50%,#d6d6d6 51%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}
.btns.btns-grey:hover,
.btns.btns-grey:focus,
.btns.btns-grey:active { color:#000000; text-decoration:none; }



.btns.btns-out {
    display:block; width:100%; color:#ffffff; cursor:text; line-height:1.7;  opacity:0.5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef3d4c+0,ef3d4c+50,e2303f+51,e2303f+100 */
    background: #ef3d4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ef3d4c 0%, #ef3d4c 50%, #e2303f 51%, #e2303f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ef3d4c 0%,#ef3d4c 50%,#e2303f 51%,#e2303f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ef3d4c 0%,#ef3d4c 50%,#e2303f 51%,#e2303f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3d4c', endColorstr='#e2303f',GradientType=0 ); /* IE6-9 */
}
.btns.btns-out:hover,
.btns.btns-out:focus,
.btns.btns-out:active { color:#ffffff; text-decoration:none; }


.btns.btns-addcart > span { background:url('../../frontend/Verve/TGBM/en_GB/images/basket-white.png') no-repeat left; padding-left:30px; }
.btns.btns-out > span { background:url('../../frontend/Verve/TGBM/en_GB/images/basket-out.png') no-repeat left; padding-left:26px; }


.plusminus { float:right; display:none; width:22px; height:22px; line-height:17px;  color:#FFFFFF; text-align:center; background:#d7d7d7;  }
.plusminus:hover,
.plusminus:focus,
.plusminus:active { color:#FFFFFF; background:#2c328c; text-decoration:none; }


.sidebar-sidebar-main { display:block; float:left; width:200px; margin-right:30px;  }


.asidecon { padding-left:15px; padding-right:15px;}
.asidecon-title { font-family: 'Archivo Narrow', sans-serif; font-weight: bold; font-size:18px; color:#2c328c; }
.asidecon .filter-options dd.filter-options-content { margin-bottom:0 !important; }



ol.filter-items { margin:0; padding:0; list-style:none; list-style-type:none; }
ol.filter-items li {
    display:block;
    line-height:1; margin:0;
    font-size:14px; background:url('../../frontend/Verve/TGBM/en_GB/images/li.png') no-repeat 0 18px;
    border-top:1px solid #b7b7b7;
    padding:14px 0 14px 14px;
}
ol.filter-items li:last-child { padding-bottom:0; }
ol.filter-items li a { color:#636363; }
ol.filter-items li a:hover,
ol.filter-items li a:focus,
ol.filter-items li a:active { text-decoration:none; }


.productcount { color:#ee3342; }


.fcount { color:#ee3342; }
.fcount:before { content:'('; }
.fcount:after { content:')'; }
.fcount .filter-fcount-label { display:none; }


.block-filter .lnews { margin-bottom:12px;}

.block-actions.filter-actions { padding-top:5px; margin-bottom: 8px;  }
.block-actions.filter-actions a.action.clear {
    display: inline-block; padding: 2px 10px; border: 1px solid #D43C3F; color:#ee3342;
    font-size: 10px; text-transform: uppercase;
}
.block-actions.filter-actions a.action.clear:hover { text-decoration: none; color: #fff; background:#ee3342; }


.pro-toolbar { margin-bottom:20px; border-top:1px solid #b7b7b7;  }
.limiter-box { border-bottom:1px solid #b7b7b7; padding-bottom:5px; margin-bottom:10px;  }

.catalog-category-view .page-title-wrapper { display:inline-block; float:left; padding-top:13px; width: 100%; margin-bottom: 20px; }
.catalog-category-view  h1.page-title {  margin-bottom:0px; }



.field-limiter { display:inline-block; float:right; }

.perpage {  display:inline-block; padding-top:10px;  }
.perpage-label {
    font-family: 'Archivo Narrow', sans-serif;
    font-size:18px; color:#2c328c; font-weight: bold;
    display:inline-block; float:left; height:40px; line-height:40px; padding-right:15px;
}
.perpage-select { display:inline-block; width:80px; float:left;  }
.perpage-select select {
    display:block;  width:100%; height:40px; line-height:30px;
    -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;
    background:#fff url('../../frontend/Verve/TGBM/en_GB/images/select.png') no-repeat right 14px center;
    color:#636363; font-weight:bold; font-size:18px;

    box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -webkit-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -moz-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -o-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
}
.perpage-select select::-ms-expand { display:none; } /* IE */


.sorterbox {  display:inline-block;  }
.sorterbox-label {
    font-family: 'Archivo Narrow', sans-serif;
    font-size:18px; color:#2c328c; font-weight: bold;
    display:inline-block; float:left; height:40px; line-height:40px; padding-right:5px;
}
.sorterbox-select { display:inline-block; width:220px; float:left;  }
.sorterbox-select select {
    display:block; width:100%;  height:40px; line-height:1;
    -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;
    background:#fff url('../../frontend/Verve/TGBM/en_GB/images/select.png') no-repeat right 14px center;
    color:#636363; font-weight:normal; font-size:14px;

    box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -webkit-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -moz-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -o-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
}
.sorterbox-select select::-ms-expand { display:none; } /* IE */

.sorterbox .sorter-action { padding-top:4px; }

.pgs { display:inline-block; float:right; }
.pgs-label {
    font-family: 'Archivo Narrow', sans-serif;
    font-size:18px; color:#2c328c; font-weight: bold;
    display:inline-block; float:left; height:40px; line-height:40px; padding-right:5px;
}
ol.pgs-items { margin:0; padding:0; list-style:none; list-style-type:none;  }
ol.pgs-items li { display:inline-block; font-family: 'Archivo Narrow', sans-serif; font-size:18px; color:#2c328c; height:32px; line-height:32px; }
ol.pgs-items li.pgs-item { display:none;}
ol.pgs-items li.pages-item-previous { float:left; margin-right:10px;  }
ol.pgs-items li.pages-item-next { margin-left:10px;  }

.pgs-item.current { float:left; }



.toolbar-bottom { margin-bottom:60px; }
.toolbar-bottom .limiter-box { display:none; }
.toolbar-bottom .sorterbox { padding-top:10px; }
.toolbar-bottom .pgs { padding-top:10px; }

.reviews-title { font-weight: 300; line-height: 1.1; font-size:24px; margin-bottom:20px; }


.M2_review-toolbar {}
.M2_review-toolbar .pager {margin: 0;}

.M2_review-title { font-weight: 500; line-height: 1.1; font-size:18px; margin-bottom:10px;  }



.M2_review-items { margin:0; padding:0; list-style:none; list-style-type:none; }
.M2_review-items li.M2_review-item { display:block; min-height:120px; }

.rating-summary .rating-result::before { color:#ececec !important; }
.rating-summary .rating-result > span::before { color:#f0e01b !important; }

.infolines { border-top:1px solid #b7b7b7; padding-top:15px; margin-bottom:30px;  }
.brand-warranty { margin-bottom:20px; color:#555555; font-size:15px; }
.proinfo { font-size:13px; }


.newmedia-info .product.attibute { font-size:12px; color:#2c328c; }
.newmedia-info .product.attibute strong.type { display:inline; font-weight:600; }
.newmedia-info .product.attibute strong.type:after { content:': ';}
.newmedia-info .product.attibute div.value { display:inline; font-weight:600; }
.newmedia-info .page-title { color:#636363; margin-bottom: 15px; }
.newmedia-info .page-title-wrapper { padding-top:20px; }

.proinfomore { color:#2c328c; text-decoration:underline; }

.ctext.ctext-mapped { color:#FFFFFF; }
.ctext.ctext-mapped a { color:#FFFFFF; }
.ctext.ctext-mapped a:hover,
.ctext.ctext-mapped a:focus,
.ctext.ctext-mapped a:active { color:#FFFFFF; text-decoration:none;  }



.best-products-container .tgbox .normal-price { font-size: 23px; }
.best-products-container .products-grid .product-item-actions { display:none; }


.product-save-today { padding-bottom:13px; margin-bottom:9px; border-bottom:1px solid #b7b7b7; display: none; }
.savebanner {
    display:block; text-align:center; background:#ee3342; color:#FFFFFF;
    font-size:20px; line-height:1; padding:7px;

}


.product-info-price { padding:12px 15px 5px 15px; }
.product-info-price .price-box { margin-bottom:5px; display: flex; flex-direction: column; }

.product-info-price .normal-price { display:block;  color:#636363; }
.product-info-price .normal-price .price-wrapper span.price { font-size:30px !important; font-weight:bold; }
.product-info-price .normal-price .price-label { display:none; }
.product-info-price .normal-price .vatstatus { font-size:12px; font-weight:normal; color:#767676; }

.product-info-price .special-price { order: 2; display:block;  color:#EE3342; }
.product-info-price .special-price .price-wrapper span.price { font-size:30px; font-weight:bold; }
.product-info-price .special-price .price-label { font-size: 14px;  }
.product-info-price .special-price .vatstatus { font-size:12px; font-weight:normal; color:#767676; }

.product-info-price .old-price { order: 1; font-size:15px;  color:#555555; text-decoration:none;  }
.product-info-price .old-price span.price { text-decoration:line-through; }
.product-info-price .old-price .price-label { font-size: 10px;  }
.product-info-price .old-price del { font-weight: bold; }


.product-reviews-summary .reviews-actions { font-size:13px; }
.product-reviews-summary .reviews-actions a { color:#8d8d8d; text-decoration:underline; }
.product-reviews-summary .reviews-actions a:hover { text-decoration:none; }

.M2_product-info-main .product-view-review { display:none; }



.email-call { text-align:center; padding:15px 0 2px 0; }
.email-call a { color:#636363; }


.deliveryarea { font-size:13px; color:#555555; margin-bottom:10px; }

.stock-available,
.stock-unavailable  { font-size:13px; color:#555555;  }

.stock-available .avail_2 { color:#00a651; }


.M2_box-tocart { padding:15px; background:#ececec; }

.product-options-wrapper { padding:15px 15px 2px 15px; background:#ececec; }
.product-options-bottom { padding:15px; background:#ececec; }

.product-options-wrapper + .product-options-bottom { padding:0; }
.product-options-wrapper + .product-options-bottom .M2_box-tocart { padding-top:0; }

.product-reviews-summary.empty { padding-left:105px; background:url('../../frontend/Verve/TGBM/en_GB/images/reviews-summary.png') no-repeat left; }


.M2_label { font-family: 'Archivo Narrow', sans-serif; color: #2c328c; font-size:18px; font-weight:bold; }
.M2_field.required { position:relative; }
.M2_field.required:after { content:"*Required Field"; position:absolute; top:0; right:0; font-size:13px; color:#636363; }
.M2_field.required .M2_label:before { content:"*"; margin-right:-3px;}
.M2_field.required .M2_label:after { content:":"; margin-left:-4px; }

.M2_field div.mage-error[generated] { margin-top:0; margin-bottom:8px; }
.M2_field { margin-bottom:14px; }

.M2_actions .btns { height: 48px; font-size:15px;  }


.M2_control select {
    display:block; width:100%;  height:40px; line-height:40px;
    -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;
    background:#fff url('../../frontend/Verve/TGBM/en_GB/images/select.png') no-repeat right 14px center;
    color:#636363; font-weight:normal; font-size:14px;

    box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -webkit-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -moz-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
    -o-box-shadow: inset 0px 0px 3px 0px #DEDEDE;
}
.M2_control select::-ms-expand { display:none; } /* IE */

.M2_field-qty { margin-bottom:5px; }
.M2_field-qty label.M2_label { display:inline-block; float:left; font-weight:bold; padding-top:7px;  }
.M2_field-qty .M2_control { display:inline-block; float:right; margin-bottom:10px; }


.lnews div.field { margin-bottom:10px; }


.label.rating-label { display:inline-block; min-width:60px; }
.review-form-actions { text-align:center; }

legend.review-legend { font-size:16px; }
legend.review-legend strong { font-size:18px; font-weight:normal; }



.newmedia-gallery {}
#owl_sync1 { border-bottom:1px solid #b7b7b7; margin-bottom:15px; padding-bottom:15px;  }
#owl_sync1:after {
    display:inline-block; width:31px; height:31px; content:""; position:absolute; top:15px; right:15px;
    background:url('../../frontend/Verve/TGBM/en_GB/images/ico-zoomin.png') no-repeat 0 0;
    pointer-events: none;
    cursor: default;
}
#owl_sync1 .owl-item { border:1px solid #b7b7b7; }


#owl_sync2.owl-carousel { padding-left:40px; padding-right:40px; }
#owl_sync2.no_owl_padding { padding-left:0; padding-right:0; }

#owl_sync2 .owl-item { /* border:1px solid #b7b7b7; */ }
#owl_sync2 .owl-prev { position:absolute; top:30%; left:0; }
#owl_sync2 .owl-next { position:absolute; top:30%; right:0; }




body.account {}
body.account h1.page-title { margin-bottom:0px; }
body.account .category-right .block,
body.account .category-right .fieldset {
    display:block;
    background:#FFFFFF; border:1px solid #cccccc; padding:10px; margin-bottom:30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
body.account .category-right .block-title {
    font-family: 'Archivo Narrow', sans-serif; font-size:18px; font-weight:bold;
    display:block; background:#2c328c; color:#FFFFFF;
    padding:8px 15px;
    margin-bottom:15px;
    float:none;
}


body.account .block .box-actions,
body.account .actions-toolbar { margin-bottom:15px;}
.block .box-actions a.action,
body.account .secondary a.action { display:inline-block; border:1px solid #D9D9D9; padding:4px 15px; }

.blog-post-line {}
.blog-post-line h3 { margin:0 0 5px 0; }
.blog-post-excerpt { margin-bottom:15px; }

.opc-progress-bar-item > span { color: #333333; }
.fieldset > .field:not(.choice) > .label { font-size: 14px; margin-bottom: 3px;  }


.btnred {
    display:inline-block; min-width:166px;
    background: #dd333d url('../../frontend/Verve/TGBM/en_GB/images/red.png') repeat-x center;
    height: 48px; line-height: 48px;
    text-align: center;
    color: #ffffff !important;
    padding-left:10px; padding-right:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btnred:hover,
.btnred:focus,
.btnred:active { color:#FFFFFF; text-decoration:none; }

.lbranch { margin-bottom:10px; }
.lbranch img { width:100%; }
.lb-title { margin-bottom:6px;}
.lb-title h4 { font-size:26px; font-weight:bold; color:#2c328c; margin:0; }
.lb-address { font-size:13px; color:#636363; min-height:115px; }
.lb-tel { font-size:15px; color:#2c328c; margin-bottom:10px;  }

.branchhr { margin:0 0 30px 0;}
.branchhr hr { margin:0; border-color:#acacac;  }

.branch-subtitle { text-align:center; color:#2c328c; margin-bottom:30px;   }
.branch-subtitle h2 { font-size:30px; font-weight:bold; }


.branchtable { display:table; width: 100%; max-width: 100%; border-spacing: 0; border-collapse: collapse; }

.branchtable thead {}
.branchtable thead th {
    font-family: 'Archivo Narrow', sans-serif;
    font-size:18px; color:#2c328c; text-align:center;
    border-left:1px solid #eaeaea; padding:30px 10px;
}
.branchtable thead th:nth-child(1) { border-left:none; }

.branchtable tbody {}
.branchtable tbody tr:nth-child(odd) { background:#e9eaf3; }
.branchtable tbody td { vertical-align:middle; text-align:center; border-left:1px solid #eaeaea; padding:16px 10px;  }
.branchtable tbody tr:nth-child(odd) td { border-color:#d7d7e0; }
.branchtable tbody td:nth-child(1) { width:130px; font-size:13px; font-weight:bold; color:#636363; text-align:left; border-left:none; }

.branches-map { width:100%; }

.branch-image { margin-bottom:40px; position:relative;  }
.branch-image img { width:100%; }
.branch-gallery { display:inline-block; position:absolute; right:15px; bottom:15px; }
.branch-tour { 
    display: inline-block;
    position: absolute;
    right: 202px;
    bottom: 15px;
    color: white;
}

.tour-text-wrapper {
    display: inline-block;
    min-width: 166px;
    background: #dd333d url(../../frontend/Verve/TGBM/en_GB/images/red.png) repeat-x center;
    height: 48px;
    line-height: 11px;
    text-align: center;
    color: #ffffff;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.brtitle { margin:0 0 15px 0; font-size:30px; color:#2c328c; font-weight:bold;  }

.ulbranch { display:table; width: 100%; max-width: 100%; border-spacing: 0; border-collapse: collapse; margin-bottom:15px; }
.ulbranch ul { margin:0; padding:0; list-style:none none; display:table-row; }
.ulbranch ul li { display:table-cell; }
.ulbranch ul li:first-child { width:53px; }

.lnewsin { padding:20px; }

.tgbranch-title {
    font-family: 'Archivo Narrow', sans-serif;
    color:#2c328c;  font-size:34px; font-weight:bold; margin-bottom:15px;
}

.mappp { position:relative; }
.mappp-go { float: right; }

.mappp-go .btnred  { background: #2c328c; }

.mappp-image {}
.mappp-image img { width:100%; }

table.wtimes { width:auto;}
table.wtimes td { padding:2px 0; }
table.wtimes td:nth-child(1) { padding-right:30px; }

.row-branches:hover .lnews { opacity: 0.4; }
.row-branches .lnews:hover { opacity: 1; }


.cart.main.actions button.action {
    background:#f2f2f2;
    border: 1px solid #cdcdcd;
    color: #555555;
    cursor: pointer;
    padding: 7px 15px 7px 15px;
    border-radius: 3px;
    font-weight: bold;
}

.cart-discount { display: none; }

.shipping-policy-tooltip { font-size: 13px; }
.shipping-policy-tooltip br { display:none; }
.shipping-policy-tooltip p { margin-bottom: 10px; }
.shipping-policy-tooltip p:last-of-type { margin-bottom: 0; }
.form-shipping-address div[name*="region_id"] {
    display: none !important;
}


#vat_switch {
    position: relative; top: 2px; left: 50px;
    display: inline-block; width: 36px; height: 18px;
    background-color:#EE3342;
    -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px;
    background-image: url('../../frontend/Verve/TGBM/en_GB/images/circle-white.svg');
    background-repeat: no-repeat;
    background-position:  center right 2px;
    background-size: 16px;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
#vat_switch em {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; display: none;}

#vat_switch.switched-on { background-position:  center left 2px; }
#vat_switch::before { color: var(--clr-blue); }
#vat_switch::after { color: var(--clr-blue); }
#vat_switch.switched-on::before { color: var(--clr-blue); font-weight: 600; }
#vat_switch.switched-on::after { color: var(--clr-blue); font-weight: 400;}

.tggroup-top--vat-toggle ul { list-style: none;}
#vat_switch::before,
#vat_switch::after { position: absolute; top:0; font-size: 12px; }
#vat_switch::before { content:"Incl. VAT"; left:-53px; }
#vat_switch::after { content:"Excl. VAT"; right:-55px; font-weight: 600;  }


.brandsflex { display: flex; flex-wrap: wrap; margin: 0 -10px;  }
.brandscell { position: relative; min-height: 1px; width:33.33%; padding: 0px 10px 0px 10px; margin-bottom: 20px;   }
.brandwrap { display: block; background: #FFFFFF; border: 1px solid #cccccc; padding: 10px 10px 10px 10px;  }
.brandwrap table { display: table; width:100%; max-width:100%; border-spacing:0; border-collapse:collapse; table-layout: fixed; }
.brandwrap table td { vertical-align: middle; height: 110px; text-align: center; }
.brandwrap table td img { max-width:100%; max-height: 80px;  }

.catflexs { display: flex; flex-wrap: wrap; margin: 0 -15px 0 -15px;  }
.catflexscell { position: relative; min-height: 1px; width:20%; padding: 0px 15px 0px 15px; margin-bottom: 30px;   }
.catflexwrap { display: block; background: #FFFFFF; border: 1px solid #cccccc; padding: 10px 10px 10px 10px; height: 100%;  }
.catflexwrap dl { display: block; margin: 0;  }
.catflexwrap dl dt {
    margin: 0 0 10px 0; height: 190px;
    background-repeat: no-repeat;
    background-position:  center center;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.catflexwrap dl dd { text-align: center; margin: 0;  }
.catflexwrap dl dd h3 { margin: 0;  font-size: 18px; font-weight: bold; color: #2c328c; }
.catflexwrap dl dd h3::after { content: '>>'; margin-left: 5px; }


.validator.validator-email.validation-none { height: auto !important; width: auto !important;}

#layered-filter-block { background: #fff; border: 1px solid #d7d7d7; padding: 10px 14px; margin-bottom: 15px; }
.block-title.filter-title { font-size: 17px; font-weight: bold; padding:0px; color:#2c328c; margin-bottom: 0px; }

#narrow-by-list {}
#narrow-by-list dt {}
#narrow-by-list dd ol { margin-bottom: 15px; }
#narrow-by-list dd a { color:#6E6E6E; }
#narrow-by-list dd a span.count { color:#ee3342; }
#narrow-by-list dd .actions {}
#narrow-by-list dd .action.show-more {
    display: block; text-align: center; padding: 6px 10px; border: 1px solid #CFCFCF;
    text-transform: uppercase; font-size: 12px;
    color: #2c328c;
    cursor: pointer;
}


.M2_products-list-items { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.M2_item-product-product-item { position: relative; min-height: 1px; width: 25%; padding: 0 10px; margin-bottom: 20px;  }
.M2_product-item-info[data-container="product-grid"] {
    position: relative; height: 100%;
    display: block; background: #FFFFFF; border: 1px solid #cccccc; padding: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

#pointofsale_box #map_canvas_pointofsale, #pointofsale_box #pointofsale { width:100% !important; }

.checkout-agreement .modal-container {
    margin: 0 auto;
    position: relative;
    left: 20px;
    top: -22px;
}

.checkout-agreement .modal-container button {
    background:none!important;
    color:inherit;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:1px solid #444;
    cursor: pointer;
}

.checkout-agreement .modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in;
}

.checkout-agreement .modal-container #modal-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.checkout-agreement .modal-container #modal-toggle:hover ~ button { background: #1E824C; }

.checkout-agreement .modal-container #modal-toggle:checked {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
}

.checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    height: 480px;
    padding: 10px 30px;
    position: absolute;
    left: calc(50% - 200px);
    top: 12%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    overflow: scroll;
}

#pas-yes, #pas-no {
    clip: inherit;
    height: inherit;
    position: inherit;
    width: inherit;
    display: inline !important;
}

#checkout-step-pas .control { display: inline; margin-right: 8px; }

.amcheckout-main-container .amcheckout-column:first-of-type { background-color: #f9f9f9; padding: 0 16px; border: 1px solid #d4d4d4; }

.amcheckout-main-container .amcheckout-column:first-of-type .amcheckout-step-container .amcheckout-title { background: 0; }

.notification-cta {
    background-color: #BE1E27;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.no-quotes-block { display: none; }

    .wrap-collabsible {
      margin-bottom: 1.2rem 0;
  }

  .lbl-toggle {
      display: block;
      text-align: center;
      padding: 1rem;
      color: #000;
      background: #f5f5f5;
      cursor: pointer;
      border-radius: 7px;
      transition: all 0.25s ease-out;
      margin-bottom: 20px;
      height: 5rem;
      line-height: 2.7rem;
      font-weight: 300;
  }

  .lbl-toggle:hover {
      color: #000;
  }

  .lbl-toggle::before {
      content: ' ';
      display: inline-block;

      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid currentColor;
      vertical-align: middle;
      margin-right: .7rem;
      transform: translateY(-2px);

      transition: transform .2s ease-out;
  }

  .toggle:checked + .lbl-toggle::before {
      transform: rotate(90deg) translateX(-3px);
  }

  .collapsible-content {
      max-height: 0px;
      overflow: hidden;
      transition: max-height .25s ease-in-out;
  }

  .toggle:checked + .lbl-toggle + .collapsible-content {
      max-height: 100vh;
  }

  .toggle:checked + .lbl-toggle {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }

  .collapsible-content .content-inner {
      background: #eaeaea;
      padding: .5rem 1rem;
  }

/* Misc checkout page styles */

#customer-email-error {
    color: rgb(255, 0, 0);
    font-weight: 300;
}

.validator.validator-phone.validation-none {
    width: inherit !important;
}

#geocoder {
    height: 40px !important;
}

#tools input {
    width: 307px !important;
}

#tools > div > span {
    display: flex !important;
    flex-direction: column !important;
    font-weight: 300;
}

#tools > div > span > span {
    transform: translate(-3px, -15px);
}

#pas-pos-selector {
    max-width: 500px;
}

.field.street .control div.field label.label {
    display: none;
}

#pointofsale_box .hide-400 {
    display: none;
}

input[name="newsletter-subscribe"] {
    display: block;
}

fieldset#customer-email-fieldset .field:not(:first-child) .control {
    display: flex;
    gap: 0.3rem;
}

fieldset#customer-email-fieldset .field:not(:first-child) .control .input-text {
    display: inline-block;
    height: auto !important;
}

.field._required[name="shippingAddress.telephone"] .field-tooltip.toggle {
    display: none;
}

/* Expand Order summary box on the checkout page by default */

body.checkout-index-index .minicart-items{ 
    display:block !important; 
}

.opc-block-summary .block.items-in-cart .minicart-items {
    display: block !important;
}

.opc-block-summary .items-in-cart > .title:after {
    content: '\e621' !important;
}

.opc-block-summary .items-in-cart.active .minicart-items {
    display: none !important;
} 

.opc-block-summary .items-in-cart.active > .title:after {
    content: '\e622' !important;
}



/* Adjust font-weight on checkout page  */

#checkout-step-pas span,
#customer-email-fieldset span,
#customer-email-fieldset .field.required span,
#shipping-new-address-form span,
#shipping-new-address-form select.select,
.payment-group .payment-method span,
.table-checkout-shipping-method tr.row > td,
.table-checkout-shipping-method tr.row td.col.col-price span.price,
#discount-form .actions-toolbar button.action.action-apply span,
.collapsible-content .content-inner { 
    font-weight: 300;
}

@media (max-width: 400px) {

    .checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}

.checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
    color: #666;
    position: absolute;
    right: 2px;
    top: 0;
    padding-top: 7px;
    background: #fff;
    font-size: 16px;
    width: 25px;
    height: 28px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
    top: initial;
    bottom: 20px;
    right: 20px;
    background: #4CAF50;
    color: #fff;
    width: 50px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
}

.checkout-agreement .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
    color: #fff;
    background: #1E824C;
}

/* Hide pickup at store time selector as never used */
#pas-time-selector { display:none; }

/* Background image on CMS pages */
.cms-page-view #maincontent {
    /* background-image: url('../../frontend/Verve/TGBM/en_GB/images/cms_bg.jpg'); */
    /* background:#eaeaea; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.page-layout-1-column-brand #maincontent {
    background-image: none;
    /* background:#eaeaea; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/* hide delivery summary in basket */

/* hide additional short description */
.product-aside .product.attibute.overview { display:none; }

/* price alignment in basket table */
#shopping-cart-table th.col.price, #shopping-cart-table th.col.subtotal { width:140px; }

.form-create-account {}
.form-create-account::after,
.form-create-account .actions-toolbar::before  { visibility: hidden; font-size: 0; height: 0; content: ""; display: table; clear: both; line-height: 0; }
.form-create-account .fieldset.create.info {
    display: inline-block; width: 49%;
    background: #FFFFFF; border: 1px solid #cccccc; padding: 10px;  margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.form-create-account .fieldset.create.account {
    width: 49%; float: right;
    background: #FFFFFF; border: 1px solid #cccccc; padding: 10px;  margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.form-create-account .fieldset > .legend { padding-bottom: 7px; margin-bottom: 12px;  }
.form-create-account .fieldset > .field {}

.form-create-account .fieldset > .field.choice.newsletter {}
.form-create-account .fieldset > .field.choice.newsletter input[type="checkbox"] { float: left; position: relative; bottom: -2px; }

.form-create-account .actions-toolbar { margin-bottom: 40px; }
.form-create-account .actions-toolbar .secondary { display: none; }


.login-container {}
.login-container > .block {
    background: #FFFFFF; border: 1px solid #cccccc; padding: 10px;  margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}


/* Billing address update button */
.payment-methods .action.action-update {
    background: #2C328C !important;
    border: 1px solid #2C328C !important;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 10px 30px;
}
.action.primary.checkout.disabled { display:none; }
/* /Billing address update button */

/* Hide IE10/11 X to close button */
::-ms-clear { display: none; }

/* small corrections to newsletter block */
.mailgrey .block.newsletter .form.subscribe { width:100%; }
.mailgrey .block.newsletter input { height: 36px; }

/* Fix for missing required asterisk */
div[name="billingAddresslloydscardnetcw_creditcard.firstname"] .label::after,
div[name="billingAddresslloydscardnetcw_creditcard.lastname"] .label::after,
div[name="billingAddresslloydscardnetcw_creditcard.city"] .label::after,
div[name="billingAddresslloydscardnetcw_creditcard.postcode"] .label::after,
div[name="billingAddresslloydscardnetcw_creditcard.telephone"] .label::after,
div[name="shippingAddress.firstname"] .label::after,
div[name="shippingAddress.firstname"] .label::after,
div[name="shippingAddress.lastname"] .label::after,
div[name="shippingAddress.city"] .label::after,
div[name="shippingAddress.postcode"] .label::after,
div[name="shippingAddress.telephone"] .label::after {
    content: '*' !important;
    color: #e02b27 !important;
    font-size: 1.2rem !important;
    margin: 0 0 0 5px !important;
}
/* /Fix for missing required asterisk */


.startshed{
    width:95%;text-align:center;right:50%;transform:translateX(50%);position:absolute;color:white;margin-top:-260px;;
}
.brand-content-images-sheds{
    justify-self:center;
}
.price-ln-vat { font-size:0.7em; color:#ABABAB; font-weight:normal; }

.workban {}
.workban > ul {
    margin: 0; padding: 0; list-style: none none; list-style-position: inside;
    display: table; width:100%; max-width:100%; border-spacing:0; border-collapse:collapse; table-layout: fixed;
}
.workban > ul > li { display: table-cell; vertical-align: middle; }
.workban > ul > li.cell-1 {
    padding: 20px;
    background-color: #2c328c;
    color: #fff;
}
.workban > ul > li.cell-2 {
    width: 30%;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.work-title { display: block; line-height: 1.1; font-size: 28px; font-weight: bold; margin-bottom: 12px; }
.work-line { line-height: 1.2; margin-bottom: 2px;  }

/* upgrade to 2.3.3 amends */
#tooltip-label span {display:none;}
.step-title .title-number { display:none; }
/* /upgrade to 2.3.3 amends */

.covid img { width: 100%; margin-bottom: 20px; }
.covid-block { display: block; color: #fff; text-align: center; margin-bottom: 20px; }
.covid-block .blue-block { background-color: #2c328c; background-image: url(/pub/media/covid-banner-logo.png); padding: 30px 140px; background-repeat: no-repeat; background-position: top right; }
.covid-block .blue-block h2 { font-size: 36px; font-weight: 900;  }

.search-autocomplete ul { display: none; }
.poa-msg { font-weight: 700; font-size: 1.8rem; }


.tghero-wrapper { position: relative; }
.tghero {}
.tghero .tghero-item {
	padding-top:44px; min-height: 444px;
	background-color:#ebebeb;
	background-repeat:no-repeat; background-position:center top;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.tghero .slick-dots {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside;
    position: absolute;  left: 0;
    bottom: 90px; width: calc(50% + 500px);
    z-index: 20;
    display:block;
    text-align:right;
}
.tghero .slick-dots > li { display: inline-block; }
.tghero .slick-dots > li button {
    font-size: 0; color: transparent;
    border: none;
	display:block; float:left; margin-left:5px; margin-right:5px;  height:15px; width:70px; background:#ffffff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.tghero .slick-dots > li.slick-active button { background:#323786 url('../../frontend/Verve/TGBM/en_GB/images/owl-dot-active.jpg') repeat-x bottom; ; }

.tghero-curve {
    position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10;
    background-image:url('../../frontend/Verve/TGBM/en_GB/images/curve-grey.png');
    background-repeat: no-repeat;
    background-position: bottom right -50%;
    background-size: auto 66px;
    height: 66px;
}
.tghero-curve .container {
    background-image:url('../../frontend/Verve/TGBM/en_GB/images/curve-grey.png');
    background-repeat: no-repeat;
    background-position: bottom right 0;
    background-size: auto 66px;
    height: 66px;
}

/* ul.catgrid.doors-pop-cat .slick-track { width: 250px;}
ul.catgrid.doors-pop-cat .slikc-slide.slick-current.slick-active { width: auto;} */

/* ul.catgrid.doors-pop-cat .slick-list.draggable { width: 250px!important;}
ul.catgrid.doors-pop-cat .slick-list.draggable .slick-track {width: auto!important;}
ul.catgrid.doors-pop-cat .slick-list.draggable .slick-track .slick-slide { width: auto!important;} */
.catgrid.doors-pop-cat { margin-left: 5px;}

.item.display-dt { min-height: 400px; display: flex!important; flex-direction: column; justify-content: space-between; background: #fff;}

.slidebox { padding:10px; border:1px solid #cccccc; background:#FFFFFF; max-width:650px; }
.slidebox-inner { border:1px solid #cccccc; padding:20px 20px 50px 20px; color:#FFFFFF; position:relative;  }
.slidebox-inner-locations { background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/slide-locations.png') no-repeat right; padding-right:260px; }
.slidebox-inner-responsibilities { background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/slide-responsibilities.png') no-repeat right; padding-right:260px; }
.slidebox-inner-established  {
    background:#2c328c url('../../frontend/Verve/TGBM/en_GB/images/slide-established.png') no-repeat center right 18px; padding-right:260px;
    background-size:236px auto;
}
.slidebox-inner-established h3 { padding-right:80px; }
.slidebox h3 { margin-top: 0; font-size:42px; font-weight:bold; margin-bottom:15px;   }
.slide-intro { font-family: 'Archivo Narrow', sans-serif; font-size:24px; line-height:1.1;  }
a.whitelink { color:#FFFFFF; position:absolute; left:20px; bottom:15px;  }
a.whitelink:hover,
a.whitelink:focus { color:#FFFFFF; text-decoration:none; }
.container-indexed { position:relative; z-index:10;  }

.whiteline { background:url('../../frontend/Verve/TGBM/en_GB/images/curve.png') no-repeat; background-position: top right -50%; margin-bottom:40px;  }
.whiteline .container { background:url('../../frontend/Verve/TGBM/en_GB/images/curve.png') no-repeat top right; padding-top:30px; }


.hero-carousel-wrapper { position: relative;  }
.hero-carousel {}
.hero-carousel .tghero-item {
	padding-top:44px; min-height: 444px;
	background-color:#ebebeb;
	background-repeat:no-repeat; background-position:center top;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}





/* Doors top level page */

.catgrid.doors-pop-cat li.item { width: 200px!important; }
.doors-popular-wrapper .fp-category { opacity: 1; }
.doors-popular-wrapper ul { list-style: disc; padding: 0 20px; }
.hero-carousel.doors img { width: 100%; }
.doors-popular-wrapper {
    background-color: #fff;
    padding: 10px;
}
.img-doors-wrap {
    min-height: 190px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doors-pop-img {
    border-bottom: 1px solid #00000017;
    -webkit-box-shadow: 0px 9px 8px -4px rgb(0 0 0 / 64%); -moz-box-shadow: 0px 9px 8px -4px rgba(0,0,0,0.64); box-shadow: 0px 9px 8px -4px rgb(0 0 0 / 26%);
}

.overflow-wrap { overflow: hidden; margin: 20px 0;}

.affiliated-img {
    background-size: cover!important; background-repeat: no-repeat!important; background-position: center!important;
    min-height: 375px;
    transition: transform .2s ease; filter: brightness(0.8); 
}

.affiliated-img:hover { transform: scale(1.1); filter: brightness(1); }

.affiliated-img .contents {
    display: flex; flex-direction: column; align-items: center; justify-content: space-between;
    min-height: 163px;
    position: relative; top: 145px;
} 

.href.title { text-decoration: none; color: inherit;}

.affiliated-img .contents button {
    padding: 5px 20px;
    background-color: #b4212d; color: #fff;
    border: none; border-radius: 4px;
}

.affiliated-img .contents>img { opacity: 1; transition: 0.3s;}
.affiliated-img:hover .contents>img { opacity: 0; }

.doors-pop-cat .slick-arrow {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    z-index: 10;
    top: calc(50% - 15px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    color: #2F3D86;
}

.doors-pop-cat .slick-arrow .fa { 
    font-size: 38px;
    line-height: 1;
}

.slick-prev.doors-pop.slick-arrow { 
    display: block;
    left: -40px;
}

.slick-next.doors-pop.slick-arrow { 
    display: block;
    right: -7px;
}

.doors-pop-cat .slick-slide img {
    display: inline-block;
    width: 100%;
}

body.categorypath-shop-by-category-doors.category-doors nav.breadnav,
body.categorypath-shop-by-category-aggregates nav.breadnav { display: none; }
body.categorypath-shop-by-category-doors span.base,
body.categorypath-shop-by-category-aggregates span.base { display: none; }


body.categorypath-shop-by-category-aggregates .catalog-category-view .page-title-wrapper {
    display: none;
}

.dc-section { padding: 8rem 4rem 2rem 4rem; background-color: #fff; }
.dc-carousel { padding-left: 0;}

.dc-section .dc-carousel img { max-width: 100%; }

.dc-carousel .slick-slide { text-align: center; }
.dc-carousel li { display: inline-block; }
.dc-carousel ul.slick-dots li { padding: 5px; }
.dc-carousel .slick-dots { text-align: center; padding: 0; transform: translateY(-24px); }
.dc-carousel .slick-dots li.slick-active button { transform: translateY(-4px);}
.dc-carousel .slick-dots button { 
    display: block;
    width: 1rem; height: 1rem;
    padding: 0;
    border: none; border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}


.dc-text { padding-right: 0;}
.dc-text img {    
    position: absolute;
    top: -23px;
    width: 195px;
    left: 76px;
}
.dc-text-wrapper { 
    margin-top: 4rem; padding: 5rem 4rem;
    line-height: 1.5rem; font-weight: 600;
    color: #2a338f; background-color: #eaeaea;
}


/* END Doors top level page */

.hero-spacer { display: block; width: 100%; }


#vfmlist li.level0:not(.category-item) > a.level-top { opacity: 1 !important;     text-transform: uppercase; }

#vfmlist li.level0:not(.category-item) > a.level-top i { font-size: 20px; }

/* "Please do not refresh or close the payment page until the order has been confirmed." */
.dont-refresh {
	font-size: 13px;
	padding: 10px 20px;
	margin: 15px 0;
	color: #fff;
	border-radius: 5px;
	background-color: #feb742;
}

.amcheckout-step-container .form-login { border-bottom: none !important; }

.ratio{position:relative; width:100%; display: block; }
.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}
.ratio > *{position:absolute;top:0;left:0;width:100%;height:100%}
.ratio-1x1{--bs-aspect-ratio:100%}
/* .ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)} */
.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}
.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}
.ratio-content { display: block; background-color: rgba(227,227,227,1.00); }

.img-cover { width: 100%; height: 100%; object-fit: cover; }

.heading-line { padding: 4px 15px 6px 15px; text-align: center; margin-bottom: 16px; color: #FFFFFF; background: #2c328c; }
.heading-line-red { background-color: #BE1E27; }
.heading-line .title { font-family: 'Archivo Narrow', sans-serif; font-size: 28px; font-weight: bold;   }


.c-actions { display: block; width: 100%; text-align: center; position: absolute; bottom: 15px; left: 0; right: 0; }
.c-btn {
	font-family: 'Archivo Narrow', sans-serif; font-size: 18px; font-weight: bold;
	display: inline-block; background-color: rgba(255,255,255,0.87); padding: 4px 12px; color: #2C328C;
}

.catgrid-wrapper .ratio-content {  display: block; position: relative; }

.catgrid-wrapper {}
.catgrid {
	margin: 0 -8px; padding: 0; list-style: none none; list-style-position: inside;
	/* display: flex; flex-wrap: wrap; align-items: center; justify-content: center; */
}
.catgrid li.item { width: 19.7%; padding: 0 8px; margin-bottom: 16px;     display: inline-block;   }
.catgrid li.item:hover .c-btn { background-color: rgba(45,56,137,0.95); color: #fff; }
.M2_item-catergory-item{position:relative;min-height: 1px;padding:0 10px;margin-bottom:20px;background:white;padding-bottom:10px;padding-top:10px;border-style:solid;border-color:silver;border-width:1px;}

.accgrid-wrapper { padding: 5px 0; }
.accgrid {
	margin: 0 -8px; padding: 0; list-style: none none; list-style-position: inside;
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.accgrid li.item { width: 33.33%; padding: 0 8px;    }
.accgrid li.item a {
	display: flex; align-items: center; justify-content:space-between;
	background-color: #2D3889; color: #fff; padding: 8px 15px;
	font-family: 'Archivo Narrow', sans-serif; font-size: 22px; font-weight: bold;
	text-decoration: none !important;
}
.accgrid li.item .a-label { flex: 1; padding-right: 15px;  }
.accgrid li.item .a-icon { width: 50px; height: 50px; }
.accgrid li.item .a-icon .img { width: 100%; height: 100%; object-fit:contain; }
.probox-data .btns .btns-green{width:auto;}
.probox-data__button {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 80px !important;
}

.mymodal1{
    background: #30335b;
    width: 100%;
    border: 1px solid #30335b;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    max-width: 20rem;

}

.M2_item-catergory-item > .probox:hover {
    text-decoration: none;
}

.M2_item-catergory-item .img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.featproducts-wrapper { margin-bottom: 30px; }
.featproducts {}
.featproducts .slick-slide { margin: 0 8px; }
.featproducts .slick-list { margin: 0 -8px; }
.featproducts .slick-arrow,
.popularproducts .slick-arrow {
	display: inline-block; background-color: transparent; padding: 0; border: none;
	color: #2F3D86;
	position: absolute; top: calc(30% - 19px);
	z-index: 10;
}
.featproducts .slick-arrow .fa,
.popularproducts .slick-arrow .fa { font-size: 38px; line-height: 1; }
.popularproducts .slick-prev { left: -32px;}
.popularproducts .slick-next { right: -32px;}

.fp-box {}
.fp-photo { margin-bottom: 15px; min-height: 225px; background: #fff; display: flex; justify-content: center; align-items: center; }
.fp-photo .href { display: block;  }
.fp-data { font-family: 'Archivo Narrow', sans-serif; font-size: 16px; line-height: 1.1;  }
.fp-category { opacity: 0.7; min-height: 35px; }
.fp-title { min-height: 70px; }
.fp-title a { color: #000000; }
.fp-price { padding: 8px 0; }
.fp-stock { margin-bottom: 5px; }
.fp-stock .in-stock { color: #5CA84A; }
.fp-options {}
.fp-options .href { display: flex; color: #fff; background-color: #BE1E27; text-decoration: none; padding: 4px 8px; }
.fp-options .href-1 { flex: 1; }
.fp-options .href-2 {}

#co-shipping-method-form .store-pickup { display: none !important; }
#checkout .authentication-wrapper { display: none !important; }
#checkout div[name="billingAddressshared.region_id"] { display:none !important; }
#checkout li.infomsg div { border:1px solid #0096C7; padding:7px; background-color: rgba(0, 150, 199, 0.1); color: #002A80;}
div[name="shippingAddress.telephone"] { display:block !important; }

/* setCookie('vat_switch', 'off'); */
#maincontent.prices-incl-vat {}
#maincontent.prices-incl-vat .price-excluding-tax { display: none; }
/* setCookie('vat_switch', 'on'); */
#maincontent.prices-excl-vat {}
#maincontent.prices-excl-vat .price-including-tax { display: none; }

ul.features-list {
    padding-left: 16px;
}

.enquire-me { 
    background: #ee3342;
    width: 100%;
    border: 1px solid #ee3342;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer; 
}

.delivery-heading {
    font-weight: 700;
    font-size: 1.4rem;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.delivery-and-collection-wrapper {
    padding: 0 2rem;
}

.delivery-and-collection-wrapper a {
    word-break: break-all;
}



.footermenus > ul { display: flex; flex-direction: column;}

/* Related Products styles */

.related-interest {
    background: #2d3889;
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
}

.related-available.M2_product-item-info.lnews.tgbox.related--container {
    width: 21rem;
    margin-inline: auto;
}

.related-button > div,
.related-button > div > button {
    width: 100%;
}

.btns.btns-green.tocart > span::after {
    content: " >>";
} 

.btns.btns-green.tocart > span {
    background: url(../../frontend/Verve/TGBM/en_GB/images/basket-white.png) no-repeat left;
    padding-left: 30px;
}

.tgbox-img.related-img {
    margin-bottom: 0;
}

.tgbox-price2.related-price2 {
    height: auto;
    min-height: auto;
}



.products-related .tgbox {
    width: 100% !important;
}

/* Relateed products */

.container--related-img.tgbox-img {
    display: grid;
    place-content: center;

    min-height: auto !important;
}

.container--related-products {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
}

.view-more-related {
    margin-right: 20px;
    display: inline-block;
    padding: 7px 28px;
    border: none;
    color: #000000;
    line-height: 1.7;
    text-decoration: none;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #e3e3e3 50%, #d6d6d6 51%, #d6d6d6 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#e3e3e3 50%,#d6d6d6 51%,#d6d6d6 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#e3e3e3 50%,#d6d6d6 51%,#d6d6d6 100%);
}

.view-more-related > a:hover {
    text-decoration: none;
    color: black;
}

.tgbox-price2.related-price {
    min-height: auto !important;
    height: auto !important;
}

.related-add-to-cart > span {
    background: url(../../frontend/Verve/TGBM/en_GB/images/basket-white.png) no-repeat left;
    padding-left: 30px;
}

.action.primary.related-add-to-cart {
    background: #4fa94d !important;
    border: 1px solid #4fa94d !important;
    color: #FFFFFF !important;
}

.tgbox-price2.related-price .price-including-tax::after {
    content: attr(data-label) "";
    font-size: 1.1rem;
    margin-left: 0.4rem;
}

.wrap-collabsible input[type='checkbox'] { display: none; }
#billing-address-same-as-shipping-lloydscardnetcw_creditcard { display: inline-block; }

.featproducts .slick-next {
	    right: -42px;
}

.featproducts .slick-prev {
	    left: -35px;
}

/* Mega menu styles */

.magicmenu {
    position: relative;
}
.magicmenu .nav-desktop {
    position: static;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
}
.magicmenu .nav-desktop.menufullwidth .full-width .content-mega-horizontal {
    margin: 0 auto;
}
.magicmenu .nav-desktop.click .level0:hover .level-top-mega {
    opacity: 0;
    visibility: hidden;
    top: 130%;
}
.magicmenu .nav-desktop.click .level0.over .level-top-mega {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown.over >.level0 {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop.click .level0.dropdown .hasChild.over >ul {
    opacity: 1;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.over .level-top-mega {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown.over >.level0 {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild.over >ul {
    opacity: 1;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown >.level0 {
    border-style: solid;
    border-width: 0px;
    padding: 0px 15px;
    position: absolute;
    z-index: 99999;
    display: block;
    opacity: 0;
    top: 130%;
    visibility: hidden;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    width: 215px;
    padding: 20px 0px;
    line-height: 38px;
    text-align: left;
    background-color: #ffffff;
}
.magicmenu .nav-desktop .level0.dropdown >.level0 li a span {
    font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown:hover >.level0 {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
    font-size: 14px;
}
.magicmenu .nav-desktop .level0.dropdown li {
    margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
    position: relative;
    margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild >a:before {
    content: "\f105";
    display: block;
    line-height: 38px;
    font-size: 13px;
    position: absolute;
    right: 15px;
    text-align: right;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-width: 1px;
    border-style: solid;
    padding: 20px 0px;
    min-width: 200px;
    z-index: 1;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover >ul {
    opacity: 1;
    visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
    padding: 0 18px;
    display: block;
}
.magicmenu .nav-desktop .level0 {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
    border-style: solid;
    border-width: 0px;
    padding: 0px 15px;
    position: absolute;
    z-index: 99999;
    display: block;
    opacity: 0;
    top: 130%;
    visibility: hidden;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over >ul {
    opacity: 1;
    left: 90%;
    visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
    position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    color: #666;
    content: "\f105";
    display: block;
    line-height: 32px;
    font-size: 13px;
    position: absolute;
    right: 30px;
    text-align: right;
 
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    padding: 5px 0 5px 30px;
    min-width: 200px;
    z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover >ul {
    opacity: 1;
    left: 90%;
    visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
    font-size: 13px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale {
    color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale {
    color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
    border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
    display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
    display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 >a {
    border-width: 0 0 0;
    border-style: solid;
    position: relative;
    font-size: 14px;
    padding: 10px 0 0px 0;    
    display: block;
    line-height: 25px;
    margin: 0px;
    text-transform: uppercase;
    color: #e23647;

    
    margin-bottom: 12px;
    border-bottom: 1px solid #384eb9;
    padding-bottom: 6px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 >a span {
    font-size: 14px;
    position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 >a span:after {
    border-width: 0 0 1px;
    border-style: solid;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 0px;
    transition: all 0.35s ease 0s;
    display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 >a:hover span:after {
    width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 >a.a-image::before {
    display: none;
    padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
    width: 100%;
    clear: both;
    padding: 30px 0 0px;
    margin: 0px;
    overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
    width: 100%;
    clear: both;
    padding: 30px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
    padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    float: left;
    text-align: left;
    width: 235px;
    padding: 0 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
    margin-right: 0px;
    padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children >ul {
    padding: 0px 0 3px 15px;
    position: relative;
    list-style: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
    margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .children.level1 >a {
    padding: 0px;
    margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0 >a:hover .short_desc {
    color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 13px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    outline: medium none;
    display: block;
    text-align: left;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
    padding: 0;
    text-decoration: none;
    outline: medium none;
    text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
    right: 20px;
    top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top >span {
    white-space: nowrap;
    font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    text-transform: capitalize;
    color: #999;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.magicmenu .nav-desktop .level0 .cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
    display: none;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
    border-color: transparent;
    border-style: solid;
    border-top-color: #009966;
    border-width: 6px 10px 0 0;
    content: "";
    height: 0;
    position: absolute;
    left: 10px;
    top: 17px;
    transition: border-color 450ms ease-in-out 0s;
    width: 0;
    display: none;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot {
    color: #fff;
    background-color: #ff0000;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0 .cat_label.hot {
    color: #ff3d49;
    background-color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0 .cat_label.HOT {
    color: #ff3d49;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0 .cat_label.Sale {
    color: #00bd33;
    background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0 .cat_label.sale {
    color: #00bd33;
    background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0 .cat_label.New:before {
    border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE {
    background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.magicmenu .nav-desktop .level0.logo.display {
    display: none;
    border: 0;
}
.magicmenu .nav-desktop .level0.home {
    margin-left: 20px;
    position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
    display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
    font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
    padding: 20px 25px 25px;
    min-width: 175px;
    text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
    font-size: 14px;
    line-height: 27px;
}
.magicmenu .nav-desktop p {
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
    width: 215px;
    padding: 20px 0px;
    line-height: 38px;
    text-align: left;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
    font-size: 14px;
}


.magicmenu .nav-desktop .level-top a {
    color: #3447bd;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

@media (min-width: 767px) {
    .magicmenu .level0 > a.level-top {
        color: #fff !important;
    }

}
.magicmenu .nav-desktop .level0.dropdown.home >.level0 {
    width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {

    font-size: 12px;
    padding-left: 5px;
    font-weight: normal;
}
.magicmenu .level0 .level-top img {
    display: none;
    padding-right: 15px;
    vertical-align: middle;
}
.vmagicmenu {
    display: block !important;
    position: relative;
    padding: 0px;
    z-index: 90;
    width: 270px;
    float: left;
}
.vmagicmenu .vmagicmenu-narrow {
    position: absolute;
    margin: 0px;
    padding: 5px 0 25px;
    list-style: outside none none;
    width: 270px;
    display: none;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild.over >ul {
    opacity: 1;
    visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown >.level0 {
    width: 215px;
    padding: 20px 0px;
    line-height: 38px;
    text-align: left;
    border-width: 0px;
    border-style: solid;
    position: absolute;
    left: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    top: 0 !important;
    min-height: 100%;
    top: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown >.level0 li a span {
    font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
    position: relative;
    margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild >a:before {
    content: "\f105";
    display: block;
    line-height: 38px;
    font-size: 13px;
    position: absolute;
    right: 15px;
    text-align: right;

}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border-width: 1px;
    border-style: solid;
    padding: 20px 0px;
    min-width: 200px;
    z-index: 1;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    list-style: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
    margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover >ul {
    opacity: 1;
    visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
    margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
    padding: 0 18px;
    display: block;
    text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
    font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild.over >ul {
    opacity: 1;
    visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover >ul {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.vmagicmenu .vmagicmenu-narrow >li:nth-child(n+12) {
    display: none;
}
.vmagicmenu .vmagicmenu-narrow >li.all-cat {
    display: block;
    margin-top: 15px;
    float: left;
    width: 100%;
    clear: both;
    padding: 0 18px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
    background-color: #ffffff;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild.over ul {
    opacity: 1;
    left: 90%;
    visibility: visible;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    color: #666;
    content: "\f105";
    display: block;
    line-height: 32px;
    font-size: 13px;
    position: absolute;
    right: 30px;
    text-align: right;
 
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    padding: 5px 0 5px 30px;
    min-width: 200px;
    z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover >ul {
    opacity: 1;
    left: 90%;
    visibility: visible;
}
.vmagicmenu .nav-desktop .level0.dropdown.over >.level0 {
    opacity: 1;
    visibility: visible;
}
.vmagicmenu .nav-desktop .level0.home .level-top .icon {
    display: none;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover >.level0 {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.vmagicmenu .nav-desktop .level0.dropdown >.level0 {
    background-color: #ffffff;
}
.vmagicmenu .level0.over .level-top-mega {          
    opacity: 1;
    visibility: visible;
}
.vmagicmenu .level0 {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 39px;
    width: 100%;
    list-style: none;
    position: static;
}
.vmagicmenu .level0 .level-top-mega {
    border-width: 0px;
    border-style: solid;
    position: absolute;
    left: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    top: 0 !important;
    min-height: 100%;
    padding: 0 15px;
}
.vmagicmenu .level0 .level-top-mega .children >a {
    border-width: 0px 0 0;
    border-style: solid;
    display: block;
    padding-top: 28px;
    padding-bottom: 8px;
    position: relative;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children >a span {
    font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children >a span:after {
    border-width: 0 0 1px;
    border-style: solid;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 0px;
    transition: all 0.35s ease 0s;
    display: none;
}
.vmagicmenu .level0 .level-top-mega .children >a:hover span:after {
    width: 100%;
}

.level-top-mega {
    /* width: 100%; */
    /* left: 0 !important; */
}
.vmagicmenu .level0 .level-top-mega .children a {
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    position: relative;
    display: block;
}
.vmagicmenu .level0 .level-top-mega .children a span {
    font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
    font-size: 100%;
    padding: 0 0 5px;
    line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
    line-height: 26px;
    border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
    border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
    font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children >.nav {
    border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
    display: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot {
    color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot {
    color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT {
    color: #ff3d49;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale {
    color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale {
    color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children.level1 >a.a-image::before {
    display: none;
    padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
    margin: 0;
    padding: 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
    width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
    width: 100%;
    clear: both;
    padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
    margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
    float: left;
    width: 235px;
    text-align: left;
    padding: 0 15px;
    margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
    list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
    margin: 0;
    position: relative;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
    margin: 0;
}
.vmagicmenu .level0:hover .level0 {
    background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.vmagicmenu .level0 .level-top {
    border-bottom: 1px solid #e6e6e6;
    margin: 0px 18px;
    padding: 0px;
    font-size: 100%;
    text-decoration: none;
    display: block;
    outline: medium none;
    position: relative;
}
.vmagicmenu .level0 .level-top img {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.vmagicmenu .level0 .level-top span {
    font-size: 14px;
    vertical-align: middle;
}
.vmagicmenu .level0 .level0 .children >ul {
    margin: 0;
    padding: 20px 0 35px;
    position: relative;
}
.vmagicmenu .level0 .cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
    display: none;
}
.vmagicmenu .level0 .cat_label:before {
    border-color: transparent;
    border-style: solid;
    border-top-color: #009966;
    border-width: 6px 10px 0 0;
    content: "";
    height: 0;
    position: absolute;
    left: 10px;
    top: 17px;
    transition: border-color 450ms ease-in-out 0s;
    width: 0;
    display: none;
}
.vmagicmenu .level0 .cat_label.Hot {
    color: #ff3d49;
    background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.Hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .level0 .cat_label.hot {
    color: #ff3d49;
    background-color: #dc1212;
}
.vmagicmenu .level0 .cat_label.hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .level0 .cat_label.HOT {
    color: #ff3d49;
}
.vmagicmenu .level0 .cat_label.HOT:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .level0 .cat_label.Sale {
    color: #00bd33;
    background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.Sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .level0 .cat_label.sale {
    color: #00bd33;
    background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .level0 .cat_label.New {
    border-top-color: #009966;
}
.vmagicmenu .level0 .cat_label.SALE {
    background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.SALE:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.vmagicmenu .block-vmagicmenu-content {
    padding: 0px;
    position: absolute;
}
.vmagicmenu .vmagicmenu-narrow.over {
    display: block;
}
.vmagicmenu .block-title {
    padding: 0 30px;
    line-height: 49px;
}
.vmagicmenu .block-title span {
    font-size: 24px;
    vertical-align: middle;
}
.vmagicmenu .block-title span.fa:before {
    content: "\e871";
    font-family: 'Linearicons-Free';
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
    padding: 0 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.vmagicmenu .level0.last {
    border: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
    content: "\f105";
    float: right;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}
.vmagicmenu p {
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    position: relative;
    display: block;
}
.vmagicmenu .level-top a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    color: #000;
}
.vmagicmenu .banner-menu-position img {
    margin-left: -30px;
}
.sections .nav-sections-item-content >.navigation {
    display: none;
}
.nav-sections-item-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.nav-sections-item-content .magicmenu {
    position: relative;
    display: block;
    text-align: left;
}
.mage-column.mega-block-left {
    float: left;
}
.mage-column.mega-block-right {
    float: right;
    padding: 10px 0 0;
}
.block-left {
    float: left;
}
.block-right {
    float: left;
}
.cat-mega {
    float: left;
}
.block-bottom {
    clear: both;
}
.mage-column-custom {
    padding-top: 32px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
    top: 0px;
}
.all-cat {
    display: block;
    margin-top: 10px;
}
.all-cat span {
    padding: 0px;
    cursor: pointer;
    display: block;
    line-height: normal;
    width: 100%;
    clear: both;
    font-size: 14px;
}
.all-cat span:after {
    content: "\f0d7";
    padding-left: 5px;
}
.all-cat:hover span {
    color: #333;
}
.sidebar .accordion-container {
    margin-bottom: 30px;
}
.sidebar .accordion-container .all-cat {
    margin-top: 20px;
    padding: 0 18px;
}
.sidebar .accordion-container .level0 .level-top img {
    display: none;
}
.sidebar .accordion-container .meanmenu-accordion {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    padding: 0px 0px 34px;
}
.sidebar .nav-accordion {
    padding: 13px 18px 0;
}
.accor-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
    padding: 15px 18px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
ul.nav-accordion {
    line-height: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
}
ul.nav-accordion li {
    position: relative;
    margin: 0;
}
ul.nav-accordion li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    color: #333e48;
    outline: medium none;
}
ul.nav-accordion li a span {
    font-size: 14px;
}
ul.nav-accordion li a:hover {
    color: #333;
}
ul.nav-accordion li a span.cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
    display: none;
}
ul.nav-accordion li a.level-top {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
ul.nav-accordion li a.level-top span {
    font-size: 14px;
}
ul.nav-accordion li >ul.submenu >li >a {
    padding-left: 20px;
}
ul.nav-accordion li ul li ul li.parent >a {
    padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent >a span:before {
    display: none;
}
ul.nav-accordion li.last {
    border-bottom: 0 none;
}
ul.nav-accordion ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.nav-accordion ul ul li:hover a:before {
    color: #333;
}
ul.nav-accordion ul ul li a:before {
    color: #cccccc;
    content: "\f105";
    display: inline-block;
    font-size: 13px;
    padding-right: 15px;
    text-align: right;
}
ul.nav-accordion ul ul ul li a {
    margin-left: 20px;
}
ul.nav-accordion ul li {
    clear: both;
    margin: 0;
    padding: 0;
}
ul.nav-accordion ul li a {
    outline: none;
}
ul.nav-accordion ul li.active {
    font-weight: normal;
}
ul.nav-accordion ul.submenu {
    display: none;
}
ul.nav-accordion .expand {
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0 !important;
    height: 19px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 19px;
    padding: 0 !important;
}
ul.nav-accordion .expand:before {
    color: #333;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    width: 18px;
    line-height: 30px;
    font-weight: normal;
}
ul.nav-accordion .collapse {
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0 !important;
    height: 19px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 19px;
    padding: 0 !important;
}
ul.nav-accordion .collapse:before {
    color: #7f7f7f;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    width: 18px;
    line-height: 30px;
    font-weight: normal;
}
ul.nav-accordion .collapse:hover:before {
    color: #333;
}
ul.nav-accordion li.level0 >a >span >.cat-label {
    position: inherit;
}
ul.nav-accordion li.level0 >a >span >.pin-bottom:before {
    position: inherit;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0;
}
ul.nav-mobile ul.submenu {
    display: none;
}
.nav-accordion >li:nth-child(n+10) {
    display: none;
}
.magicmenu .nav-desktop .level0.dropdown >.level0 {
    list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
    background-color: #fff;
    border-width: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild >a:before {
    font-size: 1rem;
    padding-left: 5px;
    font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild >a:after {
    font-size: 1rem;
    padding-left: 5px;
    font-weight: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown >.level0 {
    list-style: none;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild ul {
    background-color: #fff;
    border-width: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild >a:before {
    font-size: 1rem;
    padding-left: 5px;
    font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul li.hasChild >a:after {
    font-size: 1rem;
    padding-left: 5px;
    font-weight: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    list-style: none;
}
.level-top-mega .mage-column.cat-mega {
    margin: 0;
    list-style: outside none none;
}
.fixed {
    z-index: 999;
    width: 100%;
}
.fixed .custom-menu {
    padding-bottom: 7px;
    padding-top: 10px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.fixed .quick-access {
    display: none;
}
.nav-sections .mean-nav {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
}
.nav-sections .mean-nav .mobi-title {
    color: #242628;
    font-size: 16px;
    line-height: 52px;
    margin: 0;
    padding: 0 0 0 50px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    top: -56px;
    z-index: 0;
    display: none;
}
.nav-sections .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.nav-sections .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.nav-sections .mean-nav ul li a span {
    font-size: 15px;
    padding: 0 14px;
}
.nav-sections .mean-nav ul li a span.icon.fa-home {
    padding-right: 0;
}
.nav-sections .mean-nav ul li a span.cat_label {
    background-color: #009966;
    color: #fff;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 0 0 3px;
    position: absolute !important;
    text-transform: uppercase;
}
.nav-sections .mean-nav ul li a span.cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
    display: none;
}
.nav-sections .mean-nav ul li a span.cat_label:before {
    border-color: transparent;
    border-style: solid;
    border-top-color: #009966;
    border-width: 6px 10px 0 0;
    content: "";
    height: 0;
    position: absolute;
    left: 10px;
    top: 17px;
    transition: border-color 450ms ease-in-out 0s;
    width: 0;
    display: none;
}
.nav-sections .mean-nav ul li a .cat_label.HOT {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.HOT:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li a .cat_label.Hot {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.Hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li a .cat_label.hot {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li a .cat_label.hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li a .cat_label.SALE {
    background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.SALE:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li a .cat_label.Sale {
    background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.Sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li a .cat_label.sale {
    background-color: #ff6600;
}
.nav-sections .mean-nav ul li a .cat_label.sale:before {
    border-color: #ff6600 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li .level-top span {
    font-size: 15px;
    padding: 0 14px;
}
.nav-sections .mean-nav ul li li a {
    font-size: 14px;
    padding: 10px 0 10px 25px;
    filter: alpha(opacity=75);
    visibility: visible;
}
.nav-sections .mean-nav ul li li li a {
    font-size: 14px;
    padding: 10px 0 10px 40px;
}
.nav-sections .mean-nav ul li li li li a {
    padding: 1em 20%;
}
.nav-sections .mean-nav ul li li li li li a {
    padding: 1em 25%;
}
.nav-sections .mean-nav ul li .expand {
    cursor: pointer;
    top: 0;
    right: 0px;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0px !important;
    position: absolute;
    z-index: 2;
    font-weight: 300;
    border: none !important;
    display: block;
    font-size: 0;
}
.nav-sections .mean-nav ul li .expand:before {
    display: inline-block;
    font-size: 4.2rem;
    text-align: center;
    width: 39px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    content: '\e621';
    font-family: 'icons-blank-theme';
}
.nav-sections .mean-nav ul li .collapse {
    cursor: pointer;
    top: 0;
    right: 0px;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0px !important;
    position: absolute;
    z-index: 2;
    font-weight: 300;
    border: none !important;
    display: block;
    font-size: 0;
  
}

.nav-sections .mean-nav ul li .collapse:before {
    display: inline-block;
    font-size: 4.2rem;
    text-align: center;
    width: 39px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    content: '\e622';
    font-family: 'icons-blank-theme';
}
.nav-sections .mean-nav ul li span.level-top span.cat_label:before {
    border-color: transparent;
    border-style: solid;
    border-top-color: #009966;
    border-width: 6px 10px 0 0;
    content: "";
    height: 0;
    position: absolute;
    left: 10px;
    top: 17px;
    transition: border-color 450ms ease-in-out 0s;
    width: 0;
    display: none;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.HOT:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.Hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot {
    background-color: #dc1212;
}
.nav-sections .mean-nav ul li span.level-top span.cat_label.hot:before {
    border-color: #dc1212 rgba(0,0,0,0) rgba(0,0,0,0);
}
.nav-sections .navigation .parent .level-top:after {
    display: none !important;
}
.mean-nav ul li a span.cat_label.hot {
    color: #ff3d49;
}
.mean-nav ul li a span.cat_label.Hot {
    color: #ff3d49;
}
.mean-nav ul li a span.cat_label.HOT {
    color: #ff3d49;
}
.mean-nav ul li a span.cat_label.sale {
    color: #00bd33;
}
.mean-nav ul li a span.cat_label.Sale {
    color: #00bd33;
}
.page-wrapper {
    overflow-x: hidden;
    overflow: hidden;
}
.nav-open .navigation .level0 .submenu {
    position: static;
}

/* Fixing basket page and basket dropdown image */

#mini-cart .product-image-wrapper {
    aspect-ratio: 1;
    width: 80px;
}

#shopping-cart-table .product-image-wrapper {
    height: 100%;
    overflow: visible;
}

#shopping-cart-table .product-image-photo {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel.owl-loaded.owl-related.owl-drag{
    display: flex !important;
    top: 100px;
}

.block.crosssell{
    padding-bottom:100px;
    display: none;;
}

.cart-summary{
    z-index:50;
}

/* Hide the "More Info" button inside .owl-related carousel */
.owl-related .btns.view-more-related {
    display: none !important;
}

/* Hide the "Add to Basket" area inside .owl-related carousel */
.owl-related .actions-primary {
    display: none !important;
}

#popup-modal {
    padding: 20px;
}













@media only screen and (min-width: 767px) {
    .nav-mobile {
        display: none !important;
   }
}
@media (max-width: 767px) {
    .nav-sections-item-content >.navigation .nav-mobile {
        display: block !important;
        padding: 0;
   }
    .nav-sections-item-content .vmagicmenu {
        display: none !important;
        visibility: hidden;
   }
    .nav-sections-item-content .magicmenu .nav-desktop {
        display: none !important;
        visibility: hidden;
   }
    .sections .nav-sections-item-content >.navigation {
        display: block !important;
        padding: 0;
   }
    .nav-sections {
        height: 100%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0px;
        transition: left 0.3s ease 0s;
        -moz-transition: left 0.3s ease 0s;
        -webkit-transition: left 0.3s ease 0s;
        -o-transition: left 0.3s ease 0s;
        -ms-transition: left 0.3s ease 0s;
        width: calc(100% - 54px);
   }
    .nav-sections .mean-container .mean-nav ul li.home a span.icon {
        display: none !important;
        visibility: hidden;
   }
    .nav-sections .navigation .level0 >.level-top {
        display: block;
   }
    .header .magicmenu .level0 .level-top img {
        display: none !important;
        visibility: hidden;
   }
    .navigation .level0.active >a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
   }
    .navigation .level0.has-active >a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
   }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px;
   }
    .page-header .logo {
        margin: 0 0 10px 40px;
   }
    .page-header .nav-toggle {
        display: inline-block;
        line-height: normal;
        padding: 0px;
        vertical-align: middle;
        top: calc(9%);
        left: 15px;
        width: 30px;
   }
    .nav-toggle {
        cursor: pointer;
        display: block;
        font-size: 0;
        text-decoration: none;
        top: 0px;
        z-index: 14;
        right: 50px;
   }
    .nav-toggle:before {
        display: inline-block;
        font-size: 30px;
        font-weight: normal;
        line-height: inherit;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
   }
    .menu-mobile .nav-toggle {
        display: inline-block;
        line-height: normal;
        padding: 0px;
        vertical-align: middle;
        top: calc(35%);
        left: 15px;
   }
    .nav-open .nav-sections {
        left: 0;
        z-index: 99;
        box-shadow: 0;
   }
    .nav-open .nav-toggle:after {
        background: rgba(0,0,0,0.5) none repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
   }
    .nav-open .navigation .level0 .submenu {
        border: none;
        background: transparent;
        box-shadow: none;
   }
    .nav-before-open .nav-toggle:before {
        position: static;
        content: "\f00d";
        font-family: 'icons-blank-theme';
        color: #fff;
        font-size: 20px;
   }

   .page-layout-1-column-brand .container { width: 100% !important; }

   .brands-container { padding: 20px; }

   .blue-white-slider { width: 100% !important; }
}
body .magicmenu .nav-desktop .level0 span.cat_label:after {
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: 0;
    padding: 0;
    display: block;
    content: attr(rel);
    text-align: center;
    position: static;
}
body ul.nav-accordion li a span.cat_label:after {
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: 0;
    padding: 0;
    display: block;
    content: attr(rel);
    text-align: center;
    position: static;
}
body .nav-sections .mean-nav li a span.cat_label:after {
    width: 100%;
    height: 100%;
    line-height: 20px;
    border: 0;
    padding: 0;
    display: block;
    content: attr(rel);
    text-align: center;
    position: static;
}

.level0.category-item.level-top.dropdown.home {
    display: none;
} 





/* Mega menu styles end */



.catalog-category-view .accordion-container {
    display: none;
}

.show-more-layered {
    padding: 5px;
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #2C328C;
}

.slick-dots li.slick-active button:before { background: #2C328C; opacity: 1; }
.slick-dots li button:before { font-size: unset; border: 2px solid #2C328C; border-radius: 50%; width: 12px; height: 12px; opacity: 1; }
.slick-dotted.slick-slider { margin-bottom: 50px; }
.slick-dots { bottom: -35px; }
.featproducts  .slick-dots { bottom: -40px; }
.catgrid  .slick-dots { bottom: -30px; }

.right-border { border-right: 1px solid grey; }
.icon-bit { text-align:center; color: #2c328c; font-weight:800; }
.icon-bit a { text-align:center; color: #2c328c }
.icon-bit img { margin-left: 5px; }
.bottom-home-icons { margin: 30px 0 5px; }
.home-divider {     
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6F7378;
    margin: 1em 50px 50px;
    padding: 0; }

.category-tg-builders-merchants-door-centre .columns-emptyxml, 
.category-tg-builders-merchants-door-centre .breadnav {
    display: none;
}

.category-tg-builders-merchants-door-centre #maincontent {
    padding-bottom: 44px;
}

.dc-section .slick-dots li button:before {
    content: none;
}

.dc-section .slick-dots { bottom: 0; }

.action.showcart { padding-left: 10px; }
.header-label { font-size: 12px; }

.minicart-wrapper .head-icon-link { text-decoration: none; font-size: 12px; color:#2C328C;  }

.price-override { font-size: 30px; font-weight: bold; color: #636363; line-height: 30px; }

.gg-instagram {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px
}
.gg-instagram::after,
.gg-instagram::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-instagram::after {
    border: 2px solid;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 3px
}
.gg-instagram::before {
    border-radius: 3px;
    width: 2px;
    height: 2px;
    background: currentColor;
    right: 1px;
    top: 1px
}

.gg-facebook {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px
}
.gg-facebook::after,
.gg-facebook::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box
}
.gg-facebook::before {
    width: 8px;
    height: 20px;
    border-left: 4px solid;
    border-top: 4px solid;
    border-top-left-radius: 5px;
    left: 6px
}
.gg-facebook::after {
    width: 10px;
    height: 4px;
    background: currentColor;
    top: 7px;
    left: 4px;
    transform: skew(-5deg)
}

.gg-twitter {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px
}
.gg-twitter::after,
.gg-twitter::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 4px
}
.gg-twitter::before {
    width: 9px;
    height: 14px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-bottom-left-radius: 6px;
    background:
        linear-gradient(
            to left,currentColor 12px,transparent 0)
            no-repeat center 2px/10px 4px;
    top: 4px
}
.gg-twitter::after {
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 20px;
    top: 2px;
    box-shadow: 7px 4px 0,7px 12px 0
}

.page-layout-1-column-brand .breadnav { display: none; }

.cms-page-view #maincontent > .container {
    background-color: #fff;
    margin-bottom: 20px;
    /* background-image: url(../../frontend/Verve/TGBM/en_GB/images/inshadow.jpg); */
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 21px;
    padding: 0;    
}

.page-layout-1-column-brand .container { width: 1433px; }

.page-layout-1-column-brand .brands-top-slider .slick-dots { bottom: 20px; }

.page-layout-1-column-brand .brands-top-slider .slick-dots li button:before { border: 2px solid #fff; background: #fff; opacity: 1; }

.brands-container { max-width: 960px; margin: auto; }

.brands-intro { text-align: center; color: #2C328C;margin-bottom: 50px }
.brands-intro .title h1 { font-size: 32px; font-weight: 600; margin-bottom: 16px; }
.tg-red { color: #ED3442;  }

.brands-blue { background: #2c328c; color: #fff; font-size: 16px; line-spacing: 24px; padding: 50px 0 0; }
.blue-content { border-left: 3px solid #ED3442; padding-left: 24px; padding-top: 10px; padding-bottom: 5px; }

.content-section-inner { width: 100%; }
.blue-white-slider { float: right; width: 50%; padding: 0 0 30px 60px; }
.blue-white-content { float: none; padding-top: 160px; }
.brand-content-section { background-image: linear-gradient(#2c328c, #2c328c 100px, red 106px, white 106px); color: #212121; font-size: 16px; }

.content-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;    
}

.brand-content-one { margin-bottom: 50px; }

.key-title h2 {
    color: #2C328C;
    font-weight: 500;
    font-size: 32px;
}

.key-title h2:before {     
    content: '';
    border-left: 3px solid #ED3442;
    display: inline-block;
    height: 22px;
    margin-right: 8px; 
}

.brand-content-key { margin-bottom: 50px; }
.brand-content-key ul { list-style-type: none; }

.brand-content-key ul li:before {  
    font-family: 'FontAwesome';
    content: '\f046';
    margin:0 5px 0 -15px;
    color: #212121;
    padding-right: 10px;
}

.brand-point-title { font-size: 20px; }
.brand-point-text { padding-left: 20px; font-size: 14px; }

.brand-content-images img { width: 100%; margin-bottom: 50px; }

.brand-contact-section.brand-form-section {
    background: #EAEAEA; margin: 20px; padding: 50px 0;
}

.brand-contact-section input,.brand-contact-section textarea { border: 0 !important; margin-bottom: 10px; }
.brand-contact-section .action.primary { background: #BD1E27 !important; padding: 8px 40px; border: 1px solid #BD1E27 !important; }

.brand-contact-details { 
    color: #2c328c;
    font-size: 16px;
    padding: 14px;
}

.brand-usps { margin: 50px 0; }

.brand-usps .icon-bit a {
    font-size: 20px;
    font-weight: normal;   
}

.brand-usps .icon-bit a img {
    margin-right: 5px;
}    

.blue-white-slider .slick-dots {
        bottom: 50px;
        left: 35px;
}

.blue-white-slider .slick-dots li button:before { border: 2px solid #fff; background: #fff; opacity: 1; }

.content-logo { max-width: 250px; }

.application-content {
    margin-top: 20px;
}
.btn-tg {
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #dd333d url('../../frontend/Verve/TGBM/en_GB/images/red.png') repeat-x center; 
    color: #FFFFFF !important;
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    display:inline;
}

.block.block-new-customer {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;    
}
.block.block-new-customer .registration-part {
    background: #fff;
    border: 0;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);    
}
.block.block-new-customer .account-part {
    background: #fff; 
    width: 350px;
    padding: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);   
}

.scaleimage{
    min-height: 390px;
    object-fit: contain;
}


.back-faq {
    background: #FFFFFF url('../../frontend/Verve/TGBM/en_GB/images/lninner.jpg') repeat-x bottom;
    padding-right: 70px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}

.back-faq img {
    position: absolute;
    right: 0.3rem;
    max-width: 10rem;
    top: 1rem;
}

.back-faq a {
    text-decoration: none;
    display: block;
    padding: 15px 27px 17px 20px;
    color: #2d407d;
}

.calclink {
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    padding: 15px 0 5px 0;
}    

.back-faq h6 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}

.magicmenu .nav-desktop .level0.level-top:last-child { background: #BE1E27; }

.landing-cta-btn { text-align: center; margin: 40px; }
.landing-cta-btn a {     
    background: #2c328c;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: bold; 
}

.cart-totals .totals-discount-details,
.checkout-index-index .opc-block-summary .table-totals .totals-discount-details { display:none !important; } /* task: 30077 */
.checkout-index-index div[name="shippingAddress.custom_attributes.kl_email_consent"] {margin-top:-15px;}
.checkout-index-index #co-shipping-form #shipping-new-address-form .checkbox { float:left; height:17px; }

.page-footer { background: #eaeaea; }
.trademarks {
    text-align: center;
    margin-bottom: 50px;
}

.normal-price { order: 2; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax .price { font-size: 30px !important; }
.product-info-price .old-price del { font-size: 1.8rem !important; }

.product-info-main .price-box .weee, .product-info-main .price-box .price-including-tax + .price-excluding-tax { line-height: inherit !important; }
.product-info-main .special-price { margin: 0 !important; }

/* Initially hide the answers */
#tab28 .answer {
    display: none;
  }
  
  /* Style for the question */
  #tab28 .question {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Add a transition for smooth expansion */
  #tab28 .answer {
    padding: 10px;
    border-left: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    margin-bottom: 10px;
  }
  
  /* Style for the icon */
  #tab28 .question .icon {
    margin-left: 10px;
    transition: transform 0.3s;
  }
  
  /* Rotate the icon when active */
  #tab28 .question.active .icon {
    transform: rotate(180deg);
  }

.thecopy { padding: 25px; }

.fotorama__fullscreen .tggroup-top--vat-toggle { display: none;}

.checkout-cart-index .totals.shipping .value { display: none; }

.savings-prod {
    color: #EE3342;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.column.main .block-filter { /* Hide filters on sub cat pages even if Anchor is set to Yes */
    display: none;
}





/* Mobile checkout TLC 32850 */

.billing-address-form {
    form {
        .fieldset {
            input {
                padding-block: 2rem;
            }
        }    
    }
}

.payment-method-billing-address {
    .checkout-billing-address {
        fieldset.fieldset {
            .actions-toolbar {
                @media (max-width: 767px) {
                    max-width: 600px;
                    margin-block-start: 2rem;
                }
            }
        }
    }
}

#checkout-payment-method-load {
    .payment-methods {
      .step-title {
        @media (max-width: 767px) {
            padding: 15px;
        }
      }  
    }
}

body.checkout-index-index {

    .shipping-policy-block.field-tooltip {
        @media (max-width: 767px) {
            display: none;
        }
    }

    #co-payment-form {
        fieldset.fieldset {
            .payment-option._collapsible {
                .payment-option-title {
                    .action-toggle {
                        @media (max-width: 767px) {
                            display: flex;
                            justify-content: space-between;
                        }
                    }
                }
            } 
        }
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 3px;
        right: 36px;
    }

    #pas-pos-selector {
        @media (max-width: 767px) {
            max-width: none;
        }
    }

    .opc-wrapper .form-discount {
        @media (max-width: 767px) {
            max-width: none;
        }
    }
    
    #discount-form {
        .payment-option-inner {
            .field {
                #discount-code {
                    padding-block: 2rem;
                }
            }
        }
        .actions-toolbar {
            .primary {
                button {
                       @media (max-width: 767px) {
                           background: #2C328C !important;
                           border: 1px solid #2C328C !important;
                           color: #FFFFFF !important;
                           padding-block: 1.4rem;
                    
                        }
                }
            }
        }
    }

    #shipping {
        .wrap-collabsible {
            .collapsible-content {
                .content-inner {
                    @media (max-width: 767px) {
                        padding: .5rem 0;
                    }
                }
            }
        }
    }
}

.checkout-payment-method .billing-address-form {
    @media (max-width: 767px) {
        max-width: none;
    }
}



/* Mobile checkout TLC 32850 END */


/* Delivery Method Addition to Product Page 33265 */
.product-delivery-options {
    background-color: #ececec;
    padding: 1rem 15px;

    .pdo-list {
        display:grid;
        grid-template-columns: 1fr;
        gap:12px;
        margin-top:8px;
        padding:0;
        list-style:none
    }
    .pdo-item {
        display:flex;
        align-items:
        center;
        gap:8px;

        > svg {
                width: 1.9rem;
        }

    }


}

/* Delivery Method Addition to Product Page 33265 END */

/* 33165 YotPo changes START */


.yotpo-main-layout.yotpo-main-reviews-widget {
    background: white;
    padding: 2rem;
} 

.glide__track {
    overflow: visible !important;
}

.glide__arrow {
    top: -20% !important;
}


/* 33165 YotPo changes END */




/* ---------------------------------------------- B R E A K P O I N T S ------------------------------------------------
The Magento UI break points predefined variables to identify the scope of media queries, which are as follows:

• @screen__xxs: 320 px
• @screen__xs: 480 px
• @screen__s: 640 px
• @screen__m: 768 px
• @screen__l: 1024 px
• @screen__xl: 1440 px

@media (max-width:320px) {
@media (min-width:321px) and (max-width:480px) {
@media (min-width:481px) and (max-width:640px) {
@media (min-width:641px) and (max-width:768px) {
@media (min-width:769px) and (max-width:1024px) {
@media (min-width:1025px) and (max-width:1439px) {
@media (min-width:1440px) {
 ---------------------------------------------- B R E A K P O I N T S ------------------------------------------------*/
@media (max-width:480px) {
    .btn-tg {
        display:block;
        margin-bottom: 10px;
        width:auto;
    }  
}

@media (max-width: 549px) {
    .dc-text img { position: initial; }
    .dc-text-wrapper { padding: 2rem;}

    .keep-in-touch {
        flex-direction: column;
    }

    .keep-in-touch--icons img {
        max-width: 4rem;
    }

    .keep-in-touch--icons {
        margin-inline-start: 0;
    }

    .cards {
        flex-direction: column;
    }

    .cards > p {
        margin-bottom: 0;
    }
}


@media (max-width:767px) {
    /* --------------------------------------------------------------
    WordPress Core | http://codex.wordpress.org/CSS
    -------------------------------------------------------------- */
    .alignnone { margin: 5px 0px 20px 0; }
    .aligncenter,
    div.aligncenter { display: block; margin: 5px auto 5px auto; }
    .alignright { display:block; width:100%; height:auto; float:none; margin: 5px 0 20px 0px; }
    .alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; }
    a img.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; }
    a img.alignnone { display:block; width:100%; height:auto; margin: 5px 0px 20px 0; }
    a img.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; }
    .wp-caption { padding: 0; max-width: 100%; /* Image does not overflow the content area */ }
    .wp-caption.alignnone { margin: 5px 0px 20px 0; }
    .wp-caption.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; }
    .wp-caption.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; }
    .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
    .startshed{margin-top:-92px;}
    /* --------------------------------------------------------------
    END | WordPress Core | http://codex.wordpress.org/CSS
    -------------------------------------------------------------- */

    .dull-open { display:inline-block; cursor:pointer; padding:10px 0px 10px 15px !important; }
    /* iOS Zoom bug hack */
    body { /* overflow:hidden !important; */  }

    .lnews {  margin-bottom: 30px; }
    .lnews.bb-height { margin-bottom:30px; min-height:inherit; }
    .lnews.bb-height-news { margin-bottom:30px; min-height:inherit; }
    .lineblue { font-size: 24px; }
    .ndt-title { font-size: 24px; }

    .tgmail-title h5 { font-size: 18px; }
    .tgfooter {  padding-top: 15px; }
    .thecopy { text-align:center; font-size:12px; }
    .foo-right { text-align: center; }
    .copy-left { width: 100%; float: none; }
    .copy-right { width: 100%; float: none; text-align:center; }

    .thephones { margin-top: 0px; display:inline-block;  }
    .theconnect { text-align:center; }
    .theconnect ul { display: inline-block; }

    .wood {  margin-bottom: 25px; text-align:center; }

    .footermenus { margin-bottom:30px; }
    
    .footermenus ul li {
        display: block;
        float: none;
        width: 100%;
        font-size: 13px;
        padding-right: 0px;
        text-align:center;
        margin-bottom:0;
        font-size: 15px;
    }

    .xs-call { display: block; text-align: center; }

    .ctext h6 { font-size: 20px; }
    .ctext {  font-size: 13px; }

    /* Mobile nav */
    .nav-sections .header.links li,
    .navigation .level0 { font-size:13px !important; text-transform:uppercase; }
    .navigation .level0 > .level-top,
    .nav-sections .header.links li.greet.welcome,
    .nav-sections .header.links a, .nav-sections .header.links a:hover { padding-left:0 !important; padding-right:0 !important; }


    .logo-ggg { width: 134px; left: 55px; top: -10px; }

    .getminicart { font-size:11px; }

    .page-header { margin-bottom:0; }
    .relative-top { min-height: 116px; }

    .ctastop ul li { display: block; margin-right: 0px; margin-left: 0px; font-size: 14px; height: inherit; line-height: 1; }

    .owl-homepage { margin-bottom: 45px; }
    .owl-homepage .owl-dots {  bottom: -30px; right: 0; }

    .title-tgb { font-size: 22px; }
    .bkg-delivery { padding-right: 100px; background-position:bottom 0 right -60px;  }

    .category-groups > ul > li { display: block;  width: 100%; float: none; }

    .catimage { height: 157px; }
    .catimage img { width:100%; height:auto; }

    .brandbox ol > li {  height: 36px; line-height: 60px !important; }

    .homecat { min-height:inherit; }
    .lnews { margin-bottom: 15px; }

    .aboutitle { font-size: 20px; margin-bottom: 15px; }
    .aboutbox {  padding: 15px 15px 15px 15px; font-size: 13px; }

    .ccul { text-align:center; }
    .ccul ul { display:inline-block; }
    .ccul ul li { width:62px; float:none; display:inline-block;  }

    .logos-about { text-align:center; }
    .allmajor { text-align:center; }

    .logo-ggg { margin-left: 24px; margin-top: 10px; }

    .owl-nav { display:none; }

    .headsearch { width:454px; top:0; left:15px; }
    .form.minisearch .input-text { height:38px; line-height:38px; }
    .form.minisearch button[type="sub@mit"] { top:0; right:0; width:38px; height:38px; padding:0; }

    .logos-about { padding-top:15px; }

    .category-left { width: 100%; float: none; padding:15px; }
    .category-right { width: 100%; float: none; padding:15px;  }

    .custom-breadcrumbs { display:none; }
    .categorytop {    border:none;    padding-top:0px; text-align:center; }

    .lighback-title h1,
    .therange,
    .best-heading-title { font-size: 24px; }

    .catimage { height:auto; }


    .seartcharea { display:block; }
    .seartcharea ul { display:block; margin:0; padding:0; list-style:none; list-style-type:none; }
    .seartcharea ul li { display:block; }


    .category-left { padding:0; }
    .category-right { padding:0; }

    .tgbox-name,
    .tgbox-name.tgbox-name-big { min-height:auto; }


    .catalog-category-view .page-title-wrapper {  display:block; float: none; padding-top:0px; margin-bottom:12px;  }
    h1.page-title { font-size: 22px; margin-bottom:15px;  }
    .pro-toolbar { display:none; }
    .toolbar-bottom { margin-bottom: 15px; }
    .toolbar-bottom .pro-toolbar { display:block; }
    .sorterbox-select {  width: 198px; }


    .product-reviews-summary .rating-summary { left:0px; }
    .product-reviews-summary .reviews-actions { display:block; float:none; line-height:1; }


    body.account .block-collapsible-nav { top:0; background:#2c328c; color:#FFFFFF; }
    body.account .block-collapsible-nav .content { background:#2c328c; }
    body.account .block-collapsible-nav .item a,
    body.account .block-collapsible-nav .item > strong { color:#FFFFFF; }

    .lb-address { min-height:auto; }
    .tgbranch-title { line-height:1.2; font-size:30px; }
    .branch-image { margin-bottom:15px; }
    .brtitle {  font-size: 23px; }


    /* Branch Features Summary */
    .branchtable thead th { padding:8px 2px; font-size:12px; text-transform:uppercase; }
    .branchtable tbody td { padding:8px 2px; }
    .branchtable tbody td img { max-width:15px; }
    .branchtable tbody td:nth-child(1) { line-height:1.2; font-size:10px;  width: auto; }

    #customer-email-fieldset .validator.validator-email { width: 100% !important; }

    .brandscell { }
    .brandsflex { margin-bottom: 30px; }
    .brandwrap table td { height: 61px; }

    .catflexs { margin: 0 -5px 10px -5px; }
    .catflexscell { width:50%;  padding: 0px 5px 0px 5px; margin-bottom: 10px;  }
    .catflexwrap dl dd h3 { font-size: 14px; }
    .catflexwrap dl dt { height: 100px; }

    .white-line { padding-top: 0; }
    .ctastop { margin-bottom: 10px; }

    .M2_item-product-product-item { width: 100%; }
    .white-line { background-image: none; }

    .form-create-account .fieldset.create.info { display: block; width: 100%; float: none; margin-bottom: 20px; }
    .form-create-account .fieldset.create.account { display: block; width: 100%; float: none; margin-bottom: 20px; }
    .login-container > .block.block-customer-login { margin-bottom: 20px; }
    .login-container > .block.block-new-customer { margin-bottom: 20px; }

    .work-title { font-size: 20px; }
    .workban > ul > li.cell-2 { width: 20%; }
    .owl-homepage { margin-bottom: 15px; }

    .covid-block .blue-block { background-image: none; padding: 30px 20px; }
    .covid-block .blue-block h2 { font-size: 36px; font-weight: 900;  }

    .tghero-curve { display: none; }
    .tghero .slick-dots { width: calc(100% - 30px); }
    .tghero .slick-dots { bottom: 25px; }

    .tghero-wrapper { margin-bottom: 20px; }
    .slidebox h3 { font-size: 22px; }
    .slide-intro { font-size: 15px; }
    .tghero .tghero-item { min-height:inherit; padding-top: 20px; padding-bottom: 40px;  }
    .tghero .slick-dots { bottom: 7px; width: calc(100% - 15px); }
    .slidebox-inner-responsibilities { padding-right: 160px; }

    .hero-carousel .slick-arrow { width: 15px; height: 15px; top: calc(50% - 4px); }
    .hero-carousel .slick-prev, .doors-pop-cat .slick-prev { left: -8px!important; }
    .hero-carousel .slick-next, .doors-pop-cat .slick-next { right: -8px!important; }
    .hero-carousel .slick-dots {  bottom: -20px; width: calc(100% - 0px);  }
    .hero-carousel .slick-dots > li button { margin-left: 3px; margin-right: 3px; height: 10px; width: 40px; }

	.hero-carousel .slick-arrow .fa, .doors-pop-cat .slick-arrow .fa { font-size: 24px; } 

    .featproducts .slick-arrow .fa,
    .popularproducts .slick-arrow .fa { font-size: 24px; }
	.featproducts .slick-prev { left: -10px; }
    .popularproducts .slick-prev { left: -2px; }
	.featproducts .slick-next { right: -10px; }
    .popularproducts .slick-next { right: -2px; }

	.heading-line .title { font-size: 18px; }
	.catgrid li.item { width: 49%; }
	.accgrid li.item { width: 100%; margin-bottom: 1px;  }
	.accgrid li.item a { font-size: 16px; }
	.accgrid li.item .a-icon { width: 26px; height: 26px; }
	.c-btn { font-size: 12px; padding: 4px 5px; }

    .door-company-img { margin: 30px 0;}

    .keep-in-touch {
        margin-block: 3rem;
    }

    .row.bottom-home-icons .icon-bit { margin: 20px; }
    .right-border { border: 0; }

    .minicart-wrapper {
        right: 7px !important;
        top: 9px !important;
    }

    .relative-top { padding-top: 25px; }

    .page-header .nav-toggle { padding-top: 20px; }

    .headsearch { margin-bottom: 15px; }

    .navigation li.level0:last-child { background: #BE1E27; }
    .navigation li.level0:last-child a { color: #ffffff !important; border-color: #BE1E27 !important; }

    .new-footer { padding: 20px; }

    .landing-cta-btn a { padding: 15px 15px; font-size: 12px; }

    .sections.nav-sections .header.links { display: block; }
    .sections.nav-sections .header.links:first-child { display: none; }


    
} /* do not delete */


@media (max-width:767px) and (orientation:landscape) {} /* do not delete */



@media (min-width:768px) and (max-width:991px) {
	
	 #vfm {
        height: auto!important;
    }

    #vfmlist {
        flex-wrap: wrap;
        gap: 2rem;
        padding: 2rem 0!important;
        justify-content: center !important;
    }

    #vfmlist li.category-item {
        line-height: normal!important;
    }


    .sections.nav-sections { margin-block-start: 3rem; }

    .minicart-wrapper { margin-top: 6px; }

    .bb-height { min-height:inherit; }
    .bb-height-news { min-height:inherit; }
    .lineblue { font-size: 26px; }

    .lnews-description { margin-bottom: 14px; }
    .line-latest { height: 157px; }
    .tgmail-title h5,
    .ndt-title { font-size: 24px; }

    .copy-left { width: 100%; float: none; }
    .copy-right { width: 100%; float: none; }
    .copytitle {  margin-bottom: 15px; }

    .copy-list ul li { display:inline; margin-right:30px; font-size:14px;   }
    .thephones { margin-top: 0px; display: inline-block;  float: left; }
    .theconnect {  display: inline-block; float: right; }
    .wood { display: inline-block; float: right; }

    .footermenus { margin-bottom:30px; }

    .ctext h6 { font-size: 22px; }
    .back-map { padding-right: 110px; background-size:140px auto;  }

    .tggroup-top ul li { font-size: 14px; padding-left: 8px; padding-right: 8px; }
    .tggroup-top ul li:first-child { padding-right: 10px; }

    .toplist ul li { font-size: 14px; padding-left: 8px; padding-right: 8px; }

    .logo-ggg { width:160px; padding:0; transform: translateX(-16px);  }

    .headsearch { top: 46px; left: 15px; width: 300px; }
    .headsearch > .hidden-xs { position: relative; top: 20px; }

    .form.minisearch .input-text { display: block; height: 38px; line-height: 46px; }
    .form.minisearch button[type="submit"] { width: 50px; height: 32px; }



    .bar-2 { font-size: 11px; }
    .getminicart { font-size: 11px; }

    .nav-bars { right: 46px; top: 96px; }
    .minicart-wrapper { top: 32px !important; right: -9px !important; }
    .tggroup-top--hero-links { visibility: hidden; }
    .headgrey { top: 28px; }

	/* Menu styling
	.nav-sections { background:#2c328c !important; }
	.navigation {  background:#2c328c !important; }
	nav.navigation { font-family: 'Archivo Narrow', sans-serif; }
	nav.navigation > ul { font-size:11px; display:table  !important; width:100%  !important; table-layout:auto; }
	nav.navigation > ul > li  { display:table-cell !important; text-align:center !important; vertical-align:middle !important; height:56px; text-transform:uppercase; font-weight:400; padding:0 5px; }
	nav.navigation > ul > li > a { display:block; color:#FFFFFF !important; }
	nav.navigation .level0 > .level-top { line-height:1.2 !important; padding: 0 0px !important; }

	.navigation .level0 .submenu { }
	.navigation .level0 .submenu > li { text-align:left; font-size:14px;  }
	.navigation .level0 .submenu a {  }
	.navigation .level0 .submenu a:hover,
	.navigation .level0 .submenu a.ui-state-focus {  }
	*/

	.ctastop ul li { font-size: 13px; margin-right: 10px; margin-left: 10px; }
	.introp { margin-bottom: 10px; }
	.bkg-delivery { padding-right: 46px; background-position: right 0px bottom; }

    .back-map { padding-right: 33px; font-size:14px; height: 245px; background-position: right 0px bottom 0px;  }

    /* Ttiles */
    .title-tgb { font-size: 20px; }
    .ctext h6 { font-size: 20px; }


    .bkg-helmet, .bkg-delivery, .ctext { min-height: 277px; }

    .homecat { min-height: 30px; }
    .homecat h3 { font-size: 13px; }
    .catimage { height: 110px; }

    .lnews { margin-bottom: 15px; }

    .owl-homepage .owl-dots {  bottom: 20px; right: 25px; }

    .brandbox { margin-bottom:15px; }
    .brandbox ul > li { width: 16.6%; }
    .brandbox ol > li { height: 50px; }

    .catimage { width:100%; height:auto; }

    .category-left { width:210px; float:left; }
    .category-right { width:490px; float:right; }

    .seartcharea { display:block; }
    .seartcharea ul { display:block; margin:0; padding:0; list-style:none; list-style-type:none; }
    .seartcharea ul li { display:block; }

    .therange { font-size: 22px; }
    h1.page-title { font-size: 26px; }

    .tgbox-name.tgbox-name-big { font-size: 13px;  min-height: 50px; }
    .tgbox .normal-price { font-size: 24px; }
    .tgbox-price2 { height: 40px; }
    .tgbox-save { min-height: 22px; }

    /* Branch Features Summary */
    .branchtable thead th { padding: 10px 5px; font-size:14px; }
    .branchtable tbody td { padding: 10px 5px; }
    .branchtable tbody td img { max-width:20px; }
    .branchtable tbody td:nth-child(1) { font-size: 11px;  width: auto; }

    .checkout-index-index .validator.validator-email { width: 100% !important; }

    .brandscell { width: 25%; }
    .brandsflex { margin-bottom: 30px; }
    .catflexscell { width:33.33%; }
    .catflexwrap dl dd h3 { font-size: 17px; }
    .M2_item-product-product-item { width: 50%; }

    .form-create-account .actions-toolbar { padding-left: 368px; }
    .work-title { font-size: 24px; }
    .owl-homepage { margin-bottom: 15px; }

    .tghero-curve { display: none; }
    .tghero .slick-dots { width: calc(100% - 30px); }
    .tghero .slick-dots { bottom: 25px; }
    .tghero-wrapper { margin-bottom: 20px; }
    .slidebox h3 { font-size: 30px; }
    .slide-intro { font-size: 19px; }
    .tghero .tghero-item { min-height: 367px; }

	.heading-line .title { font-size: 20px; }
	.catgrid li.item { width: 33.33%; }
	.accgrid li.item a { font-size: 16px; }
	.accgrid li.item .a-icon { width: 26px; height: 26px; }

    .page-layout-1-column-brand .container { 
        width: 100%;
     }
} /* do not delete */


@media (min-width:992px) and (max-width:1199px) {
    .affiliated-img { min-height: 300px; }
    .affiliated-img .contents { top: 86px; }
    .lineblue { font-size: 26px; }
    .lnews-description { margin-bottom: 14px; }
    .line-latest { height: 144px; }
    .tgmail-title h5,
    .ndt-title { font-size: 20px; }
    .copy-left { width: 100%; float: none; }
    .copy-right { width: 100%; float: none; }
    .copytitle { text-align:left; }
    .copy-list ul li { display:inline; margin-right:30px;  }
    .thephones { margin-top: 0px; }
    .ndt-date { font-size: 14px; }

    .boxes-bottom .lnews { height: 600px; }
    .mailgrey { height: 524px; }
    .block.newsletter .content { padding-left: 0px; padding-right: 0px; }
    .block.newsletter input { width: 100%; float: none; display: block; margin-bottom: 15px; }
    .block.newsletter .actions { display: block !important; text-align: center; width: 100%;   }
    .block.newsletter .field .control::before { left: 36px; }
    .tgmail-title { margin-bottom: 50px; }
    .tgmail-text { margin-bottom: 40px; }

    .ctext h6 { font-size: 22px; }
    .back-map { padding-right: 110px; background-size:140px auto;  }

    /* Title */
    .title-tgb { font-size: 20px; }
    .ctext h6 { font-size: 20px; }
    .homecat h3 { font-size: 16px; }
    .aboutitle { font-size: 24px; }

	/* Menu styling
	.nav-sections { background:#2c328c !important; }
	.navigation {  background:#2c328c !important; }
	nav.navigation { font-family: 'Archivo Narrow', sans-serif; }
	nav.navigation > ul { font-size:13px; display: table; width:100%; max-width:100%; border-spacing:0; border-collapse:collapse;  }
	nav.navigation > ul > li  { display:table-cell !important; text-align:center !important; vertical-align:middle !important; height:56px; text-transform:uppercase; font-weight:400; padding:0 5px; }
	nav.navigation > ul > li > a { display:block; color:#FFFFFF !important; }
	nav.navigation .level0 > .level-top { line-height:1.2 !important; padding: 0 0px !important; }

    .navigation .level0 .submenu {  }
    .navigation .level0 .submenu > li { text-align:left; font-size:14px;  }
    .navigation .level0 .submenu a {  }
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {  text-decoration: none; }
    */

    .ctastop ul li { font-size: 16px; margin-right: 20px;  margin-left: 20px; }
    .logo-ggg { width:200px; padding-top:40px;  }

    .headsearch { width:533px; left:210px; width: 300px;  }
    .nav-bars { right: 89px; }
    .minicart-wrapper { right: 25px !important; }

    .bkg-helmet, .bkg-delivery, .ctext { min-height: 194px; }
    .bkg-delivery { padding-right: 110px; }

    .catimage { height: 150px; }
    .lnews { margin-bottom: 15px; }

    .category-right { width: 700px; }

    .tgbox-name.tgbox-name-big { font-size: 13px;  min-height: 50px; }
    .tgbox .normal-price { }
    .tgbox-price2 {  }
    .tgbox-save { min-height: 22px; }
    .lnews.newmedia-all { min-height: 343px; margin-bottom: 30px; }
    .brandwrap table td { height:89px; }

    .catflexscell { width:25%; }
    .M2_item-product-product-item { width: 33.3333%; } 
    .form-create-account .actions-toolbar { padding-left: 480px; }
    .mailgrey .block.newsletter .form.subscribe { width: 250px; }

    .owl-homepage { margin-bottom: 15px; }

    .tghero-curve { background-position: bottom right -30%; }
    .tghero .slick-dots { width: calc(100% - 30px); }

	.heading-line .title { font-size: 24px; }
	.catgrid li.item { width: 33.33%; }
	.accgrid li.item a { font-size: 18px; }
	.accgrid li.item .a-icon { width: 30px; height: 30px; }

    .page-layout-1-column-brand .container { 
        width: 992px;
     }

    .back-faq {
        padding-bottom: 0;
    }    
    
    .new-footer { padding: 0 20px; }

} /* do not delete */



@media (min-width: 991px) {
    .delivery-and-collection-wrapper {
        padding: 0 7rem;
    }
    .tgbox-price2 { min-height: 56px; }
    .tgbox-price2 .tgbox-save { position: initial; }
    .footer--flex-wrapper { display: flex; flex-direction: column; align-items: center;}
	
	.view-more-related {
        margin-right: 0;
    }

    .container--related-products {
        justify-content: space-between;
    }

}




@media (max-width:1200px) {
	.mappp-go { bottom: -32px } 

    
    .display-dt { display: none; }
    
    .dc-section { padding: 6rem 4rem 2rem 4rem; }
    .dc-carousel { margin-top: 56px;}

    .back-faq { padding-right: 134px; }
	
	
}
@media (max-width: 991px) {
	.mappp-go { bottom: -48px } 
    .dc-text {  transform: inherit; padding-right: 15px; }
    .dc-carousel { padding-left: 15px; margin-top: 0; }
    .dc-section { padding: 0rem 4rem 2rem 4rem; }
    .dc-text img { margin: 0 auto; position: initial; display: inherit;}
    .dc-text-wrapper { margin-top: 0;}
    .catgrid.doors-pop-cat li.item {  margin: 0 auto!important;}
    .new-footer--section-contact__links {
        transform: translateX(-20px);
    }
    .new-footer--section-contact:first-child h6 {
        padding-inline-start: 0;
    }

    .cards {
        margin-block: 1rem;
        justify-content: flex-start;
    }
}

@media (max-width: 544px) {
    .headsearch { width:204px; }

}

@media (min-width:1200px) {

    .footer--flex-wrapper {  transform: translateX(71px);}


    /* Menu styling
    .nav-sections { background:#2c328c !important; }
    .navigation {  background:#2c328c !important; }
    nav.navigation { font-family: 'Archivo Narrow', sans-serif; }
    nav.navigation > ul { font-size:16px; display:table  !important; width:100%  !important; table-layout:fixed; }
    nav.navigation > ul > li  { display:table-cell !important; text-align:center !important; vertical-align:middle !important; height:56px; text-transform:uppercase; font-weight:400; padding:0 5px; }
    nav.navigation > ul > li > a { display:block; color:#FFFFFF !important; }
    nav.navigation .level0 > .level-top { line-height:1.2 !important; padding: 0 0px !important; }

	.navigation .level0 .submenu {  }
	.navigation .level0 .submenu > li { text-align:left; font-size:14px;  }
	.navigation .level0 .submenu a {  }
	.navigation .level0 .submenu a:hover,
	.navigation .level0 .submenu a.ui-state-focus {  text-decoration: none; }
	*/

	.owl-news .owl-dots { margin-left: -12px; }

    .tgbox-name.tgbox-name-big { font-size: 14px; min-height:90px; line-height: 1.3;  }
    .tgbox-price2 { height: 46px; }
    .lnews.newmedia-all { min-height: 280px; margin-bottom: 30px; }
    .form-create-account .actions-toolbar { padding-left: 580px; }
    .mailgrey {  height:525px; }
    .bb-height {  min-height:600px; height:600px; }
    .bb-height-news {  min-height:600px; height:600px; margin-bottom: 60px; }

} /* do not delete */

@media (min-width:1025px) and (max-width:1439px) { 
    .page-layout-1-column-brand .container { 
        width: 1025px;
    }

    .startshed{
        margin-top:-203px;
    }
}/* #page-header it just included for the examples */
#page-header {
  display: block;
  float: left;
  max-width: 800px; }
  #page-header .bh-sl-title {
    color: #797874;
    font: normal 20px/1.4 Arial, Helvetica, sans-serif; }
    @media (min-width: 1024px) {
      #page-header .bh-sl-title {
        font-size: 30px; } }

/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family: Arial, Helvetica, sans-serif; }

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important; }

.bh-sl-container {
  box-sizing: border-box;
  color: #555;
  float: left;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  /* padding: 0 15px; */
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */ }
  .bh-sl-container > * {
    box-sizing: content-box !important; }
  .bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%; }
  .bh-sl-container .form-input {
    float: left;
    margin-top: 3px;
    width: 100%; }
    @media (min-width: 768px) {
      .bh-sl-container .form-input {
        width: auto; } }
    .bh-sl-container .form-input label {
      display: block;
      font-weight: bold;
      width: 100%; }
      @media (min-width: 768px) {
        .bh-sl-container .form-input label {
          display: inline-block;
          width: auto; } }
    .bh-sl-container .form-input input, .bh-sl-container .form-input select {
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 4px;
      font: normal 14px/1.4 Arial, Helvetica, sans-serif;
      margin: 15px 0;
      padding: 6px 12px;
      width: 100%;
      -webkit-border-radius: 4px; }
      @media (min-width: 768px) {
        .bh-sl-container .form-input input, .bh-sl-container .form-input select {
          width: auto;
          margin: 0 15px 0 10px; } }
  .bh-sl-container button {
    background: #00447a;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font: bold 14px/1.4 Arial, Helvetica, sans-serif;
    margin-top: 3px;
    padding: 6px 12px;
    white-space: nowrap;
    -webkit-border-radius: 4px; }
  .bh-sl-container .bh-sl-loading {
    background: url(../../frontend/Verve/TGBM/en_GB/assets/img/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px; }
  .bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%; }
    .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
      float: left;
      list-style: none;
      margin: 0 100px 0 0;
      padding: 0; }
      .bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
        clear: left;
        display: block;
        float: left;
        margin: 5px 0;
        width: 100%; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
          display: inline;
          vertical-align: text-bottom; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
          display: block;
          float: left;
          margin-right: 8px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 4px;
          font: normal 14px/1.4 Arial, Helvetica, sans-serif;
          padding: 6px 12px;
          -webkit-border-radius: 4px; }
  .bh-sl-container .bh-sl-map-container {
    /* flame
	clear: left;
    float: left;
    margin-top: 27px;
    width: 100%; */ }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map-container {
        margin-bottom: 60px; } }
    .bh-sl-container .bh-sl-map-container a {
      /*
	  color: #005293;
      text-decoration: none; 
	  */
	  }
      .bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
        text-decoration: underline; }
  .bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    height: 530px;
    overflow-x: auto;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-loc-list {
        width: 30%; } }
    .bh-sl-container .bh-sl-loc-list ul {
      display: block;
      clear: left;
      float: left;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      .bh-sl-container .bh-sl-loc-list ul li {
        border: 1px solid #fff;
        /* Adding this to prevent moving li elements when adding the list-focus class*/
        box-sizing: border-box;
        clear: left;
        cursor: pointer;
        display: block;
        float: left;
        width: 100%; }
   /* .bh-sl-container .bh-sl-loc-list .list-label {
      background: #00192d;
      border-radius: 15px;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      margin: 10px 0 0 15px;
      padding: 4px 7px;
      text-align: center;
      width: auto;
      min-width: 13px; }*/
    .bh-sl-container .bh-sl-loc-list .list-label {
      background: url('../../frontend/Verve/TGBM/en_GB/images/pin-black.png');
      border-radius: 15px;
      color: #fff;
      display: block;
      float: left;
      font-weight: bold;
      margin: 10px 0 0 15px;
      padding: 4px 7px;
      text-align: center;
      width: auto;
      height: 56px;
      min-width: 40px; }
    .bh-sl-container .bh-sl-loc-list .list-details {
      float: left;
      margin-left: 6px;
      width: 70%; }
      .bh-sl-container .bh-sl-loc-list .list-details .list-content {
        padding: 10px; }
      .bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
        color: #8e8e8e;
        font-weight: bold;
        font-style: italic; }
    .bh-sl-container .bh-sl-loc-list .list-focus {
      border: 1px solid rgba(0, 82, 147, 0.4);
      transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
      height: 20px;
      position: relative;
      width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
        right: 6px;
        top: 0; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
      margin: 0 2%;
      /* Avoid issues with table-layout */ }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
        table-layout: auto;
        width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        vertical-align: middle;
        border-collapse: separate; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        padding: 1px; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
        margin: 10px 0;
        border: 1px solid #c0c0c0; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
        padding: 3px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
      font-weight: bold;
      margin: 15px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
      margin: 0 15px; }
  .bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 15px;
    font-weight: bold; }
  .bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%; }
    @media (min-width: 1024px) {
      .bh-sl-container .bh-sl-map {
        width: 70%; } }
  .bh-sl-container .bh-sl-pagination-container {
    clear: both; }
    .bh-sl-container .bh-sl-pagination-container ol {
      list-style-type: none;
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      .bh-sl-container .bh-sl-pagination-container ol li {
        color: #005293;
        cursor: pointer;
        display: inline-block;
        font: bold 14px Arial, Helvetica, sans-serif;
        padding: 10px; }
      .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
        color: #555;
        cursor: auto;
        text-decoration: none; }

/* Modal window */
.bh-sl-overlay {
  background: url(../../frontend/Verve/TGBM/en_GB/assets/img/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
      margin-top: 50px;
      /* increase map container margin */ }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
      float: left;
      padding: 0 1%;
      /* there's already a margin on the top of the map-container div */
      width: 98%; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
      right: 22px;
      top: 13px; }

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px; }
  .bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3; }
  .bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*# sourceMappingURL=storelocator.css.map */
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

:root {
    --stripe-payment-button-min-width: 248px;
}

.payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
    height: auto;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
}/**
 * Copyright © 2019 Wyomind. All rights reserved.
 * See LICENSE.txt for license details.
 */
#tools,
#map_canvas_pointofsale,
#pointofsale {
  box-sizing: border-box;
}
#pointofsale_box {
  overflow: auto;
  color: #333;
}
#pointofsale_box a:hover {
  cursor: pointer;
}
#pointofsale_box a.select-store {
  display: block;
  float: left;
  background: #1979c3;
  border: solid 1px #1979c3;
  border-radius: 3px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 5px;
}
#pointofsale_box #map_canvas_pointofsale {
  height: 400px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#pointofsale_box #pointofsale {
  width: 100%;
  float: right;
}
#pointofsale_box #pointofsale .place.preferred {
  order: -1 !important;
}
#pointofsale_box #pointofsale .place.preferred .label {
  display: inline-block;
}
#pointofsale_box #pointofsale .place.preferred span.tools-buttons {
  display: none !important;
}
#pointofsale_box #pointofsale .place .label {
  display: none;
  color: brown;
  font-size: 0.8em;
}
#pointofsale_box #pointofsale .place h3 {
  margin: 0;
}
#pointofsale_box #pointofsale .place a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#pointofsale_box #pointofsale .place a:hover {
  text-decoration: none;
}
#pointofsale_box #pointofsale #title {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#pointofsale_box #pointofsale #pointofsale_scroll {
  height: 370px;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-flow: column;
}
#pointofsale_box #pointofsale #pointofsale_scroll .distance {
  float: right;
}
#pointofsale_box #pointofsale #pointofsale_scroll div.details {
  margin-bottom: 10px;
}
#pointofsale_box #pointofsale #pointofsale_scroll div.details span.tools-buttons {
  display: inline-block;
  background: #1979c3;
  border: solid 1px #1979c3;
  right: 3px;
  top: 5px;
  border-radius: 3px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
#pointofsale_box #pointofsale #pointofsale_scroll div.details span.tools-buttons a {
  color: white !important;
  border: none;
  padding: 2px;
}
#title #country_selection {
  float: right;
}
#title #country_selection select {
  width: auto;
}
#tools {
  margin: 0 0 5px;
  width: auto;
  font-size: 2rem;
  overflow: auto;
}
#tools .tools-buttons {
  display: block;
}
#tools a,
#tools button {
  display: inline-block;
  background: #1979c3;
  border: solid 1px #1979c3;
  border-radius: 3px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
#tools .tools-new-location,
#tools .tools-address,
#tools span:first-child {
  display: inline-block;
}
#tools .tools-new-location,
#tools .tools-location {
  padding-right: 5px;
}
#tools .tools-address {
  padding-bottom: 10px;
}
#tools a:first-child {
  margin-right: 5px;
  margin-bottom: 5px;
}
#tools a:hover {
  background: #006bb4;
  border: solid 1px #006bb4;
}
#tools input {
  background: none repeat scroll 0 0 #ffffff;
  background-clip: padding-box;
  margin-left: 0;
  height: 32px;
  padding: 0 9px;
  width: auto;
  border: solid 1px #c2c2c2;
  line-height: 1.4;
  font-size: 14px;
  vertical-align: baseline;
}
#tools button {
  margin: 5px 0 0 0;
  border-radius: 3px;
  padding: 8px 15px;
  box-shadow: none;
}
#tools #searching {
  background: url(../../frontend/Verve/TGBM/en_GB/Wyomind_PointOfSale/images/ajax-loader.gif) 100% 50% no-repeat;
  padding-right: 30px;
}
#dirRendererBlock {
  display: none;
  direction: ltr;
  margin-top: 20px;
}
#dirRendererBlock #direction_title {
  color: #575757;
  margin: 0 0 5px;
  overflow: auto;
}
#dirRendererBlock #direction_title h3 {
  font-size: 2.2rem;
  font-weight: 300;
}
@media screen and (min-width: 320px) {
  #pointofsale_box #tools BUTTON {
    margin: -1px 0 0 -1px;
    border-radius: 0 3px 3px 0;
  }
}
@media screen and (min-width: 480px) {
  #pointofsale_box #tools INPUT {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  #pointofsale_box #map_canvas_pointofsale,
  #pointofsale_box #pointofsale {
    width: 49%;
  }
  #pointofsale_box #map_canvas_pointofsale {
    margin-bottom: 0;
  }
  #pointofsale_box #tools .tools-buttons {
    float: right;
  }
  #pointofsale_box #tools span:first-child {
    display: inline-block;
  }
}
@media screen and (max-width: 319px) {
  #pointofsale_box .hide-320 {
    display: none;
  }
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  #pointofsale_box .hide-360 {
    display: none;
  }
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  #pointofsale_box .hide-400 {
    display: none;
  }
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #pointofsale_box .hide-600 {
    display: none;
  }
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  #pointofsale_box .hide-800 {
    display: none;
  }
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
div.preferred-store-widget span.preferred-store-label {
  font-weight: bold;
  margin-right: 20px;
}
div.preferred-store-widget div.find-a-store {
  display: inline-block;
  margin-left: 20px;
}
div.preferred-store-popup {
  display: none;
}
div.preferred-store-popup.preferred-store-loading {
  background: url("../../frontend/Verve/TGBM/en_GB/Wyomind_PickupAtStore/images/loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 200px;
}
#map_canvas_pointofsale span.preferred {
  color: brown;
}
#preferred-store-popup a.select-store {
  display: block;
  float: left;
  background: #1979c3;
  border: solid 1px #1979c3;
  border-radius: 3px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 5px;
}
#preferred-store-popup._list #map_canvas_pointofsale {
  display: none;
}
#preferred-store-popup._list #pointofsale {
  width: 100%;
}
#preferred-store-popup._list #show-my-location {
  display: none;
}
#preferred-store-popup._gmap #map_canvas_pointofsale {
  width: 100%;
}
#preferred-store-popup._gmap #pointofsale {
  display: none;
}
#preferred-store-popup._none #map_canvas_pointofsale {
  display: none;
}
#preferred-store-popup._none #pointofsale {
  display: none;
}
#preferred-store-popup._none #show-my-location {
  display: none;
}
#verve-enquiry-form input { margin: 5px 0 10px 0; }
#verve-enquiry-form input[type=submit] { background: #ee3342; width: 100%; border: 1px solid #ee3342; color: #fff; padding: 10px; }/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}

.blog-page-list .index-description {margin-bottom: 15px}

/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Verve/TGBM/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */