@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
} 
.bg-wit {
    background-color: #ffffff !important;
}
.pointer{
    cursor:pointer !important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.85rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5;
}
.alert-primary hr {
    border-top-color: #b0d4f1;
}
.alert-primary .alert-link {
    color: #113049;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}
.alert-success hr {
    border-top-color: #b3e8ca;
}
.alert-success .alert-link {
    color: #123c24;
}
.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}
.alert-info hr {
    border-top-color: #c0ddf6;
}
.alert-info .alert-link {
    color: #284257;
}
.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}
.alert-warning hr {
    border-top-color: #fff8b3;
}
.alert-warning .alert-link {
    color: #5d561b;
}
.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}
.alert-danger hr {
    border-top-color: #f4b0af;
}
.alert-danger .alert-link {
    color: #4c110f;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
} 
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    top:10px !important;
    right: -10px !important;
    left: auto !important;
}


.logo {
  margin: 10px 0  0 0;
}


@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
} 
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #b10000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #880000;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b10000;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.7875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.mydos.nl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

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



a {
  color: #b10000;
  text-decoration: none;
}

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.level0 {
  color: #ffffff !important;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #424242; 
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #b10000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #880000;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-dark {
  color: #424242;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #b10000;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #880000;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}


.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16667%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16667%;
  }
  .col-sm-2 {
    width: 8.33333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66667%;
  }
  .col-sm-5 {
    width: 20.83333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16667%;
  }
  .col-sm-8 {
    width: 33.33333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66667%;
  }
  .col-sm-11 {
    width: 45.83333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16667%;
  }
  .col-sm-14 {
    width: 58.33333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66667%;
  }
  .col-sm-17 {
    width: 70.83333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16667%;
  }
  .col-sm-20 {
    width: 83.33333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66667%;
  }
  .col-sm-23 {
    width: 95.83333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16667%;
  }
  .col-sm-pull-2 {
    right: 8.33333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66667%;
  }
  .col-sm-pull-5 {
    right: 20.83333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16667%;
  }
  .col-sm-pull-8 {
    right: 33.33333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66667%;
  }
  .col-sm-pull-11 {
    right: 45.83333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16667%;
  }
  .col-sm-pull-14 {
    right: 58.33333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66667%;
  }
  .col-sm-pull-17 {
    right: 70.83333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16667%;
  }
  .col-sm-pull-20 {
    right: 83.33333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66667%;
  }
  .col-sm-pull-23 {
    right: 95.83333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16667%;
  }
  .col-sm-push-2 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66667%;
  }
  .col-sm-push-5 {
    left: 20.83333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16667%;
  }
  .col-sm-push-8 {
    left: 33.33333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66667%;
  }
  .col-sm-push-11 {
    left: 45.83333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16667%;
  }
  .col-sm-push-14 {
    left: 58.33333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66667%;
  }
  .col-sm-push-17 {
    left: 70.83333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16667%;
  }
  .col-sm-push-20 {
    left: 83.33333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66667%;
  }
  .col-sm-push-23 {
    left: 95.83333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16667%;
  }
  .col-md-2 {
    width: 8.33333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66667%;
  }
  .col-md-5 {
    width: 20.83333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16667%;
  }
  .col-md-8 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66667%;
  }
  .col-md-11 {
    width: 45.83333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16667%;
  }
  .col-md-14 {
    width: 58.33333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66667%;
  }
  .col-md-17 {
    width: 70.83333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16667%;
  }
  .col-md-20 {
    width: 83.33333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66667%;
  }
  .col-md-23 {
    width: 95.83333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16667%;
  }
  .col-md-pull-2 {
    right: 8.33333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66667%;
  }
  .col-md-pull-5 {
    right: 20.83333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16667%;
  }
  .col-md-pull-8 {
    right: 33.33333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66667%;
  }
  .col-md-pull-11 {
    right: 45.83333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16667%;
  }
  .col-md-pull-14 {
    right: 58.33333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66667%;
  }
  .col-md-pull-17 {
    right: 70.83333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16667%;
  }
  .col-md-pull-20 {
    right: 83.33333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66667%;
  }
  .col-md-pull-23 {
    right: 95.83333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16667%;
  }
  .col-md-push-2 {
    left: 8.33333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66667%;
  }
  .col-md-push-5 {
    left: 20.83333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16667%;
  }
  .col-md-push-8 {
    left: 33.33333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66667%;
  }
  .col-md-push-11 {
    left: 45.83333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16667%;
  }
  .col-md-push-14 {
    left: 58.33333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66667%;
  }
  .col-md-push-17 {
    left: 70.83333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16667%;
  }
  .col-md-push-20 {
    left: 83.33333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66667%;
  }
  .col-md-push-23 {
    left: 95.83333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16667%;
  }
  .col-lg-2 {
    width: 8.33333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66667%;
  }
  .col-lg-5 {
    width: 20.83333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16667%;
  }
  .col-lg-8 {
    width: 33.33333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66667%;
  }
  .col-lg-11 {
    width: 45.83333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16667%;
  }
  .col-lg-14 {
    width: 58.33333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66667%;
  }
  .col-lg-17 {
    width: 70.83333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16667%;
  }
  .col-lg-20 {
    width: 83.33333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66667%;
  }
  .col-lg-23 {
    width: 95.83333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16667%;
  }
  .col-lg-pull-2 {
    right: 8.33333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66667%;
  }
  .col-lg-pull-5 {
    right: 20.83333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16667%;
  }
  .col-lg-pull-8 {
    right: 33.33333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66667%;
  }
  .col-lg-pull-11 {
    right: 45.83333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16667%;
  }
  .col-lg-pull-14 {
    right: 58.33333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66667%;
  }
  .col-lg-pull-17 {
    right: 70.83333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16667%;
  }
  .col-lg-pull-20 {
    right: 83.33333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66667%;
  }
  .col-lg-pull-23 {
    right: 95.83333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16667%;
  }
  .col-lg-push-2 {
    left: 8.33333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66667%;
  }
  .col-lg-push-5 {
    left: 20.83333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16667%;
  }
  .col-lg-push-8 {
    left: 33.33333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66667%;
  }
  .col-lg-push-11 {
    left: 45.83333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16667%;
  }
  .col-lg-push-14 {
    left: 58.33333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66667%;
  }
  .col-lg-push-17 {
    left: 70.83333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16667%;
  }
  .col-lg-push-20 {
    left: 83.33333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66667%;
  }
  .col-lg-push-23 {
    left: 95.83333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #e6e6e6;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #e6e6e6;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .carrousel-container{
        display: none !important;
    }

  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}

.form-control, form .input-box select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus, form .input-box select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, form .input-box select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, form .input-box select:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, form .input-box select::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, form .input-box select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], form .input-box select[disabled], .form-control[readonly], form .input-box select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] form .input-box select,
form .input-box fieldset[disabled] select {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], form .input-box select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] form .input-box select,
form .input-box fieldset[disabled] select {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm form .input-box select, form .input-box .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control, .form-group-sm form .input-box select, form .input-box .form-group-sm select {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm form .input-box select[multiple],
form .input-box .form-group-sm select[multiple] {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg form .input-box select, form .input-box .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control, .form-group-lg form .input-box select, form .input-box .form-group-lg select {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg form .input-box select[multiple],
form .input-box .form-group-lg select[multiple] {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback form .input-box select, form .input-box .has-feedback select {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg form .input-box select + .form-control-feedback,
form .input-box .form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm form .input-box select + .form-control-feedback,
form .input-box .form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control, .has-success form .input-box select, form .input-box .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success form .input-box select:focus, form .input-box .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning form .input-box select, form .input-box .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning form .input-box select:focus, form .input-box .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control, .has-error form .input-box select, form .input-box .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error form .input-box select:focus, form .input-box .has-error select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline form .input-box select, form .input-box .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group form .input-box select,
  form .input-box .form-inline .input-group select {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline form .input-box .input-group > select, form .input-box .form-inline .input-group > select {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.fa-account { 
  color: #b10000 !important;
    fill: #880000; 
}
.btn-account {
  color: #b10000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default {
  color: #b10000;
  background-color: #fff;
  border-color: transparent;
}

.btn-default:focus, .btn-default.focus {
  color: #b10000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
  color: #b10000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #b10000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #b10000;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}

.btn-default .badge {
  color: #fff;
  background-color: #b10000;
}

.btn-primary {
  color: #fff;
  background-color: #b10000;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #880000;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #880000;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #880000;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #b10000;
  border-color: transparent;
}

.btn-primary .badge {
  color: #b10000;
  background-color: #fff;
}

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

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

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

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #b10000;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #e6e6e6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b10000;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a.active  { 
    text-decoration: underline;
} 

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #b10000;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  background-color: #e6e6e6;
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b10000;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #e6e6e6;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 21px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #e6e6e6;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #b10000;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #b10000;
  border-color: #b10000;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b10000;
}

.panel-primary > .panel-heading .badge {
  color: #b10000;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b10000;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

#header {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  min-width: 300px;
}

#header ul, #header ol {
  padding: 0;
}

@media only screen and (min-width: 480px) {
  #header {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
  #header.nav-is-fixed {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 9;
    top: 0;
    margin: 0 auto;
    width: 100%;
  }
  #header.nav-is-fixed .page-header-top { 
  }
  #header.nav-up .page-nav-container {
    -webkit-transition: height .3s ease-in;
    transition: height .3s ease-in;
    height: 0;
  }
  #header.nav-down .page-nav-container {
    -webkit-transition: height .3s ease-in;
    transition: height .3s ease-in;
    height: 160px;
  }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
  #header.nav-down .page-nav-container {
    height: 40px;
  }
}

#header.menu-active .page-header-top {
  max-height: 600px;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
  overflow: hidden;
}

@media only screen and (min-width: 480px) {
  #header.menu-active .page-header-top {
    overflow: visible;
  }
}

#header.menu-active .page-nav-container {
  max-height: 300px;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
  overflow: hidden;
}

@media only screen and (min-width: 480px) {
  #header.menu-active .page-nav-container {
    overflow: visible;
  }
}

#header.menu-active .page-header-container .menu-icon:before {
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

#header.menu-active .page-header-container .menu-icon:after {
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -8px;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.page-header-top {
  max-height: 0;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  background-color: #b10000;
  position: relative;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 480px) {
  .page-header-top {
    position: static;
    height: 25px;
    text-align: right;
    max-height: 390px;
    overflow: visible;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.page-header-top .icon-trans {
  margin-top: -3px;
  display: inline;
  vertical-align: middle;
  line-height: 25px;
}

.page-header-top .icon-trans path {
  fill: #fff;
}

.page-header-top .ddown {
  display: inline-block;
  z-index: 9;
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 480px) {
  .page-header-top .ddown {
    width: auto;
    font-size: 12px;
  }
}

.page-header-top .ddown .ddown-trigger {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.page-header-top .ddown .ddown-trigger .caret {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.page-header-top .ddown.active .ddown-trigger .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-header-top .ddown .ddown-options {
  display: none;
  background-color: #e6e6e6;
  text-align: left;
  position: relative;
  z-index: 12;
  margin: 5px -10px;
}

@media only screen and (min-width: 480px) {
  .page-header-top .ddown .ddown-options {
    position: absolute;
    padding: 5px 0;
    margin: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (min-width: 768px) {
  .page-header-top .ddown .ddown-options {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.page-header-top .ddown .ddown-options a {
  color: #b10000;
  display: block;
}

.page-header-top .ddown .ddown-options > li {
  list-style: none;
  padding: 0 10px;
  position: relative;
}

.page-header-top .ddown .ddown-options > li.selected, .page-header-top .ddown .ddown-options > li:hover {
  color: #000;
}

.page-header-top .ddown .ddown-options > li.selected:before, .page-header-top .ddown .ddown-options > li:hover:before {
  position: absolute;
  top: calc(50% - 5px);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #b10000;
  border-right-width: 0;
}

.page-header-top .ddown .ddown-options > li.selected.selected, .page-header-top .ddown .ddown-options > li:hover.selected {
  background-color: #fff5f5;
}

.page-header-top a {
  line-height: 25px;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: top;
}

.page-header-top .widget {
  display: block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 2.5em;
}

@media only screen and (min-width: 480px) {
  .page-header-top .widget {
    width: auto;
    font-size: 12px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 480px) {
  .page-header-top .widget {
    width: auto;
    text-align: right;
    display: inline-block;
  }
}

.page-header-container.logged-out {
  position: relative;
  background: #fff;
}

.page-header-container.logged-out .menu-icon {
  display: block;
  width: calc(100% / 3);
  float: left;
  margin: 25px 0 0;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .menu-icon {
    display: none;
  }
}

.page-header-container.logged-out .menu-icon:before {
  content: '';
  display: block;
  border: 5px solid #b10000;
  height: 15px;
  width: 30px;
  border-left: 0;
  border-right: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.page-header-container.logged-out .menu-icon:after {
  content: '';
  display: block;
  border: 5px solid #b10000;
  height: 15px;
  width: 30px;
  border-left: 0;
  border-right: 0;
  margin: 0 auto;
  margin-top: -5px;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.page-header-container.logged-out .menu-icon:hover:before {
  border-color: #880000;
}

.page-header-container.logged-out .menu-icon:hover:after {
  border-color: #880000;
}

.page-header-container.logged-out .logowrap {
  margin: 5px 0;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .logowrap {
    margin: -3px 0 -10px;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .logowrap {
    margin: -15px 0 -10px;
  }
}

.page-header-container.logged-out .logowrap .logo {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .logowrap .logo {
    width: auto;
  }
}

.page-header-container.logged-out .logowrap .logo img {
  height: 60px;
  margin: 0 calc(50% - 40px);
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .logowrap .logo img {
    height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .logowrap .logo img {
    height: 107px;
    margin: 0;
  }
}

.page-header-container.logged-out .logowrap .payoff {
  display: none;
  height: 107px; 
  font-size: 21px;
  color: #880000;
  line-height: 107px;
  vertical-align: middle;
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .logowrap .payoff {
    display: inline-block;
  }
}

.page-header-container.logged-out .header-account {
  padding: 0 0 10px;
  width: calc(100% / 3);
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .header-account {
    width: calc(100% * (16/24));
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .header-account {
    width: calc(100% * (10/24));
  }
}

.page-header-container.logged-out .header-account .btn {
  margin: 15px 10px;
}

.page-header-container.logged-out .header-account .btn.btn-login {
  padding: 0 10px;
  margin: 15px calc(50% - 30px) 0 0;
}

.page-header-container.logged-out .header-account .btn.btn-login span {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .header-account .btn.btn-login {
    margin: 15px 10px;
    padding: 0 20px 0 10px;
  }
  .page-header-container.logged-out .header-account .btn.btn-login span {
    display: inline-block;
    padding-left: 10px;
  }
}

.page-header-container.logged-out .header-account .btn-signup {
  display: none;
  padding: 0 10px;
  background-color: #e6e6e6;
}

.page-header-container.logged-out .header-account .btn-signup:before {
  content: '+';
  color: #b10000;
  font-size: 24px;
  font-weight: bold;
  margin-right: -10px;
  line-height: .5em;
}

.page-header-container.logged-out .header-account .btn-signup:active, .page-header-container.logged-out .header-account .btn-signup.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-header-container.logged-out .header-account .btn-signup span {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .header-account .btn-signup {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
  }
  .page-header-container.logged-out .header-account .btn-signup:before {
    content: '';
  }
  .page-header-container.logged-out .header-account .btn-signup span {
    display: inline-block;
  }
  .page-header-container.logged-out .header-account .btn-signup svg {
    display: none;
  }
}

.page-header-container.logged-out .header-account .btn-signup .login-svg path {
  fill: #b10000;
}

.page-header-container.logged-out .header-account .login-svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  padding: 0 0 7px;
}

.page-header-container.logged-out .header-account .login-svg path {
  fill: #fff;
}

.page-header-container.logged-out .header-account .account-ddown {
  position: relative;
}

.page-header-container.logged-out .header-account .account-ddown .btn-account {
  position: absolute;
  width: 25%;
  right: 25%;
  margin: -132px 0 0;
  padding: 0 20px 0 5px;
  background-color: #e6e6e6;
  color: #b10000;
}

.page-header-container.logged-out .header-account .account-ddown .btn-account span {
  display: none;
  padding-left: 10px;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-out .header-account .account-ddown .btn-account {
    width: 40%;
    right: 30%;
  }
  .page-header-container.logged-out .header-account .account-ddown .btn-account span {
    display: inline-block;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .header-account .account-ddown .btn-account {
    position: relative;
    margin: 15px 0 0;
    width: 100%;
    right: auto;
  }
}

.page-header-container.logged-out .header-account .account-ddown .btn-account .login-svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  padding: 0 0 7px;
}

.page-header-container.logged-out .header-account .account-ddown .btn-account .login-svg path {
  fill: #880000;
}

.page-header-container.logged-out .header-account .account-ddown .btn-account:after {
  margin: 0 0 2px 5px;
  content: '';
  display: inline-block;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #337ab7;
  border-bottom-width: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.page-header-container.logged-out .header-account .account-ddown .btn-account:hover {
  background-color: #e5e5e5;
}

.page-header-container.logged-out .header-account .account-ddown.active .btn-account:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-header-container.logged-out .header-account .account-ddown .links {
  display: none;
  position: relative;
  left: 0;
  padding: 5px 0;
  margin-bottom: 10px;
  width: 100%;
  background-color: #e6e6e6;
  text-align: left;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .header-account .account-ddown .links {
    position: absolute;
  }
}

.page-header-container.logged-out .header-account .account-ddown .links a {
  color: #b10000;
  display: block;
}

.page-header-container.logged-out .header-account .account-ddown .links > li {
  list-style: none;
  padding: 5px 10px 5px 20px;
}

.page-header-container.logged-out .header-account .account-ddown .links > li:hover {
  color: #000;
}

.page-header-container.logged-out .header-account .account-ddown .links > li:hover:before {
  position: absolute;
  left: 8px;
  margin-top: 7px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #337ab7;
  border-right-width: 0;
}

.page-header-container.logged-out .header-search .input-box {
  position: relative;
  margin: 15px 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b10000;
}

.page-header-container.logged-out .header-search .input-box input {
  padding: 0 0 0 10px;
  line-height: 30px;
  border: 0;
  width: calc(100% - 40px);
  color: #6e6e6e;
  outline: none;
}

.page-header-container.logged-out .header-search .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

.page-header-container.logged-out .header-search .input-box button svg {
  height: 100%;
  width: 100%;
  padding: 8px;
}

.page-header-container.logged-out .header-search .input-box button svg path {
  fill: #bfbfbf;
}

.page-header-container.logged-out .header-search .input-box button:hover svg path {
  fill: #6e6e6e;
}

.page-header-container.logged-out .header-search .search-autocomplete {
  background-color: #e6e6e6;
  z-index: 10;
  margin-top: 3px;
  width: 100% !important;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-out .header-search .search-autocomplete {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.page-header-container.logged-out .header-search .search-autocomplete .bubble-elasticsearch {
  list-style-type: none;
  padding: 10px;
  line-height: 1.5em;
}

.page-header-container.logged-out .header-search .search-autocomplete .bubble-elasticsearch > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header-container.logged-out .header-search .search-autocomplete .bubble-elasticsearch .info {
  margin-top: 10px;
}

.page-header-container.logged-in {
  position: relative;
  background: #fff;
}

.page-header-container.logged-in .page-header-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.page-header-container.logged-in .page-header-content-row > div {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row > div {
    width: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row > div {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

.page-header-container.logged-in .page-header-content-row > div:nth-child(5) {
  margin-right: 0;
}

.page-header-container.logged-in .page-header-content-row .menu-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  margin-top: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .menu-icon {
    display: none;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.page-header-container.logged-in .page-header-content-row .menu-icon:before {
  content: '';
  display: block;
  border: 5px solid #b10000;
  height: 15px;
  width: 30px;
  border-left: 0;
  border-right: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.page-header-container.logged-in .page-header-content-row .menu-icon:after {
  content: '';
  display: block;
  border: 5px solid #b10000;
  height: 15px;
  width: 30px;
  border-left: 0;
  border-right: 0;
  margin: 0 auto;
  margin-top: -5px;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.page-header-container.logged-in .page-header-content-row .menu-icon:hover:before {
  border-color: #880000;
}

.page-header-container.logged-in .page-header-content-row .menu-icon:hover:after {
  border-color: #880000;
}

.page-header-container.logged-in .page-header-content-row .logowrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 5px 0;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .logowrap {
    margin: -3px auto -35px 0;
    text-align: left;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .logowrap {
    margin: -15px 0 -10px;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row .logowrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0;
  }
}

.page-header-container.logged-in .page-header-content-row .logowrap .logo {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .logowrap .logo {
    width: auto;
  }
}

.page-header-container.logged-in .page-header-content-row .logowrap .logo img {
  height: 60px;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .logowrap .logo img {
    height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .logowrap .logo img {
    height: 75px;
  }
}

.page-header-container.logged-in .page-header-content-row .logowrap .payoff {
  display: none;
  height: 107px; 
  font-size: 21px;
  color: #880000;
  line-height: 107px;
  vertical-align: middle; 
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-account {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 15px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .header-account {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row .header-account {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
}

.page-header-container.logged-in .page-header-content-row .header-account .login-svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  padding: 0 0 7px;
}

.page-header-container.logged-in .page-header-content-row .header-account .login-svg path {
  fill: #b10000;
}
.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account .login-svg path {
    fill: #880000;
}
.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account {
  background-color: #e6e6e6;
  color: #b10000;
  padding: 0 5px;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account {
    padding: 0 10px;
  }
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account span {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account span {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account .login-svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  padding: 0 0 7px;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account .login-svg path {
  fill: #880000;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .btn-account:hover {
  background-color: #e5e5e5;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links {
  display: none;
  position: relative;
  left: 0;
  padding: 5px 0;
  margin-bottom: 10px;
  width: 100%;
  background-color: #e6e6e6;
  text-align: left;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links {
    position: absolute;
  }
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links a {
  color: #b10000;
  display: block;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links > li {
  list-style: none;
  padding: 5px 10px 5px 20px;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links > li:hover {
  color: #000;
}

.page-header-container.logged-in .page-header-content-row .header-account .account-ddown .links > li:hover:before {
  position: absolute;
  left: 8px;
  margin-top: 7px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #337ab7;
  border-right-width: 0;
}

.page-header-container.logged-in .page-header-content-row .header-search {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .page-header-container.logged-in .page-header-content-row .header-search {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row .header-search {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box {
  position: relative;
  margin: 15px 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b10000;
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box input {
  position: absolute;
  height: 38px;
  width: calc(100% - 40px);
  max-width: none;
  left: 0;
  padding: 0 0 0 10px;
  line-height: 38px;
  border: 0;
  color: #6e6e6e;
  outline: none;
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box button svg {
  height: 100%;
  width: 100%;
  padding: 8px;
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box button svg path {
  fill: #bfbfbf;
}

.page-header-container.logged-in .page-header-content-row .header-search .input-box button:hover svg path {
  fill: #6e6e6e;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete {
  background-color: #fff;
  z-index: 10;
  margin-top: 5px;
  width: 100% !important;
  max-width: none;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete {
    margin-left: calc(-1 * ( (300px - 100%) /2 ));
    min-width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete {
    margin-left: 0;
    min-width: 300px;
  }
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch {
  list-style-type: none;
  line-height: 1.5em;
  margin-bottom: 0;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch li {
  border-bottom: 1px solid #b8cade;
  padding: 10px;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch li:hover {
  background-color: #e6e6e6;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch li.all-results {
  border: 0;
  margin: 0;
  padding: 10px;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch li.all-results:hover {
  background-color: transparent;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .info {
  display: inline-block;
  vertical-align: top;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .info .name {
  font-weight: bold;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .info .product-number {
  color: #000;
  font-size: 12px;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .info .carton-quantity {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.page-header-container.logged-in .page-header-content-row .header-search .search-autocomplete .bubble-elasticsearch .info .price-box {
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
}

.page-header-container.logged-in .page-header-content-row .header-minicart {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 40px;
  border: 1px solid #b10000;
  background-color: #e6e6e6;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .icon {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 38px;
  background-color: #b10000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .icon svg {
  margin: 5px 0 0 -2px;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .icon .cart-icon-path {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 0 0 0 40px;
  font-weight: bold;
  vertical-align: top;
  line-height: normal;
  width: 100%;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .no-items,
.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .count,
.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .item-single,
.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .item-multi {
  line-height: 38px;
  vertical-align: middle;
  color: #b10000;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .no-items {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .no-items {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .item-single {
  display: none;
  vertical-align: middle;
  line-height: 38px;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .item-multi {
  display: none;
  vertical-align: middle;
  line-height: 38px;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .text {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .count {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content .label .count {
    text-align: left;
    width: auto;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content:hover .icon {
  background-color: #880000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content:hover .label .count {
  color: #880000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content:hover .label .no-items {
  color: #880000;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .icon{
  background-color: #e6e6e6 !important;  
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty {
  border: 0;
  background-color: #e6e6e6; 
  padding-left: calc(50% - 20px);
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty {
    padding: 0;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .icon {
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .icon .cart-icon-path {
  fill: #b10000;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .label {
  font-weight: normal;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .label .no-items {
  color: #880000;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .count {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .item-single {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.empty .item-multi {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.single .item-single {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.single .item-single {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.single .item-multi {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.single .no-items {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.multi .item-multi {
  display: none;
}

@media only screen and (min-width: 480px) {
  .page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.multi .item-multi {
    display: inline-block;
  }
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.multi .item-single {
  display: none;
}

.page-header-container.logged-in .page-header-content-row .header-minicart .header-minicart-content.multi .no-items {
  display: none;
}

.page-nav-container {
  background-color: #757575;
  max-height: 0;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
  overflow: hidden;
}

@media only screen and (min-width: 480px) {
  .page-nav-container {
    max-height: 300px;
    overflow: hidden;
  }
}

.page-nav-container .nav-list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .page-nav-container .nav-list {
    margin-left: 136px;
  }
}

.page-nav-container .nav-list .nav-0 {
  display: none;
}

.page-nav-container .nav-list li {
  position: relative;
  display: block;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #b8cade;
}

@media only screen and (min-width: 480px) {
  .page-nav-container .nav-list li {
    display: inline-block;
    width: 50%;
    border-bottom: 0;
  }
  .page-nav-container .nav-list li:not(:last-child):after {
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: -4px;
    width: 2px;
    background-color: #505050;
    position: absolute;
    right: 0;
    top: calc(50% - 15px/2);
  }
  .page-nav-container .nav-list li:nth-child(odd):after {
    display: none;
  }
}

.page-nav-container .nav-list li a {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .page-nav-container .nav-list {
    padding: 0 0 0 130px;
  }
}

@media only screen and (min-width: 480px) {
  .page-nav-container .nav-list {
    padding: 0;
  }
  .page-nav-container .nav-list .nav-0 {
    display: inline-block;
  }
  .page-nav-container .nav-list .nav-0:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #b10000;
    position: absolute;
    right: 0;
    top: calc(50% - 15px/2);
  }
  .page-nav-container .nav-list > li {
    width: auto;
    text-align: left;
  }
  .page-nav-container .nav-list > li:after {
    display: inline-block;
  }
  .page-nav-container .nav-list > li:nth-child(odd):after {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .page-header-logged-in .page-nav-container .nav-list {
    margin-left: 190px;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-logged-in .page-nav-container .nav-list {
    margin-left: 140px;
  }
}

@media only screen and (min-width: 480px) {
  body .header-space {
    min-height: 155px;
  }
}

html[lang=de] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  html[lang=de] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[lang=de] .page-header-container.logged-out .logowrap .payoff {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=es] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=it] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=es] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=it] .page-header-container.logged-in .page-header-content-row .logowrap, html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .logowrap .payoff, html[lang=es] .page-header-container.logged-in .page-header-content-row .logowrap .payoff, html[lang=it] .page-header-container.logged-in .page-header-content-row .logowrap .payoff, html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    font-size: 18px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-search, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-search .input-box input, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-search .input-box input, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-search .input-box input, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search .input-box input {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=fr] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=es] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=it] .page-header-container.logged-in .page-header-content-row .header-minicart, html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=fr] .page-header-container.logged-out .logowrap, html[lang=es] .page-header-container.logged-out .logowrap, html[lang=it] .page-header-container.logged-out .logowrap, html[lang=hu] .page-header-container.logged-out .logowrap {
    width: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[lang=fr] .page-header-container.logged-out .logowrap .payoff, html[lang=es] .page-header-container.logged-out .logowrap .payoff, html[lang=it] .page-header-container.logged-out .logowrap .payoff, html[lang=hu] .page-header-container.logged-out .logowrap .payoff {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=fr] .page-header-container.logged-out .header-account, html[lang=es] .page-header-container.logged-out .header-account, html[lang=it] .page-header-container.logged-out .header-account, html[lang=hu] .page-header-container.logged-out .header-account {
    width: 45%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang=es] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .logowrap .payoff {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-search .input-box input {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media only screen and (min-width: 768px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=hu] .page-header-container.logged-in .page-header-content-row .header-minicart {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[lang=hu] .page-header-container.logged-out .logowrap {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[lang=hu] .page-header-container.logged-out .logowrap .payoff {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang=hu] .page-header-container.logged-out .logowrap .payoff {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[lang=hu] .page-header-container.logged-out .header-account {
    width: 70%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  html[lang=hu] .page-header-container.logged-out .header-account .btn-signup {
    display: none;
  }
}

.footer-container {
  background-color: #b10000;
  color: #fff;
  margin-top: 30px;
}

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

.footer-container li {
  list-style-type: none;
}

.footer-container li h3 {
  font-weight: bold;
  word-wrap: break-word;
}

.footer-container .category-row {
  margin-bottom: 0;
}

.footer-container .footerlist {
  padding: 0;
}

.footer-container .category-item {
  margin: 0;
}

.footer-container .category-item li {
  display: block;
}

.footer-container .category-item li a {
  color: #b8cade;
}

.footer-container .category-item li a.view-all {
  display: none;
  font-size: 13px;
  color: #fff;
}

.footer-container .category-item li a.view-all:after {
  content: ' >>';
}

.footer-container .category-item li:first-child {
  display: block;
}

.footer-container .category-item li:first-child a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .footer-container .category-item li:first-child a {
    font-size: 16px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 991px) {
  .footer-container .category-item:nth-child(3) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .footer-container .category-item {
    margin: 5px 0;
  }
  .footer-container .category-item li {
    display: block;
  }
  .footer-container .category-item li a {
    color: #b8cade;
  }
  .footer-container .category-item li a.view-all {
    display: block;
  }
}

.absolute-footer-container {
  min-height: 60px;
  line-height: 60px;
  background-color: #880000;
  color: #fff;
}

.absolute-footer-container .absolute-footer {
  font-size: 14px;
}

.absolute-footer-container .absolute-footer > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.absolute-footer-container .absolute-footer > span:not(:last-child):after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 15px/2);
}

.absolute-footer-container .absolute-footer > span a {
  color: #fff;
}

.carrousel-container {
  position: relative;
}

.carrousel-container .caroufredsel_wrapper {
  height: 320px !important;
}

.carrousel-container .caroufredsel_wrapper ul {
  padding: 0;
  max-height: 320px;
}

.carrousel-container .caroufredsel_wrapper ul li {
  list-style-type: none;
  position: relative;
}

.carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper {
  display: block;
  position: absolute;
  margin: 20px;
  padding: 20px;
  left: 40px;
  background-color: rgba(100, 100, 100, 0.7);
  z-index: 6;
}

@media only screen and (min-width: 1200px) {
  .carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper {
    left: calc((100% - 1160px) / 2);
  }
}

.carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper a {
  color: #fff;
  text-decoration: none;
  z-index: 3;
}

.carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper a em {
  display: block;
  margin-bottom: 20px;
  font-size: 20px !important;
}

@media only screen and (min-width: 480px) {
  .carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper a em {
    font-size: 32px !important;
  }
}

.carrousel-container .caroufredsel_wrapper ul li .carrousel-content-wrapper:hover {
  background-color: rgba(140, 140, 140, 0.9);
}

.carrousel-container .caroufredsel_wrapper ul li img {
  height: 100%;
  position: relative;
  left: -80%;
  max-height: 320px;
  vertical-align: bottom;
}

@media only screen and (min-width: 480px) {
  .carrousel-container .caroufredsel_wrapper ul li img {
    left: -60%;
    max-height: none; 
  }
}

@media only screen and (min-width: 768px) {
  .carrousel-container .caroufredsel_wrapper ul li img {
    left: -30%;
  }
}

@media only screen and (min-width: 992px) {
  .carrousel-container .caroufredsel_wrapper ul li img {
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
  }
}

.carrousel-container .carrousel-prev {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 320px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 7;
}

@media only screen and (min-width: 480px) {
  .carrousel-container .carrousel-prev {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.carrousel-container .carrousel-prev:after {
  content: '';
  width: 30px;
  height: 30px;
  border-color: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: 0;
  border-top-width: 7px;
  border-left-width: 7px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 20px);
  left: 15px;
  position: relative;
}

.carrousel-container .carrousel-prev:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.carrousel-container .carrousel-next {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 320px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 7;
}

@media only screen and (min-width: 480px) {
  .carrousel-container .carrousel-next {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.carrousel-container .carrousel-next:after {
  content: '';
  width: 30px;
  height: 30px;
  border-color: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: 0;
  border-top-width: 7px;
  border-right-width: 7px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 20px);
  left: 5px;
  position: relative;
}

.carrousel-container .carrousel-next:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.carrousel-container .carrousel-navigation {
  position: absolute;
  margin: 0 0 10px 30px;
  left: 30px;
  bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .carrousel-container .carrousel-navigation {
    left: calc((100% - 1160px) / 2);
  }
}

.carrousel-container .carrousel-navigation a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  font-size: 0;
  background-color: #fff;
}

.carrousel-container .carrousel-navigation a.selected {
  background-color: #b10000;
}

.world-intro {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.world-intro a {
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s;
  border:1px solid gray;
  //background-color: #b10000;
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .world-intro a {
    font-size: 16px;
  }
}

.world-intro a:hover {
 // background-color: #880000;
}

.world-intro li {
  list-style-type: none;
}

.world-intro .world-item {
  position: relative;
}

.world-intro .world-item:hover span {
  background-color: rgba(0, 0, 0, 0.4);
}

.world-intro .world-item img {
  width: 100%;
  height: 100%;
}

.world-intro .world-item span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  white-space: initial;
  text-shadow: #000 0 0 3px;
  background-color: #5c5c5c;  //757575;
}

.world-intro li:not(.world-item) {
  border-top: 1px solid #ffffff;
}

.world-intro li:not(.world-item) a {
  padding: 8px;
}

.world-category ul {
  padding: 0;
}

.world-list {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .world-list {
    font-size: 18px;
  }
}

.world-list a {
  position: relative;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s;
  margin: 5px;
}

.world-list li {
  list-style-type: none;
}

.world-list .world-item {
  position: relative;
  padding: 0;
}

.world-list .world-item img {
  width: 100%;
  height: 100%;
}

.world-list .world-item span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  white-space: initial;
  text-shadow: #000 0 0 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

.world-background {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.world-category-top-wrap {
  min-height: 285px;
}

.world-category-top {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 90px;
  padding: 20px;
  left: 0;
  color: #fff;
  font-size: 22px;
  text-shadow: #000 0 0 3px;
  background-color: rgba(0, 100, 167, 0.7);
  z-index: 6;
}

.world-category-top h1 {
  color: #fff;
}

.world-category-top .world-category-top-text:after {
  content: '';
  display: inline-block;
  width: 220px;
}

.world-category-top .world-category-top-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.world-category-top a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: right;
  z-index: 3;
}

.world-category-top a:after {
  content: ' >>';
}

.world-category-top:hover {
  background-color: rgba(0, 100, 167, 0.8);
}

.world-category-description {
  margin: 40px 0 20px;
}

.world-category-list li {
  list-style-type: none;
}

.world-category-list li a {
  display: block;
  padding: 5px;
  border-top: 1px solid #e6e6e6;
  background-color: #b10000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.world-category-list li a:hover {
  background-color: #880000;
}

.breadcrumbs {
  font-size: 12px;
  padding: 5px;
}

.breadcrumbs ul {
  padding: 0 10px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:last-child) a {
  color: #6e6e6e;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.breadcrumbs li:not(:last-child) a:after {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-color: rgba(110, 110, 110, 0.8);
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.breadcrumbs li:not(:last-child) a:hover {
  color: #b10000;
}

.breadcrumbs li:not(:last-child) a:hover:after {
  border-color: #b10000;
}

.breadcrumbs li:last-child a {
  color: #000;
}

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.brand-list .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .brand-list .brand-item {
    -ms-flex-preferred-size: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 10px);
  }
}

@media only screen and (min-width: 1200px) {
  .brand-list .brand-item {
    -ms-flex-preferred-size: calc((100% / 3) - 10px);
        flex-basis: calc((100% / 3) - 10px);
  }
}

.brand-list .brand-item .image-container {
  margin-right: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}

.brand-list .brand-item .text-container {
  vertical-align: top;
}

.brand-list .brand-item .text-container h2 {
  margin: 5px 0;
}

.brand-list .brand-item .view-products:after {
  content: ' >>';
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: initial;
          flex-flow: initial;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list .category-item {
  display: block;
  width: 100%;
  position: relative;
  margin: 5px 0;
  border: 1px solid #e5e5e5;
  -webkit-transition: background .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s;
}

@media only screen and (min-width: 768px) {
  .category-list .category-item { 
    width: calc((100% / 2) - 10px) !important; 
    margin: 10px 10px 0 0;
  background-color: #ebebeb;
  }
}

.category-list .category-item.category-item-link { 
  background-color: #efefef;
}
.category-list .category-item.category-item-link:focus, .category-list .category-item.category-item-link:hover {
 
  background-color: #e6e6e6;
}

.category-list .category-item .image-container {
  display: inline-block;
  vertical-align: top;
}

.category-list .category-item .text-container {
  display: inline-block;
  width: calc(100% - 130px);
  padding: 5px;
}

.category-list .category-item .text-container .view-products:after {
  content: ' >>';
}

.category-list .category-item a {
  margin: 2px 2px ;
}
.category-list .category-item a:hover {
  margin: 2px 2px ;
  background-color: #ffffff;
  color: #303030;
  border-color: #ffffff; 

}
.category-list .category-item h2 {
  margin: 0;
}

.category-products ul,
.category-products ol {
  padding: 0;
}

.category-products .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  background-color: #e6e6e6;
}

.category-products .toolbar li > a,
.category-products .toolbar li > span {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.category-products .toolbar .pager {
  margin: 0;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
  text-align: left;
}

.category-products .toolbar .pager .count-container {
  display: inline-block;
  height: 30px;
  padding: 5px 15px;
  font-size: 12px;
  color: #6e6e6e;
  vertical-align: top;
}

.category-products .toolbar .pager .pages {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.category-products .toolbar .pager .pages ol {
  margin: 0;
  padding: 0;
  height: 100%;
}

.category-products .toolbar .pager .pages ol li {
  height: 100%;
  display: inline-block;
  font-size: 14px;
}

.category-products .toolbar .pager .pages ol li a {
  padding: 0 5px;
  color: #000;
  display: block;
}

@media only screen and (min-width: 768px) {
  .category-products .toolbar .pager .pages ol li a {
    padding: 0 10px;
  }
}

.category-products .toolbar .pager .pages ol li a:hover {
  background-color: #6e6e6e;
  color: #fff;
}

.category-products .toolbar .pager .pages ol li.current {
  padding: 0 10px;
  background-color: #6e6e6e;
  color: #fff;
}

.category-products .toolbar .sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.category-products .toolbar .sorter .sorter-title {
  margin: auto 0;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  color: #6e6e6e;
  padding-right: 5px;
}

.category-products .toolbar .sorter .limiter {
  display: inline-block;
  position: relative;
  color: #000;
  vertical-align: top;
}

.category-products .toolbar .sorter .limiter label {
  display: inline;
}

.category-products .toolbar .sorter .limiter select {
  padding: 5px 25px 5px 5px;
  height: 30px;
  background-color: #e6e6e6;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  min-width: 100px;
}

.category-products .toolbar .sorter .sort-by {
  display: inline-block;
  position: relative;
  color: #000;
  vertical-align: top;
}

.category-products .toolbar .sorter .sort-by select {
  padding: 5px 25px 5px 5px;
  height: 30px;
  background-color: #e6e6e6;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  min-width: 100px;
}

.category-products .toolbar .view-mode {
  display: inline-block;
  background-color: #e6e6e6;
  width: 30px;
  height: 30px;
}

.category-products .toolbar .view-mode a {
  display: block;
  width: 30px;
  height: 100%;
  text-decoration: none;
}

.category-products .toolbar .view-mode a ul {
  margin: 6px 2px 0 5px;
  line-height: 0;
}

.category-products .toolbar .view-mode a ul li {
  display: inline-block;
  list-style-type: none;
  background-color: #6e6e6e;
  width: 5px;
  height: 5px;
  margin: 0 -2px 2px 0;
}

.category-products .toolbar .view-mode a ul li:nth-child(2n) {
  width: 12px;
  height: 3px;
  margin: 0 -2px 3px 0;
}

.category-products .toolbar .view-mode a.grid ul {
  margin: 10px 4px 0;
}

.category-products .toolbar .view-mode a.grid ul li {
  width: 6px;
  height: 5px;
  margin: 0 -2px 2px 0;
}

.category-products .toolbar .view-mode a:hover ul li {
  background-color: #b10000;
}

.category-products .recent-orders-list ol.products-list .product-secondary form {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recent-orders-list .a-center {
  padding-left: 10px;
  margin-bottom: 10px;
}

ul.products-grid {
  clear: both;
  margin: 20px -10px 10px;
}
 
ul.products-grid .item {
  border: 1px solid #b8cade;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

ul.products-grid .item .per-piece {
  white-space: nowrap;
}

ul.products-grid .item:nth-of-type(2n) {
  margin-right: 0;
}

ul.products-grid .item:nth-of-type(2n+1) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  ul.products-grid .item {
    width: calc(33.33333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  ul.products-grid .item:nth-of-type(2n) {
    margin-right: 10px;
  }
  ul.products-grid .item:nth-of-type(2n+1) {
    clear: none;
  }
  ul.products-grid .item:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.products-grid .item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 992px) {
  ul.products-grid .item {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  ul.products-grid .item:nth-of-type(2n), ul.products-grid .item:nth-of-type(3n) {
    margin-right: 10px;
  }
  ul.products-grid .item:nth-of-type(2n+1), ul.products-grid .item:nth-of-type(3n+1) {
    clear: none;
  }
  ul.products-grid .item:nth-of-type(4n) {
    margin-right: 0;
  }
  ul.products-grid .item:nth-of-type(4n+1) {
    clear: both;
  }
}

ul.products-grid .product-image img {
  width: 100%;
  height: auto;
}

ul.products-grid .product-info .product-primary {
  padding: 5px;
  min-height: 75px;
}

@media only screen and (min-width: 768px) {
  ul.products-grid .product-info .product-primary {
    padding: 5px 10px;
  }
}

ul.products-grid .product-info .product-primary .product-name {
  font-size: 16px;
  font-weight: bold;
  min-height:55px;
  margin: 5px 0;
}

ul.products-grid .product-info .product-primary .product-number {
  color: #000;
  font-size: 12px;
}

ul.products-grid .product-info .actions {
  padding: 5px 5px 55px;
  margin-top: auto;
  position: relative;
  background-color: #e6e6e6;
  min-height: 175px;
}

ul.products-grid .product-info .actions .carton-quantity {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
  color: #000;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  ul.products-grid .product-info .actions .carton-quantity {
    margin-left: 5px;
  }
}

ul.products-grid .product-info .actions .validate-inner-outer-carton.validation-failed {
  border: 1px solid #e41b13;
}

ul.products-grid .product-info .actions .validate-inner-outer-carton.validation-passed {
  border: 1px solid #e5e5e5;
}

ul.products-grid .product-info .actions .validation-advice {
  display: none;
}

ul.products-grid .product-info .actions .limited-available {
  display: inline-block;
}

ul.products-grid .product-info .actions .badge-success {
  display: inline-block;
  color: #00aa1b;
  font-size: 12px;
  margin-right: 5px;
}

ul.products-grid .product-info .actions .badge-warning {
  display: inline-block;
  color: orange;
  font-size: 12px;
  margin-right: 5px;
}
ul.products-grid .product-info .actions .badge-danger {
  display: inline-block;
  color: red;
  font-size: 12px;
  margin-right: 5px;
}
ul.products-grid .product-info .actions .piece-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

ul.products-grid .product-info .actions .piece-info input {
  width: 45px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

ul.products-grid .product-info .actions .piece-info .multiplier {
  color: #000;
  margin: auto 2px;
}

@media only screen and (min-width: 480px) {
  ul.products-grid .product-info .actions .piece-info .multiplier {
    margin: auto 5px;
  }
}

ul.products-grid .product-info .actions .piece-info .price-box {
  font-size: 18px;
  font-weight: bold;
  color: #b10000;
  margin: auto 0;
}

@media only screen and (min-width: 480px) {
  ul.products-grid .product-info .actions .piece-info .price-box {
    margin: auto 5px;
  }
}

ul.products-grid .product-info .actions .piece-info .per-piece {
  color: #000;
  margin: auto 2px;
}

@media only screen and (min-width: 480px) {
  ul.products-grid .product-info .actions .piece-info .per-piece {
    margin: auto 5px;
  }
}

ul.products-grid .product-info .actions .btn-primary {
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: calc(100% - 10px);
}

@media only screen and (min-width: 768px) {
  ul.products-grid .product-info .actions .btn-primary {
    left: 10px;
    width: calc(100% - 20px);
  }
}

ol.products-list {
  margin-top: 5px;
  padding: 0;
}

ol.products-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #b8cade;
  width: 100%;
  margin-bottom: 10px;
  list-style-type: none;
}

ol.products-list .product-image {
  width: 80px;
}

ol.products-list .product-image img {
  height: 100%;
  max-height: 60px;
  max-width: 80px;
}

ol.products-list .product-primary {
  width: calc(100% - 80px);
  padding: 5px;
  min-width: 110px;
}

@media only screen and (min-width: 480px) {
  ol.products-list .product-primary {
    width: calc(45% - 80px);
  }
}

ol.products-list .product-primary h2.product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

ol.products-list .product-primary .product-number {
  color: #000;
  font-size: 12px;
}

ol.products-list .product-secondary {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  position: relative;
  background-color: #e6e6e6;
}

ol.products-list .product-secondary .product-secondary-left {
  text-align: center;
  padding: 0 10px;
  min-width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 992px) {
  ol.products-list .product-secondary .product-secondary-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

ol.products-list .product-secondary .product-secondary-left .carton-quantity {
  display: block;
  color: #000;
  font-size: 12px;
}

ol.products-list .product-secondary .product-secondary-left .ready-for-shipping {
  display: block;
  margin-left: 5px;
  color: #00aa1b;
  font-size: 12px;
}

ol.products-list .product-secondary form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

ol.products-list .product-secondary form .validate-inner-outer-carton {
  -ms-flex-item-align: center;
      align-self: center;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 5px 0 5px 5px;
}

ol.products-list .product-secondary form .validate-inner-outer-carton.validation-failed {
  border: 1px solid #e41b13;
}

ol.products-list .product-secondary form .validate-inner-outer-carton.validation-passed {
  border: 1px solid #e5e5e5;
}

ol.products-list .product-secondary form .validation-advice {
  display: none;
}

ol.products-list .product-secondary form .multiplier {
  color: #000;
  margin: auto 5px;
  min-width: 7px;
}

ol.products-list .product-secondary form .price-box {
  font-size: 20px;
  font-weight: bold;
  margin: auto 5px;
  color: #b10000;
}

ol.products-list .product-secondary form .per-piece {
  color: #000;
  margin: auto 5px;
}

ol.products-list .action {
  margin: auto 0 auto auto;
}

ol.products-list .btn-primary {
  position: relative;
  max-width: none;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  ol.products-list .btn-primary {
    max-width: 150px;
    width: 150px;
    padding: 0;
  }
}

.recent-orders .category-products ul.products-grid .item {
  border: 1px solid #b8cade;
  margin-bottom: 20px;
  list-style-type: none;
}

.recent-orders .product-info {
  padding: 10px;
}

.widget-new-products ul, .widget-new-products ol {
  padding: 0;
}

.widget-new-products .products-grid .product-primary {
  padding: 10px;
}

.widget-new-products .products-grid .product-image {
  width: 100%;
  height: auto;
}

.widget-new-products .products-grid .btn {
  width: 100%;
}

.category-filters-container .category-filters {
  border: 1px solid #e6e6e6;
  background-color: #d0d0d0;
  font-size: 0;
  padding: 3px 3px;
}

.category-filters-container .category-filters .category-filter {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: -1px;
  padding-right:5px;
}

.category-filters-container .category-filters .category-filter.filter-selected {
   
}

.category-filters-container .category-filters select {
  position: relative;
  padding: 5px 25px 5px 5px;
  width: 100%;
  height: 36px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
}

.filters-container {
  margin-top: 10px;
}

.filters-container .filter-label {
  display: block;
}

.filters-container .filter {
  display: inline-block;
  position: relative;
  color: #000;
  vertical-align: top;
  margin-top: 5px;
}

.filters-container .filter.active-filter {
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 0 0 0 5px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.filters-container .filter.active-filter .btn-remove {
  padding-left: 10px;
  font-size: 0;
}

.filters-container .filter.active-filter .btn-remove:after {
  content: 'x';
  font-size: 16px;
  border-left: 1px solid #e6e6e6;
  width: 20px;
  height: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.filters-container .filter.active-filter .btn-remove:hover {
  color: #fff;
}

.filters-container .filter.active-filter .btn-remove:hover:after {
  background-color: #b10000;
}

.filters-container .filter.active-filter:before, .filters-container .filter.active-filter:after {
  content: none;
}

.filters-container select {
  position: relative;
  padding: 5px 25px 5px 5px;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.product-view {
  padding: 10px;
}

.product-view .product-essential {
  color: #000;
}

.product-view .product-essential .product-img-box .product-image img {
  display: none;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}

.product-view .product-essential .product-img-box .product-image img#image-main {
  display: inline;
}

.product-view .product-essential .product-img-box .more-views {
  margin-top: 10px;
}

.product-view .product-essential .product-img-box .more-views .product-image-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-view .product-essential .product-img-box .more-views .product-image-thumbs li {
  list-style: none;
  -ms-flex-preferred-size: calc((100% / 6) - (5px - (5px/6)));
      flex-basis: calc((100% / 6) - (5px - (5px/6)));
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-view .product-essential .product-img-box .more-views .product-image-thumbs li:nth-child(6n) {
  margin-right: 0;
}

.product-view .product-essential .product-img-box .more-views .product-image-thumbs .thumb-link img {
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}

.product-view .product-essential .product-img-box .more-views .product-image-thumbs .thumb-link.active img {
  border: 1px solid #b8cade;
}

.product-view .product-essential .product-shop-box .product-number {
  font-size: 12px;
}

.product-view .product-essential .product-shop-box .product-name {
  color: #b10000;
}

.product-view .product-essential .product-shop-box .product-sub-header {
  font-size: 18px;
}

.product-view .product-essential .product-shop-box .price-info .price-box {
  color: #b10000;
  font-size: 30px;
  text-align: right;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper {
  font-size: 12px;
  background-color: #e6e6e6;
  margin-top: 20px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .in-stock, .product-view .product-essential .product-shop-box .add-to-cart-wrapper .extra-info {
  padding: 10px;
  color: #00aa1b;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.extra-info .badge-success{ 
  color: #00aa1b; 
}
.extra-info .badge-warning{ 
  color: orange; 
}
.extra-info .badge-danger{ 
  color: red; 
}


.product-view .product-essential .product-shop-box .add-to-cart-wrapper .carton-quantity {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .carton-quantity .quantity-item {
  margin-right: 10px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .carton-quantity .quantity-item .number {
  font-size: 16px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box {
  padding: 10px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left {
  font-size: 12px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .add-to-cart-qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  line-height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .add-to-cart-qnt input {
  width: 65px;
  height: 30px;
  text-align: center;
  font-size: 16px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .add-to-cart-qnt .multiplier {
  margin: 0 5px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .add-to-cart-qnt .price-box {
  font-size: 20px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .add-to-cart-qnt .per-piece {
  margin-left: 5px;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-left .validation-advice {
  display: none;
}

.product-view .product-essential .product-shop-box .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons {
  margin: 10px auto 0;
}

.product-view .product-collateral .product-specifications {
  color: #000;
}

.product-view .product-collateral .product-specifications ul {
  padding: 0;
}

.product-view .product-collateral .product-specifications li {
  list-style-type: none;
  padding: 5px;
}

.product-view .product-collateral .product-specifications li.odd {
  background-color: #e6e6e6;
}

.product-view .product-collateral .product-specifications li.last {
  margin-bottom: 35px;
}

.product-view .product-collateral .product-msds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-view .product-collateral .product-msds h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .product-view .product-collateral .product-msds .msds-item {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}

.product-view .product-collateral .product-msds .msds-item:nth-child(even) {
  margin-right: 10px;
}

.product-view .product-collateral .product-msds .msds-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 18px;
  word-break: break-all;
}

.product-view .product-collateral .product-msds .msds-item a:hover {
  background-color: #e6e6e6;
}

.product-view .product-collateral .product-msds .msds-item .icon-pdf {
  min-width: 30px;
  height: 30px;
  width: auto;
  padding-right: 5px;
  display: inline-block;
  background: url("https://www.mydos.nl/skin/frontend/DTS/default/images/icon-pdf-blue-gray-light.svg");
  background-size: 100%;
  margin-right: 5px;
}

.product-view .product-collateral .product-msds .msds-item .file-size {
  min-width: 50px;
  padding-left: 5px;
}

.faqs {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 20px;
}

.faqs ul {
  padding: 0 0 0 20px;
}

.faqs h4 {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-right: 15px;
  cursor: pointer;
}

.faqs h4.active {
  color: #b10000;
}

.faqs h4.active:after {
  border-left-color: #b10000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.faqs h4:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 10px 5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.faqs .toggle-content-content {
  display: none;
}

.faqs .toggle-showmore {
  display: none;
}

.locations {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 20px;
}

.locations h4 {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-right: 15px;
  cursor: pointer;
}

.locations h4.active {
  color: #b10000;
}

.locations h4.active:after {
  border-left-color: #b10000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.locations h4:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 10px 5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.locations .toggle-content-content {
  display: none;
}

.locations .toggle-showmore {
  display: none;
}

.account-login .buttons-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account-login .buttons-set .login-svg {
  width: 25px;
  height: auto;
  top: 5px;
  position: relative;
}

.account-login .buttons-set .login-svg path {
  fill: #b10000;
}

.account-login .buttons-set button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.account-login .buttons-set .btn-signup {
  max-width: none;
  padding-left: 15px;
  margin: 0;
  width: auto;
}

.account-login .buttons-set .btn-signup:hover {
  color: #880000;
  border-color: #880000;
  background-color: #e6e6e6;
}

.account-login .buttons-set .btn-signup:hover .login-svg path {
  fill: #880000;
}

#contactForm {
  color: #000;
}

#contactForm .option {
  display: inline-block;
  height: 35px;
  margin-bottom: 5px;
  background-color: #e6e6e6;
  color: #000;
  vertical-align: middle;
}

#contactForm .option label {
  padding: 5px 10px 5px 30px;
  margin: 0;
  height: 100%;
  border: 1px solid #e6e6e6;
  font-weight: normal;
  vertical-align: middle;
}

#contactForm .option input {
  margin: 10px;
  position: absolute;
}

#contactForm .option input[type="radio"]:checked + label {
  border: 1px solid #b10000;
}

#contactForm .option:hover {
  background-color: #b8cade;
}

#contactForm .option:hover label {
  border: 1px solid #b10000;
}

#contactForm .info-line {
  color: #b8cade;
}

#contactForm .input-text {
  margin-right: 10px;
  border: 1px solid #b8cade;
}

#contactForm textarea {
  width: 100%;
  max-width: none;
}

.privacy-field .checkbox {
  margin: 3px 10px 0 0;
}

.privacy-field label {
  display: inline-block;
  padding-top: 2px !important;
  width: calc(100% - 50px);
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .contacts-index-index .sidebar {
    display: none;
  }
}

.my-account {
  color: #000;
}

.my-account .col2-set {
  margin-bottom: 10px;
}

.my-account h2 {
  display: inline-block;
  margin: 10px 0;
  color: #b10000;
}

.my-account .box-title {
  position: relative;
}

.my-account .box-title .edit-link {
  position: absolute;
  right: 0;
  color: #b10000;
}

.my-account .box-title .edit-link:hover {
  color: #000;
}

.my-account label {
  color: #b10000;
  font-weight: normal;
  margin: 0 0 0 -20px;
  padding-left: 20px;
  line-height: 2em;
}

.my-account label em {
  padding: 0 5px 0 0;
}

.my-account ul {
  padding: 0;
}

.my-account .account-info {
  margin-bottom: 10px;
}

.my-account .account-newsletter {
  margin-bottom: 10px;
  min-height: 110px;
}

.my-account .addresses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-account .addresses-list .addresses-primary {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 480px) {
  .my-account .addresses-list .addresses-primary {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}

.my-account .addresses-list .addresses-additional {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 480px) {
  .my-account .addresses-list .addresses-additional {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}

.my-account .addresses-list ol {
  padding: 0;
}

.my-account .addresses-list ol li {
  list-style-type: none;
}

.my-account .recent-orders-wrap {
  overflow: auto;
}

.my-account .recent-orders-wrap .recent-orders-count {
  padding: 0 5px;
}

.my-account .recent-orders-wrap #my-orders-table {
  width: 100%;
}

.my-account .recent-orders-wrap #my-orders-table thead tr {
  height: 30px;
  background-color: #e6e6e6;
  color: #b10000;
}

.my-account .recent-orders-wrap #my-orders-table thead tr th {
  position: relative;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
}

.my-account .recent-orders-wrap #my-orders-table tbody tr:nth-child(2n) {
  background-color: rgba(245, 245, 245, 0.4);
}

.my-account .recent-orders-wrap #my-orders-table tbody td {
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.my-account .recent-orders-wrap #my-orders-table tbody td.a-right {
  text-align: right;
  font-weight: bold;
}

.my-account .my-order-detail .order-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

.my-account .my-order-detail .order-info-box > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.my-account .my-order-detail .order-info-box .box {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}

.my-account .my-order-detail .order-info-box .col-1 {
  margin-right: 10px;
}

.my-account .my-order-detail .order-info-box .box-title {
  color: #b10000;
}

.my-account .my-order-detail .order-items {
  overflow: auto;
}

.my-account .my-order-detail .order-items #my-orders-table {
  width: 100%;
}

.my-account .my-order-detail .order-items #my-orders-table thead tr {
  height: 30px;
  background-color: #e6e6e6;
  color: #b10000;
}

.my-account .my-order-detail .order-items #my-orders-table thead tr th {
  position: relative;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
}

.my-account .my-order-detail .order-items #my-orders-table tbody tr:nth-child(2n) {
  background-color: rgba(245, 245, 245, 0.4);
}

.my-account .my-order-detail .order-items #my-orders-table tbody td {
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.my-account .my-order-detail .order-items #my-orders-table tbody td.a-right {
  text-align: right;
  font-weight: bold;
}

.my-account .my-order-detail .order-items #my-orders-table tfoot {
  font-weight: bold;
}

.my-account .my-order-detail .order-items #my-orders-table tfoot tr {
  background-color: #e6e6e6;
}

.my-account .my-order-detail .order-items #my-orders-table tfoot tr td {
  padding: 10px;
}

.my-account .my-order-detail .order-items #my-orders-table tfoot .a-right {
  text-align: right;
}

.account-navigation {
  background-color: #e6e6e6;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.account-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.account-navigation li.current {
  color: #000;
}

.account-navigation li:not(:last-child):after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #b10000;
  position: absolute;
  right: 0;
  top: calc(50% - 15px/2);
}

.account-newsletter,
.account-info,
.account-create,
.customer-block {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.account-newsletter ul,
.account-info ul,
.account-create ul,
.customer-block ul {
  padding: 0;
}

.account-newsletter li,
.account-info li,
.account-create li,
.customer-block li {
  list-style-type: none;
  margin-bottom: 10px;
}

.account-create .input-box input {
  max-width: none;
}

.account-create .captcha-title {
  display: block;
}

.account-create #refresh-captcha {
  margin: 0 5px;
}

.account-create .captcha {
  margin-top: 10px;
}

form ul,
form ul li {
  padding: 0;
  list-style: none;
}

.radio,
.checkbox {
  display: inline-block;
  margin: 0 5px 3px 0;
  vertical-align: middle;
}

input[type="checkbox"] {
  margin: 0 10px 3px 0;
}

.required:after {
  content: '*';
}

.validation-advice {
  color: #e41b13;
}

#change_password {
  display: none;
}

.change_password_label {
  cursor: pointer;
}

.global-site-notice {
  position: fixed;
  padding: 20px;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.global-site-notice .notice-text p {
  color: #fff;
}

.global-site-notice .notice-text a {
  color: #fff;
  text-decoration: underline;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.qtip-content {
  font-size: 12px;
  position: relative;
  padding: 10px 11px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  line-height: 16px;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon.qtip-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}

.qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
  border-color: #dedede;
  top: -18px !important;
  pointer-events: none;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #fff;
  background: transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(https://www.mydos.nl/skin/frontend/DTS/default/css/#default#VML);
  display: inline-block;
  visibility: visible;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.09), 0 0 0 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.09), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.qtip-inner-outer-carton-validation button {
  min-width: 100%;
  margin-top: 8px;
  display: block;
}

.qtip-environmental {
  background-color: #fff;
  padding: 10px;
}

.qtip-environmental .qtip-content {
  background-color: #fff;
  min-width: 150px;
  line-height: 18px;
}

.qtip-environmental .qtip-content h3 {
  margin-right: 10px;
}

.qtip-environmental .qtip-content .total {
  margin-top: 1em;
}

.qtip-environmental .qtip-content .label {
  display: inline-block;
}

.qtip-environmental .qtip-content .price {
  float: right;
}

.qtip-tip {
  border-color: rgba(0, 0, 0, 0.1);
}

.qtip-content {
  padding: 0;
  background-color: #e6e6e6;
}

.qtip-content ul {
  margin: 0;
  padding: 0;
}

.qtip-content li {
  list-style-type: none;
}

.qtip-content li.last {
  border-top: 1px solid #b10000;
  background-color: #e6e6e6;
}

.qtip-content li.last:hover {
  background-color: #b8cade;
}

.qtip-content li:hover {
  background-color: #e5e5e5;
}

.qtip-content li a {
  padding: 8px 15px;
  display: block;
}

.tooltip-text {
  display: none;
}

.qtip .btn {
  outline: none;
}

.qtip-availability {
  background-color: #fff;
  padding: 10px;
}

.qtip-availability .qtip-content {
  background-color: #fff;
}

.qtip-availability p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1em;
}

.qtip-inner-outer-carton-validation .qtip-content {
  background-color: #fff;
}

.qtip-inner-outer-carton-validation button {
  min-width: 100%;
  margin-top: 8px;
  display: block;
}

.qtip-my-account {
  border-color: #e6e6e6;
  border-width: 1px 0 0;
}

.qtip-my-account li {
  margin: -1px;
}

.qtip-my-account li a {
  padding: 15px;
}

.msds-search ul {
  padding: 0;
  list-style-type: none;
}

.msds-search .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.msds-search .input-box label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.msds-search .input-box input {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  max-width: none;
  margin-right: 0;
}

@media only screen and (min-width: 480px) {
  .msds-search .input-box input {
    margin-right: 10px;
  }
}

.msds-search .input-box .btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: none;
  margin-top: 5px;
}

@media only screen and (min-width: 480px) {
  .msds-search .input-box .btn {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 160px;
    margin-top: 0;
  }
}

.msds-result {
  margin: 20px 0;
  list-style-type: none;
  padding: 0;
}

.msds-result ul {
  padding: 0;
  list-style-type: none;
}

.msds-result > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #b8cade;
  margin-bottom: 10px;
  padding: 5px;
}

.msds-result > li .icon-pdf {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  content: url("https://www.mydos.nl/skin/frontend/DTS/default/images/icon-pdf-blue.svg");
  height: 40px;
  width: auto;
  padding-right: 5px;
  display: inline-block;
}

.msds-result > li .product-info {
  padding-right: 10px;
  max-width: calc(100% - 50px);
  word-break: break-all;
}

.msds-result > li .product-info .product-name {
  margin: 5px 0 0;
  font-size: 18px;
}

.msds-result > li .product-info .product-number {
  font-size: 12px;
  color: #000;
}

.msds-result > li .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.msds-result > li .right .file {
  word-wrap: break-word;
  word-break: break-all;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 5px;
  margin: 5px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.msds-result > li .right .download {
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.msds-result > li .right .download .btn {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .msds-result > li .right .download {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .msds-result > li .right .download .btn {
    width: auto;
  }
}

.cart ul,
.cart ol,
.cart-empty ul,
.cart-empty ol {
  padding: 0;
}

.cart .checkout-cart-add-products .toggle-recent-orders,
.cart-empty .checkout-cart-add-products .toggle-recent-orders {
  display: inline-block;
  margin: 10px;
}

.cart .checkout-cart-add-products .toggle-recent-orders:after,
.cart-empty .checkout-cart-add-products .toggle-recent-orders:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #880000;
  border-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cart .checkout-cart-add-products .toggle-recent-orders.active,
.cart-empty .checkout-cart-add-products .toggle-recent-orders.active {
  color: #b10000;
}

.cart .checkout-cart-add-products .toggle-recent-orders.active:after,
.cart-empty .checkout-cart-add-products .toggle-recent-orders.active:after {
  border-top-color: #b10000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.cart .checkout-cart-add-products #quickadd-form,
.cart-empty .checkout-cart-add-products #quickadd-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 30px;
  color: #6e6e6e;
  vertical-align: middle;
}

.cart .checkout-cart-add-products #quickadd-form label,
.cart-empty .checkout-cart-add-products #quickadd-form label {
  font-weight: normal;
  padding-right: 5px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .cart .checkout-cart-add-products #quickadd-form label,
  .cart-empty .checkout-cart-add-products #quickadd-form label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.cart .checkout-cart-add-products #quickadd-form .field,
.cart-empty .checkout-cart-add-products #quickadd-form .field {
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.cart .checkout-cart-add-products #quickadd-form .field input,
.cart-empty .checkout-cart-add-products #quickadd-form .field input {
  height: 30px;
  padding: 0 5px;
}

.cart .checkout-cart-add-products #quickadd-form .field.ammount input,
.cart-empty .checkout-cart-add-products #quickadd-form .field.ammount input {
  width: 80px;
  height: 30px;
}

.cart .checkout-cart-add-products #quickadd-form .btn,
.cart-empty .checkout-cart-add-products #quickadd-form .btn {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  max-width: 225px;
  vertical-align: top;
  margin: 0;
}

.cart .checkout-cart-add-products #quickadd-form .btn:after,
.cart-empty .checkout-cart-add-products #quickadd-form .btn:after {
  content: '+';
  padding-left: 5px;
}

.cart #shopping-cart-table,
.cart-empty #shopping-cart-table {
  width: 100%;
  margin-top: 5px;
  color: #000;
}

.cart #shopping-cart-table > div,
.cart-empty #shopping-cart-table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.cart #shopping-cart-table > div .split,
.cart-empty #shopping-cart-table > div .split {
  float: left;
}

.cart #shopping-cart-table > div .split-price,
.cart-empty #shopping-cart-table > div .split-price {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-top: -1px;
}

.cart #shopping-cart-table > div .split-price .split-price-top,
.cart-empty #shopping-cart-table > div .split-price .split-price-top {
  padding: 5px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart #shopping-cart-table > div .split-price .split-price-top > div,
.cart-empty #shopping-cart-table > div .split-price .split-price-top > div {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-price,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-price {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-mutiplier,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-mutiplier {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input {
  margin: 0 5px;
  border: 1px solid #b8cade;
  width: 100%;
  max-width: 60px;
  min-width: 35px;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input.validation-failed,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input.validation-failed {
  border: 1px solid #e41b13;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input.validation-passed,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions input.validation-passed {
  border: 1px solid #e5e5e5;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions .validation-advice,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions .validation-advice {
  display: none;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-actions .price,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-actions .price {
  margin: 0 5px;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-subtotal,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-subtotal {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding-left: 10px;
}

.cart #shopping-cart-table > div .split-price .split-price-top .product-cart-remove,
.cart-empty #shopping-cart-table > div .split-price .split-price-top .product-cart-remove {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  text-align: right;
}

.cart #shopping-cart-table > div .split-price .split-price-bottom,
.cart-empty #shopping-cart-table > div .split-price .split-price-bottom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 10px;
}

.cart #shopping-cart-table > div .split-price .split-price-bottom .environmental-charge-left,
.cart-empty #shopping-cart-table > div .split-price .split-price-bottom .environmental-charge-left {
  font-size: 12px;
}

.cart #shopping-cart-table > div .product-cart-image,
.cart-empty #shopping-cart-table > div .product-cart-image {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.cart #shopping-cart-table > div .product-cart-info,
.cart-empty #shopping-cart-table > div .product-cart-info {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cart #shopping-cart-table > div .product-cart-info .product-number,
.cart-empty #shopping-cart-table > div .product-cart-info .product-number {
  font-size: 12px;
}

.cart #shopping-cart-table > div .product-cart-info .product-name,
.cart-empty #shopping-cart-table > div .product-cart-info .product-name {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.cart #shopping-cart-table > div .product-cart-info .carton-quantity,
.cart-empty #shopping-cart-table > div .product-cart-info .carton-quantity {
  font-size: 12px;
}

.cart #shopping-cart-table > div .product-cart-view,
.cart-empty #shopping-cart-table > div .product-cart-view {
  text-align: right;
  display: none;
}

.cart #shopping-cart-table li,
.cart-empty #shopping-cart-table li {
  list-style-type: none;
  width: auto;
}

.cart #shopping-cart-table input,
.cart-empty #shopping-cart-table input {
  width: 45px;
  text-align: center;
}

.qtip-inner-outer-carton-validation {
  background-color: #fff;
  padding: 10px;
}

.qtip-inner-outer-carton-validation span {
  background-color: #fff;
}

.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-bottom .cart-totals {
  margin-bottom: 10px;
}

.cart-bottom .btn-continue {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  vertical-align: bottom;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px 0 0;
  color: #b10000;
}

@media only screen and (min-width: 768px) {
  .cart-bottom .btn-continue {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0;
  }
}

.cart-bottom .btn-continue:before {
  content: '<<';
  padding-right: 5px;
}

.cart-bottom .btn-continue:hover, .cart-bottom .btn-continue:active {
  color: #880000;
  background-color: #fff;
}

.cart-bottom .cart-totals-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  vertical-align: bottom;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .cart-bottom .cart-totals-wrapper {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

.cart-bottom .cart-totals-wrapper #btn-proceed-checkout {
  border: 0;
}

.cart-bottom .cart-totals-wrapper #shopping-cart-totals-table {
  background-color: #e6e6e6;
  width: 100%;
}

.cart-bottom .cart-totals-wrapper #shopping-cart-totals-table td {
  color: #000;
  padding: 10px;
}

.cart-bottom .cart-totals-wrapper #shopping-cart-totals-table td:nth-child(2n) {
  text-align: right;
}

.cart-bottom .cart-totals-wrapper #shopping-cart-totals-table tbody tr:first-child {
  font-size: 18px;
}

.cart-bottom .cart-totals-wrapper #shopping-cart-totals-table tfoot {
  font-size: 20px;
  border-top: 1px solid #e5e5e5;
}

.cart-bottom .cart-totals-wrapper ul {
  margin: 0;
}

.cart-bottom .cart-totals-wrapper ul li {
  list-style-type: none;
}

.checkout-main ul {
  padding: 0;
}

.checkout-main label {
  margin: 0;
  font-weight: normal;
}

.checkout-main li {
  list-style-type: none;
}

.checkout-main input {
  padding: 0 5px;
  height: 30px;
}

.checkout-main .checkout-address {
  border: 1px solid #e6e6e6;
  color: #000;
  margin-bottom: 10px;
}

.checkout-main .checkout-address h2 {
  color: #b10000;
}

.checkout-main .checkout-address li {
  list-style-type: none;
}

.checkout-main .onestepcheckout-row-requested-delivery-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}

.checkout-main .onestepcheckout-row-requested-delivery-date h2 {
  margin: 10px 10px 10px 0;
}

.checkout-main .onestepcheckout-row-requested-delivery-date input {
  height: 30px;
  vertical-align: top;
}

.checkout-main .onestepcheckout-row-requested-delivery-date .icon-calendar {
  margin: 0;
}

.checkout-main .onestepcheckout-row-requested-delivery-date .icon-calendar svg {
  height: 30px;
  width: 30px;
  vertical-align: top;
}

.checkout-main .onestepcheckout-row-requested-delivery-date .icon-calendar svg path {
  fill: #b10000;
}

.checkout-main .onestepcheckout-row-order-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}

.checkout-main .onestepcheckout-row-order-reference h2 {
  margin: 10px 10px 10px 0;
}

.checkout-main .onestepcheckout-row-order-reference p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.checkout-main .onestepcheckout-row-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}

.checkout-main .onestepcheckout-row-comments h2 {
  margin: 10px 10px 10px 0;
}

.checkout-main .onestepcheckout-row-comments #id_comments {
  width: 100%;
}

.checkout-main .onestepcheckout-row-summary {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
}

.checkout-main .onestepcheckout-row-summary h2 {
  margin: 10px 10px 10px 0;
  color: #b10000;
}

.checkout-main .onestepcheckout-row-summary .cart-table {
  width: 100%;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-image {
  margin-right: 10px;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-info {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-info {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-right: auto;
  }
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 10px 15px;
  background-color: #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price .product-cart-item-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price .product-cart-item-price-list .product-cart-price {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price .product-cart-item-price-list .a-center {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.checkout-main .onestepcheckout-row-summary .cart-table .product-cart-item .product-cart-item-price .product-cart-item-price-list .summary-totals {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: right;
}

.checkout-main .onestepcheckout-row-summary .shopping-cart-totals-table {
  background-color: #e6e6e6;
  width: 100%;
}

.checkout-main .onestepcheckout-row-summary .shopping-cart-totals-table td {
  color: #000;
  padding: 5px;
}

.checkout-main .onestepcheckout-row-summary .shopping-cart-totals-table td:nth-child(2n) {
  text-align: right;
}

.checkout-main .onestepcheckout-row-summary .shopping-cart-totals-table tbody tr:first-child {
  font-size: 18px;
}

.checkout-main .onestepcheckout-row-summary .shopping-cart-totals-table .grand-total {
  font-size: 20px;
  border-top: 1px solid #e5e5e5;
}

.checkout-main .onestepcheckout-row-summary .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000;
  margin: 15px 0 0;
}

.checkout-main .onestepcheckout-row-summary .cart .cart-totals-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 10px;
  background-color: #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .cart .cart-totals-wrapper {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.checkout-main .onestepcheckout-row-summary .cart .cart-totals-wrapper .shopping-cart-totals-table {
  width: 100%;
}

.checkout-main .onestepcheckout-row-summary .cart .cart-totals-wrapper .shopping-cart-totals-table .title {
  padding-right: 20px;
}

.checkout-main .onestepcheckout-row-summary .cart .cart-totals-wrapper .shopping-cart-totals-table .value {
  text-align: right;
}

.checkout-main .onestepcheckout-row-summary .checkout-agreements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
  padding: 0;
}

.checkout-main .onestepcheckout-row-summary .checkout-agreements li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .checkout-agreements li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.checkout-main .onestepcheckout-row-summary .checkout-agreements .agree {
  padding: 0 10px;
}

.checkout-main .onestepcheckout-row-summary .checkout-agreements .agree .validation-advice {
  color: #e41b13;
}

.checkout-main .onestepcheckout-row-summary .onestepcheckout-place-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}

.checkout-main .onestepcheckout-row-summary .onestepcheckout-place-order-wrapper button {
  max-width: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .onestepcheckout-place-order-wrapper button {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: 60%;
  }
}

.checkout-main .onestepcheckout-row-summary .onestepcheckout-place-order-wrapper .onestepcheckout-place-order-loading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .checkout-main .onestepcheckout-row-summary .onestepcheckout-place-order-wrapper .onestepcheckout-place-order-loading {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.ui-datepicker {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 100%;
    left: 0 !important;
  }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
  .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
    padding: 5px;
  }
}

.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon:hover {
  background-color: #e6e6e6;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon:hover:before {
  border-right-color: #bfbfbf;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
  margin: 5px 6px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #b10000;
  border-left-width: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover {
  background-color: #880000;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover:before {
  border-right-color: #fff;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  margin: 5px 9px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #b10000;
  border-right-width: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:hover {
  background-color: #880000;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:hover:before {
  border-left-color: #fff;
}

.ui-datepicker .ui-datepicker-calendar {
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar th {
  padding: 5px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
  display: block;
  background-color: #e6e6e6;
  border: 1px solid #b8cade;
  min-width: 30px;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default:hover {
  background-color: #b10000;
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 2px;
}

.messages {
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}

.messages ul {
  padding: 0;
  list-style-type: none;
}

.messages > li {
  margin: 10px 0;
}

.messages > li ul {
  display: inline;
}

.messages > li ul li {
  display: inline;
  color: #000;
}

.messages .notice-msg ul li {
  display: block;
}

.success-msg {
  border-left: 20px solid #00aa1b;
  background-color: #e6e6e6;
  padding: 10px;
}

.notice-msg ul li {
  border-left: 20px solid #e49333;
  background-color: #e6e6e6;
  padding: 10px;
}

.notice-msg ul li:not(:first-child) {
  margin-top: 18px;
}

.error-msg {
  border-left: 20px solid #e41b13;
  background-color: #e6e6e6;
  padding: 10px;
}

.icon-phone-square {
  background: url("https://www.mydos.nl/skin/frontend/DTS/default/images/icon-phone-square.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 5px;
  display: inline-block;
}

.liststyle-checked-icon .svg-path {
  fill: #b10000;
}

.liststyle-checked-icon ul {
  padding: 0;
}

.liststyle-checked-icon li {
  list-style-type: none;
  color: #000;
}

.liststyle-checked-icon li:before {
  padding: 0 5px;
  display: inline-block;
  content: url("https://www.mydos.nl/skin/frontend/DTS/default/images/icon-check-green.svg");
}

.company-style-widget {
  padding: 15px 20px;
  margin-bottom: 10px;
  overflow: auto;
}

.company-style-widget h2 {
  margin: 10px 0;
}

.company-style-widget.padding-none {
  padding: 0;
}

.company-style-widget iframe {
  width: 100%;
}

.highlight-box-light-blue {
  background-color: #e6e6e6;
}

.oscmodal {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 15px #000;
          box-shadow: 0 5px 15px #000;
  overflow: auto;
  position: fixed !important;
  width: 80% !important;
  left: 10% !important;
  top: calc(10% + 40px) !important;
}

#control_overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.btn {
  padding: 0 20px;
  margin: auto 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 0;
}

.button-fullwidth {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: auto 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #b10000;
}

.button-fullwidth:hover {
  background-color: #880000;
  text-decoration: none;
  color: #fff;
}

.btn-secondary {
  color: #b10000;
  background-color: #fff;
  border-color: #b10000;
  border: 2px solid #b10000;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #b10000;
  background-color: #e6e6e6;
  border-color: #001828;
}

.btn-secondary:hover {
  color: #b10000;
  background-color: #fff5f5; 
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #b10000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #003f6a;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #b10000;
  background-color: #d4d4d4;
  border-color: #001828;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #fff;
  border-color: #b10000;
}

.btn-secondary .badge {
  color: #fff;
  background-color: #b10000;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

.btn-loading {
  color: transparent !important;
  pointer-events: none;
}

.btn-loading:before {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-animation: spin .5s infinite linear;
          animation: spin .5s infinite linear;
  background: url("https://www.mydos.nl/skin/frontend/DTS/default/images/rolling.svg") top center no-repeat;
  background-size: 100%;
}

.btn-success,
.btn-success:focus,
.btn-success:hover,
.btn-success:active {
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  background-color: #00aa1b;
}

.btn-success:before,
.btn-success:focus:before,
.btn-success:hover:before,
.btn-success:active:before {
  content: url("https://www.mydos.nl/skin/frontend/DTS/default/images/icon-check-white.svg");
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.did-you-mean a {
  text-decoration: underline;
}

