@charset "UTF-8";

/*
|--------------------------------------------------------------------------
| Packages
|--------------------------------------------------------------------------
*/

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,header,nav {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
  outline-width: 0;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,input,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,menu {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,  *::before,  *::after,  p::first-letter,  div::first-letter,  li::first-letter,  p::first-line,  div::first-line,  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,  img {
    page-break-inside: avoid;
  }

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,  .table th {
    background-color: #fff !important;
  }

  header,  footer,  #mainnav,  .list-heading,  .bottom-logos {
    display: none;
  }
}

html {
  box-sizing: border-box;
}

*,*::before,*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,area,button,[role="button"],input,label,select,summary,textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,button,select,textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,.h1 {
  font-size: 2.5rem;
}

h2,.h2 {
  font-size: 2rem;
}

h3,.h3 {
  font-size: 1.75rem;
}

h4,.h4 {
  font-size: 1.5rem;
}

h5,.h5 {
  font-size: 1.25rem;
}

h6,.h6 {
  font-size: 1rem;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,.small {
  font-size: 80%;
  font-weight: normal;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.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,.col-sm,.col-md-1,.col-md-2,.account-left,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.account-right,.col-md-11,.col-md-12,.col-md,.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,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,  .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,  .col-sm,  .col-md-1,  .col-md-2,  .account-left,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .account-right,  .col-md-11,  .col-md-12,  .col-md,  .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,  .col-lg,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,  .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,  .col-sm,  .col-md-1,  .col-md-2,  .account-left,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .account-right,  .col-md-11,  .col-md-12,  .col-md,  .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,  .col-lg,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,  .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,  .col-sm,  .col-md-1,  .col-md-2,  .account-left,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .account-right,  .col-md-11,  .col-md-12,  .col-md,  .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,  .col-lg,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,  .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,  .col-sm,  .col-md-1,  .col-md-2,  .account-left,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .account-right,  .col-md-11,  .col-md-12,  .col-md,  .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,  .col-lg,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2,  .account-left {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10,  .account-right {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,.form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-success,.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-label,.has-success .col-form-label,.has-success .form-check-label,.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-label,.has-warning .col-form-label,.has-warning .form-check-label,.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}

.btn:focus,.btn:hover {
  text-decoration: none;
}

.btn:focus,.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled,.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,.btn.active {
  background-image: none;
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus,.btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active,.btn-primary.active {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,.btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,.btn-success.active {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,.btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary:active,.btn-outline-primary.active {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active,.btn-outline-info.active {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active,.btn-outline-success.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active,.btn-outline-warning.active {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link:disabled {
  background-color: transparent;
}

.btn-link,.btn-link:focus,.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.show > a {
  outline: 0;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus,.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

.tab-content > .active {
  display: block;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top,.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner:before,.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  display: -webkit-box;
  display: flex;
}

.carousel-item-next,.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,.carousel-control-prev:hover,.carousel-control-next:focus,.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }
}

.align-items-start {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

@media (min-width: 576px) {
  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,a.text-warning:hover {
  color: #ec971f !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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;
  }
}

/*
|--------------------------------------------------------------------------
| Variables
|--------------------------------------------------------------------------
*/

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?b9sjn4");
  src: url("../fonts/icomoon.eot?b9sjn4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b9sjn4") format("truetype"), url("../fonts/icomoon.woff?b9sjn4") format("woff"), url("../fonts/icomoon.svg?b9sjn4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hr:before {
  content: "\e90b";
  color: #989798;
}

.icon-close2:before {
  content: "\e900";
}

.icon-star:before {
  content: "\f005";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-home:before {
  content: "\f015";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

/*.icon-box:before {
  content: "\e90e";
}
.icon-brain:before {
  content: "\e907";
}
.icon-circle:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e909";
}
.icon-globe:before {
  content: "\e90a";
}
.icon-padlock:before {
  content: "\e90c";
}
.icon-truck2:before {
  content: "\e90d";
}
.icon-hr:before {
  content: "\e90b";
}
.icon-basket:before {
  content: "\e901";
}
.icon-contact:before {
  content: "\e902";
}
.icon-login:before {
  content: "\e903";
}
.icon-news:before {
  content: "\e904";
}
.icon-Search:before {
  content: "\e905";
}
.icon-vdc:before {
  content: "\e906";
}
.icon-close2:before {
  content: "\e900";
}
.icon-star:before {
  content: "\f005";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}*/

/*
|--------------------------------------------------------------------------
| Base
|--------------------------------------------------------------------------
*/

html,body {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1176px;
    max-width: 100%;
  }
}

@font-face {
  font-family: 'FontSiteSansBlack';
  src: url("/assets/fonts/FontSiteSans-Black-webfont.eot");
  src: url("/assets/fonts/FontSiteSans-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-Black-webfont.woff") format("woff"), url("/assets/fonts/FontSiteSans-Black-webfont.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-Black-webfont.svg#webfontvax4wYro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-BlackCd';
  src: url("/assets/fonts/FontSiteSans-BlackCd.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-BlackCd.otf") format("opentype"), url("/assets/fonts/FontSiteSans-BlackCd.woff") format("woff"), url("/assets/fonts/FontSiteSans-BlackCd.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-BlackCd.svg#FontSiteSans-BlackCd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-Bold';
  src: url("/assets/fonts/FontSiteSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-Bold.otf") format("opentype"), url("/assets/fonts/FontSiteSans-Bold.woff") format("woff"), url("/assets/fonts/FontSiteSans-Bold.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-Bold.svg#FontSiteSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-BoldCd';
  src: url("/assets/fonts/FontSiteSans-BoldCd.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-BoldCd.otf") format("opentype"), url("/assets/fonts/FontSiteSans-BoldCd.woff") format("woff"), url("/assets/fonts/FontSiteSans-BoldCd.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-BoldCd.svg#FontSiteSans-BoldCd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-BoldCdlt';
  src: url("/assets/fonts/FontSiteSans-BoldCdlt.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-BoldCdlt.otf") format("opentype"), url("/assets/fonts/FontSiteSans-BoldCdlt.woff") format("woff"), url("/assets/fonts/FontSiteSans-BoldCdlt.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-BoldCdlt.svg#FontSiteSans-BoldCdlt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-Cond';
  src: url("/assets/fonts/FontSiteSans-Cond.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-Cond.otf") format("opentype"), url("/assets/fonts/FontSiteSans-Cond.woff") format("woff"), url("/assets/fonts/FontSiteSans-Cond.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-Cond.svg#FontSiteSans-Cond") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSans-Roman';
  src: url("/assets/fonts/FontSiteSans-Roman.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FontSiteSans-Roman.otf") format("opentype"), url("/assets/fonts/FontSiteSans-Roman.woff") format("woff"), url("/assets/fonts/FontSiteSans-Roman.ttf") format("truetype"), url("/assets/fonts/FontSiteSans-Roman.svg#FontSiteSans-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: black;
}

#siteheader {
  margin: 10px 0 20px;
}

#siteheader .header-title {
  line-height: 26px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  #site-logo {
    margin-left: -10px;
    margin-right: -5px;
    max-width: calc(100% + 15px);
  }
}

#mainnav ul li a {
  font-family: 'FontSiteSans-Roman';
  font-size: 13px;
}

#mainnav ul li.has-children {
  position: relative;
}

#mainnav ul li.has-children .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: #343434;
  z-index: 11;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  #mainnav ul li.has-children .sub-menu {
    position: relative;
    top: 0;
    left: -35px;
    width: calc(100% + 55px);
    background: #000;
  }
}

#mainnav ul li.has-children .sub-menu ul {
  padding: 0;
  margin: 0;
  width: 590px;
}

@media (max-width: 991px) {
  #mainnav ul li.has-children .sub-menu ul {
    width: auto;
  }
}

@media (max-width: 767px) {
  #mainnav ul li.has-children .sub-menu ul {
    margin: 0 25px;
    padding: 15px 0;
  }
}

#mainnav ul li.has-children .sub-menu li {
  display: block;
  border-bottom: 1px solid #1f1f1f;
  border-top: 1px solid #444444;
  line-height: 38px;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  border-left: 1px solid #1f1f1f;
  border-right: 1px solid #444444;
  display: inline-block;
  width: 50%;
}

@media (max-width: 991px) {
  #mainnav ul li.has-children .sub-menu li {
    border-left: none;
    border-right: none;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #mainnav ul li.has-children .sub-menu li {
    white-space: normal;
    border: none;
    line-height: 30px;
  }
}

#mainnav ul li.has-children .sub-menu li a {
  padding: 2px 15px;
}

@media (max-width: 767px) {
  #mainnav ul li.has-children .sub-menu li a {
    font-size: 12px;
  }
}

#mainnav ul li.has-children .sub-menu.active {
  display: block;
}

.header-title span {
  color: #fd5c15;
  font-size: 1em;
}

.stars {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.stars i {
  color: #dadada;
  font-size: 16px;
  position: relative;
  margin-right: 2px;
}

.stars i.on {
  color: #fca620;
}

.stars i.icon-star-half-o:before {
  content: "\f005";
}

.stars i.icon-star-half-o:after {
  content: "\f123";
  color: #fca620;
  position: absolute;
  top: 0;
  left: 0;
}

.rating-cancel,.rating-cancel-hover {
  background: url("/images/icon-delete.png") no-repeat 0 0px;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.rating-cancel-hover {
  background-position: 0 -16px;
}

.header-help {
  background: url("/assets/images/site.png") no-repeat -18px 0px;
  width: 18px;
  height: 18px;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.header-talk {
  background: url("/assets/images/site.png") no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.header-button {
  background: url("/assets/images/site.png") no-repeat -134px 0px;
  width: 129px;
  height: 24px;
  padding: 3px 0px 4px 10px;
  float: left;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: block;
}

.header-button:hover,.header-button:visited {
  color: white;
  text-decoration: none;
}

#header-next-day-delivery {
  margin-left: -30px;
  width: calc(100% + 30px);
}

#header-next-day-delivery a {
  color: #000;
  text-decoration: none;
  display: block;
}

#header-next-day-delivery small {
  font-size: 10px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.header-title {
  font-family: 'FontSiteSansBlack';
  font-size: 20px;
  letter-spacing: -1px;
}

.header-title span {
  color: #fd5c15;
  font-size: 1em;
}

#next-day-left {
  background: url("/assets/images/site.png") no-repeat -36px 0px;
  width: 99px;
  height: 22px;
  padding: 1px 0px 0px 4px;
  margin: 3px 0px 0px 2px;
  font-size: 14px;
  font-weight: bold;
}

#mobile-menu {
  display: none;
  position: absolute;
  height: 38px;
  width: 38px;
  line-height: 38px;
  border: none;
  background: black;
  color: white;
  font-size: 30px;
  z-index: 2;
  text-align: center;
  padding: 1px 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media (max-width: 991px) {
  #mobile-menu {
    display: inline-block;
  }
}

#topmenu {
  background-image: linear-gradient(to bottom, #5c5c5c 0%, #222222 100%);
  background-repeat: repeat-x;
  height: 90px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  #topmenu {
    height: auto;
    background-image: linear-gradient(to bottom, #343434 0%, #343434 100%);
    background-repeat: repeat-x;
  }
}

#topmenu nav {
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #010101;
  position: relative;
  margin-top: 8px;
}

@media (max-width: 991px) {
  #topmenu nav {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    display: none;
  }

  #topmenu nav.active {
    display: block;
  }
}

#topmenu nav:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 1px solid #010101;
}

@media (max-width: 991px) {
  #topmenu nav:before {
    display: none;
  }
}

#topmenu nav:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-top: 1px solid #5d5d5d;
}

@media (max-width: 991px) {
  #topmenu nav:after {
    display: none;
  }
}

#topmenu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  margin: 0 15px 0 15px;
}

@media (max-width: 991px) {
  #topmenu .menu {
    display: block;
    padding-bottom: 15px;
  }
}

#topmenu .menu li.menu-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 5px;
  margin: 9px 0px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 991px) {
  #topmenu .menu li.menu-item {
    display: block;
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #444444;
    line-height: 38px;
    margin: 0;
    text-align: left;
    padding-left: 20px;
  }
}

#topmenu .menu li.menu-item a {
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  #topmenu .menu li.menu-item a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  #topmenu .menu li.menu-item a {
    font-size: 13px;
  }
}

#topmenu .menu .menu-item + .menu-item {
  border-left: solid 2px white;
}

@media (max-width: 991px) {
  #topmenu .menu .menu-item + .menu-item {
    border-left: none;
  }
}

#topmenu .sub-menu {
  display: none;
}

#top-gaming {
  margin-top: 20px;
}

#top-gaming nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#top-gaming nav ul li {
  padding-left: 5px;
  margin: 3px 0px;
}

@media (max-width: 767px) {
  #top-gaming nav ul li {
    padding-left: 8px;
    margin: 3px 20px;
    background-position: 5px 7px;
  }
}

#top-gaming nav ul li a {
  padding: 0px 0px 4px 11px;
}

#top-gaming nav ul li span.arrow:before {
  content: "\003E";
  color: #fd5c15;
  position: absolute;
}

@media (min-width: 768px) {
  #top-gaming .mobile-banner {
    display: none;
  }
}

.sub-menu a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 0px 0px 4px 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  .sub-menu a {
    font-size: 13px;
    padding: 2px 0px 6px 13px;
  }
}

.side-title {
  padding: 14px 5px 0;
  font-size: 20px;
  line-height: 0.8;
  font-family: 'FontSiteSans-BlackCd';
  letter-spacing: -0.2px;
  margin: 0px 0px 2px 0px;
  position: relative;
  z-index: 10;
  color: white;
  text-align: left;
  white-space: nowrap;
}

.side-title span {
  color: #fd5c15;
}

#toggle-gaming-menu {
  position: absolute;
  top: 16px;
  right: 20px;
}

.side-title2 {
  padding: 14px 5px 0;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 0.8;
  font-family: 'FontSiteSansBlack';
  letter-spacing: -1px;
  margin: 0px 0px 2px 0px;
  position: relative;
  z-index: 10;
  color: #fd5c15;
  text-align: left;
}

@media (max-width: 991px) {
  .side-title2 {
    padding: 20px;
    font-size: 23px;
  }
}

.side-title2 span {
  color: white;
}

.boxitem {
  width: 100%;
  height: 100%;
  background: #323233;
  border-radius: 6px;
  color: white;
  min-height: 268px;
}

.boxitem.gaming {
  min-height: inherit;
}

@media (max-width: 991px) {
  .boxitem {
    height: auto;
    margin-bottom: 10px;
  }
}

.boxitem .title {
  font-family: 'FontSiteSansBlack';
  font-size: 20px;
  color: #f1592a;
}

.boxitem .title span {
  color: white;
}

.boxitem form {
  padding-top: 5px;
}

.boxitem label {
  display: block;
  margin-bottom: 1px;
}

.boxitem input[type=text],.boxitem input[type=password],.boxitem select {
  border: none;
  border-radius: 3px;
  width: 100%;
  padding: 5px 8px;
  margin-bottom: 10px;
}

.boxitem .search-input {
  margin-bottom: 10px;
}

.boxitem .search-input input[type=text],.boxitem .search-input input[type=password],.boxitem .search-input select {
  margin-bottom: 0px;
  border: 1px solid #1f1f1f;
}

.darkbox {
  background: #303032;
  padding: 15px;
}

.altbox {
  background: #f1592a;
  padding: 15px;
}

.altbox .title {
  color: white;
}

.altbox .title span {
  color: #303032;
}

.altbox2 {
  background: #b1b1b1;
  padding: 15px;
}

.altbox2 .title {
  color: white;
}

.altbox2 .title span {
  color: #303032;
}

#header-login,#header-account {
  background: url("/assets/images/site.png") no-repeat -629px 0px;
  width: 155px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 30px;
}

.header-login,.header-account {
  color: #FFFFFF;
  background: linear-gradient(0deg, #1e1e1e, #525252 100%) no-repeat;
  border-radius: 5px;
  padding: 4px 15px;
  font-family: 'FontSiteSansBlack';
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
  margin-right: 30px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
}

.header-login:hover,.header-login:active,.header-login:focus,.header-account:hover,.header-account:active,.header-account:focus {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

.header-login .user,.header-account .user {
  background: url(/assets/images/site.png) no-repeat -454px -43px;
  width: 9px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .header-login,  .header-account {
    width: 120px;
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .header-login span,  .header-account span {
    display: none;
  }
}

.view-basket {
  display: none;
  width: 120px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #1e1e1e, #525252 100%) no-repeat;
  border-radius: 5px;
  padding: 2px 4px 0;
  font-family: 'FontSiteSansBlack';
  font-size: 13px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.view-basket:hover,.view-basket:active,.view-basket:focus {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

.view-basket .basket {
  background: url(/assets/images/site.png) no-repeat -862px 0px;
  width: 30px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .view-basket {
    display: block;
    position: absolute;
    top: -38px;
    right: 0;
  }
}

@media (max-width: 575px) {
  .container.mobile-full {
    width: 100%;
  }
}

#header-account {
  background: url("/assets/images/site.png") no-repeat -308px -290px;
}

#currency-change,#currency-change-euro {
  background: url("/assets/images/site.png") no-repeat -784px 0px;
  width: 74px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

@media (max-width: 991px) {
  #currency-change,  #currency-change-euro {
    display: none;
  }
}

#currency-change-euro {
  background: url("/assets/images/site.png") no-repeat -469px -290px;
}

.step-buttons {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px;
  margin: 10px 0px;
}

.save-basket {
  color: #8f8f8f;
  font-family: 'FontSiteSansBlack';
}

#basket-preview {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 20px;
  top: 8px;
  padding: 6px 40px 0px 40px;
}

@media (max-width: 991px) {
  #basket-preview {
    display: none;
  }
}

#basket-preview a {
  color: #fff;
  text-decoration: none;
}

#basket-preview div {
  background: url("/assets/images/site.png") no-repeat -862px 0px;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#basket-preview span {
  background: url("/assets/images/site.png") no-repeat -893px 0px;
  width: 29px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#searchbar {
  background: url("/assets/images/orange-bar.png") no-repeat top right;
  height: 38px;
  width: 547px;
  position: relative;
  border-top-left-radius: 6px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 8px;
}

@media (max-width: 1199px) {
  #searchbar {
    width: 400px;
  }
}

@media (max-width: 991px) {
  #searchbar {
    width: 100%;
    background: none;
    background-image: linear-gradient(to right, #fe844e 0%, #f15b26 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
    padding-left: 42px;
  }
}

#searchbar .search-input {
  position: relative;
  width: calc(100% - 190px);
}

@media (max-width: 991px) {
  #searchbar .search-input {
    width: calc(100% - 90px);
  }
}

#searchbar .search-input .magnifying-glass {
  top: 4px;
  left: 4px;
  background: url(/assets/images/site.png) no-repeat -273px -5px;
  width: 18px;
  height: 18px;
  position: absolute;
}

#searchbar .search-input input {
  padding: 4px 10px;
  padding-left: 25px;
}

#searchbar .btn {
  padding: 5px 10px;
}

#searchbar .btn .arrow-right {
  color: #fd5c15;
}

.payment-label {
  width: 100%;
  color: #323233;
  position: relative;
  font-weight: bold;
}

.delivery-option {
  width: 100%;
  font-size: 12px;
  padding: 10px 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-bottom: 8px;
}

#steps {
  margin-top: -20px;
  margin-bottom: 15px;
}

#steps img {
  width: 100%;
  height: 31px;
}

#steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
}

#steps ul li {
  font-size: 24px;
  font-family: FontSiteSans-BlackCd;
  color: black;
}

#steps ul li.active {
  color: #fc4f20;
}

.search-input {
  background-image: linear-gradient(to bottom, #696969 0%, #444444 100%);
  background-repeat: repeat-x;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}

.search-input .input {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2NUV1f/f/PmTUZGBgYGBhAHADZbBXefHktZAAAAAElFTkSuQmCC) repeat;
  border: none;
  border-radius: 6px;
  padding: 4px 15px;
  color: white;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.7);
  font-size: 12px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #d0d0d0;
}

:-moz-placeholder {
  color: #d0d0d0;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

#menu-home {
  background: url("/assets/images/home.png") no-repeat center center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
}

@media (max-width: 767px) {
  #menu-home {
    display: none;
  }
}

.highlight {
  background: #fc601b;
}

.featured-gaming {
  background-image: url("/assets/images/brazen-chair.jpg");
  background-repeat: no-repeat;
  background-position: 12px 30px;
}

@media (max-width: 767px) {
  .featured-gaming {
    min-height: inherit;
  }
}

@media (max-width: 1199px) {
  .featured-gaming {
    background: #fc601b;
    border-radius: 6px;
  }
}

.featured-gaming .logo {
  max-width: 100%;
  height: auto;
  padding: 20px 8px 0 105px;
}

@media (max-width: 1199px) {
  .featured-gaming .logo {
    padding: 20px;
  }
}

.featured-gaming-content {
  padding-left: 180px;
  padding-right: 10px;
  margin-top: 15px;
  font-size: 11px;
}

@media (max-width: 1199px) {
  .featured-gaming-content {
    padding-left: 10px;
    padding-bottom: 30px;
  }
}

.featured-gaming-content a {
  color: white;
}

@media (max-width: 767px) {
  .featured-gaming-content a {
    vertical-align: middle;
  }
}

.featured-gaming-content .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .featured-gaming-content .btn {
    margin: 20px 0 20px 5px;
  }
}

@media (max-width: 767px) {
  .featured-gaming-content p {
    display: none;
  }
}

.block-btn {
  background-image: linear-gradient(to bottom, #cbcbcb 0%, #a1a1a1 100%);
  background-repeat: repeat-x;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
}

.block-btn:before {
  font-family: 'icomoon' !important;
  content: "\f054";
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  font-size: 10px;
}

.block-btn.active:before {
  content: "\f078";
}

.block-btn.orange {
  background-image: linear-gradient(to bottom, #ff9b6e 0%, #ff4e01 100%);
  background-repeat: repeat-x;
}

.bold-orange {
  font-weight: bold;
  color: #fc6623;
}

.error {
  color: #e11010;
  font-weight: bold;
  font-size: 11px;
}

.errors {
  background: #c00;
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 6px;
  color: white;
  font-family: FontSiteSans-BoldCd;
  font-size: 18px;
}

.gift-msg {
  color: #727272;
  border-radius: 6px;
  padding: 14px 15px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.7);
  font-size: 13px;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

.gift-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  background: url("/images/basket.png") no-repeat -858px -112px;
}

#gift-message {
  display: none;
  top: 35%;
  left: 20%;
  padding: 140px 0px 0px 0px;
  width: 531px;
  height: 300px;
  position: fixed;
  z-index: 99999999;
  color: #fff;
  background: url("/images/box-add-msg.png") no-repeat;
  text-align: center;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #525252 0%, #1e1e1e 100%);
  background-repeat: repeat-x;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 15px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
}

.btn.btn-block {
  display: inline-block;
}

.btn:hover,.btn:active,.btn:focus {
  color: white;
  background-image: linear-gradient(to bottom, #525252 0%, #1e1e1e 100%);
  background-repeat: repeat-x;
  cursor: pointer;
  text-decoration: none;
}

.btn-orange {
  padding: 2px 8px;
  font-family: 'FontSiteSans-Bold';
  font-size: 18px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  color: white;
  letter-spacing: -0.3px;
  background-image: linear-gradient(to bottom, #fe7437 0%, #fd5c15 100%);
  background-repeat: repeat-x;
}

.btn-orange:hover,.btn-orange:active,.btn-orange:focus {
  color: white;
  background-image: linear-gradient(to bottom, #fe7437 0%, #fd5c15 100%);
  background-repeat: repeat-x;
  cursor: pointer;
}

.btn-big {
  font-size: 24px;
  padding: 5px 15px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.8);
}

.btn-big.arrow-right:after {
  font-size: 16px;
}

.btn-grey {
  padding: 2px 8px;
  font-family: 'FontSiteSansBlack';
  font-size: 18px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  color: white;
  letter-spacing: -1px;
  transition: all 0.5s ease-in;
  background-image: linear-gradient(to bottom, #9e9e9e 0%, #818181 100%);
  background-repeat: repeat-x;
}

.btn-grey:hover,.btn-grey:active,.btn-grey:focus {
  color: white;
  background-image: linear-gradient(to bottom, #9e9e9e 0%, #818181 100%);
  background-repeat: repeat-x;
  cursor: pointer;
}

.arrow-right:after {
  /*font-family: 'Courier New', monospace;
        content: ">";
        padding: 1px 0 1px 5px;*/
  content: "\f054";
  font-family: 'icomoon';
  font-size: 12px;
  padding: 0 0 0 8px;
}

.btn-small {
  font-size: 13px;
  padding: 1px 7px;
  display: inline-block !important;
  vertical-align: top;
}

.btn-small.arrow-right:after {
  font-size: 9px;
}

#site-footer {
  background: #323233;
  padding: 30px 0;
  margin-top: 30px;
}

#site-footer .gaming-chairs ul li a {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #site-footer .footermenu {
    display: none;
  }

  #site-footer .footermenu.active {
    display: block;
  }
}

#site-footer ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 7px;
}

@media (max-width: 767px) {
  #site-footer ul {
    margin: 15px 7px;
  }
}

#site-footer ul li a {
  color: white;
  font-size: 11px;
  font-family: 'FontSiteSans-Roman';
}

@media (max-width: 767px) {
  #site-footer ul li a {
    font-size: 12px;
    padding: 4px 13px;
  }
}

#site-footer ul li span.arrow:before {
  content: "\003E";
  color: #fff;
  position: absolute;
}

@media (max-width: 767px) {
  #site-footer .side-title {
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #444444;
    line-height: 24px;
    margin: 0;
    padding: 5px;
  }
}

#site-footer .side-title .block-btn {
  position: absolute;
  right: 5px;
  top: 6px;
}

.lined {
  border-top: 1px solid #545454;
  border-bottom: 1px solid #010101;
  position: relative;
  padding: 8px 0;
}

.lined:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  border-top: 1px solid #010101;
}

.lined:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-top: 1px solid #545454;
}

#footer-social a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  float: left;
  clear: left;
  margin: 20px 0 0 7px;
}

#footer-social a.block-btn {
  margin: 0;
}

.footer-facebook span {
  background: url("/assets/images/site.png") no-repeat -831px -127px;
  width: 28px;
  height: 28px;
  float: left;
  position: relative;
  top: -8px;
  margin-right: 5px;
}

.footer-twitter span {
  background: url("/assets/images/site.png") no-repeat -859px -127px;
  width: 28px;
  height: 28px;
  float: left;
  position: relative;
  top: -8px;
  margin-right: 5px;
}

.footer-rss span {
  background: url("/assets/images/site.png") no-repeat -888px -127px;
  width: 28px;
  height: 28px;
  float: left;
  position: relative;
  top: -8px;
  margin-right: 5px;
}

.card-row {
  margin-top: 30px;
}

.card-row img {
  max-width: 100%;
  height: auto;
}

.card-row .left .secure {
  color: #fd5c15;
  font-family: 'FontSiteSansBlack';
  margin-bottom: 0.5rem;
}

.card-row .left .secure span {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .card-row .left .secure span {
    display: none;
  }
}

@media (min-width: 768px) {
  .card-row .left .desktop-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    /* Safari 6.1+ */
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
  }
}

.card-row .left .desktop-wrap .img-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  -webkit-align-items: baseline;
  /* Safari 7.0+ */
}

@media (min-width: 768px) {
  .card-row .left .desktop-wrap .img-wrap {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
}

.card-row .left .desktop-wrap .img-wrap .card1 {
  margin-top: 0.5rem;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  /* Safari 7.0+ */
}

.card-row .left .desktop-wrap .bottom-cards-wrapper {
  position: relative;
  padding-top: 0.5rem;
  text-align: right;
}

.card-row .left .desktop-wrap .bottom-cards-wrapper:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #545454;
  border-top: 1px solid #010101;
}

@media (min-width: 768px) {
  .card-row .left .desktop-wrap .bottom-cards-wrapper:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .card-row .left .desktop-wrap .bottom-cards-wrapper {
    padding-left: 2px;
  }
}

.card-row .right {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .card-row .right {
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
  }
}

.card-row .right .img-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -webkit-align-items: center;
  /* Safari 7.0+ */
}

@media (min-width: 768px) {
  .card-row .right .img-left {
    margin-bottom: 0;
  }
}

.card-row .right .img-right {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  -webkit-align-items: center;
  /* Safari 7.0+ */
}

.card-row .right .img-right:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #545454;
  border-top: 1px solid #010101;
}

@media (min-width: 768px) {
  .card-row .right .img-right:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .card-row .right .img-right {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 0;
  }
}

.card-row .right .img-right p {
  font-family: 'FontSiteSans-Roman';
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 768px) {
  .card-row .right .img-right p {
    display: none;
  }
}

#banner_left,#banner_right {
  margin-top: -30px;
}

@media (max-width: 767px) {
  #banner_left,  #banner_right {
    position: relative;
  }
}

@media (max-width: 767px) {
  #banner_left {
    z-index: 1;
  }

  #banner_right {
    margin-top: -15px !important;
  }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  /*SET IN BS AS FLEXBOX. SO PERSPECTIVE SCALE DID NOT WORK*/
  display: block;
}

.carousel-inner > .carousel-item > a > img,.carousel-inner > .carousel-item > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

.carousel-inner .carousel-item,.carousel-inner .active.carousel-item-left,.carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.carousel-inner .active,.carousel-inner .carousel-item-next.carousel-item-left,.carousel-inner .carousel-item-previous.carousel-item-right {
  opacity: 1;
}

.carousel-item.active,.active.carousel-item-left,.active.carousel-item-prev,.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#good-reasons {
  background: #323233;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  color: white;
  margin-top: 20px;
}

#good-reasons ul,#good-reasons ol {
  padding: 8px 20px;
  margin: 0;
  list-style: none;
}

#good-reasons li {
  font-size: 12px;
  padding: 3px 0 3px 32px;
  position: relative;
}

#good-reasons li:before {
  content: url(/images/arrow-bulletpoint.png);
  position: absolute;
  left: 0;
  top: 6px;
}

#main-content {
  margin-top: 30px;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

#address-preview-large-top {
  position: relative;
}

.product_box,#small-basket,#address_preview {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  height: 100%;
  margin-bottom: 30px;
}

.product_box .product-list,#small-basket .product-list,#address_preview .product-list {
  overflow: hidden;
  padding: 0 14px;
}

.product_box .content-area,#small-basket .content-area,#address_preview .content-area {
  padding: 20px 18px;
}

.product_box .col-md-5ths,.product_box .col-lg-5ths,.product_box .col-xl-5ths,#small-basket .col-md-5ths,#small-basket .col-lg-5ths,#small-basket .col-xl-5ths,#address_preview .col-md-5ths,#address_preview .col-lg-5ths,#address_preview .col-xl-5ths {
  margin-top: 35px;
}

.product_box .col-md-5ths + .col-md-5ths:after,.product_box .col-lg-5ths + .col-lg-5ths:after,.product_box .col-xl-5ths + .col-xl-5ths:after,#small-basket .col-md-5ths + .col-md-5ths:after,#small-basket .col-lg-5ths + .col-lg-5ths:after,#small-basket .col-xl-5ths + .col-xl-5ths:after,#address_preview .col-md-5ths + .col-md-5ths:after,#address_preview .col-lg-5ths + .col-lg-5ths:after,#address_preview .col-xl-5ths + .col-xl-5ths:after {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 35px;
  content: "";
  border-left: 1px solid #adb5c8;
}

.product_box .sorting form,#small-basket .sorting form,#address_preview .sorting form {
  text-align: left;
}

.product_box .sorting form select,#small-basket .sorting form select,#address_preview .sorting form select {
  font-size: 13px;
  font-family: 'FontSiteSans-Roman';
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  background: url(/images/select-arrow.png) no-repeat right #fbfbfb;
  box-shadow: inset 0 0 10px #d0d0d0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  min-width: 100px;
  padding-left: 5px;
  padding-right: 30px;
}

.product_box .title,#small-basket .title,#address_preview .title {
  background: #323233;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 8px 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'FontSiteSansBlack';
  font-size: 18px;
  color: white;
}

.product_box .title span,#small-basket .title span,#address_preview .title span {
  color: #fc4f20;
}

.product_box .list-image,#small-basket .list-image,#address_preview .list-image {
  overflow: hidden;
  margin-left: -20px;
  width: calc(100% + 40px);
}

#proceed-stage {
  width: 122px;
  height: 35px;
  display: inline-block;
  background: url("/images/checkout-sprite.png") no-repeat -462px -103px;
  border: 0px;
  cursor: pointer;
  vertical-align: top;
  float: right;
}

#back-stage {
  width: 94px;
  height: 35px;
  display: inline-block;
  background: url("/images/checkout-sprite.png") no-repeat -367px -103px;
  vertical-align: top;
}

#small-basket,#address_preview {
  min-height: 300px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 30px;
}

#address_preview {
  padding-bottom: 0px;
}

#small-grand-total {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-transform: uppercase;
  text-align: right;
  font-family: 'FontSiteSansBlack';
  font-size: 22px;
  color: black;
}

#small-grand-total span {
  color: #fc4f20;
}

.Site {
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: black;
}

.best-item {
  border-top: 1px solid #adb5c8;
}

.item {
  position: relative;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.item:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  content: "";
  border-bottom: 1px solid #adb5c8;
}

.new-tag-exclusive {
  position: absolute;
  top: 0;
  right: -15px;
}

.sale-tag-small {
  position: absolute;
  bottom: 33px;
  right: 0px;
}

.new-tag-small {
  position: absolute;
  top: 0;
  left: 0;
}

.list-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.list-image img {
  width: 100%;
  height: auto;
}

.read-reviews {
  display: inline-block !important;
  color: #a5a5a5;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  top: -2px;
  left: 6px;
}

.best-item,.item {
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 128px;
  height: 100%;
}

@media (max-width: 767px) {
  .best-item,  .item {
    padding-bottom: 160px;
  }
}

.best-item .title,.item .title {
  display: block;
}

.best-item .rating,.item .rating {
  position: absolute;
  bottom: 90px;
}

@media (max-width: 767px) {
  .best-item .rating,  .item .rating {
    bottom: 120px;
  }
}

.best-item .price,.item .price {
  position: absolute;
  bottom: 52px;
  display: block;
  font-family: 'FontSiteSans-Bold';
  font-size: 26px;
  color: #fd5c15;
}

@media (max-width: 767px) {
  .best-item .price,  .item .price {
    bottom: 80px;
  }
}

.best-item .actions,.item .actions {
  position: absolute;
  bottom: 25px;
  left: -2px;
  width: calc(100% + 4px);
}

.best-item .actions form,.item .actions form {
  display: inline-block;
  vertical-align: top;
}

.best-item .actions .right,.item .actions .right {
  position: absolute;
  right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .best-item .actions .right,  .item .actions .right {
    position: inherit;
  }
}

.best-item .actions .left,.item .actions .left {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .best-item-image,  .item-image {
    min-height: auto;
  }
}

#top-sellers {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

#top-sellers a {
  display: block;
}

#top-sellers .no-right {
  padding-right: 0;
}

@media (max-width: 767px) {
  #top-sellers .no-right {
    padding-right: 15px;
  }
}

#top-sellers .best-row {
  margin-left: -15px;
  width: calc(100% + 16px);
}

@media (max-width: 767px) {
  #top-sellers .best-row {
    margin-left: 0;
    width: calc(100% + 1px);
  }
}

#top-sellers .toptitle {
  color: #323233;
  font-family: 'FontSiteSansBlack';
  font-size: 14px;
  line-height: 1.3;
  min-height: 58px;
}

#top-sellers .featured {
  height: 100%;
  padding: 0 1rem;
}

#top-sellers .featured .price {
  display: block;
  font-family: 'FontSiteSans-Bold';
  font-size: 26px;
  color: #fd5c15;
}

@media (max-width: 767px) {
  #top-sellers .featured {
    padding: 0 15px 30px;
  }
}

#top-sellers .col-item .border-div {
  border-left: 1px solid #adb5c8;
  height: 92%;
  position: absolute;
  left: 0;
  top: 4%;
}

@media (min-width: 1200px) {
  #top-sellers .col-item:nth-child(1) .best-item,  #top-sellers .col-item:nth-child(2) .best-item,  #top-sellers .col-item:nth-child(3) .best-item,  #top-sellers .col-item:nth-child(4) .best-item {
    border-top: none;
  }
}

@media (min-width: 992px) {
  #top-sellers .col-item:nth-child(1) .best-item,  #top-sellers .col-item:nth-child(2) .best-item,  #top-sellers .col-item:nth-child(3) .best-item {
    border-top: none;
  }
}

@media (min-width: 768px) {
  #top-sellers .col-item:nth-child(1) .best-item,  #top-sellers .col-item:nth-child(2) .best-item {
    border-top: none;
  }
}

@media (max-width: 767px) {
  #top-sellers .col-item:nth-child(odd) .border-div {
    border-left: none;
  }
}

#top-sellers .actions .right {
  margin-left: 5px;
}

@media (max-width: 575px) {
  #top-sellers .actions .right {
    margin-left: 0;
    margin-top: 8px;
  }
}

#top-sellers .shortdesc {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #323233;
  font-family: 'FontSiteSans-Roman';
  font-size: 13px;
}

@media (max-width: 767px) {
  #top-sellers .shortdesc {
    max-height: 110px;
  }
}

#top-sellers form {
  display: inline-block;
  vertical-align: top;
}

#top-sellers img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#top-sellers .position {
  text-align: center;
  font-size: 22px;
  color: #fc4f20;
  font-weight: 600;
  padding: 20px 0;
}

#top-sellers .title {
  padding: 11px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'FontSiteSansBlack';
  font-size: 18px;
}

.ts-up {
  width: 16px;
  height: 15px;
  background: url("/assets/images/site.png") no-repeat -95px -225px;
  display: inline-block;
  vertical-align: middle;
}

.ts-down {
  width: 16px;
  height: 15px;
  background: url("/assets/images/site.png") no-repeat -133px -225px;
  display: inline-block;
  vertical-align: middle;
}

.ts-neutral {
  width: 16px;
  height: 15px;
  background: url("/assets/images/site.png") no-repeat -114px -225px;
  display: inline-block;
  vertical-align: middle;
}

.movement {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.news-box {
  background: #e7e8e9;
  padding: 20px 10px;
  font-size: 11px;
  height: 100%;
}

@media (max-width: 1199px) {
  .news-box {
    text-align: center;
  }
}

.news-box .post-entry {
  display: -webkit-box;
  display: flex;
  font-family: 'FontSiteSans-Roman';
  font-size: 12px;
  line-height: 1.25;
  word-break: break-word;
}

@media (max-width: 1199px) {
  .news-box .post-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.news-box .featured_img {
  width: 154px;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #a1a2a3;
  margin-right: 0.95rem;
  height: 100%;
}

@media (max-width: 1199px) {
  .news-box .featured_img {
    width: 100%;
  }
}

.news-box h3 {
  color: #fc4f20;
  font-size: 22px;
  font-family: 'FontSiteSans-BlackCd';
}

.news-box .news-title {
  display: inline-block;
  min-height: 56px;
}

.news-box .postdetails {
  color: #525252;
  font-size: 13px;
  font-family: 'FontSiteSansBlack';
  margin-top: 8px;
  margin-bottom: 15px;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.col-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths,.col-xl-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5ths {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-5ths {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-5ths {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-5ths {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5ths {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.range-text {
  /*background: #fd5c15;*/
  padding: 30px;
  text-align: center;
  /*color: white;*/
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-top: 30px;
}

.range-text h3 {
  font-size: 28px;
  font-family: 'FontSiteSansBlack';
  margin-bottom: 25px;
}

#newsletter {
  display: -webkit-box;
  display: flex;
  padding: 20px;
}

@media (max-width: 991px) {
  #newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#newsletter .heading {
  margin-right: 20px;
}

#newsletter .side-title2 {
  padding: 0;
}

#newsletter .side-intro {
  font-size: 11px;
  margin-bottom: 0;
}

#newsletter .input-area {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

#newsletter .search-input {
  margin-top: 10px;
  position: relative;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #newsletter .search-input {
    width: 100%;
    margin-top: 25px;
  }
}

#newsletter .search-input label {
  position: absolute;
  top: -17px;
  left: 2px;
  font-size: 11px;
}

#newsletter .btn-block {
  min-width: 150px;
  margin-top: 10px;
}

.with-padding {
  padding: 20px;
}

#forgot-pass {
  float: right;
  color: white;
}

#account_menu {
  position: relative;
}

#account_menu ul {
  margin-left: 5px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #account_menu ul {
    margin-left: 20px;
  }
}

#account_menu .title {
  line-height: 1;
  padding: 10px 15px 0;
}

@media (max-width: 767px) {
  #account_menu .title {
    font-size: 23px;
    padding: 20px;
  }
}

.account-left ul {
  list-style: none;
  padding: 0;
}

.account-left ul li a {
  color: white;
}

label .bold-orange {
  font-size: 18px;
  font-weight: 700;
  color: #fc4f20;
  line-height: 13px;
  position: relative;
  top: 3px;
}

.help-icon {
  background: url("/images/checkout-sprite.png") no-repeat -550px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.postcode-finder {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  width: 409px;
  height: 48px;
  margin: 15px 0px 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .postcode-finder {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

.postcode-finder .bold-orange {
  font-weight: bold;
  color: #fc6623;
}

.postcode-lookup {
  font-family: 'FontSiteSansBlack';
  font-size: 22px;
  letter-spacing: -1px;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #343434;
}

@media (max-width: 575px) {
  .postcode-lookup {
    position: static;
  }
}

.button-find {
  position: absolute;
  top: 11px;
  right: 5px;
}

@media (max-width: 575px) {
  .button-find {
    position: static;
    display: inline-block;
    vertical-align: top;
  }
}

.postcode {
  width: 132px;
  height: 30px;
  padding: 0px 5px;
  background: url("/images/checkout-sprite.png") no-repeat -389px 0px;
  border: 0px;
  position: absolute;
  top: 9px;
  left: 192px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .postcode {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
  }
}

.inputrow {
  display: -webkit-box;
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}

@media (max-width: 767px) {
  .inputrow {
    display: block;
  }
}

.inputrow label {
  -webkit-box-flex: 0;
  flex: 0 0 200px;
}

@media (max-width: 767px) {
  .inputrow label {
    display: block;
  }
}

.inputrow input[type=text],.inputrow input[type=password],.inputrow select {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 50%;
  padding: 5px 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .inputrow input[type=text],  .inputrow input[type=password],  .inputrow select {
    display: block;
    width: 100%;
  }
}

.inputrow input[type=text].error,.inputrow input[type=password].error,.inputrow select.error {
  background: #ffdada;
}

.inputrow input[type=text].input-small,.inputrow input[type=password].input-small,.inputrow select.input-small {
  width: 20%;
  margin-right: 20px;
}

.inputrow textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 50%;
  padding: 5px 8px;
  margin-bottom: 10px;
  min-height: 120px;
}

@media (max-width: 767px) {
  .inputrow textarea {
    width: 100%;
  }
}

.inputrow textarea.error {
  background: #ffdada;
}

.paging-list {
  font-size: 15px;
  font-family: 'FontSiteSans-Roman';
}

.paging-list .digit,.paging-list .view-all {
  color: white;
}

.paging-list .digit.active,.paging-list .view-all.active {
  color: #fc601b;
}

.paging-list.alt .digit,.paging-list.alt .view-all {
  color: black;
}

.account-right .boxitem fieldset div {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 767px) {
  .account-right .boxitem fieldset div {
    display: block;
  }
}

.account-right .boxitem fieldset div label {
  -webkit-box-flex: 0;
  flex: 0 0 200px;
}

@media (max-width: 767px) {
  .account-right .boxitem fieldset div label {
    display: block;
  }
}

.account-right #large-basket thead {
  background: #323233;
}

.account-right #large-basket thead th {
  color: white;
  text-align: left;
  padding: 5px 10px;
}

.account-right #large-basket tbody tr:nth-child(odd) {
  background: #ececec;
}

.account-right #large-basket tbody tr {
  border-bottom: 1px solid #ccc;
}

.account-right #large-basket tbody td {
  padding: 5px 10px;
}

.logo-box,.featured-gaming {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}

@media (max-width: 767px) {
  .logo-box,  .featured-gaming {
    position: static;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .featured-gaming {
    position: static;
    width: 100%;
  }
}

.gaming-brands {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  height: 100%;
}

@media (max-width: 767px) {
  .gaming-brands {
    position: relative;
  }
}

.gaming-brands .brand-logo {
  -webkit-box-flex: 0;
  flex: 0 0 33.333%;
  text-align: center;
  min-height: 33.333%;
  align-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.gaming-brands .brand-logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.gaming-brands .brand-logo a img {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

.gaming-brands .brand-logo:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 0;
  width: calc(100% - 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.gaming-brands .brand-logo:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 0;
  height: calc(100% - 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.gaming-brands .brand-logo:nth-child(3n+3):after {
  display: none;
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo:nth-child(3n+3):after {
    display: block;
  }
}

@media (max-width: 1199px) {
  .gaming-brands .brand-logo {
    min-height: 28%;
    text-align: center;
  }

  .gaming-brands .brand-logo a {
    display: block;
    font-size: 9px;
  }

  .gaming-brands .brand-logo img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .gaming-brands .brand-logo {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    height: 80px;
    min-height: inherit;
  }

  .gaming-brands .brand-logo img {
    display: inline-block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo:nth-child(2n+2):after {
    display: none;
  }
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo.bottomrow {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 70px;
  }

  .gaming-brands .brand-logo.bottomrow a {
    text-align: left;
  }
}

.gaming-brands .brand-logo.bottomrow img {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo.bottomrow img {
    -webkit-box-flex: inherit;
    flex: inherit;
    margin-right: 10px;
    margin-left: 15px;
  }
}

.gaming-brands .brand-logo.bottomrow a {
  padding: 15px 0;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo.bottomrow a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo.bottomrow:after {
    display: none;
  }
}

.gaming-brands .brand-logo.bottomrow:before {
  display: none;
}

@media (max-width: 767px) {
  .gaming-brands .brand-logo.bottomrow:before {
    display: block;
  }
}

#quantity-box {
  background: url("/images/site.png") no-repeat 0px -207px;
  width: 94px;
  height: 25px;
  margin: 10px 0px 0px 0px;
  padding: 3px 5px;
  font-weight: bold;
  position: relative;
  display: none;
}

a#increase {
  position: absolute;
  top: 0px;
  right: 4px;
  width: 13px;
  height: 23px;
}

a#decrease {
  position: absolute;
  top: 0px;
  right: 18px;
  width: 13px;
  height: 23px;
}

#product-features {
  background: #303032;
  padding: 13px 20px;
  color: #f7f7f7;
  font-size: 19px;
  font-family: 'FontSiteSans-BoldCd';
  letter-spacing: 0.4px;
  border-radius: 6px;
  margin-bottom: 30px;
}

#product-features a {
  color: #FFFFFF;
}

#product-features a:hover {
  text-decoration: none;
}

#product-features div {
  padding-bottom: 7px;
}

#product-features span {
  display: inline-block;
  vertical-align: top;
  line-height: 33px;
}

#product-features i {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
}

#product-features i.delivery {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAAb1BMVEUxMDLxWSozMTJNNjHdVStzPi/iVSuPRC6rSi3tWCqCQS+IQi6iSC3FTyw6MjJfOjBtPS+TRS7KUCy+Tiy0TCx7QC/QUitAMzGZRi6nSS27TSzYVCvNUSvoVypjOzB8QC+LQy5HNTFpPDBYODBGNTHO7y74AAABJUlEQVQ4y42UiZKDIAxAEw8UwbN41Wvb7v9/44IM4jqTtm+UyYSXjKMR+IbgC+UtToFgX0nFxfayN7htrziNwDeBML5SFZcmGV6JQtC8VdihgCXjVBeA6mZQDZJKMXcyTccOaSVmLxMJUgHI72D4IRRNyaoPyu+tKwIDqawNTmOqGWdCeUxI4ZSQfVYiHfHunv9Tl/neLGclEm2dtbk3pmzTidkryzZwhqrqnMFiiRFXVXQ8ixJchE821k5JE56F8SJr+6V7UZd5roNkqkSd7Kz765ZRmYgeLE2jl8E0tQSNqUlZfwwmbCjLjKfHkEKCQylQ+vGGYOCI6gHH+BUSOaoeTv8RvNpncR7RoGxXk3CKCxzEjhO8ZFJwLfayr/MGCXF6XDJ/vG8PVSjPlF4AAAAASUVORK5CYII=");
}

#product-features i.returns {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAAb1BMVEUwMDLxWSpAMzHpVyo1MTLIUCzsWCo6MjHhVSuwSy2eRy11Pi9uPS+KQy6FQi7ATizZVCtNNjGbRi7FUCxeOjBVODB9QC96QC+lSS3PUStRNzFrPDBZOTCURS67TSxHNTFkOzCORC7dVCvUUyuoSS0Lv1OCAAABI0lEQVQ4y82S2ZKCMBBFuYnZDBhE2RcB/f9vnLBIKMP4OnPeqDrV3Nvp4C+538LvgrhQfFcqBSAnhPxq6CcsMWOsi65HAik4HGN08pV0nuEoDpyrwgTn67Q28DldJICz1tl5BECbw60YoJ7/2k2yN0NMmVvk89eDAeVHn4zFbWUT1mvdEJD7AWkUw0JfPdnCl5BO6AuJNyZ/rGMNxk0pOPaw5h2GbQovGVb4Wce4LOUoBqckIlQUgEzqiPFFEQrSvROd+qctK/RQApgVkYBnwV6ZU9tWM5lodAcanTxFlFjQNgaMuyynkBsW8kol9bIfF9cpSxbvDKDIh+LRIY4qm2VV4t5XSGYgX3dhYHkOTXCEXR2okcAt98/avXUipQpJ8I/5AeGxDT1wGOiRAAAAAElFTkSuQmCC");
}

#product-features i.international {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAAb1BMVEUwMDLxWSrjVitONjHrWCo0MTJSNzDbVCvmViqtSi06MjJ7QC+DQS6gSC3ETyzeVSuIQi4+MzF1Pi+SRS6NRC6zSy3KUCzRUitINTFbOTBXODCZRi6pSS24TSxlOzC9TiyQRC6lSS3VUytuPS9gOjDyzL79AAABN0lEQVQ4y9WS3XaDIBCEGX4EVMR/TdSYpH3/ZywaPIXY3rdzw+xxzrfLIvmzYrnuJX12ZfJbwEg4adODzj+Gauu+DxLzKMbG2uycyDkg7xOly4XUtwy8PDEcwrKsaJkgEzh15RuH0Wfb1GRMnU8L7KLxPA9+8S7NB3g9Iogyh72a1lHOmBxHlUxTIm4eFE7cyeplbhag7cUdm7og0nO2n5XEJq4zxTtgCCLS3zBd4Ft8liJXNor06StTa7pzZkGIUWEjYBbBEoGichEZRDQgK+/HDWNcJYo1ujSmw1e9Y2xtGW+j1T3Tw4sCdF91w68k0EzZd1f18Xo2TeIXWMXhk50hFgeJlOEhSCiDnLypxJoE1AUNOSnjqvloumK9s/FOuWOclWjlfwKltJ/jHCq7Qdphaa/k3+oLGoMOBQpmuTUAAAAASUVORK5CYII=");
}

#product-features i.customerservices {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAhCAMAAACLDYleAAAAb1BMVEUwMDLxWSo0MTJHNTHIUCw+MzHiVSvsWCrmVyo6MjJSNzB4Py+aRy5MNjFtPS/MUSzSUitbOTCAQS+VRi6PRC6zSy2fSC3FUCzpVypyPi+HQi6lSC3dVCvYUytDNDFpPDBhOjCrSi2/Tiy7TSzCTyzrWZLtAAABQklEQVQ4y7WS226DMBBE93AnQCCUO4QEyP9/Y7FBqGmcPLUjIa3METuDR/5fbbZ8Bs4PCD4B9xng8R64lIDj8fUOGGPgmtseZzPgdgN4hSs3GtsEhBqIR3ElxjEAVpSBXyUyro9DbIjhAPNltTvkkjSvVk46hjouKEUifPsX0PuQRZZIMpO5IhPpE2BXjcq5ApJ7BKfV1pXqZ4z1mCYO1TgB3TokPpEc0jH6k/6tKbBYoq0kR4wagkkDVuEDnnbZk1myKwDSW6gc1yi1ms7ojzVfisEr20gPxCIvVux2unLI2T7fwun5Zi5Fipa3v6gMFzRua0rZlBq6Yu3Lim15w01e5LCp08U1dqUHCFL0BnNXOoA8rBVj7oqcgUXEdaAIA2NtLzCo/W4NJb6ptjYqxM6QikHWvHo4mEo+y12Gu/ytvgGBjg6Ywgp5cgAAAABJRU5ErkJggg==");
}

#product .main-image {
  position: relative;
  border: 1px solid #d9e6e9;
}

@media (max-width: 767px) {
  #product .price-wrap {
    margin-top: 1rem;
  }
}

#product .price-wrap .product-price {
  color: #fc601b;
  font-size: 17px;
  vertical-align: text-top;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

#product .price-wrap .product-price sup {
  position: relative;
  top: -9px;
}

#product .price-wrap .product-price span {
  font-size: 30px;
  font-weight: bold;
}

#product .price-wrap .rating {
  display: inline-block;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  #product .price-wrap .rating {
    padding-left: 0.25rem;
  }
}

#product .qty-wrap #quantity-box {
  display: inline-block;
}

#product .qty-wrap .product-stock {
  display: inline-block;
  padding-left: 2.5rem;
}

#product .qty-wrap .product-stock img {
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  #product .add-to-basket-wrap {
    width: 100%;
    text-align: center;
  }
}

#product .add-to-basket-wrap #add-to-basket {
  margin-top: 1rem;
}

#product .product-short-description {
  font-size: 13px;
  font-family: 'FontSiteSans-Roman';
}

#product .product-short-description span {
  font-family: 'FontSiteSansBlack';
}

#product_variation select {
  font-size: 13px;
  font-family: 'FontSiteSans-Roman';
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  background: url(/images/select-arrow.png) no-repeat right #fff;
  box-shadow: inset 0 0 5px #d0d0d0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  min-width: 100px;
  padding-left: 5px;
  padding-top: 1px;
  padding-right: 30px;
}

#breadcrumb {
  font-size: 11px;
  color: black;
  margin-bottom: 2px;
}

#breadcrumb a {
  color: black;
}

.range-name {
  border-top: 1px solid #c8c7c8;
  border-bottom: 1px solid #c8c7c8;
  margin-bottom: 30px;
  padding: 10px 3px 8px;
}

.range-name h1 {
  margin: 0;
  font-size: 25px;
  font-family: 'FontSiteSans-BlackCd';
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.range-name h1 span {
  color: #fd5c15;
}

.range-name .product_count {
  display: inline-block;
  vertical-align: middle;
}

.range-name .product_count a {
  color: #fd5c15;
}

.tooltip-inner {
  max-width: 450px;
}

#uk-exclusive {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

#tag-new-large {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

#tag-sale-large {
  position: absolute;
  bottom: 28px;
  right: 0px;
  z-index: 5;
}

#icon-minus {
  width: 9px;
  height: 9px;
  background: url("/images/basket.png") no-repeat -623px -112px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  line-height: 30px;
}

#icon-plus {
  width: 9px;
  height: 9px;
  background: url("/images/basket.png") no-repeat -613px -112px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  line-height: 30px;
}

.qty-amount {
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 991px) {
  #chairlist .sub-menu,  #account_menu .sub-menu {
    display: none;
    padding-bottom: 20px;
  }

  #chairlist .sub-menu.active,  #account_menu .sub-menu.active {
    display: block;
  }
}

#large-basket {
  width: 100%;
}

#large-basket .name {
  font-family: 'FontSiteSans-Roman';
}

#large-basket .title {
  display: none;
  font-size: 18px;
  font-family: 'FontSiteSansBlack';
  line-height: 1;
}

#large-basket .mobile {
  display: none;
}

#large-basket th {
  padding: 5px;
  font-family: 'FontSiteSansBlack';
  font-size: 19px;
  letter-spacing: -1px;
  text-align: center;
}

#large-basket tr:nth-child(even) {
  background: #f5f5f5;
}

#large-basket td {
  padding: 8px 5px;
}

@media (min-width: 768px) {
  #large-basket td.quantity {
    padding: 0;
  }
}

@media (max-width: 576px) {
  #large-basket .mobile {
    display: block;
  }

  #large-basket .title {
    display: block;
  }

  #large-basket thead {
    display: none;
  }

  #large-basket tr {
    position: relative;
    flex-wrap: wrap;
  }

  #large-basket .prodimage {
    text-align: center;
    float: left;
    width: 30%;
  }

  #large-basket .prodimage img {
    max-width: 100%;
  }

  #large-basket .remove {
    display: none;
  }

  #large-basket .quantity {
    display: inline-block;
    vertical-align: top;
    width: 35%;
  }

  #large-basket .name {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 13px;
  }

  #large-basket .price {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    line-height: 30px;
  }
}

#basket-bottom {
  margin-top: 15px;
  border-top: 1px solid #c8c7c8;
  padding-top: 15px;
}

#basket-bottom .promo_code {
  font-family: 'FontSiteSansBlack';
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  -webkit-align-items: center;
}

#basket-bottom .promo_code form #promo-code {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  font-family: 'FontSiteSans-Roman';
  font-size: 14px;
  padding: 4px 50px 4px 8px;
  box-shadow: inset 0 0 8px 0 #d9d9d9;
}

#basket-bottom .promo_code form .submit {
  border: none;
  border-radius: 3px;
  font-size: 14px;
  position: absolute;
  padding: 2px 10px;
  right: 18px;
  top: 3px;
}

#basket-bottom .line {
  border-top: 1px solid #c8c7c8;
  padding-top: 15px;
  width: 100%;
  margin: 0 15px;
}

#basket-bottom .gift_message {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'FontSiteSans-Roman';
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

#basket-bottom .gift_message .img-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}

#basket-bottom .gift_message .img-wrap p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 1;
}

#basket-bottom .gift_message .img-wrap p span {
  color: #ff6200;
  font-family: 'FontSiteSansBlack';
}

#basket-bottom .gift_message .add_gift_message {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

#basket-bottom .gift_message .add_gift_message.added {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#basket-bottom .gift_message .add_gift_message.added .message {
  padding-top: 0.5rem;
  font-family: 'FontSiteSans-Roman';
}

#basket-bottom .total_value {
  font-family: 'FontSiteSansBlack';
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}

#basket-bottom .total_value .value {
  color: #f1592a;
}

#list-actions {
  margin-top: 15px;
  border-top: 1px solid #c8c7c8;
  padding-top: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (min-width: 768px) {
  #list-actions {
    padding-top: 1rem;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
  }
}

#list-actions .arrow-right {
  font-size: 26px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

#list-actions .arrow-right:before {
  content: url(/images/padlock.png);
  width: 17px;
  height: 32px;
  padding-right: 10px;
  vertical-align: middle;
}

#list-actions .arrow-right:after {
  font-size: 18px;
}

#list-actions .arrow-left {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #list-actions .arrow-left {
    margin-top: 0;
  }
}

#list-actions .arrow-left:before {
  content: "\f053";
  font-family: 'icomoon';
  font-size: 12px;
  padding: 0 8px 0 0;
}

.basket-bottom {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .basket-bottom {
    display: none;
  }
}

.basket-bottom img {
  max-width: 100%;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  background-color: rgba(218, 218, 218, 0.9);
}

.carousel-indicators li.active {
  background-color: rgba(252, 96, 27, 0.9);
}

#related-products {
  margin-top: 30px;
}

#related-products .col-md-3 {
  margin-top: 35px;
}

#related-products .carousel-indicators {
  bottom: 0;
}

#related-products .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
}

#related-products .carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.accordian {
  border-top: 1px solid #cbcbcb;
  margin-top: 20px;
}

.accordian .card {
  border-bottom: 1px solid #cbcbcb;
}

.accordian .card-header {
  position: relative;
}

.accordian .card-header .block-btn {
  position: absolute;
  right: 0;
  top: 5px;
}

.accordian .card-header a {
  padding: 10px 0;
  color: #787879;
  font-size: 21px;
  font-family: 'FontSiteSans-BlackCd';
  vertical-align: middle;
  display: inline-block;
}

.accordian .card-header a .block-btn:before {
  content: "\f078";
}

.accordian .card-header a.collapsed .block-btn:before {
  content: "\f054";
}

.accordian .card-header .rating {
  display: inline-block;
  padding-left: 1rem;
}

.accordian .card-block {
  margin-top: 20px;
  font-size: 13px;
  font-family: 'FontSiteSans-Roman';
}

.accordian .card-block span {
  font-family: 'FontSiteSansBlack';
}

@media (max-width: 767px) {
  .no-mobile-but-home {
    display: none;
  }
}

#contact-mid {
  font-size: 14px;
  font-family: 'FontSiteSans-Roman';
}

#contact-mid .basket-error {
  padding: 8px;
  margin: 15px 0;
  text-align: center;
  border: 1px solid #fff;
  background: #f56868;
  color: #fff;
  font-size: 1.2em;
}

#contact-mid .contact-title {
  border-top: 1px solid #c8c7c8;
  border-bottom: 1px solid #c8c7c8;
  margin-bottom: 30px;
  padding: 10px 3px 8px;
}

#contact-mid .contact-title h1 {
  margin: 0;
  font-size: 25px;
  font-family: 'FontSiteSans-BlackCd';
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

#contact-mid .product_box .content-area form .form-group label {
  margin: 0;
}

#contact-mid .product_box .content-area form .form-group.references {
  margin-bottom: 0 !important;
}

#contact-mid .product_box .content-area form .form-group.references p {
  margin-bottom: 0rem !important;
}

#contact-mid .product_box .content-area form .form-group .error {
  background: #f56868 !important;
}

#contact-mid .product_box .content-area form .form-group .textarea {
  min-height: 120px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/*# sourceMappingURL=app.css.map */