@import url("//fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext");
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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #060606;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CC0000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #DD0000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #282828;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #888888;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 50%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1009px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 80%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #ff8800;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #888888;
}
.text-primary {
  color: #2a9fd6;
}
a.text-primary:hover {
  color: #2180ac;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #2a9fd6;
}
a.bg-primary:hover {
  background-color: #2180ac;
}
.bg-success {
  background-color: #77b300;
}
a.bg-success:hover {
  background-color: #558000;
}
.bg-info {
  background-color: #9933cc;
}
a.bg-info:hover {
  background-color: #7a29a3;
}
.bg-warning {
  background-color: #ff8800;
}
a.bg-warning:hover {
  background-color: #cc6d00;
}
.bg-danger {
  background-color: #cc0000;
}
a.bg-danger:hover {
  background-color: #990000;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #282828;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1009px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #282828;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #555555;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #282828;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #282828;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 95%;
}
@media (min-width: 1009px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 95% !important;
    max-width: 1366px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: calc(50% - 2.5px);
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #181818;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #282828;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #282828;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #282828;
}
.table .table {
  background-color: #060606;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #282828;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #282828;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #080808;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #282828;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #282828;
}
.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: #1b1b1b;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #77b300;
}
.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: #669a00;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #9933cc;
}
.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: #8a2eb8;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ff8800;
}
.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: #e67a00;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #cc0000;
}
.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: #b30000;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #282828;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #888888;
  border: 0;
  border-bottom: 1px solid #282828;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888888;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* color: #888888; */
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #888888;
}
.form-control::-webkit-input-placeholder {
  color: #888888;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #adafae;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 54px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  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;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.input-sm + .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 {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #77b300;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff8800;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #cc0000;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c8c8c8;
}
@media (min-width: 1009px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1009px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 1009px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.62px;
  }
}
@media (min-width: 1009px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #424242;
  border-color: #424242;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #282828;
  border-color: #232323;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #424242;
  border-color: #424242;
}
.btn-default .badge {
  color: #424242;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #850000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #A80000;
  border-color: #850000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2a9fd6;
  border-color: #2a9fd6;
}
.btn-primary .badge {
  color: #2a9fd6;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #77b300;
  border-color: #77b300;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #558000;
  border-color: #4e7600;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #77b300;
  border-color: #77b300;
}
.btn-success .badge {
  color: #77b300;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #9933cc;
  border-color: #9933cc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7a29a3;
  border-color: #74279b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #9933cc;
  border-color: #9933cc;
}
.btn-info .badge {
  color: #9933cc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #ff8800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: #c26700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff8800;
  border-color: #ff8800;
}
.btn-warning .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #990000;
  border-color: #8f0000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.btn-link {
  color: #2a9fd6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a9fd6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #888888;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #222222;
  border: 1px solid #444444;
  border: 1px solid rgba(255, 255, 255, 0.1);
  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);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #CC0000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #CC0000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #888888;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #888888;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1009px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #888888;
  text-align: center;
  background-color: #adafae;
  /* border: 1px solid #282828; */
  border: 1px solid #424242;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #222222;
}
.nav > li.disabled > a {
  color: #888888;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #888888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #222222;
  border-color: #2a9fd6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #282828;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent #282828;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #cc0000;
  border: 1px solid #282828;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1009px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1009px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cc0000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1009px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1009px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1009px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1009px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1009px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1009px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1009px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1009px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1009px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  /* margin-right: 15px; */
  margin-right: 5px;
  padding: 9px 10px;
  /* margin-top: 25px; */
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1009px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  /*line-height: 58px;*/
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1009px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1009px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 1009px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1009px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1009px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #060606;
  border-color: #282828;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #888888;
}
.navbar-default .navbar-nav > li > a {
  color: #f0f0f0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #cc0000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #888888;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #282828;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #282828;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #282828;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 1008px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #888888;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #888888;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #888888;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #888888;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #888888;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #888888;
}
.navbar-inverse .navbar-nav > li > a {
  color: #888888;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #aaaaaa;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 1008px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #888888;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #aaaaaa;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #888888;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #888888;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #aaaaaa;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #222222;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #888888;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #222222;
  border: 1px solid #282828;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #cc0000;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cc0000;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888888;
  background-color: #222222;
  border-color: #282828;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #222222;
  border: 1px solid #282828;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #2a9fd6;
}
.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: #888888;
  background-color: #222222;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #424242;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #282828;
}
.label-primary {
  background-color: #2a9fd6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2180ac;
}
.label-success {
  background-color: #77b300;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #558000;
}
.label-info {
  background-color: #9933cc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #7a29a3;
}
.label-warning {
  background-color: #ff8800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc6d00;
}
.label-danger {
  background-color: #cc0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #990000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #cc0000;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2a9fd6;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #151515;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #000000;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1009px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2a9fd6;
}
.thumbnail .caption {
  padding: 9px;
  color: #888888;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #77b300;
  border-color: #809a00;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #6a8000;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #9933cc;
  border-color: #6e2caf;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #61279b;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ff8800;
  border-color: #f05800;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #d64f00;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger, .alert-error {
  background-color: #cc0000;
  border-color: #bd001f;
  color: #ffffff;
}
.alert-danger hr, .alert-error hr{
  border-top-color: #a3001b;
}
.alert-danger .alert-link, .alert-error .alert-link{
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #222222;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #2a9fd6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #888888;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #77b300;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #9933cc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff8800;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #cc0000;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #222222;
  border: 1px solid #282828;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #ffffff;
}
a.list-group-item .list-group-item-heading {
  color: #ffffff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #888888;
  background-color: #484848;
}
.list-group-item a{
	color: #ffffff;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #adafae;
  color: #888888;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #888888;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: #2c2c2c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d5ecf7;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #77b300;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #669a00;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #9933cc;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #8a2eb8;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #ff8800;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #e67a00;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #cc0000;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #b30000;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 2px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #3c3c3c;
  border-top: 1px solid #282828;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #282828;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #282828;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #282828;
}
.panel-default {
  border-color: #282828;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #282828;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #282828;
}
.panel-default > .panel-heading .badge {
  color: #3c3c3c;
  background-color: #888888;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #282828;
}
.panel-primary {
    border-color: #282828;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #282828;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #282828;
}
.panel-primary > .panel-heading .badge {
    color: #3c3c3c;
    background-color: #888888;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #282828;
}
.panel-success {
  border-color: #809a00;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #77b300;
  border-color: #809a00;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #809a00;
}
.panel-success > .panel-heading .badge {
  color: #77b300;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #809a00;
}
.panel-info {
  border-color: #6e2caf;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #9933cc;
  border-color: #6e2caf;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6e2caf;
}
.panel-info > .panel-heading .badge {
  color: #9933cc;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6e2caf;
}
.panel-warning {
  border-color: #f05800;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #f05800;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f05800;
}
.panel-warning > .panel-heading .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f05800;
}
.panel-danger {
  border-color: #bd001f;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #bd001f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bd001f;
}
.panel-danger > .panel-heading .badge {
  color: #cc0000;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bd001f;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #151515;
  border: 1px solid #030303;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #202020;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #282828;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #282828;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1009px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  /* z-index: 1070; */
  z-index: 1105;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #202020;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #181818;
  border-bottom: 1px solid #0b0b0b;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #666666;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #202020;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #666666;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #202020;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #666666;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #202020;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #666666;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #202020;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  padding-left: 21px;
  margin-left: -21px;
  overflow: hidden;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 49%;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 40px;
  /*opacity: 0.5;*/
  /*filter: alpha(opacity=50);*/
  font-size: 20px;
  color: #b3b3b3;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
.carousel-control.left {
 /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
}
.carousel-control.right {
  left: auto;
  right: 21px;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #b8b8b8;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1009px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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: 1009px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1009px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1009px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1009px) 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;
  }
  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;
  }
  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: 1009px) 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;
  }
  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;
  }
}
.text-primary,
.text-primary:hover {
  color: #2a9fd6;
}
.text-success,
.text-success:hover {
  color: #77b300;
}
.text-danger,
.text-danger:hover {
  color: #cc0000;
}
.text-warning,
.text-warning:hover {
  color: #ff8800;
}
.text-info,
.text-info:hover {
  color: #9933cc;
}
table,
.table {
  color: #fff;
}
table a:not(.btn),
.table a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
table .text-muted,
.table .text-muted {
  color: #888888;
}
.table-responsive > .table {
  background-color: #181818;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
  color: #ff8800;
}
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border-color: #ff8800;
}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
  color: #cc0000;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border-color: #cc0000;
}
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
  color: #77b300;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border-color: #77b300;
}
legend {
  color: #fff;
}
.input-group-addon {
  background-color: #424242;
}
.nav-tabs a,
.nav-pills a,
.breadcrumb a,
.pager a {
  color: #fff;
}
.alert .alert-link,
.alert a {
  color: #ffffff;
  text-decoration: underline;
}
.alert .close {
  text-decoration: none;
}
.close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #282828;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  color: #fff;
}


.profile-info-box a{ 
	color: #333;
}
.profile-info-box { 
  display: block;
  min-height: 45px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 5px;
  color: #333;
}
.profile-info-box small {
  font-size: 14px;
}
.profile-info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.profile-info-box .progress,
.profile-info-box .progress .progress-bar {
  border-radius: 0;
}
.profile-info-box .progress .progress-bar {
  background: #fff;
}
.profile-info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.profile-info-box-icon > img {
  max-width: 100%;
}
.profile-info-box-content {
  padding: 3px 5px;
  margin-left: 45px;
}
.profile-info-box-number {
  display: block;
  font-weight: bold;
  font-size: 10pt;
}
.progress-description,
.profile-info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-info-box-text {
  text-transform: uppercase;
}
.profile-info-box-more {
  display: block;
}
.bg-success{
	background-image: -webkit-linear-gradient(#4da309, #469408 6%, #3f8507);
	background-image: -o-linear-gradient(#4da309, #469408 6%, #3f8507);
	background-image: linear-gradient(#4da309, #469408 6%, #3f8507);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4da309', endColorstr='#ff3f8507', GradientType=0);
	filter: none;
	border: 1px solid #2f6405;
	color: #fff;
}
.bg-info{
	background-image: -webkit-linear-gradient(#02a5de, #029acf 6%, #028fc0);
	background-image: -o-linear-gradient(#02a5de, #029acf 6%, #028fc0);
	background-image: linear-gradient(#02a5de, #029acf 6%, #028fc0);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02a5de', endColorstr='#ff028fc0', GradientType=0);
	filter: none;
	border: 1px solid #02749c;
	color: #fff;
}
.bg-warning{
	background-image: -webkit-linear-gradient(#a54caa, #9b479f 6%, #914294);
	background-image: -o-linear-gradient(#a54caa, #9b479f 6%, #914294);
	background-image: linear-gradient(#a54caa, #9b479f 6%, #914294);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54caa', endColorstr='#ff914294', GradientType=0);
	filter: none;
	border: 1px solid #79377c;
	color: #fff;
}
.bg-danger{
	background-image: -webkit-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-image: -o-linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-image: linear-gradient(#e08b27, #d9831f 6%, #cc7b1d);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
	filter: none;
	border: 1px solid #ac6819;
	color: #fff;
}
.shipping-radio {
	width: 28px;
	vertical-align: middle !important;
}
.brand-logo-mini{
	max-width: 80px;
}

.min-height-131{
	min-height: 131px;
}
.owl-prev {
    position: absolute;
    top: 40%;
    display: block !important;
    border:0px solid black !important;
	font-size: 35pt !important;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black !important;
	font-size: 35pt !important;
}
.owl-dots{
	display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #cc0000 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: #cc0000 !important;
}
div.owl-carousel.owl-theme.owl-loaded.owl-drag div.owl-nav button i.glyphicon{
	top: 3px;
}
.no-large{
	display: none;
}
.yellow-line {
    width: 2px;
    background-color: #cc0000;
    z-index: 0;
    position:fixed;
}

#yelloline-0 {
    height: 20%;
    top: 0;
    left: 30%;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-30deg);
    transform-origin: 0 0;
}

#yelloline-1 {
    height: 42%;
    top: 0;
    left: 10%;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-30deg);
    transform-origin: 0 0;
}

#yelloline-2 {
    height: 45%;
    top: 10%;
    left: 0;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-30deg);
    transform-origin: 0 0;
}

#yelloline-3 {
    height: 40%;
    top: 0;
    right: 13%;
    -ms-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(30deg);
    transform-origin: 0 0;
}

#yelloline-4 {
    height: 50%;
    top: 10%;
    right: 0;
    -ms-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(30deg);
    transform-origin: 0 0;
}

#yelloline-5 {
    height: 50%;
    bottom: 0;
    left: 0;
    -ms-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(30deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

#yelloline-6 {
    height: 40%;
    bottom: 0;
    left: 26%;
    -ms-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(30deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

#yelloline-7 {
    height: 50%;
    bottom: 0;
    right: 7%;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

#yelloline-8 {
    height: 36%;
    bottom: 0;
    right: 20%;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.panel-product-outlet{
	min-height: 460px; 
}
body{
	background-image: url(../img/rw/theme/background.jpg);
	background-attachment:fixed;
	background-position: center -100px;
	background-repeat: no-repeat;
	height:100%!important;
}
.product-model-title{
	color: #fff;
}
.orderlist-ordered-items{
	display: none;
}
.orderlist-odd{
	background-color: #3c3c3c;
}
table.tracking td{
	padding: 5px;
}
table.tracking th{
	background-color: #cc0000;
	color: #fff;
}
table.tracking{
	width: 100%;
}
.navbar-nav > li > a.btn {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}	
.navbar-nav > li > a.btn:active,
.navbar-nav > li > a.btn:visited,
.navbar-nav > li > a.btn:hover {
	color: #f8f8f8;
}
table.tracking tr:nth-child(odd) {
	background-color: #3c3c3c;
}
.has-error{
	border: 1px solid #d9230f !important;
}
.error-field{
	color: #d9230f;
	font-size: 8pt;
	text-align: right;
	margin-bottom: 2px !important;
}
.error-field a{
	text-decoration: underline;
}
.show-password{
	cursor: pointer;
}
.cassa-link{
	cursor: pointer;
}
.red{
	color: #d9230f;
}
.textarea-max-length{
	color: green;
	font-weight: bold;
	padding-bottom: 5px;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 25px;
  font-size: 7pt;
  line-height: 25px;
  text-align: center;
  z-index:1080;
  visibility: hidden;
  border-radius: 5px;
  right: 100%;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/*a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -19.5px;
  margin-right: 15px;
  z-index: 999;
}*/
.alert-success, .alert-error, .alert-danger, .alert-warning {
    border-width: 10px;
    border-radius: 4px;
    left: 50%;
    margin-bottom: 20px;
    padding: 30px;
    position: fixed;
    top: 50%;
	font-size: 14pt;
    min-width: 500px;
    z-index: 2000;
}
.alert-warning .status-icon:before, .alert-danger .status-icon:before, .alert-error .status-icon:before{
	font-family: 'Glyphicons Halflings';
	font-size: 20pt;
	content: "\e107";
	vertical-align: middle;
}
.alert-success .status-icon:before{
	font-family: 'Glyphicons Halflings';
	font-size: 20pt;
	content: "\e089";
	vertical-align: middle;
}
.support-icon{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.support-icon-footer{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 30px;
}
.brand-logo-footer{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.clear{
	clear: both;
}
.brand-logo{
	margin: 10px
}
.dropdown-menu > li {
	text-align: center;
}
.navbar-nav > li > a{
	padding-left: 8px;
	padding-right: 8px;
}
.navbar-nav > li.active{
	background-color: #cc0000;
}
.user-login{
	min-width: 300px;
	font-size: small;
}
.panel-support, .panel-product, .panel-category, .panel-cart{
	background-color: #fff;	
	border: none;
}
.cart-item{
	padding: 5px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
}
.panel-support, .panel-cart{
	font-size: 9pt;
	color: #cc0000;
}
.panel-category > .panel-body{
	min-height: 185px;
}
.panel-manufacturer > .panel-body{
	min-height: 40px;
}
.manufacturer-white{
	color: #fff;
}
.panel-product > .panel-body {
	min-height: 300px;
}
.row-category{
	/*padding-right: 21px;*/
}
.product-info{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 8pt;
}
.product-info-row{
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	line-height: 20px;
	position: relative;
}
.product-cart-action{
	float: right;
	min-width: 54px;
	color: #666;
	text-align: right;
}
.product-quantity{
	height: 28px;
	font-size: 9pt;
	vertical-align: middle;
}
.cart-item-image{
	width: 50px;
}
.cart-inputs{
	width: 87px;
}
.cart-list-table td{
	vertical-align: middle !important;
}
.cart-item-price, .cart-full-price{
	font-weight: bold;
	font-size: 12pt;
}
.cart-inputs input{
	text-align: right;
}
.add-to-cart, .addToCart{
	/*font-size: 16pt;
	vertical-align: middle;
	color: #2b2b2b;*/
	cursor: pointer;
}
.product-quantity{
	/*height: 28px;
	width: 30px;
	text-align: right;*/
}
.product-loyalty-point-row{
	padding-top: 10px;
	font-size: 9pt;
	color: #000;
}
.product-loyalty-point{
	font-weight: bold;
	color: #cc0000;
}
/*
.carousel-inner{
	/*padding-left: 21px;*/
	/*
}

.carousel-indicators li{
	border-color: #cc0000;
}
.carousel-indicators li.active{
	background-color: #cc0000;
}*/
.btn-search{
	margin-top: 15px;
}
.ask-question{
	color: #2b2b2b;
	cursor: pointer;
	padding-left: 5px;
}
.form-search-button{
	text-align: center;
	margin: 0px;
}
.label-search-1,.label-search-2,.label-search-3{
	margin-top: 2px;
	display: inline-block;
}
.label-search-1{
	font-size: 85%;
}
.label-search-2{
	font-size: 90%;
}
.label-search-3{
	font-size: 95%;
}
.telephone-country-code{
	width: 10% !important; 
}
.telephone-provider{
	width: 20% !important; 
}
.telephone{
	width: 70% !important;
}
.cassa .telephone-provider{
	width: 100px !important;
}
.cassa .telephone{
	width: auto !important;
}
.panel-heading h2{
 font-size: 14px;
}
.panel-product-details{
	color: #ffffff;
}
.product-cart-panel{
	position: absolute; 
	bottom: 0px;
	right: 15px;
}
.control-label{
	color: #ffffff;
}
.panel-product-title{
	font-size: 14pt;
	line-height: 20px;
	font-weight: bold;
}
.product-details-description{
	text-align: left;
	color: #ffffff;
}
.product-image-floated{
	float:left;
	margin-right: 15px;
}
.product-details-description-title{
	color: #cc0000;
	font-weight: bold;
}
.product-discount-price{
	color: #cc0000;
	font-weight: bold;
	font-size: 12pt;
}
.product-details-price{
	font-size: 16pt;
	color: #ffffff;
	font-weight: bold;
}
.product-discounted{
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: line-through;
}
.product-description{
	text-align: left; 
	margin-top: 20px;
	color: #ffffff;
}
.product-image-middle{
	border: 10px solid #3c3c3c;
	border-radius: 5px;
	width: 400px;
}
.product-cart{
	width: 210px;
	float: right;
}
.panel-product-details .add-to-cart, .panel-product-details .ask-question {
  color: #ffffff;
}
.panel-product-details .ask-question {
	padding: 7px;
}
.product-model-title{
	background-color: #cc0000;
	color: #fff;
}
.product-model-title h3 small{
	color: #ffffff !important;
}
.panel-product-details table{
	margin-top: 30px;
}
.product-model-image{
	width: 70px;
	border: 3px solid #3c3c3c;
	border-radius: 3px;
}
.product-model-prefix{
	color: #cc0000;
	font-weight: bold;
}
.product-model-link{
	text-decoration: none !important;
}
.product-model-action a{	
	text-decoration: none !important;
	font-size: 14pt;
}
.product-model-action{	
	color: #333;
}
.product-help{
	color: #cc0000;
	font-size: 12pt;
}
.product-help a{
	color: #cc0000;
	font-size: 10pt;
}
.product-model-category{
	color: #999;
	font-size: 9pt;
}
input.product-details-quantity{
	height: 44px;
	text-align: right; 
	font-size: 12pt;
}
footer h2{
	text-align: center;
}
footer .panel-body a{ 
	text-align: center;
	display: block;
}
.order-button{
	margin-top: 20px;
}
.news-image{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.panel-collapse-link{
	cursor: pointer;
}
.green{
	color: green;
}
.product-garancia{
	margin: 15px;
}
h1.panel-title,
h2.panel-title,
h3.panel-title,
h4.panel-title,
h5.panel-title,
h6.panel-title
{

  line-height: 1.2;

}
.max-200{
	max-width: 200px;
	width: 100%;
}
.max-150{
	max-width: 150px;
	width: 100%;
}
.max-100{
	max-width: 100px;
	width: 100%;
}
.max-80{
	max-width: 80px;
	width: 100%;
}
.outlet-button{
	display: none;
}
@media (min-width: 1200px){
  .brand-logo-mini {
    display: none !important;
  }
}
@media (max-width: 1199px){
  .brand-logo {
    display: none !important;
  }
}
.mobile-only{
	display: none;
}
@media (max-width: 1199px){
	.body{
		background-image: none;
	}
	.discount-slider{
		/*display: none !important;*/
	}
	.no-large{
		display: block !important;
	}
	
	.mobile-only{
		display: block;
	}
	.izzo-block-mobile{
		display: inline-block !important;
		width: calc(50% - 2.5px);
	}
	.gorgo-block-mobile{
		display: inline-block !important;
		width: calc(50% - 2.5px);
		margin-right: 5px;
	}
}
@media (max-width: 992px){
	.mobile-container{
		margin-top: 25px;
	}
	.outlet-button{
		display: block;
	}
	.alert-success, .alert-error, .alert-danger, .alert-warning {
		min-width: 300px !important;
	}
	.panel-heading a:after {
		font-family: 'Glyphicons Halflings';
		content: "\e114";    
		float: right;  
		color: grey; 
	}
	.panel-heading a.collapsed:after {
		content: "\e080";
	}

	.navbar{
		min-height: 40px; line-height: 30px;
	}
	.brand-logo-footer{
	  width: 273px;
	}
	.support-icon-footer{
		margin-left: 10px;
	}
}
@media (max-width: 767px){
	.outlet-button{
		display: block;
	}
	
}

@media (max-width: 320px){
	
}
@media (max-width: 545px){
	
	.telephone-country-code{
	width: 20% !important; 
	}
	.telephone-provider{
		width: 40% !important; 
	}
	.telephone{
		width: 40% !important;
	}
}
@media (max-width: 1009px){
	.panel-category-list, .panel-last-search, .panel-support{
		display: none !important;
	}
}
@media print { 
	/* your print styles go here */

	body { 
		background-color: #fff !important;
		background-image: none !important;
		color: # 000 !important;
	} 
	#skrollr-body{
		display: none;
	}
	.left-side{
		display: none;
	}
	.right-side{
		display: none;
	}
	h1 { font-size: 18pt; } 
	h2 { font-size: 16pt; color: #000; }
	footer{
		display: none;
	}
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}


.tree {
	margin-top: 10px;
}
.tree ul{
	padding: 0;
}
.tree ul li ul{
	padding-left: 10px;
}
.tree .main-category-title{
	/*text-align: center;*/
}
.tree li img{
	vertical-align: middle;
}
.tree li i{
	font-size: 9pt;
}
.tree li {
	list-style-type:none;
	margin:0;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	position:relative;
	color: #444444;
	text-transform: uppercase;
	font-size: 12pt;
}
.tree li::before, .tree li::after {
	content:'';
	left:-5px;
	position:absolute;
	right:auto;
}
.tree li::before {
	border-left:1px solid #bdbdbd;
	bottom:50px;
	height:100%;
	top:0;
	width:1px
}
.tree li::after {
	border-top:1px solid #bdbdbd;
	height:20px;
	top:18px;
	width:10px
}
.tree a, .tree span{
	display: block;
	width: 100%;
	color: #444444;
	text-transform: uppercase;
	font-size: 10pt;
}
.tree li span,.tree li a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dddddd;
	background-color: #fff;
	border-radius:5px;
	display: block;
	width: 100%;
	padding:3px 8px;
	text-decoration:none;
}
.tree li span.odd, .tree li a.odd{
	background-color: #dddddd;
}
.tree li.parent_li>span, .tree li.parent_li>a {
	cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
	border:0
}
.tree li:last-child::before {
	height:30px
}
.tree li a:hover, .tree li span:hover, .tree li.parent_li>span:hover, .tree li.parent_li>a:hover, .tree li.parent_li>span:hover+ul li span,.tree li.parent_li>a:hover+ul li a {
	background:#eee;
	color:#000
}

.tree-lg ul li ul {
	padding-left: 25px !important;
}
.tree-lg li::before, .tree-lg li::after {
	content: "";
	left: -10px;
	position: absolute;
	right: auto;
}
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: #aeaeae;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	z-index: 1030;
}
#gdpr-cookie-message h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: white;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: white;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	font-weight: 500;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: white;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background-color: #47ba48;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	font-weight: bold;
}
#gdpr-cookie-message button:hover {
	background-color: #36d737;
	color: white;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	display: none;
	background: white;
	color: #666;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	.col-xs-12-cart{
		width: 100%;
		float: left;
	}
	tr.col-xs-6-cart{
		float: left;
		min-height: 375px;
		width: calc(50% - 4px) !important;
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid #cfcfcf;
		word-wrap: wrap;
	}
	form.form-group-lg.input-size div.input-group select#helmetSizeChooser.input-lg.form-control{
		width: 180px;
	}
	table.accessory-list tbody.row tr.col-xs-6-cart td.part-acc-stock{
		min-height: 40px;
	}
	table.accessory-list tbody.row tr.col-xs-6-cart td.part-image{
		min-height: 70px;
		padding: 5px auto;
	}
	table.accessory-list tbody.row tr.col-xs-6-cart td.part-product-id{
		min-height: 30px;
		margin-top: 10px;
	}
	table.accessory-list tbody.row tr.col-xs-6-cart td.part-product-title{
		min-height: 90px;
	}
	.col-xs-6-cart-helmet{
		float: left;
		min-height: 320px;
		width: calc(50% - 4px) !important;
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid #cfcfcf;
		word-wrap: wrap;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../img/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1100;
	background: url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../img/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../img/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
.akcio-lista .panel-product{
	min-height: 370px !important;
}
.akcio-cat-szuro-mobil{
	display: none;
}
.akcio-lista h2{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px !important;
}	
.akcio-panel-primary{
	margin-bottom: 0px !important;
}
.akcio-sisak-cat-filter a:hover{
	font-weight: bold;
	text-decoration: underline;
	opacity: 1;
}
.akcio-sisak-cat-filter a{
	padding: 8px;
	display: block;
	width: 100%;
	color: #fff;
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.9;
}
.akcio-sisak-cat-filter{
	float: left;
	width: calc(20% - 5px);
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-top: 10px;
	
}
.akcio-sisak-cat-filter.active a{
	background-color: #2f6405;
	border: 1px solid #333;
	font-weight: bold;
	opacity: 1;
}
.akcio-sisak-size-filter.active a{
	background-color: #0c5711;
}
.akcio-sisak-size-filter a:hover{
	background-color: #273971;
}
.akcio-sisak-size-filter a{
	background-color: #172551;
}
.akcio-sisak-size-filter{
	width: calc(12.5% - 5px) !important;
}
.akcio-title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
	line-height: 20px !important;
	text-transform: uppercase;
}
@media screen and (max-width: 819px) {
	.akcio-title{
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12pt;
		line-height: 20px !important;
		text-transform: uppercase;
	}
	.akcio-cat-szuro-mobil{
		display: block !important;
	}
	.akcio-cat-szuro{
		display: none;
	}
	.akcio-kat-szep{
		display: none;
	}
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.panel-product h5, .product h5{
	color: #000;
	font-size: 12pt;
}
.panel-product h5{
	line-height: normal;
}
.panel-product .small{
	font-size: 9pt;
}
/* .btn-like-link{ */
	/* background: transparent; */
	/* border: none; */
	/* color: #000; */
	/* font-size: 9pt; */
/* } */
.sorting-item select{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.helmet-product{
	/* min-height: 380px; */
}
.btn-price {
    letter-spacing: 0;
    font-weight: 600;
}

.btn-sale {
    padding: 4px 24px;
}

.btn-sale > .old-price-placeholder > .old-price {
    /*display: block;*/
    font-size: 20px;
    position: relative;
    font-weight: 500;
}
.product a, .row-category a{
   outline: 0 !important;
}
.btn-sale > .old-price-placeholder-small > .old-price-small {
    position: relative;
    font-weight: 400;
	font-size: 10px;
}
.btn-sale > .old-price-placeholder{
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.btn-sale > .old-price-placeholder-small{
	margin: 0;
	padding: 0;
	line-height: 15px;
}
.btn-sale > .old-price-placeholder-small > .old-price-small::after,
.btn-sale > .old-price-placeholder > .old-price::after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* right: 0; */
    /* border-top: 1px solid #ff0000; */
    /* -webkit-transform: rotate(5deg); */
    /* -moz-transform: rotate(5deg); */
    /* -ms-transform: rotate(5deg); */
    /* -o-transform: rotate(5deg); */
    /* transform: rotate(5deg); */
}
.product .four-lines-faded {
    color: #000;
}
.four-lines-faded {
    position: relative;
    line-height: 1.4;
    max-height: 54px;
    overflow: hidden;
}

.four-lines-faded::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.93)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.two-lines{
    min-height: 50px;
	max-height: 50px;
    overflow: hidden;
}
.top-bottom-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-sale::after {
    content: "";
    width: 53px;
    height: 65px;
    position: absolute;
    top: 4px;
    left: 10px;
    background-image: url(../img/salebadget.png);
    background-repeat: no-repeat;
    background-position: center;
}
.product-sale a{
	text-decoration: none;
}
.bottom-padding {
    padding-bottom: 20px;
}

.top-padding {
    padding-top: 20px;
}
.right-padding{
    padding-right:12px;
}

.inline-middle {
    font-size: 0;
}

.inline-middle.brands > div {
    padding: 20px;
    font-size: 16px;
}

.inline-middle > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 14px;
}

.grey-cross-grid {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.grey-cross-grid::after {
    content: "";
    width: 1px;
    height: 2000vh;
    border: 1px solid #fff;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 123;
}

.grey-cross-grid::before {
    content: "";
    width: 100vw;
    height: 1px;
    border: 1px solid #fff;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 123;
}

.grey-cross-grid > div {
    padding: 0;
    border-right: 1px #e9e9e9 solid;
    border-bottom: 1px #e9e9e9 solid;
}

.grey-cross-grid > div > div {
    padding: 10px;
    /* padding: 20px; */
}
.lead {
    font-weight: 400;
    color: #444;
}

.price {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 9px 22px;
    font-size: 28px;
    line-height: 1.6;
    border-radius: 3px;
    font-weight: 700;
    color: #d9230f;
    margin-right: 3px;
    background-color: #f0f0f0;
    position: relative;
}
.price .old-price{
	font-size: 20px;
	color: #444;
}

.ajandekpont {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    font-size: 13px;
    color: #000;
    font-weight: bold
}
.info-box {
  display: block;
  min-height: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  margin-bottom: 2px;
  background-color: #fdfbfd;
  cursor: pointer;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0px;
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  /*font-size: 45px;*/
  line-height: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
  vertical-align: middle;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 32px;
}
.info-box-number {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  
}
.info-box-more {
  display: block;
}
div.tooltip-inner {
    max-width: 500px;
}
.input-size {
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.input-size .input-group .form-control {
    width: 220px;
}

.form-group-lg .form-control {
    padding: 0px 26px 0 10px;
}

.input-size .btn-lg,
.input-size .btn-group-lg > .btn {
    padding: 20px 21px 18px 21px;
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
    /*background-image: url(../img/carticon.png);*/
    /*background-position: left 13px top 14px;
    background-repeat: no-repeat;*/
	color: #fff;
}
select.input-lg {
    height: 62px !important;
    line-height: 62px;
}
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}


.input-group-addon.input-group-addon-tooltip {
    background-color: #ececec;
    padding-right: 46px;
    border: 1px solid #d2d2d2;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: left -65px center;
}


.btn-fileinput {
    margin-bottom: 4px;
    margin-top: 0;
    padding-bottom: 8px;
}
.black{
	color: #000;
}
/*Kiegészítők*/
.part-availability{
	padding: 6px;
	max-width: 200px;
	display: inline-block;
}
.part-acc-stock{
	max-width: 200px;
}
.part-availability img{
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
    display: inline-block !important;
    vertical-align: text-top !important;
}
.part-acc-stock img{
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
    display: inline-block !important;
    vertical-align: text-top !important;
}
.part-acc-stock span{
    display:inline-block;
    vertical-align: text-bottom;
    font-size: 13px;
}
table.parts-list td .part-cart-mobile{
	display: none;
}
table.parts-list td.part-cart{
	min-width: 150px;
}
.addtocart img{
    height:24px;
    transition:0.2s;
	position: static;
}
.part-product-image{
    width: 50px;
}
.accessory{
	padding: 4px 10px !important; 
	font-size: 25px !important;
}
.acc-details{
	padding: 10px 22px !important;
}
.quantity-input{
	width: 150px;
	max-width: 150px;
}
.input-group-btn{
	/* width: 0% !important; */
}
.accessory-price-table{
	padding: 4px 10px !important;
	font-size: 18px !important;
}
.btn-table{
	padding: 6px 15px;
	font-size: 14px;
}
.popover{
    max-width: 700px !important;
}
.exploded-popover-image{
    width: 100%;
    max-width: 650px;
}
@media (max-width: 992px) {
	.img-size{
		max-width: 150px;
	}
	table.accessory-list thead{
		display: none;
		border: 0px solid #cfcfcf;
	}
	table.accessory-list tr td{
		display: block;
		border-top: 0px solid #cfcfcf;
		border: 0px !important;
		max-width: 100%;
		text-align: center;
		white-space: normal !important;
	}
	table.accessory-list tr{
		display: block;
		border: 1px solid #cfcfcf;
		margin-bottom: 5px;
		position: relative;
	}
	.part-product-title{
		text-align: center;
	}
	.table-responsive{
		border: 0px;
	}
	.helmet-cat{
		min-height: 230px !important;
	}
	.col-product-filter{
		position: absolute;
		z-index: 123;
		left: -270px;
		width: 260px;
		/* box-shadow: 3px 3px 10px -5px #000; */
        transition:0.5s;
    }
    .col-product-filter.active{
        left:0px;
    }
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.option-not-selected{
	padding-left: 11px;
	padding-right: 11px;
}
.max-50 {
    width: 100px;
    max-width: 50px;
}
.option-selected{
	border: 2px solid #268631 !important;
	/* padding: 10px; */
	border-radius: 5px;
	/* background: #dcf2dd; */
	color:#268631;
	/* margin-bottom: 20px; */
}
.text-center{
	text-align: center;
}
.product-stock-cassa .well, .product-stock-cassa .well .row{
	cursor: pointer;
}
.product-stock-cassa label{
	font-size: 12pt;
	cursor: pointer;
}
.form-input-line{
	margin-bottom: 10px;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cassa-sum-box{
	border: 2px solid #cfcfcf;
	box-shadow:	0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: 35px 20px;
	font-size: 10pt;
	color: #696969;
}
.cassa-sum-box h4{
	font-size: 16pt;
	color: #606060;
}
.cassa-sum-box li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.options-box{
	border: 1px solid #cfcfcf;
	box-shadow:	0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: 35px 20px;
}
.options-box h4{
	font-size: 14pt;
	color: #606060;
	margin-bottom: 0px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.options-box .options{
	margin-top: 25px;
	font-size: 10pt;
	color: #696969;
}
.cassa-aszf-row{
	margin: 10px; 
	background-color: #f97777; 
	border: 1px solid #f96d6d; 
	border-radius: 5px;
}
.cassa-aszf-col{
	background-color: #ffcece; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #ff9999; 
	border-radius: 5px; 
	font-weight: bold;
}
.cassa-aszf-row-accepted{
	margin: 10px; 
	/* background-color: #83dd84;  */
	background-color: #a4d1a5; 
	/* border: 1px solid #79ba72;  */
	border: 1px solid #a8bda5; 
	border-radius: 5px;
}
.cassa-aszf-col-accepted{
	/* background-color: #ceffd0;  */
	background-color: #dcf2dd; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	/* border: 1px solid #af9;  */
	border: 1px solid #7d9f76; 
	border-radius: 5px; 
	font-weight: bold;
}
.selected-cassa-stock-well{
	background-color: #a4d1a5 !important;
}
.selected-cassa-stock-row{
	background-color: #dcf2dd; 
	border: 1px solid #79ba72; 
	border-radius: 5px;
}
.login-container{
    /* margin-top: 5%; */
    /* margin-bottom: 5%; */
}
.login-form-1{
	background-color: #222222;
    padding: 5% 15% 5% 15%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #fff;
}
.register-or-social-login{
	/* padding-bottom: 15px; */
	padding-top: 5px;
	font-size: 14pt;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.register-next-button{
	width: 100%;
}
.register-form{
	margin: 0 auto;
	width: 100%;
	/* max-width: 600px; */
}
.btn{
	/*line-height: 18px; */
}
.oem-sweet-alert .swal2-title{
	font-size: 14pt !important;
}
.oem-sweet-alert .swal2-icon.swal2-question,
.oem-sweet-alert .swal2-icon.swal2-warning,
.oem-sweet-alert .swal2-icon.swal2-info{
	font-size: 30pt !important;
	line-height: 50px !important;
	width: 50px !important;
	height: 50px !important;
}
.register-password-block-hided,
.register-contact-block-hided,
.register-email-block-hided{
	display: none;
}
.alert-error a, .alert-danger a{
	color: #fff;
}
ul.step-anchor li:first-child:nth-last-child(7),
ul.step-anchor li:first-child:nth-last-child(7) ~ li {
    width: 14.28%;
}
ul.step-anchor li:first-child:nth-last-child(8),
ul.step-anchor li:first-child:nth-last-child(8) ~ li {
    width: 12.5%;
}
ul.step-anchor li:first-child:nth-last-child(9),
ul.step-anchor li:first-child:nth-last-child(9) ~ li {
    width: 11.1111%;
}
ul.step-anchor li .nav-link{
	font-size:16pt;
}
@media only screen and (max-width: 320) {
	/*.register-form .email-icon{
		display: none;
	}*/
}
.dropdown li, .panel-primary .panel-body, .panel-default .panel-body, .modal-dialog .modal-body, .payment-mode-title, .payment-mode-cassa, .well.well-invoice-type{
    color: #dddddd;
}
.panel-primary.op-panel .panel-body, .cassa-aszf-col, .cassa-aszf-col-accepted, .well, .payment-mode-cassa.option-selected .payment-mode-title, .well-notify.selected-cassa-stock-well{
    color: #333;
}
.panel-default.faq-item .panel-body, .panel-primary.faq-item .panel-body, .well-notify{
    color: #dddddd;
}
.logged-menu-order {
    background-color: #cc0000;
    color: #fff;
}
.shipping-mode-image-logo{
    background-color: #fff;
}
.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5px;
    margin-right: -1.5px;
}
.equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 1.5px;
}

.payment-mode-cassa-col {
    flex: 1; /* Ez nyújtja ki a belső div-et */
    padding: 15px;
    margin-bottom: 3px;
}
.payment-mode-container{
    margin-bottom: 5px;
    cursor: pointer;
}
.payment-mode-radio{
    height: 25px;
    width: 100%;
}
.payment-mode-cassa-col label {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}

.payment-mode-radio, .payment-mode-title, .payment-mode-cassa-image, .payment-mode-cassa-text{
    display: flex;
    position: relative;
}
.payment-mode-cassa-image, .payment-mode-cassa-text{
    flex-direction: column;
    align-items: center;
}
.payment-mode-cassa-col .payment-mode-cassa.option-selected {
    background-color: #dcf2dd !important;
}
.payment-mode-cassa-col .payment-mode-cassa {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.payment-mode-cassa{
    min-height: 255px;
    padding: 10px;
    border-radius: 0px;
}
.radiobtn{
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    height: 25px;
    width: 25px;
    /* background-color: #eee; */
    background-color: #a2a2a2;
    border-radius: 50%;
}
.payment-mode-cassa .radiobtn:after {
    display: block;
}
.radiobtn:after{
    content: "";
    position: absolute;
    display: none;
}
.payment-mode-cassa .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*.max-50{*/
/*    width: 100px;*/
/*    max-width: 50px;*/
/*}*/
.payment-mode-cassa input:checked ~ .radiobtn {
    background-color: #cc0000;
}
.payment-mode-cassa:hover input ~ .radiobtn {
    /* background-color: #ccc; */
    background-color: #2196F3;
}
.payment-mode-radio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-mode-cassa .payment-mode-title{
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}
.payment-mode-cassa-col label{
    margin: 0px;
}
.payment-mode-cassa-col{
    /*border-right: 1px solid #cfcfcf;*/
    cursor: pointer;
    /*margin-bottom: 6px;*/
}
.payment-mode-cassa-col-last{
    /*border-right: 0px;*/
}

.ccms-years .panel-heading{
    background-color: #1e7299;
    border-color: #1e7299;
}
.ccms-years{
    border: none;
}
#navbar-main{
    margin-top: 20px;
}
.yellowgreen{
    background-color: yellowgreen;
    color: #fff;
}
.tooltip_templates { display: none; }
table.exploded-product-info-table{
	width: 100%;
	background-color: #fff;
	color: #333;
}
table.exploded-product-info-table thead th{
	background-color: #d9230f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
table.exploded-product-info-table tbody td{
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 5px;
}
.liter-price{
	color: #fff;
}
.hidden-lg{
	display: none;
}
.universal-box:hover{
	opacity: 1;
}
.universal-box{
	opacity: 0.9;
}
.bg-danger{
	background-color: #cc0000 !important;
}
.add-to-garage-btn{
	max-width: 300px;
	width: 100%;
	background-color: #cc0000;
	/* border-color: #850000; */
	color: #fff;
	border: 0px;
}
.min-130{
	min-width: 130px;
}
.garage-icon{
	width: 70px;
	padding: 5px;
}
.panel-product .product-image p.product-image-p,
.panel-product .product-image{
	min-height: 130px;
}
form.form-horizontal div.row div.col-lg-12 div.panel.panel-primary.panel-search.panel-main-search div.panel-heading ul.nav.nav-tabs li a::after{
	content: "";
}
.panel-add-garage a{
	color: #fff;
	line-height: 0;
}
.panel-add-garage{
	position: absolute;
	line-height: 0 !important;
	right: 5px;
	top: 128px;
	background-color: #222;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 15px;
	border-radius: 3px;
}
.min-30{
	min-height: 30px;
}
.min-60{
	min-height: 60px !important;
}
#fancyBoxTouchNSwipe.fancyBoxHolder div#fancyBoxSlider.slider div.slideHolder div.row{
	bottom: 15px;
	display: block;
	position: absolute;
	/* width: calc(100% - 80px); */
	width: 100%;
	color: #c00;
	font-weight: bold;
	font-size: 14pt;
	opacity: 0.8;
}
.robbantott{
	background-image: url('../img/oemparts/exploded-view.png');
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size:cover;
	background-position: center; 
}
.owl-prev {
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid black !important;
    font-size: 20pt !important;
    width: 30px;
    opacity: 0.8;
    left: 0px;
    background-color: rgba(0,0,0,0.1) !important;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border: 0px solid black !important;
    font-size: 20pt !important;
    width: 30px;
    opacity: 0.8;
    background-color: rgba(0,0,0,0.1) !important;
}
.open-search-history:hover {
    color: #f4f4f4;
}
.open-search-history {
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}
.search-history-content {
    display: none;
}
#searchByCodeCaptcha div,
#searchByCodeCaptchaLeft div{
	margin: 0 auto;
}
.exploded-group-btn.btn-xs{
	line-height: 16px;
}
.exploded-group-btn:hover {
	color: #fff;
	font-weight: bold;
}
.exploded-group-btn {
    margin-bottom: 5px;
    display: block;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn-compatible.btn-info{
	background-color: #7a29a3 !important;
	color: #fff !important;
	border-color: #74279b !important;
}
.btn-compatible.btn-primary{
	background-color: #cc0000 !important;
	color: #fff !important;
	border-color: #850000 !important;
}
.btn-compatible{
	display: inline-block !important;
	width: auto !important;
	text-transform: none !important;
	padding: 0px 3px !important;
	font-size: 13px !important;
}
a.main-nzi-button {
    background-color: #333;
    border: 1px solid #222;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form-horizontal{
	margin-bottom: 0px;
}
a.main-nzi-button, a.main-dell-button, a.main-outlet-button {
    text-transform: uppercase;
    /* line-height: 74px; */
    /* height: 75px; */
    color: #fff;
    float: left;
    width: 33.33%;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
a.main-nzi-button img, a.main-dell-button img, a.main-outlet-button img {
    max-height: 40px;
    vertical-align: middle !important;
}
a.main-outlet-button {
    background-color: #cc0000;
    border: 1px solid #d40000;
}
a.main-nzi-button, a.main-dell-button, a.main-outlet-button {
    text-transform: uppercase;
    /* line-height: 74px; */
    /* height: 75px; */
    color: #fff;
    float: left;
    width: 33.33%;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
a.main-nzi-button img, a.main-dell-button img, a.main-outlet-button img {
    max-height: 40px;
    vertical-align: middle !important;
}
a.main-dell-button {
    background-color: #006633;
    border: 1px solid #017d3f;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
a.main-nzi-button, a.main-dell-button, a.main-outlet-button {
    text-transform: uppercase;
    /* line-height: 74px; */
    /* height: 75px; */
    color: #fff;
    float: left;
    width: 33.33%;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
a.main-nzi-button img, a.main-dell-button img, a.main-outlet-button img {
    max-height: 40px;
    vertical-align: middle !important;
}

.no-display{
	display: none !important;
}
.align-middle{
	vertical-align: middle !important;
}
.owl-item.active{
	margin-right: 0px !important;
}
.btn-roller-chooser{
	display: block;
	width: 100%;
	margin-top: 3px;
}

.not-choosed-roller{
	border: 1px solid #cc0000 !important;
}
.touch-instruction{display: none; z-index: 1080; position: absolute; top: 50px; left:50%;width:120px; margin-left: -60px; border: 1px solid #ddd; padding: 5px; border-radius: 3px; background: rgba(87, 158, 70, 0.6); color: #000; font-weight: bold;}
#touchins{background-image: url(../img/touch/touch_ins_bg.png); width: 54px; height: 50px; background-position: 0, 0; margin: 0 auto;}
/* .tooltip{ */
	/* z-index: 1; */
/* } */
.grey-out {
    /* background-color: gray; */
    opacity: .5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.live-search-result-list{
	display: none;
}
.live-search-result-list li strong{
	background-color: #cc0000;
	font-weight: bold;
}
.live-search-result-list ul{
	padding: 5px;
	margin: 0 0 0 0;
}
.live-search-result-list li{
	padding: 3px;
	list-style: none;
	cursor: pointer;
	line-height: 30px;
	position: relative;
}
.live-search-result-list li.active:before {
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-style: normal;
  display: block;
  position: absolute;
  left: -30px;
  color: #fff;
  text-decoration: inherit;
  content: "\e080";
}
.live-search-result-list{
	z-index: 1030;
	background-color: #333;
	position: absolute;
	width: 100%;
	border-left: 38px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	top: 36px;
	left: 0px;
	border-radius: 3px;
	max-width: 420px;
}
.category-search-form{
	position: relative;
}
.live-search-result-list li.active{
	background-color: #666;
	color: #fff;
}
.panel-product .panel-body{
	position: relative;
}
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.discount.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: rgba(204, 0, 0, 0.8);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 10px/1 sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: rgba(218, 176, 0, 0.8);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 10px/1 sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -40px;
  top: 25px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -3px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.go-to-oem-parts{
	min-height: 113px;
	font-size: 14px;
}
.oem-parts-ribbon.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: rgba(204, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 10px/1 sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-right span {
  left: -40px;
  top: 25px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}





.cart-input-group{
	max-width: 150px;
	margin: 0 auto;
}
.cart-input-group input[type="text"]{
	text-align: right;
}
.table.parts-list.accessory-list tbody.row div.product-price-box-table div.product-price-box span.product-price,
.table-responsive table.table.table-hover tbody tr td div.product-price-box-table div.product-price-box span.product-price{
	color: #fff !important;
}
.product-list-category{
	text-decoration: none !important;
	color: #999999 !important;
}
.product-details-cart-holder .product-addtocart a.tooltips.addToCart.btn.btn-primary.btn-cart{
	display: block;
	width: 100%;
}
.product-addtocart .old-price::after {
    left: 25%;
    right: 25%;
    border-color: #494949;
}
.old-price{
	text-decoration: line-through;
}
/*.old-price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #fff;
	border-top-color: rgb(255, 255, 255);
}*/
/*
.product-details-box .product-addtocart .old-price::after {
	left: 40%;
	width: 20%;
    border-color: #494949;
}*/
.price-box .old-price {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
}
.product-addtocart {
    padding: 10px;
    border: 2px solid #dc4343;
    margin-bottom: 15px;
	background-color: #fff;
    color: #333;
}
.product-details-box-avaiability .bg-success, .product-addtocart .part-availability.bg-success {
    background-color: #3fb618;
}
.product-details-box-avaiability, .product-addtocart .part-availability {
    margin-bottom: 8px;
    padding: 6px;
    color: #fff;
    min-width: 100%;
    max-width: 48%;
    float: left;
    text-align: center;
}
.part-availability {
    padding: 6px;
    max-width: 200px;
    display: inline-block;
}
.product-details-add-cart, .pricebox {
    margin-bottom: 3px;
    max-width: 50%;
    float: left;
    /* height: 60px; */
    /* left: 25%; */
	left: 25%;
}
.price-box.sale {
    padding: 6px 12px 10px 12px;
	
}
.price-box.btn {
    font-weight: 600;
	color: #cc0000;
}
.product-addtocart .price-box {
    position: static;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #494949;
    font-size: 26px;
    background-image: none;
}
.product-details-box .product-addtocart .price-box.sale.btn.btn-primary span.ajandekpont, .product-details-box.product-details-sale .product-addtocart .price-box.sale.btn.btn-primary span.ajandekpont {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    position: inherit;
}
.ajandekpont {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    font-size: 13px;
    color: #000;
    font-weight: bold;
}







.category-filter-input {
    background: transparent none repeat scroll 0% 0%;
    border-color: transparent;
    outline-color: transparent;
}
.hidden-search-input {
    box-sizing: border-box;
    border-style: solid;
    border-collapse: separate;
    border-width: 1px;
    padding: 8px 12px;
    margin: 0px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;
    width: 100%;
    width: calc(100% - 39px);
    letter-spacing: normal;
    line-height: 1.42857143;
    outline-width: 0px;
    font-size: 14px;
    font-weight: 400;
    justify-content: normal;
    box-shadow: none;
    height: 38px;
    position: absolute;
    z-index: 1;
    border-color: transparent;
    outline-color: transparent;
    left: 39px;
    top: 0px;
    color: #999;
    border-radius: 0 4px 4px 0;
}
.part-availability img{
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px !important;
    display: inline-block !important;
    vertical-align: text-top !important;
}
.part-availability-box{
	text-align: center;
	display: table;
	width: 100%;
	margin-top: 10px;
}
.part-availability-box .part-availability{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	font-size: 8pt;
    padding: 3px;
}
.product-price-box-table{
	width: 100%;
	display: table;
	text-align: center;
	height: 32px;
	margin-bottom: 10px;
}
.product-price-box{
	display: table-cell;
	vertical-align: middle;
}
.m-tb-10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-t-10{
	margin-top: 10px;
}
.white{
	color: #fff;
}
.part-availability{
    text-align: center;
	color: #fff;
	width: 100%;
	font-size: 9pt;
}
.two-line{
	height: 40px;
	overflow-y: hidden;
}
.three-line{
	height: 60px;
	overflow-y: hidden;
}
/*.helmet-size-selector{
	margin-right: 2px;
}*/
.helmet-size-selector{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.sizes button.helmet-size-selector:first-child:nth-last-child(7),
.sizes button.helmet-size-selector:first-child:nth-last-child(7) ~ button {
	padding: 5px 3px;
}
.four-line{
	height: 80px;
	overflow-y: hidden;
}
.img-responsive-max-height-150{
	width: auto;
	height: 100%;
	max-height: 150px;
	max-width: 100%;
}
.img-responsive-max-height-130{
	width: auto;
	height: 100%;
	max-height: 130px;
	max-width: 100%;
}
.img-responsive-max-height-100{
	width: auto;
	height: 100%;
	max-height: 100px;
	max-width: 100%;
}
.img-responsive-max-height-65{
	width: auto;
	height: 100%;
	max-height: 65px;
	max-width: 100%;
}
.img-responsive-max-height-110{
	width: auto;
	height: 100%;
	max-height: 110px;
	max-width: 100%;
}
 .panel-page-title .panel-title{
	text-transform: uppercase;
}
.no-min-height{
	min-height: auto !important;
}
.category-title{
	display: table;
	width: 100%;
}
.category-title a{
    font-size: normal;
    min-height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*.container{
	width: 1170px;
}*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.product-title{
	line-height: 16px;
	margin-bottom: 10px;
}
.header-name {
    margin-top: -50px;
    margin-bottom: 82px;
}
.category-search-form{
	margin-bottom: 20px;
}
.owl-carousel-top-banner .owl-dots .owl-dot span{
	/* border-radius: 0px !important; */
	/* width: 50px !important; */
	/* height: 10px !important; */
	background-color: #666 !important;
}
.owl-carousel-top-banner .owl-dots{
	display: block;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 100px);
}
.owl-carousel-top-banner .owl-stage-outer .owl-stage .owl-item.active.center{
	opacity: 1 !important;
	/* -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	/* filter: grayscale(0%); */
}
.owl-carousel-top-banner .owl-stage-outer .owl-stage .owl-item.active.center:after{
	width: 0px;
	height: 0px;
	background-color: rgba(0,0,0,0);
	z-index: 1020;
	content:" ";
	transition: all 0.25s ease 0s;
}
.owl-carousel-top-banner .owl-stage-outer .owl-stage .owl-item:after{
	position: absolute;
	width: 825px;
	height: 314px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1020;
	content:" ";
	top: 0;
	transition: all 0.25s ease 0s;
}
.small-product-title{
	line-height: 10px;
	padding-bottom: 3px;
}
.panel-main-search .panel-heading, .panel-main-search,
.panel-search .panel-heading{
	background-color: transparent;
	border: 0px;
	padding: 0px;
}
.panel-main-search .panel-heading ul.nav-tabs:first-child a, .panel-main-search .panel-heading ul.nav-tabs:first-child,  .panel-main-search .panel-heading ul.nav-tabs li:first-child{
	border-top-left-radius: 3px !important;
}
.panel-main-search .panel-heading ul.nav-tabs{
	border: 0px;
}
.panel-main-search .panel-heading ul.nav-tabs li, .panel-main-search .panel-heading ul.nav-tabs li a{
	border: 0px;
	border-radius: 0px;
	margin-right: 0px;
	background-color: #cc0000;
	color: #fff;
	text-transform: uppercase;
}
.panel-main-search .panel-heading ul.nav-tabs li.active a{
	background-color: #333;
	color:#fff;
	font-weight: bold;
}
.panel-main-search .panel-body{
	background-color: #333;
	color: #fff;
}
.all-product-list .half-width:nth-child(even),
.dell-table-row:nth-child(even){
	background-color: #292929;
}
.all-product-list.parts-list-table .product-price-box{
	color: #fff;
}


.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{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.row{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.panel{
	margin-bottom: 10px !important;
}
.category-search-form{
	margin-bottom: 10px;
}
.product-price-retail{
	text-align: center;
	font-size: 10pt;
	line-height: 12px;
}
.discounted{
	color: #cc0000;
}
.product-price-retail span{
	font-weight: normal;
	text-decoration: line-through;
}
.product-price-box{
	height: 43px;
	min-height: 43px;
	text-align: center;
	font-size: 14pt;
	/* color: #333; */
	color: #cc0000;
}
.product-title{
	min-height: 80px;
}
.dell-price.product-price-box-table .product-price-box{
	color: #fff;
}
@media (max-width: 1024px) {
	.navbar{
		min-height: auto !important;
	}
	.liter-price{
		color: #000;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
	body div.main-container{
		margin-top: 45px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.top-banner-image{
		width: 600px; 
	}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
	.top-banner-image{
		width: 400px;
	}
}
@media (max-width: 1024px){
	.no-mobile{
		display: none !important; 
	}
}
@media (min-width: 1023px){
	
	.no-desktop{
		display: none !important;
	}
}
@media (max-width: 420px){
	form.form-horizontal div.row div.col-lg-12 div.panel.panel-primary.panel-search.panel-main-search div.panel-heading ul.nav.nav-tabs li a{
		font-size: 12px;
	}
}
.user-logged-in-name-mobile{
	display: none;
}
@media (min-width: 1009px){
	.mobile-menu{
		display: none;
	}
	.mobile-login-button{
		display: none !important;
	}
	
}
.touch-instruction{display: none; z-index: 1080; position: absolute; top: 50px; left:50%;width:120px; margin-left: -60px; border: 1px solid #ddd; padding: 5px; border-radius: 3px; background: rgba(87, 158, 70, 0.6); color: #000; font-weight: bold;}
#touchins{background-image: url(../img/touch/touch_ins_bg.png); width: 54px; height: 50px; background-position: 0, 0; margin: 0 auto;}
@media (max-width: 1008px){
	/*.shipping-options-table tbody tr.shipping-options.shipping-mode-cassa td strong{*/
	/*	display: block;*/
	/*}*/
	.manufacturer-table-row-list{
		display: block;
	}
	.all-product-list .half-width:nth-child(even){
		background-color: #fff;
	}
	.all-product-list.parts-list-table .product-price-box-table{
		height: 45px;
	}
	.all-product-list.parts-list-table .product-price-box{
	color: #333;
}
	.dell-price.product-price-box-table .product-price-box{
		color: #333;
	}
	.dell-image-min{
		min-height: 90px;
	}
	.dell-table-row{
		min-height: 390px;
	}
	.exploded-view {
		width: 100%;
		overflow-x: scroll !important;
	}
	#navbar-main.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right li.mobile-login-button{
		display: none;
	}
	#navbar-main.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right li a{
		line-height: 16px;
	}
	#navbar-main.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right li{
		text-align: center;
	}
	.header-name{
		margin-bottom: 0px;
	}
	.panel-heading h2{
		font-size: 12px;
	}
	.panel-heading{
		padding: 7px 10px;
	}
	.breadcrumb{
		font-size: 12px;
		padding: 7px 10px;
		margin-bottom: 5px;
	}
	.m-b-10{
		margin-bottom: 5px !important;
	}
	.nav-tabs li a{
		font-size: 12px;
	}
	.panel{
		margin-bottom: 5px !important;
	}
	.navbar-brand {
		padding: 5px 15px !important;
		line-height: 20px;
		height: 47px !important;
	}
	.mobile-menu li{
		margin-top: 7px;
		float: right;
		list-style: none;
		line-height: 30px;
	}
	
	.mobile-menu .dropdown-menu{
		/* left: -70%; */
		left: auto;
		right: 5px;
	}
	.mobile-menu .cart-item{
		margin-top: 0px;
		line-height: 20px;
	}
	.mobile-menu .logged-menu ul.dropdown-menu li{
		margin-top: 0px;
		line-height: 20px;
	}
	.mobile-menu .logged-menu .dropdown-menu li{
		float: none;
	}
	.mobile-menu li.dropdown.main-cart.open ul.dropdown-menu li{
		margin-top: 0px;
	}
	.mobile-menu .logged-menu .dropdown-menu{
		left: auto;
		right: 5px;
	}
	.mobile-menu{
		display: block;
	}
	/* .mobile-menu li:first-child {  */
		/* display: none; */
	/* } */
	/* .nav.navbar-nav.navbar-right li{ */
		/* display: block; */
	/* } */
	ul.nav.navbar-nav.navbar-right{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.mobile-menu .user-logged-in-name-mobile {
		display: list-item;
	}
	.logged-menu-order,
	.mobile-menu .user-logged-in-name,
	.mobile-menu .cart-main-text{
		display: none;
	}
	.mobile-menu .main-cart ul li{
		float: none;
	}
	.mobile-menu .reg-menu, .mobile-menu .login-menu {
		display: none !important;
	}
	.mobile-menu .mobile-login-button-text{
		display: none;
	}
	.mobile-menu .mobile-login-button{
		margin-right: 20px;
	}
	.logged-menu{
		/*margin-right: 10px;*/
	}
	.mobile-menu .main-cart a#cart.dropdown-toggle,
	.mobile-menu .main-cart .mobile-cart-button, .mobile-menu .logged-menu .logged-dropdown-button, .mobile-menu .mobile-login-button .mobile-login-button-link, .mobile-menu .language-selector .language-selector-button {
		padding: 5px;
		line-height: 20px;
		margin-right: 5px;
		border: 1px solid #282828;
		border-radius: 4px;
		display: block;
		height: 34px;
		min-width: 40px;
		text-align: center;
		color: #fff;
	}
}
@media (max-width: 1023px){

	.main-other-buttons{
		display: none;
	}
	a.main-nzi-button img, a.main-dell-button img, a.main-outlet-button img{
		max-height: 34px;
		height: auto;
		width: auto;	
		max-width: 100%;
	}
	a.main-nzi-button, a.main-dell-button, a.main-outlet-button{
		min-height: 46px;
	}
	.part-availability-box-mobile{
		text-align: center;
		display: table;
		width: 100%;
		margin-top: 10px;
	}
	.part-availability-box-mobile .part-availability{
		display: table-cell;
		vertical-align: middle;
		height: 65px;
	}
	.mobile-5-line{
		min-height: 110px;
	}
	table.parts-list-table{
		background-color: transparent !important;
	}
	.parts-list-table tbody tr td div.elerhetoseg.part-availability{
		max-width: 100%;
	}
	.parts-list-table tr td .product-model-prefix{
		display: block;
	}
	.parts-list-table tr td{
		display: block;
		border-top: 0px !important;
		text-align: center;
		white-space: normal !important;
	}
	.parts-list-table.all-product-list thead{
		display: none;
	}
	.parts-list-table tr.product-model-title{
		display: none !important;
	}
	.product-model-link{
		color: #cc0000 !important;
		font-weight: bold;
	}
	.product-model-category{
		color: #333 !important;
	}
	.parts-list-table tr.half-width:nth-child(odd){
		margin-right: 5px;
	}
	.parts-list-table tr.half-width.dell-table-row:nth-child(odd){
		margin-left: 5px !important;
		margin-right: 0px !important;
	}
	.dell-table-row:nth-child(even){
		background-color: #fff !important;

	}
	
	.parts-list-table tr.half-width{
		width: calc(50% - 2.5px);
		float: left;
	}
	.parts-list-table tr:hover{
		background-color: #fff;
		color: #333 !important;
	}
	.parts-list-table tr{
		display: block;
		margin-bottom: 5px;
		background-color: #fff;
		color: #333 !important;
		border-radius: 5px;
	}
	h3.panel-title,
	.panel-page-title h2.panel-title{
		line-height: 1.2;
		margin: 0 0;
	}
}
@media (max-width: 360px){
	.dell-table-row-price{
		min-height: 99px !important;
	}
	.dellorto-table-row-middle{
		min-height: 173px !important;
	}
}
@media only screen and (min-width: 371px) and (max-width: 990px) {
	body div.main-container{
		margin-top: 45px;
	}
}
@media (max-width: 660px){
	.container{
		padding-left: 5px;
		padding-right: 5px;
	}
	.panel-body{
		padding: 5px;
	}
	.product-cart-action{
		float: none;
	}
	.product-title{
		min-height: 80px;
	}
	.product-loyalty-point-row img{
		max-width: 60px;
	}
	.img-responsive-max-height-130{
		width: auto;
		height: 100%;
		/* max-height: 82px; */
		max-height: 130px;
		max-width: 100%;
	}
	.panel-search.panel-main-search div.panel-heading ul.nav.nav-tabs li a:after{
		display: none;
	}
	.panel-search.panel-main-search div.panel-heading ul.nav.nav-tabs li a{
		font-size: 10px;
		padding: 5px;
	}
	.panel-main-search .panel-heading ul.nav-tabs li.active a{
		min-height: 39px;
	}
	.panel-search.panel-main-search div.panel-heading ul.nav.nav-tabs li{
		width: 33.333333333%;
		padding: 0px 0px;
		min-height: 39px;
	}
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-top: 0;
    position: absolute
}

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .15);
    border-bottom-color: rgba(0, 0, 0, .2)
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    display: none
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
	background: unset;
	margin-left: 0;
	position: auto;
	top: 0px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.highlighted {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover,
.open>.dropdown-toggle.datepicker table tr td.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.open>.dropdown-toggle.datepicker table tr td.highlighted {
    background-image: none
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #999
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover,
.open>.dropdown-toggle.datepicker table tr td.today.focus,
.open>.dropdown-toggle.datepicker table tr td.today:focus,
.open>.dropdown-toggle.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.open>.dropdown-toggle.datepicker table tr td.today {
    background-image: none
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #999
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover,
.open>.dropdown-toggle.datepicker table tr td.range {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.focus,
.open>.dropdown-toggle.datepicker table tr td.range:focus,
.open>.dropdown-toggle.datepicker table tr td.range:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.open>.dropdown-toggle.datepicker table tr td.range {
    background-image: none
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #999
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.open>.dropdown-toggle.datepicker table tr td.range.highlighted {
    background-image: none
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #999
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.open>.dropdown-toggle.datepicker table tr td.range.today {
    background-image: none
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #999
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted {
    background-image: none
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: grey;
    border-color: #161616
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: grey;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.selected:focus,
.open>.dropdown-toggle.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #999;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #193c5a
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #285e8e;
    border-color: #193c5a
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.input-group.date .input-group-addon {
    cursor: pointer
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #193c5a
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #285e8e;
    border-color: #193c5a
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover {
    background-image: none
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker {
    z-index: 1029 !important;
}
.payment-mode-cassa .option-selected{
	color: #333;
}
.d-flex{
	display: flex;
}
button#show-all-payment i{
	color: #35b454;
}
button#show-all-payment:hover{
	background-color: #f8f8f8;
}
button#show-all-payment{
	color: #666 !important;
	font-weight: 600;
	width: 100%;
	border-radius: 4px !important;
	height: 48px;
	background-color: #fff;
	transition: background-color .3s ease-out,box-shadow .3s ease-out;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.adyen-page .list-group .list-group-item .my-0{
	/* font-size: 1.5rem; */
}
.justify-content-between,
.justify-content-between{
	justify-content: space-between;
}
.payment-mode-cassa-col .payment-mode-cassa {
    background-color: #222222;
    min-height: 210px;
    padding: 10px;
    border-radius: 2px;
}
.payment-mode-cassa-col label {
    margin: 0px;
    width: 100%;
}
.payment-mode-cassa-col {
    /* border-right: 1px solid #cfcfcf; */
	cursor: pointer;
	margin-bottom: 6px;
}
.shipping-options-table tbody tr{
	border-bottom: 1px solid #cfcfcf;
	background-color: #222222;
}
.shipping-options-table > tbody > tr:last-child { 
	border-bottom: 0px; 
}
.shipping-options-table{
	background: transparent;
	margin-bottom: 6px;
}
.panel-coupon{
	margin-top: 6px;
}
.order-summary-table tbody tr td{
	padding: 3px;
}
@media only screen and (max-width: 420px) {
	/*.shipping-options-table tbody {*/
	/*	display: block;*/
	/*}*/
	/*.shipping-options-table tbody tr {*/
	/*	display: block;*/
	/*	margin-bottom: 6px;*/
	/*	background-color: #222222;*/
	/*	border-bottom: 0px;*/
	/*}*/
	/*.shipping-options-table tbody tr td {*/
	/*	display: block;*/
	/*	text-align: center;*/
	/*	border: 0px;*/
	/*	padding: 3px;*/
	/*}*/
	/*.shipping-options-table > tbody > tr:last-child { */
	/*	margin-bottom: 0px; */
	/*}*/
}
@media only screen and (max-width: 768px) {
	table.table.table-striped.table-hover.cart-list-table thead tr td h3{
		line-height: 1.2;
		
		text-transform: uppercase;
		font-size: 12pt;
		font-weight: 700;
	}
	table.table.table-striped.table-hover.cart-list-table thead tr.active{
		display: none;
	}
	table.table.table-striped.table-hover.cart-list-table tbody tr td.cart-item-number .mobile-show{
		display: block;
	}
	table.table.table-striped.table-hover.cart-list-table tbody tr td{
		min-width: 100%;
		display: block;
		text-align: center;
		border-top: 0px;
	}
	.cart-list-table tr.half-width:nth-child(even){
		margin-right: 5px;
	}
	.cart-list-table tr.half-width:only-child {
		width: 100% !important;
		float: left;
		margin-right: 0px;
	}
	.cart-list-table tr.half-width{
		width: calc(50% - 2.5px);
		float: left;
		margin-top: 5px;
	}
	.cart-list-table .cart-item-title{
		height: 70px;
		overflow-y: hidden;
	}
	.cart-list-table td{
		white-space: normal !important;
	}

}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
 .select2-container--bootstrap .select2-search--dropdown .select2-search__field,.select2-container--bootstrap .select2-selection{
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    border:1px solid #ccc;
    background-color:#fff;
    color:#000;
  /*  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif*/
}
 .select2-container--bootstrap{
    display:block
}
 .select2-container--bootstrap .select2-selection{
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    border-radius:4px;
    /*font-size:14px;*/
    outline:0
}
 .select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    border-radius:4px;
    font-size:14px
}
 .select2-container--bootstrap .select2-search__field{
    outline:0
}
 .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{
    color:#999
}
 .select2-container--bootstrap .select2-search__field:-moz-placeholder{
    color:#999
}
 .select2-container--bootstrap .select2-search__field::-moz-placeholder{
    color:#999;
    opacity:1
}
 .select2-container--bootstrap .select2-search__field:-ms-input-placeholder{
    color:#999
}
 .select2-container--bootstrap .select2-results__option[role=group]{
    padding:0
}
 .select2-container--bootstrap .select2-results__option[aria-disabled=true]{
    color:#000;
    cursor:not-allowed
}
 .select2-container--bootstrap .select2-results__option[aria-selected=true]{
    background-color:#f5f5f5;
    color:#000;
}
 .select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color:#337ab7;
    color:#fff
}
 .select2-container--bootstrap .select2-results__option .select2-results__option{
    padding:6px 12px
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{
    padding-left:0
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-12px;
    padding-left:24px
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-24px;
    padding-left:36px
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-36px;
    padding-left:48px
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-48px;
    padding-left:60px
}
 .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-60px;
    padding-left:72px
}
 .select2-container--bootstrap .select2-results__group{
    color:#777;
    display:block;
    padding:6px 12px;
    /*font-size:12px;*/
    line-height:1.428571429;
    white-space:nowrap
}
 .select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color:#66afe9
}
 .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{
    border-color:transparent transparent #999;
    border-width:0 4px 4px
}
 .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-bottom-color:transparent
}
 .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{
    border-top-right-radius:0;
    border-top-left-radius:0;
    border-top-color:transparent
}
 .select2-container--bootstrap .select2-selection__clear{
    color:#999;
    cursor:pointer;
    float:right;
    font-weight:700;
    margin-right:10px
}
 .select2-container--bootstrap .select2-selection__clear:hover{
    color:#333
}
 .select2-container--bootstrap.select2-container--disabled .select2-selection{
    border-color:#ccc;
    -webkit-box-shadow:none;
    box-shadow:none
}
 .select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{
    cursor:not-allowed
}
 .select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    background-color:#eee
}
 .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{
    display:none
}
 .select2-container--bootstrap .select2-dropdown{
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    border-color:#66afe9;
    overflow-x:hidden;
    margin-top:-1px
}
 .select2-container--bootstrap .select2-dropdown--above{
    margin-top:1px
}
 .select2-results__options{
     color: #333;
 }
 .select2-container--bootstrap .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
 .select2-container--bootstrap .select2-selection--single{
    height:34px;
    line-height:1.428571429;
    padding:6px 24px 6px 12px
}
 .select2-container--bootstrap .select2-selection--single .select2-selection__arrow{
    position:absolute;
    bottom:0;
    right:12px;
    top:0;
    width:4px
}
 .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
    border-color:#999 transparent transparent;
    border-style:solid;
    border-width:4px 4px 0;
    height:0;
    left:0;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
/* .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color:#777777;
    padding:0
}
 */
 .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color:#000;
	font-weight: 200;
    padding:0
}
 .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{
    color:#999
}
 .select2-container--bootstrap .select2-selection--multiple{
    min-height:34px
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
    box-sizing:border-box;
    display:block;
    line-height:1.428571429;
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
    text-overflow:ellipsis;
    white-space:nowrap
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{
    color:#999;
    float:left;
    margin-top:5px
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    color:#555;
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    cursor:default;
    float:left;
    margin:5px 0 0 6px;
    padding:0 6px
}
 .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    background:0 0;
    padding:0 12px;
    height:32px;
    line-height:1.428571429;
    margin-top:0;
    min-width:5em
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{
    color:#999;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    margin-right:3px
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#000;
}
 .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{
    margin-top:6px
}
 .select2-container--bootstrap.input-lg,.select2-container--bootstrap.input-sm{
    border-radius:0;
    /*font-size:12px;*/
    height:auto;
    line-height:1;
    padding:0
}
 .form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-sm .select2-selection--single{
    border-radius:3px;
    /*font-size:12px;*/
    height:30px;
    line-height:1.5;
    padding:5px 22px 5px 10px
}
 .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b{
    margin-left:-5px
}
 .form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-sm .select2-selection--multiple{
    min-height:30px
}
 .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice{
    /*font-size:12px;*/
    line-height:1.5;
    margin:4px 0 0 5px;
    padding:0 5px
}
 .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding:0 10px;
    /*font-size:12px;*/
    height:28px;
    line-height:1.5
}
 .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear{
    margin-top:5px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-lg .select2-selection--single{
    border-radius:6px;
    /*font-size:18px;*/
    height:46px;
    line-height:1.3333333;
    padding:10px 31px 10px 16px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow{
    width:5px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b{
    border-width:5px 5px 0;
    margin-left:-10px;
    margin-top:-2.5px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-lg .select2-selection--multiple{
    min-height:46px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice{
    /*font-size:18px;*/
    line-height:1.3333333;
    border-radius:4px;
    margin:9px 0 0 8px;
    padding:0 10px
}
 .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding:0 16px;
    /*font-size:18px;*/
    height:44px;
    line-height:1.3333333
}
 .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear{
    margin-top:10px
}
 .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #999;
    border-width:0 5px 5px
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--single{
    padding-left:24px;
    padding-right:12px
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{
    padding-right:0;
    padding-left:0;
    text-align:right
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{
    float:left
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{
    left:12px;
    right:auto
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{
    margin-left:0
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{
    float:right
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    margin-left:0;
    margin-right:6px
}
 .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left:2px;
    margin-right:auto
}
 .has-warning .select2-dropdown,.has-warning .select2-selection{
    border-color:#8a6d3b
}
 .has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    border-color:#66512c
}
 .has-warning.select2-drop-active{
    border-color:#66512c
}
 .has-warning.select2-drop-active.select2-drop.select2-drop-above{
    border-top-color:#66512c
}
 .has-error .select2-dropdown,.has-error .select2-selection{
    border-color:#a94442
}
 .has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    border-color:#843534
}
 .has-error.select2-drop-active{
    border-color:#843534
}
 .has-error.select2-drop-active.select2-drop.select2-drop-above{
    border-top-color:#843534
}
 .has-success .select2-dropdown,.has-success .select2-selection{
    border-color:#3c763d
}
 .has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection{
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    border-color:#2b542c
}
 .has-success.select2-drop-active{
    border-color:#2b542c
}
 .has-success.select2-drop-active.select2-drop.select2-drop-above{
    border-top-color:#2b542c
}
 .input-group .select2-container--bootstrap{
    display:table;
    table-layout:fixed;
    position:relative;
    z-index:2;
    float:left;
    width:100%;
    margin-bottom:0
}
 .input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
 .input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
 .select2-bootstrap-append .input-group-btn,.select2-bootstrap-append .input-group-btn .btn,.select2-bootstrap-append .select2-container--bootstrap,.select2-bootstrap-prepend .input-group-btn,.select2-bootstrap-prepend .input-group-btn .btn,.select2-bootstrap-prepend .select2-container--bootstrap{
    vertical-align:top
}
 .form-control.select2-hidden-accessible{
    position:absolute!important;
    width:1px!important
}
 .form-inline .select2-container--bootstrap{
    display:inline-block
}
 .input-group .select2-selection{
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    /* display: block; */
    /* width: 100%;  */
	}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4DC7A0;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4DC7A0; }

table.order-summary-table span.order-summary-head{
	display: none;
}
table.order-summary-table tr td:nth-child(2),
table.order-summary-table tr td:nth-child(3),
table.order-summary-table tr td:nth-child(4){
	width: 15%;
	text-align: right;
}
.product-parameter-tooltip{
	display: none;
}
.cart-amount{
	color: #fff;
}
.cart-item-prices{
	color: #fff;
}
.cart-list-actions-mobile {
    display: none;
}
.cart-product-title a{
	color: #fff;
}
.cart-item-price-brutto{
	font-weight: bold;
	font-size: 14pt;
}
.cart-item-product-image img{
	border: 3px solid #999;
	border-radius: 3px;
}
.cart-item-product-image{
	width: 100%;
	max-width: 150px;
}
.cart-item-prices{
	text-align: right;
}
.cart-item-row{
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart-item-row-box .panel-body{
	position: relative;
}
.cart-remove-item{
	position: absolute;
	top: 10px;
	right: 10px;
}
.cart-item-row .product-details-box-avaiability{
	font-size: 9pt;
}
.cart-list-panel .panel-body{
	padding-top: 0px;
	padding-bottom: 0px;
}
.cart-list-panel, .cart-item-panel, .cart-item-row-box .panel-primary{
	margin-bottom: 3px;
}
.cart-spinner{
	width: 20px;
}
@media only screen and (max-width: 1023px){
	.invoice-type strong{
		font-size: 9px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cart-amount{
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	table.order-summary-table tr{
		font-size: 9pt;
	}
	table.order-summary-table tr.order-summary-coupon td:nth-child(2){
		width: 100% !important;
	}
	table.order-summary-table tr.summary-head{
		display: none;
	}
	table.order-summary-table tr td{
		display: block;
		text-align: center !important;
	}
	table.order-summary-table tr td:nth-child(1){
		width: 100% !important;
	}
	table.order-summary-table tr td:nth-child(2),
	table.order-summary-table tr td:nth-child(3),
	table.order-summary-table tr td:nth-child(4){
		width: 33.3333% !important;
		float:left;
	}
	table.order-summary-table tr td:nth-child(4){
		font-weight: bold;
	}
	table.order-summary-table span.order-summary-head{
		display: block !important;
		width: 100%;
		font-size: 7pt;
	}
	.cart-spinner{
		width: 10px;
	}
	.cart-list-actions-mobile .btn {
		width: 100%;
		display: block;
		margin-bottom: 3px;
	}
	.cart-list-actions-mobile {
		display: block;
	}
	.cart-list-actions {
		display: none;
	}
	.cart-item-row-box-body{
		padding: 5px;
	}
	.cart-item-prices, .cart-product-title-box, .cart-part-availability, .cart-item-product-image-box{
		padding: 0px;
	}
	.cart-item-prices-title{
		display: block;
	}
	.cart-item-product-image{
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 100px;
	}
	.cart-item-product-image-box{
		text-align: center;
		min-height: 100px;
	}
	.cart-product-title-box{
		text-align: center;
		margin-top: 5px;
	}
	.cart-product-title{
		min-height: 90px;
	}
	.cart-product-id{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.cart-item-prices{
		text-align: center;
		font-size: 8pt;
	}
	.cart-item-price-brutto{
		font-size: 10pt;
	}
	.cart-remove-item{
		top: 5px;
		right: 5px;
	}
	/* .cart-item-row .product-details-box-avaiability .part-availability .mini-icon{ */
		/* display: none !important; */
	/* } */
	.cart-item-row .product-details-box-avaiability{
		margin-bottom: 0px !important;
	}
	.cart-item-row .product-details-box-avaiability .part-availability span{
		font-size: 7pt !important;
	}
	.cart-item-row-box:nth-child(odd){
		padding-right: 1.5px;
	}
	.cart-item-row-box:nth-child(even){
		padding-left: 1.5px;
	}
	/*.cart-item-row-box{
		border-radius: 5px;
	}*/
	/*.cart-item-row-box:nth-child(odd){
		border: 1px solid #f0f0f0;
	}
	.cart-item-row-box:nth-child(even){
		border: 1px solid #d9d9d9;
	}
	.cart-item-row-box{
		border-bottom: 1px solid #f0f0f0;
	}*/
	
	.cart-item-row .product-details-box-avaiability{
		min-height: 80px;
		font-size: 7pt !important;
	}
	.cart-amount{
		text-align: center;
	}
}

.option-not-selected{
	padding-left: 11px;
	padding-right: 11px;
}
.option-selected{
	/* border: 1px solid #cfcfcf; */
	/* padding: 10px; */
	border-radius: 5px;
	/* background: #dcf2dd; */
	/* margin-bottom: 20px; */
}
.text-center{
	text-align: center;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cassa-sum-box{
	border: 2px solid #cfcfcf;
	box-shadow:	0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: 35px 20px;
	font-size: 10pt;
	color: #696969;
}
.cassa-sum-box h4{
	font-size: 16pt;
	color: #606060;
}
.cassa-sum-box li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.options-box{
	border: 1px solid #cfcfcf;
	box-shadow:	0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: 35px 20px;
}
.options-box h4{
	font-size: 14pt;
	color: #606060;
	margin-bottom: 0px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.options-box .options{
	margin-top: 25px;
	font-size: 10pt;
	color: #696969;
}
.cassa-aszf-row{
	margin: 10px; 
	background-color: #f97777; 
	border: 1px solid #f96d6d; 
	border-radius: 5px;
}
.cassa-aszf-col{
	background-color: #ffcece; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #ff9999; 
	border-radius: 5px; 
	font-weight: bold;
}
.cassa-aszf-row-accepted{
	margin: 10px; 
	/* background-color: #83dd84;  */
	background-color: #a4d1a5; 
	/* border: 1px solid #79ba72;  */
	border: 1px solid #a8bda5; 
	border-radius: 5px;
}
.cassa-aszf-col-accepted{
	/* background-color: #ceffd0;  */
	background-color: #dcf2dd; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	/* border: 1px solid #af9;  */
	border: 1px solid #7d9f76; 
	border-radius: 5px; 
	font-weight: bold;
}
.selected-cassa-stock-well{
	background-color: #a4d1a5 !important;
}
.selected-cassa-stock-row{
	background-color: #dcf2dd; 
	border: 1px solid #79ba72; 
	border-radius: 5px;
}
/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */

.result_item.closed .data_txt.data_1.wordwrap,
.result_item.closed .data_txt.data_2.wordwrap,
.result_item.closed .data_txt.data_3.wordwrap,
.result_item.closed .data_txt.data_4.wordwrap
{
    display:block;
    overflow: inherit;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

.head_pic
{
	background:url(../img/mpltrack/head_pic_color.png) no-repeat center;
}

#section_how_it_works_content a, 
#section_search_content a,
#section_faq_content a
{
    color: cornflowerblue;
}

/****/
.section_content_container.another_search_container
{
	border-bottom: #ddd 1px solid;
	position:relative;
	margin:10px 0;
	height:65px;
}

/**/

.section_content_container .input_container
{
	position:absolute;
	left:228px;
	right:228px;
}

.another_search_container .btn_back
{
	position:absolute;
	left:0px;
	width:215px;
}

.another_search_container .btn_next
{
	position:absolute;
	right:0px;
	width:215px;
}

/**/

.result_section
{
	position:relative;
	margin-top:25px;
	
}

.results_options_container
{
	display:block;
	position:absolute;
	width:116px;
	height:28px;
	right:0px;
	top:0px;
}

.results_options_item
{
	width:32px;
	height:28px;
	position:absolute;
	top:2px;
	cursor:pointer;
}

.results_options_item.i1 { left:0px; background-image:url(../img/mpltrack/ikon_print.png); }
.results_options_item.i2 { left:40px; background-image:url(../img/mpltrack/ikon_mail.png); }
.results_options_item.i3 { left:84px; background-image:url(../img/mpltrack/ikon_save.png); }

/**/
.tabsheet_container
{
	position:relative;
}

.tab_container
{
	position:relative;
	height:59px;
}

.tab
{
	position:absolute;
	width:300px;
	height:52px;
	border-radius:6px 6px 0px 0px;
	top:0px;
}

.tab.closed 
{
	cursor:pointer;	
}

.tab.t1.opened 
{
	 background: #78c955;
   	 background: -webkit-linear-gradient(left, #57c146 , #63c44c); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(right, #57c146 , #63c44c); /* For Opera 11.1 to 12.0 */
   	 background: -moz-linear-gradient(right, #57c146 , #63c44c); /* For Firefox 3.6 to 15 */
   	 background: linear-gradient(to right, #57c146 , #63c44c); /* Standard syntax */
}


.hidden
{
    display: none;
}

.alpha
{
    opacity: 0.3;
	 background: #eee;
}

.tab.t2.opened
{
	 background: #78c955;
   	 background: -webkit-linear-gradient(left, #64c44c , #75c954); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(right, #64c44c , #75c954); /* For Opera 11.1 to 12.0 */
   	 background: -moz-linear-gradient(right, #64c44c , #75c954); /* For Firefox 3.6 to 15 */
   	 background: linear-gradient(to right, #64c44c , #75c954); /* Standard syntax */
}

.tab.t3.opened 
{
	 background: #78c955;
   	 background: -webkit-linear-gradient(left, #76c954 , #82cc5a); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(right, #76c954 , #82cc5a); /* For Opera 11.1 to 12.0 */
   	 background: -moz-linear-gradient(right, #76c954 , #82cc5a); /* For Firefox 3.6 to 15 */
   	 background: linear-gradient(to right, #76c954 , #82cc5a); /* Standard syntax */
}

.tab.t1.closed 
{
	 background: #eee;
}

.tab.t2.closed
{
	 background: #eee;
}

.tab.t3.closed 
{
	 background: #eee;
}

.tab.t1
{
	 left:0px;
}

.tab.t2
{
	 left:311px;
}

.tab.t3
{
	 right:0px;
}

.tab_title
{
	position:absolute;
	font-size:18px;
	font-weight:bold;
	top:16px;
	left:12px;
	cursor:inherit;
}

.tab.opened .tab_title { color:#fff; }
.tab.closed .tab_title { color:inherit; }


.tab_txt
{
	display:block;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	top:19px;
	right:48px;
	cursor:inherit;
}

.tab.opened .tab_txt { color:#fff; }
.tab.closed .tab_txt { color:inherit;}

.tab_results_num
{
	position:absolute;
	width:31px;
	height:26px;
	font-size:18px;
	font-weight:bold;
	top:10px;
	right:10px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	cursor:inherit;
}

.tab.opened .tab_results_num
{
	color:#7bca57;
	background-image:url(../img/mpltrack/circle_white.png);
}

.tab.closed .tab_results_num
{
	color:#fff;
	background-image:url(../img/mpltrack/circle_blue.png);
}


.tab_bottom
{
	height:7px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;	
	background: #78c955;
    background: -webkit-linear-gradient(left, #57c146 , #82cc5a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #57c146 , #82cc5a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #57c146 , #82cc5a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #57c146 , #82cc5a); /* Standard syntax */
}

.tabsheet_content_container
{
	background:#eee;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-radius:0px 0px 6px 6px;
	padding-top:0px;
}

/**/

.results_header_container
{
	position:relative;
	margin:0px 8px 14px 9px;
	height:30px;
	display:block;
}

.results_header_item
{
	position:absolute;
	font-size:12px;
	font-weight:bold;
	top:16px;
}

.data_1 { left:13px; width:130px; }
.data_2 { left:213px; width:125px; }
.data_3 { left:365px; width:140px; }
.data_4 { left:515px; width:230px;}

.result_item
{
	position:relative;
	border-radius:6px;
	margin:0px 8px 8px 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.result_item.closed
{
	background:#f9f9f9;
	height:100px;
}

.result_item.opened
{
	background:#fff;
	border-left:9px solid #57c146;
	border-bottom:none;
	margin:0px 8px 8px 9px;
	padding-top:65px;
	padding-bottom:16px;
	
}

.checkbox.all
{
	border:2px solid #58c146;
}

.result_item.closed .checkbox
{
	position:absolute;
	top:17px;
	left:-28px;
}

.result_item.opened .checkbox
{
	position:absolute;
	top:17px;
	left:-37px;
}

.result_item.closed .data_txt
{
	font-size:14px;
	font-weight:bold;
	position:absolute;
	display:table;
	height:40px;
	top:50%;
	margin-top:-20px;
}

.result_item.opened .data_txt div
{
	display:table-cell;
	vertical-align:middle;
}

.result_item.closed .data_txt div
{
	display:table-cell;
	vertical-align:middle;
}

.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_3, .result_item.closed .data_txt.data_4  
{ 
	display:table;
	height:40px;
	top:50%;
	margin-top:-40px;
}

.result_item.closed .data_txt.data_2
{ 
	display:table;
	height:40px;
	top:50%;
	margin-top:-40px;
    font-weight:normal;
}

.result_item.closed .data_complement
{
	font-size:14px;
	font-weight:bold;
	color:#999;
	position:absolute;
	display:none;
}

/**/



.more_details_item .separation
{
	display:none;
}



/**/

	.result_item.closed .separator
	{
		display:none;
	}
	
/**/

.line_container
{
	position:relative;
	padding:3px 0 3px 0;
	min-height:30px;
}

.result_item.opened .data_txt.data1 
{
	position:absolute;
	font-size:18px;
	font-weight:bold;
	top:18px;
	left:8px;	
	white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    width:80%;
}

/**/

.details_section
{
	position:relative;
	padding-bottom:10px;
}

h3.details_heading
{
	/*position:absolute;
	top:-20px;
	left:0px;
	right:0px;*/
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px solid #eee;
}

.result_item.opened h3
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.details_container
{
	float:left;
	width:410px;
	margin-left:16px;
}

.details_item
{
	position:relative;
	height:26px;
}

.details_label
{
	color:#999;
	font-size:12px;
	font-weight:normal;
	width:146px;
	position:absolute;
	top:0px;
	left:0px;
}

.details_data
{
	color:inherit;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:156px;
}


.data_txt.data_2.small_text
{
    font-size: 12px;
    width:140px;
}

/**/

.more_details_section
{
	position:relative;
	padding-top:56px;
	border-top:1px solid #eee;
	margin:0px 8px;
	
}

h3.more_details_heading
{
	position:absolute;
	top:20px;
	left:160px;
	right:160px;
}


.more_details_header .header_item
{
	position:absolute;
	top:12px;
	font-size:12px;
	font-weight:bold;
}

.more_details_container
{
	
}

.more_details_header
{
	background-color:#eeeeee;
	border-radius: 6px 6px 0px 0px;
	height:38px;
	position:relative;
}

.more_details_item:nth-child(even){
	background-color: #E5FFE3;
}
.more_details_item:nth-child(odd){
	background-color:#f9f9f9;
}
.more_details_item
{
	position:relative;
	padding:10px 0 10px 0;
	min-height:36px;
}

.more_details_item .data_txt
{
	font-size:14px;
	font-weight:bold;
	display:table;
	height:40px;
	top:50%;
	margin-top:-20px;
	vertical-align:middle;
}

.data_more_1 { left:12px; width:116px; }
.data_more_2 { left:190px; width:116px; }
.data_more_3 { left:320px; width:246px; }
.data_more_4 { left:582px; width:250px; }

.data_txt.data_more_1
{
	position:absolute;
	font-size:12px;
	font-weight:normal;
}

.data_txt.data_more_2
{
	position:absolute;
	top:50%;
    /* add by XyZs 2016.10.13 */
	font-weight:normal;
}

.data_txt.data_more_3
{
	position:absolute;
}

.data_txt.data_more_4
{
	position:absolute;
	top:20px;
}


/**/

.result_all_option_container
{
	position:relative;
	height:68px;
	margin:0px 8px;
	
}

.result_all_option_container .checkbox.all
{
	position:absolute;
	top:18px;
}

.label_sum
{
	font-size:12px;
	font-weight:bold;
	display:block;
}

.result_all_option_container .label_sum
{
	position:absolute;
	left:28px;
	top:24px;
	
}

/***************************************************************/
/***************************************************************/

.content_col_container
{
	width:447px;
}

h2.h_valid
{
	font-weight:normal;
	font-size:18px;
	text-align:left;
	margin:5px 0 10px 0;
	padding:0px;
}

.validation_container
{
	position:relative;
	height:110px;
	margin-bottom:33px;
}

.validation_pic 
{
	background-color:#4999d2;
	width:200px;
	height:33px;
	border-radius:6px;
	position:absolute;
	left:0px;
	top:5px;
}

.validation_pic img.s
{
	display:block;
	text-align:center;
	margin-top:5px;
}

.validation_pic img.l
{
	display:none;
}

.validation_refresh
{
	width:19px;
	height:20px;
	background:url(../img/mpltrack/ikon_refresh.png);
	position:absolute;
	left:212px;
	top:12px;
	cursor:pointer;
}

.validation_input
{
		
	width:180px;
	height:27px;
	border-radius:6px;
	background:#FFF;
	padding:5px 10px 0px 10px;
	position:absolute;
	right:0px;
	top:5px;
	border:1px solid #bbb;
}

.validation_input input
{
	font-size:12px;
	width:100%;
	padding: 4px 0px;
	margin: 0;
	border: 0;
	border: none;
	color:inherit;
}

.content_col_container.column_1 .btn_next
{
	position:absolute;
	top:72px;
	left:0px;
	right:0px;
}

.validation_container.no_validation
{
	height:50px;
	margin-bottom:0px;
}

.validation_container.no_validation .validation_pic, .validation_container.no_validation .validation_refresh, .validation_container.no_validation .validation_input
{
	display:none;
}

.validation_container.no_validation .btn_next
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}



/****/
.status_ikon
{
	width:40px;
	height:40px;
	border-radius:6px;
}

.result_item.closed .status_ikon
{
	position:absolute;
	left:156px;
	top:7px;
}

.more_details_item .status_ikon
{
	position:absolute;
	left:136px;
	top:50%;
	margin-top:-21px;	
}

.status_ikon.green
{
	background: #78c955;
    background: -webkit-linear-gradient(left, #57c146 , #82cc5a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #57c146 , #82cc5a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #57c146 , #82cc5a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #57c146 , #82cc5a); /* Standard syntax */
	box-shadow: 0px 2px 0px #4eaa3f;
}

.status_ikon.blue
{
	background: #39a0e1;
	box-shadow: 0px 2px 0px #2b8ac5;
}

.status_ikon div
{
	width:40px;
	height:40px;
	border-radius:6px;
}

.status_ikon .fig_11 {background-image:url(../img/mpltrack/ikon_fig1.png);}
.status_ikon .fig_12 {background-image:url(../img/mpltrack/ikon_fig2.png);}
.status_ikon .fig_13 {background-image:url(../img/mpltrack/ikon_fig3.png);}
.status_ikon .fig_14 {background-image:url(../img/mpltrack/ikon_fig4.png);}
.status_ikon .fig_15 {background-image:url(../img/mpltrack/ikon_fig5.png);}

.status_ikon .fig_21 {background-image:url(../img/mpltrack/ikon_fig1_level.png);}
.status_ikon .fig_22 {background-image:url(../img/mpltrack/ikon_fig2.png);}
.status_ikon .fig_23 {background-image:url(../img/mpltrack/ikon_fig3.png);}
.status_ikon .fig_24 {background-image:url(../img/mpltrack/ikon_fig4_level.png);}
.status_ikon .fig_25 {background-image:url(../img/mpltrack/ikon_fig5.png);}

.status_ikon .fig_31 {background-image:url(../img/mpltrack/ikon_fig1_level.png);}
.status_ikon .fig_32 {background-image:url(../img/mpltrack/ikon_fig2.png);}
.status_ikon .fig_33 {background-image:url(../img/mpltrack/ikon_fig3.png);}
.status_ikon .fig_34 {background-image:url(../img/mpltrack/ikon_fig4_level.png);}
.status_ikon .fig_35 {background-image:url(../img/mpltrack/ikon_fig5.png);}

.sort_arrow
{
	color: rgb(88, 193, 70);
}

@media screen and (max-width: 980px), handheld and (max-width: 980px)  {

.tab { width:240px ;}
	
	.tab.t2	{ left:249px; }
	
	.tab_title
	{
		font-size:14px;
		top:18px;
		left:12px;
	}
	
	.results_header_container .results_header_item { display:none; }
	
	.tabsheet_content_container	{ padding-top:16px; }
	
	.result_item.closed .data_complement
	{
		display:block;
		top:11px;
		font-size:12px;
	}
	
	.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_2, .result_item.closed .data_txt.data_3,  .result_item.closed .data_txt.data_4
	{
		display:block;
		height:auto;
		margin-top:0px;
		/*white-space:nowrap;
		overflow:hidden;*/
		font-size:12px;
		/*height:14px;*/
	}
	
	.result_item.closed .data_txt div
	{
		display:block;
		
	}
	
	.result_item.closed .data_txt.data_1 
	{ 
		top:11px;
		width:130px;
		font-size:14px;
	}

	.result_item.closed .data_txt.data_2 
	{ 
	max-width:120px;
	display:table;
	height:40px;
	top:50%;
	margin-top:-40px;
	}
	
	.result_item.closed .data_txt.data_3
	{
		top:11px;
		right:210px;
		text-align:left;
		left:auto;
		width:auto;
		max-width:210px;
	}
	
	.result_item.closed .data_txt.data_4
	{
		top:11px;
		right:125px;
		text-align:left;
		left:auto;
		width:auto;
		max-width:210px;
	}
	
	.data_more_1 { left:12px; width:116px; }
	.data_more_2 { left:190px; width:86px; }
	.data_more_3 { left:290px; width:184px; }
	.data_more_4 { left:472px; width:180px; }	
	
	.details_container
	{
		float:left;
		width:321px;
		margin-left:16px;
	}
	
	.details_section { padding-bottom:36px; }
	
	.more_details_item .data_txt {font-size:12px; }

	.content_col_container
	{
		width:738px;
	}
	
	.column_1 
	{	
		float:none;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 20px;
	}
	.column_2 {	float:mone;}
	
	.textarea_container
	{
		width:auto;
		
	}
	
	.content_col_container.column_1 .btn_next
	{
		top:5px;
		left:auto;
		right:0px;
		width:218px;
	}
	
	.validation_container.no_validation .btn_next
	{
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		width:auto;
	}

	
	.validation_input { right:266px; }
	
	.validation_container
	{
		height:40px;
		margin-bottom:0px;
	}
	
	.result_item.closed .data_txt.data_2.small_text
    {
    font-size: 14px;
    width:220px;
    max-width:220px;
    white-space:normal;
    
    }
	
}



@media screen and (max-width: 788px), handheld and (max-width: 788px)  
{

	.section_content_container .input_container
    {
	position:absolute;
	left:0px;
	right:0px;
    }

	.head_pic
	{
		background:url(../img/mpltrack/head_pic_mono_m.png) no-repeat center;
	}

/**/

	.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_2, .result_item.closed .data_txt.data_3,  .result_item.closed .data_txt.data_4
	{
		display:block;
		height:auto;
		margin-top:0px;
		/*white-space:normal;
		overflow:hidden;*/
		font-size:14px;
		width:auto;
	}
	
	.data_txt.data_more_1, .data_txt.data_more_2, .data_txt.data_more_3, .data_txt.data_more_4	
{width:auto; text-align:left; }
	
	.result_item.opened .data_txt.data1 
	{
		font-size:18px;
		width: 50%;
	}

	.section_content_container.another_search_container
	{
		margin:10px 0;
		height:124px;
	}

	.another_search_container .btn_back
	{
		top:54px;
		left:0px;
		width:215px;
	}
	
	.another_search_container .btn_next
	{
		top:54px;
		right:0px;
		width:215px;
	}

	.results_options_container { display:none; }
	
	
	.tab_container { height:80px;}
	
	.tab 
	{ 
		width:146px ;
		height:74px;
	}
	
	.tab.t2	{ left:152px; }
	
	.tab_title
	{
		font-size:16px;
		top:10px;
		left:2px;
		right:2px;
		text-align:center;
	}
	
	.tab_txt { display:none;}
	
	.tab_results_num
	{
		top:34px;
		right:50%;
		margin-right:-15px;
	}
	
	.results_header_container .results_header_item { display:none; }
	
	.tabsheet_content_container	{ padding-top:16px; }
	
	.result_item.closed { height:180px; }
	
	.result_item.closed .data_complement.data_2
	{
		display:block;
		top:80px;
		left:75px;
	}
	
	.result_item.closed .data_txt.data_1
	{
		font-size:18px;
		left:15px;
		top:10px;
		width:240px;
		height:20px;
	
	}

	.result_item.closed .data_txt.data_2 
	{ 
		top:113px; 
		left:75px;
		width:auto;
		max-width:110px;
		height:16px;
	display:table;
	height:40px;
	margin-top:-20px;
	}
	
	.result_item.closed .data_txt.data_3
	{
		top:90px;
		right:15px;
		text-align:right;
		left:auto;
		width:auto;
		max-width:200px;
		height:16px;
	}
	
	.result_item.closed .data_txt.data_4
	{
		top:113px;
		right:15px;
		text-align:right;
		left:auto;
		width:auto;
		max-width:200px;
		height:16px;
        display:block;
        height: auto;
	}
	
	.result_item.closed .separator
	{
		display:block;
		position:absolute;
		background-color:#bababa;
		height:1px;
		left:10px;
		right:10px;
		top:80px;
	}

	/**/

	.result_item.opened
	{
		background:#fff;
		border-left:9px solid #57c146;
		border-bottom:none;
		margin:0px 8px 8px 35px;
		padding-top:56px;
		padding-bottom:16px;
		
	}

	/**/
	
	h3.details_heading
	{
		position:static;
		border-top:1px solid #bcbcbc;
		margin:0 12px;
		padding:16px 0 26px 0;
	}
	
	.details_container
	{
		float:none;
		width:auto;
		margin-left:16px;
	}
	
	.details_item {height:30px;}
	
	.details_label
	{
		color:#999;
		font-size:14px;
		font-weight:bold;
		width:200px;
		position:absolute;
		top:0px;
		left:0px;
	}

	.details_data
	{
		color:inherit;
		font-size:14px;
		font-weight:bold;
		position:absolute;
		top:0px;
		left:154px;
		right:15px;
		text-align:right;
	}
	
	.more_details_section
	{
		border-top:1px solid #bcbcbc;
		margin:0px 12px;
		margin-top:50px;
		padding-top:30px;
	}
	
	h3.more_details_heading
	{
		position:static;
		margin-bottom:0px;
	}
	
	.more_details_header
	{
		display:none;
	}
	
	.details_section 
	{ 
		padding-bottom:62px;
		margin-top: 50px;
	}

	.more_details_item .data_txt 
	{
		font-size:16px; 
		font-weight:bold; 
		height:auto;
	}

	.data_txt.data_more_1
	{
		position:static;
		margin:0px 10px 8px 90px;
	}
	
	.data_txt.data_more_2
	{
		position:static;
		margin:13px 10px 26px 90px;
		font-size:20px;
		height:40px;
        font-weight:normal; 
	}
	
	.data_txt.data_more_3
	{
		position:static;
		margin:0px 10px 8px 90px;
		
	}
	
	.data_txt.data_more_4
	{
		position:static;
		margin:0px 10px 20px 90px;
	}
	
	.more_details_item .separation
	{
		display:block;
		height:20px;
		border-top:1px solid #bcbcbc;
		margin:0px 15px 0px 90px;
	}
	
	.label_sum { display:none; }
	
	.result_all_option_container .checkbox.all
	{
		position:absolute;
		top:12px;
	}	

	.content_col_container
	{
		width:450px;
		margin:0px;
	}
	
	.column_1 
	{	
		float:none;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 20px;
		
	}
	.column_2 {	float:mone;}
	
	h2.h_valid
	{
		font-size:24px;
		text-align:center;
	}
	
	.validation_container
	{
		height:78px;
		margin-bottom:33px;
	}
	
	.validation_pic 
	{
		width:205px;
		height:45px;
		left:0px;
		top:5px;
	}
	
	.validation_pic img.s
	{
		display:none;
	}
	
	.validation_pic img.l
	{
		display:block;
		text-align:center;
		margin-top:8px;
	}
	
	.validation_refresh
	{
		width:30px;
		height:30px;
		background:url(../img/mpltrack/ikon_refresh_l.png);
		position:absolute;
		left:210px;
		top:12px;
		cursor:pointer;
	}
	
	.content_col_container.column_1 .btn_next
	{
		top:68px;
		left:0px;
		right:0px;
		width:auto;
	}
	
	/**/


	
	/**/
	
	.validation_container.no_validation .btn_next
	{
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		width:auto;
	}
	
	.content_col_container.column_1 .btn_next .btn_txt
	{
		font-size:18px;
		top:8px;
	}
	
	.validation_input 
	{ 
		right:0px;
		width:183px;
		height:23px;
		padding:10px;
	}
		
	.validation_input input
	{
		font-size:16px;
	}
	
/*****/

	.status_ikon
	{
		width:50px;
		height:50px;
	}

	.more_details_container .status_ikon
	{
		width:65px;
		height:65px;
	}	
	
	.result_item.closed .status_ikon
	{
		position:absolute;
		left:14px;
		top:90px;
	}
	
	.more_details_item .status_ikon
	{
		position:absolute;
		top:9px;
		left:10px;
		margin-top:0px;	
	}
	
	.status_ikon div
	{
		width:50px;
		height:50px;
	}
	
	.more_details_container .status_ikon div
	{
		width:65px;
		height:65px;
	}
	
	.status_ikon .fig_11 {background-image:url(../img/mpltrack/ikon_fig1_m.png);}
	.status_ikon .fig_12 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
	.status_ikon .fig_13 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
	.status_ikon .fig_14 {background-image:url(../img/mpltrack/ikon_fig4_m.png);}
	.status_ikon .fig_15 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}
	
	.status_ikon .fig_21 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .status_ikon .fig_22 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .status_ikon .fig_23 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .status_ikon .fig_24 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .status_ikon .fig_25 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}

    .status_ikon .fig_31 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .status_ikon .fig_32 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .status_ikon .fig_33 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .status_ikon .fig_34 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .status_ikon .fig_35 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}


	.more_details_container .status_ikon .fig_11 {background-image:url(../img/mpltrack/ikon_fig1_l.png);}
	.more_details_container .status_ikon .fig_12 {background-image:url(../img/mpltrack/ikon_fig2_l.png);}
	.more_details_container .status_ikon .fig_13 {background-image:url(../img/mpltrack/ikon_fig3_l.png);}
	.more_details_container .status_ikon .fig_14 {background-image:url(../img/mpltrack/ikon_fig4_l.png);}
	.more_details_container .status_ikon .fig_15 {background-image:url(../img/mpltrack/ikon_fig5_l.png);}
	
	.more_details_container .status_ikon .fig_21 {background-image:url(../img/mpltrack/ikon_fig1_level_l.png);}
    .more_details_container .status_ikon .fig_22 {background-image:url(../img/mpltrack/ikon_fig2_l.png);}
    .more_details_container .status_ikon .fig_23 {background-image:url(../img/mpltrack/ikon_fig3_l.png);}
    .more_details_container .status_ikon .fig_24 {background-image:url(../img/mpltrack/ikon_fig4_level_l.png);}
    .more_details_container .status_ikon .fig_25 {background-image:url(../img/mpltrack/ikon_fig5_l.png);}

    .more_details_container .status_ikon .fig_31 {background-image:url(../img/mpltrack/ikon_fig1_level_l.png);}
    .more_details_container .status_ikon .fig_32 {background-image:url(../img/mpltrack/ikon_fig2_l.png);}
    .more_details_container .status_ikon .fig_33 {background-image:url(../img/mpltrack/ikon_fig3_l.png);}
    .more_details_container .status_ikon .fig_34 {background-image:url(../img/mpltrack/ikon_fig4_level_l.png);}
    .more_details_container .status_ikon .fig_35 {background-image:url(../img/mpltrack/ikon_fig5_l.png);}	
    
    .result_item.closed .data_txt.data_2.small_text
    {
    font-size: 14px;
    width:180px;
    max-width:180px;
    white-space:normal;
    
    }
	
}

@media screen and (max-width: 500px), handheld and (max-width: 500px)  
{
	.head_pic
	{
		background:url(../img/mpltrack/head_pic_mono_s.png) no-repeat center;
	}
	
	/****/
	
	
	.section_content_container .input_container
    {
	position:absolute;
	left:0px;
	right:0px;
    }

	.section_header.i_search  .section_header_box 
	{ 
		font-size:13px;
		padding-top:10px;
		padding-left:10px; 
	}	
	
	.section_content_container.another_search_container
	{
		margin:10px 0;
		height:162px;
	}
	
	.another_search_container .btn_back
	{
		top:53px;
		left:0px;
		right:0px;
		width:auto;
	}
	
	.another_search_container .btn_next
	{
		top:106px;
		left:0px;
		right:0px;
		width:auto;
	}

	.results_options_container { display:none; }
	
	
	.tab_container { height:96px;}
	
	.tab 
	{ 
		width:98px ;
		height:90px;
	}
	
	.tab.t2	{ left:104px; }
	
	.tab_title
	{
		font-size:16px;
		top:10px;
		left:2px;
		right:2px;
		text-align:center;
	}
	
	.tab.t3 .tab_title { top:18px; }
	
	.tab_txt { display:none;}
	
	.tab_results_num
	{
		top:50px;
		right:50%;
		margin-right:-15px;
	}
	
	.results_header_container .results_header_item { display:none; }
	
	.tabsheet_content_container	{ padding-top:16px; }
	
	.result_item.closed { height:184px; }
	
	.result_item.closed .data_complement.data_2
	{
		display:block;
		top:74px;
		left:66px;
	}
	
	.result_item.closed .data_txt.data_1
	{
		font-size:14px;
		left:12px;
		top:10px;
		width:125px;
		height:16px;
		
	}

	.result_item.closed .data_txt.data_2 
	{ 
		top:110px; 
		left:66px;
		font-size:16px;
		max-width:none;
		width:187px;
		height:18px;
	}
	
	.result_item.closed .data_txt.data_3
	{
		top:128px;
		right:auto;
		text-align:left;
		left:66px;
		font-size:14px;
		max-width:none;
		width:187px;
		height:16px;
	}
	
	.result_item.closed .data_txt.data_4
	{
		top:152px;
		right:7px;
		text-align:left;
		left:66px;
		font-size:14px;
		max-width:none;
		width:187px;
		height:16px;
		height: auto;
	}
	
	.result_item.closed .separator
	{
		display:block;
		position:absolute;
		background-color:#bababa;
		height:1px;
		left:7px;
		right:7px;
		top:80px;
	}
	
		.btn_gray.btn_details
	{
		width:112px;
		top:12px;
		right:7px;
	}

	.btn_gray.btn_more_details
	{
		width:158px;
		bottom:16px;
		right:7px;
	}
	
	/**/

	.result_item.opened
	{
		background:#fff;
		border-left:0px solid #57c146;
		border-bottom:none;
		margin:0px 8px 8px 35px;
		padding-top:56px;
		padding-bottom:16px;
		
	}

	/**/
	
	h3.details_heading
	{
		position:static;
		border-top:1px solid #bcbcbc;
		margin:0 12px;
		padding:16px 0 20px 0;
	}
	
	.details_container
	{
		float:none;
		width:auto;
		margin-left:16px;
	}
	
	.details_item {height:48px;}
	
	.details_label
	{
		color:#999;
		font-size:14px;
		font-weight:bold;
		width:200px;
		position:absolute;
		top:0px;
		left:0px;
	}

	.details_data
	{
		color:inherit;
		font-size:14px;
		font-weight:bold;
		position:absolute;
		top:19px;
		left:0px;
		right:auto;
		text-align:right;
	}
	
	.more_details_section
	{
		border-top:1px solid #bcbcbc;
		margin:0px 6px;
		margin-top:30px;
		padding-top:30px;
	}
	
	h3.more_details_heading
	{
		position:static;
		margin-bottom:0px;
	}
	
	.more_details_header
	{
		display:none;
	}
	
	.details_section 
	{ 
		padding-bottom:62px;
	}

	.more_details_item .data_txt 
	{
		font-size:14px; 
		font-weight:bold; 
		height:auto;
	}


	.result_item.opened .data_txt.data1 
	{
		position:absolute;
		font-size:14px;
		font-weight:bold;
		top:10px;
		left:12px;	
		width:45%;
	}

	.data_txt.data_more_1
	{
		position:static;
		margin:0px 10px 8px 66px;
	}
	
	.data_txt.data_more_2
	{
		position:static;
		margin:3px 10px 22px 66px;
		font-size:18px;
		height:40px;
	}
	
	.data_txt.data_more_3
	{
		position:static;
		margin:0px 10px 8px 66px;
		
	}
	
	.data_txt.data_more_4
	{
		position:static;
		margin:0px 10px 20px 66px;
	}
	
	.more_details_item .separation
	{
		display:block;
		height:20px;
		border-top:1px solid #bcbcbc;
		margin:0px 6px 0px 66px;
	}

	.result_all_option_container .checkbox.all
	{
		position:absolute;
		top:12px;
	}
	
		h2.h_valid
	{
		font-size:24px;
		text-align:center;
	}
	
	.validation_container
	{
		height:136px;
		margin-bottom:33px;
	}
	
	.validation_pic 
	{
		width:268px;
		height:45px;
		left:0px;
		top:5px;
	}
	
	.validation_pic img.s
	{
		display:none;
	}
	
	.validation_pic img.l
	{
		display:block;
		margin:8px auto 0 auto;
	}
	
	.validation_refresh
	{
		width:30px;
		height:30px;
		background:url(../img/mpltrack/ikon_refresh_l.png);
		position:absolute;
		left:auto;
		right:0px;
		top:12px;
		cursor:pointer;
	}
	
	.content_col_container.column_1 .btn_next
	{
		top:127px;
		left:0px;
		right:0px;
		width:auto;
	}
	
	.validation_container.no_validation .btn_next
	{
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		width:auto;
	}
	
	.validation_input 
	{ 
		right:0px;
		left:0px;
		width:auto;
		height:23px;
		padding:10px;
		top:66px;
	}
		
	.validation_input input
	{
		font-size:16px;
	}
	
	/******/
	
	.status_ikon
	{
		width:50px;
		height:50px;
	}

	.more_details_container .status_ikon
	{
		width:50px;
		height:50px;
	}	
	
	.result_item.closed .status_ikon
	{
		position:absolute;
		left:7px;
		top:90px;
	}
	
	.more_details_item .status_ikon
	{
		position:absolute;
		top:7px;
		left:7px;
		margin-top:0px;	
	}
	
	.status_ikon div
	{
		width:50px;
		height:50px;
	}
	
	.more_details_container .status_ikon div
	{
		width:50px;
		height:50px;
	}

	
	.status_ikon .fig_11 {background-image:url(../img/mpltrack/ikon_fig1_m.png);}
	.status_ikon .fig_12 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
	.status_ikon .fig_13 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
	.status_ikon .fig_14 {background-image:url(../img/mpltrack/ikon_fig4_m.png);}
	.status_ikon .fig_15 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}
	
	.status_ikon .fig_21 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .status_ikon .fig_22 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .status_ikon .fig_23 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .status_ikon .fig_24 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .status_ikon .fig_25 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}

    .status_ikon .fig_31 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .status_ikon .fig_32 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .status_ikon .fig_33 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .status_ikon .fig_34 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .status_ikon .fig_35 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}


	.more_details_container .status_ikon .fig_11 {background-image:url(../img/mpltrack/ikon_fig1_m.png);}
	.more_details_container .status_ikon .fig_12 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
	.more_details_container .status_ikon .fig_13 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
	.more_details_container .status_ikon .fig_14 {background-image:url(../img/mpltrack/ikon_fig4_m.png);}
	.more_details_container .status_ikon .fig_15 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}
	
	.more_details_container .status_ikon .fig_21 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .more_details_container .status_ikon .fig_22 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .more_details_container .status_ikon .fig_23 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .more_details_container .status_ikon .fig_24 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .more_details_container .status_ikon .fig_25 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}

    .more_details_container .status_ikon .fig_31 {background-image:url(../img/mpltrack/ikon_fig1_level_m.png);}
    .more_details_container .status_ikon .fig_32 {background-image:url(../img/mpltrack/ikon_fig2_m.png);}
    .more_details_container .status_ikon .fig_33 {background-image:url(../img/mpltrack/ikon_fig3_m.png);}
    .more_details_container .status_ikon .fig_34 {background-image:url(../img/mpltrack/ikon_fig4_level_m.png);}
    .more_details_container .status_ikon .fig_35 {background-image:url(../img/mpltrack/ikon_fig5_m.png);}	
}
.dropdown-menu-sweet {
  position: absolute;
  z-index: 1010;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(-20px) scale(0.93);
  transform: translateY(-20px) scale(0.93);
  border-radius: 3px; }
  .dropdown-menu-sweet.dropdown-opened {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important; }
  .dropdown-menu-sweet.fixed {
    position: fixed; }
  .dropdown-menu-sweet.dropdown-anchor-left-top, .dropdown-menu-sweet.dropdown-anchor-left-center, .dropdown-menu-sweet.dropdown-anchor-left-bottom {
    -webkit-transform: translateX(-20px) scale(0.93);
    transform: translateX(-20px) scale(0.93); }
  .dropdown-menu-sweet.dropdown-anchor-right-top, .dropdown-menu-sweet.dropdown-anchor-right-center, .dropdown-menu-sweet.dropdown-anchor-right-bottom {
    -webkit-transform: translateX(20px) scale(0.93);
    transform: translateX(20px) scale(0.93); }
  .dropdown-menu-sweet .dropdown-anchor {
    border: 7px solid #fff; }
    .dropdown-menu-sweet .dropdown-anchor, .dropdown-menu-sweet .dropdown-anchor::after {
      position: absolute;
      content: '';
      display: inline-block; }
    .dropdown-menu-sweet .dropdown-anchor::after {
      border: 6px solid #fff; }
  .dropdown-menu-sweet.dark .dropdown-anchor, .dropdown-menu-sweet.dark .dropdown-anchor::after {
    border-color: #32363F; }
  .dropdown-menu-sweet.grey-anchor .dropdown-anchor, .dropdown-menu-sweet.grey-anchor .dropdown-anchor::after {
    border-color: #f6f6f6; }
  .dropdown-menu-sweet.accent-anchor .dropdown-anchor, .dropdown-menu-sweet.accent-anchor .dropdown-anchor::after {
    border-color: #F57C00; }
  .dropdown-menu-sweet.dropdown-anchor-top-left:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-top-center:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-top-right:not(.dropdown-overlay-trigger) {
    margin-top: 10px; }
  .dropdown-menu-sweet.dropdown-anchor-top-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-right .dropdown-anchor {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -14px; }
    .dropdown-menu-sweet.dropdown-anchor-top-left .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-top-center .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-top-right .dropdown-anchor::after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent;
      margin-top: -5px;
      margin-left: -6px; }
  .dropdown-menu-sweet.dropdown-anchor-top-left.dropdown-anchor-top-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-center.dropdown-anchor-top-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-right.dropdown-anchor-top-left .dropdown-anchor {
    left: 15px; }
  .dropdown-menu-sweet.dropdown-anchor-top-left.dropdown-anchor-top-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-center.dropdown-anchor-top-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-right.dropdown-anchor-top-center .dropdown-anchor {
    left: calc(50% - 7px); }
  .dropdown-menu-sweet.dropdown-anchor-top-left.dropdown-anchor-top-right .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-center.dropdown-anchor-top-right .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-top-right.dropdown-anchor-top-right .dropdown-anchor {
    left: calc(100% - 28px); }
  .dropdown-menu-sweet.dropdown-anchor-right-top:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-right-center:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-right-bottom:not(.dropdown-overlay-trigger) {
    margin-left: -10px; }
  .dropdown-menu-sweet.dropdown-anchor-right-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-bottom .dropdown-anchor {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 100%; }
    .dropdown-menu-sweet.dropdown-anchor-right-top .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-right-center .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-right-bottom .dropdown-anchor::after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      margin-left: -7px;
      margin-top: -6px; }
  .dropdown-menu-sweet.dropdown-anchor-right-top.dropdown-anchor-right-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-center.dropdown-anchor-right-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-bottom.dropdown-anchor-right-top .dropdown-anchor {
    top: 11px; }
  .dropdown-menu-sweet.dropdown-anchor-right-top.dropdown-anchor-right-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-center.dropdown-anchor-right-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-bottom.dropdown-anchor-right-center .dropdown-anchor {
    top: calc(50% - 7px); }
  .dropdown-menu-sweet.dropdown-anchor-right-top.dropdown-anchor-right-bottom .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-center.dropdown-anchor-right-bottom .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-right-bottom.dropdown-anchor-right-bottom .dropdown-anchor {
    top: calc(100% - 26px); }
  .dropdown-menu-sweet.dropdown-anchor-bottom-left:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-bottom-center:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-bottom-right:not(.dropdown-overlay-trigger) {
    margin-top: -10px; }
  .dropdown-menu-sweet.dropdown-anchor-bottom-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-right .dropdown-anchor {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 100%; }
    .dropdown-menu-sweet.dropdown-anchor-bottom-left .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-bottom-center .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-bottom-right .dropdown-anchor::after {
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      margin-top: -7px;
      margin-left: -6px; }
  .dropdown-menu-sweet.dropdown-anchor-bottom-left.dropdown-anchor-bottom-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-center.dropdown-anchor-bottom-left .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-right.dropdown-anchor-bottom-left .dropdown-anchor {
    left: 15px; }
  .dropdown-menu-sweet.dropdown-anchor-bottom-left.dropdown-anchor-bottom-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-center.dropdown-anchor-bottom-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-right.dropdown-anchor-bottom-center .dropdown-anchor {
    left: calc(50% - 7px); }
  .dropdown-menu-sweet.dropdown-anchor-bottom-left.dropdown-anchor-bottom-right .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-center.dropdown-anchor-bottom-right .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-bottom-right.dropdown-anchor-bottom-right .dropdown-anchor {
    left: calc(100% - 28px); }
  .dropdown-menu-sweet.dropdown-anchor-left-top:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-left-center:not(.dropdown-overlay-trigger), .dropdown-menu-sweet.dropdown-anchor-left-bottom:not(.dropdown-overlay-trigger) {
    margin-left: 10px; }
  .dropdown-menu-sweet.dropdown-anchor-left-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-bottom .dropdown-anchor {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: -14px; }
    .dropdown-menu-sweet.dropdown-anchor-left-top .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-left-center .dropdown-anchor::after, .dropdown-menu-sweet.dropdown-anchor-left-bottom .dropdown-anchor::after {
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      margin-left: -5px;
      margin-top: -6px; }
  .dropdown-menu-sweet.dropdown-anchor-left-top.dropdown-anchor-left-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-center.dropdown-anchor-left-top .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-bottom.dropdown-anchor-left-top .dropdown-anchor {
    top: 11px; }
  .dropdown-menu-sweet.dropdown-anchor-left-top.dropdown-anchor-left-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-center.dropdown-anchor-left-center .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-bottom.dropdown-anchor-left-center .dropdown-anchor {
    top: calc(50% - 7px); }
  .dropdown-menu-sweet.dropdown-anchor-left-top.dropdown-anchor-left-bottom .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-center.dropdown-anchor-left-bottom .dropdown-anchor, .dropdown-menu-sweet.dropdown-anchor-left-bottom.dropdown-anchor-left-bottom .dropdown-anchor {
    top: calc(100% - 26px); }
  .dropdown-menu-sweet.max-height ul {
    max-height: 184px; }
  .dropdown-menu-sweet ul {
    min-width: 160px;
    list-style: none;
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    overflow: auto;
    padding: 5px 0;
    margin: 0; }
    .dropdown-menu-sweet ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 18px; }
      .dropdown-menu-sweet ul li > a,
      .dropdown-menu-sweet ul li label {
        display: block;
        /* color: #555; */
        color: #999999 !important;
        text-decoration: none;
        line-height: 18px;
        padding: 5px 15px;
        /* padding: 5px 0px 5px 10px; */
        white-space: nowrap;
        transition: all 0.1s; }
        .dropdown-menu-sweet ul li > a svg,
        .dropdown-menu-sweet ul li label svg {
          height: 14px;
          width: 18px;
          vertical-align: middle;
          margin-left: -2px;
          margin-right: 4px;
          margin-top: -3px; }
          .dropdown-menu-sweet ul li > a svg path, .dropdown-menu-sweet ul li > a svg polygon,
          .dropdown-menu-sweet ul li label svg path,
          .dropdown-menu-sweet ul li label svg polygon {
            transition: fill 0.1s;
            fill: #0b0b0b; }
        .dropdown-menu-sweet ul li > a span.greenSVG svg path, .dropdown-menu-sweet ul li > a span.greenSVG svg polygon,
        .dropdown-menu-sweet ul li label span.greenSVG svg path,
        .dropdown-menu-sweet ul li label span.greenSVG svg polygon {
          fill: #B7D968; }
        .dropdown-menu-sweet ul li > a .flag,
        .dropdown-menu-sweet ul li label .flag {
          padding-bottom: 1px; }
        .dropdown-menu-sweet ul li > a:not(.grey):hover, .dropdown-menu-sweet ul li > a:hover,
        .dropdown-menu-sweet ul li label:not(.grey):hover,
        .dropdown-menu-sweet ul li label:hover {
          background-color: #333;
          /* color: #FFF; */
          color: #FFF !important;
          cursor: pointer; }
          .dropdown-menu-sweet ul li > a:not(.grey):hover svg path, .dropdown-menu-sweet ul li > a:not(.grey):hover svg polygon, .dropdown-menu-sweet ul li > a:hover svg path, .dropdown-menu-sweet ul li > a:hover svg polygon,
          .dropdown-menu-sweet ul li label:not(.grey):hover svg path,
          .dropdown-menu-sweet ul li label:not(.grey):hover svg polygon,
          .dropdown-menu-sweet ul li label:hover svg path,
          .dropdown-menu-sweet ul li label:hover svg polygon {
            fill: #fff; }
        .dropdown-menu-sweet ul li > a.active,
        .dropdown-menu-sweet ul li label.active {
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          cursor: default;
          pointer-events: none;
          color: #999;
          background: #f6f6f6; }
        .dropdown-menu-sweet ul li > a.grey:hover,
        .dropdown-menu-sweet ul li label.grey:hover {
          cursor: default; }
        .dropdown-menu-sweet ul li > a.disabled, .dropdown-menu-sweet ul li > a.disabled:hover, .dropdown-menu-sweet ul li > a.disabled:active,
        .dropdown-menu-sweet ul li label.disabled,
        .dropdown-menu-sweet ul li label.disabled:hover,
        .dropdown-menu-sweet ul li label.disabled:active {
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          cursor: default;
          pointer-events: none;
          cursor: default;
          color: #999; }
      .dropdown-menu-sweet ul li.title {
        padding: 7.5px 15px;
        background: #f6f6f6;
        color: #999;
        font-family: "Roboto", "Open Sans", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        border: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .dropdown-menu-sweet ul li.title.grey {
          background: #999;
          color: #F57C00; }
        .dropdown-menu-sweet ul li.title.light {
          background: #f6f6f6;
          color: #fccfa2; }
        .dropdown-menu-sweet ul li.title.accent {
          background: #F57C00;
          color: #fccfa2; }
    .dropdown-menu-sweet ul li > a:hover small.grey {
      opacity: 0.75;
      color: #fff; }
    .dropdown-menu-sweet ul li:first-child.divider {
      display: none; }
  .dropdown-menu-sweet.right-aligned {
    text-align: right; }
    .dropdown-menu-sweet.right-aligned ul li a svg {
      margin-right: 0;
      margin-left: 4px; }
  .dropdown-menu-sweet .divider {
    height: 1px;
    background: #e0e0e0;
    margin: 5px 1px;
    overflow: hidden; }
  .dropdown-menu-sweet.dark.assign-dropdown ul li a {
    color: #fff; }
    .dropdown-menu-sweet.dark.assign-dropdown ul li a:hover {
      background: #F57C00;
      color: #fff; }
  .dropdown-menu-sweet.dark ul {
    background: #32363F; }
    .dropdown-menu-sweet.dark ul li > a,
    .dropdown-menu-sweet.dark ul li label {
      color: #939aaa; }
      .dropdown-menu-sweet.dark ul li > a svg path,
      .dropdown-menu-sweet.dark ul li > a svg polygon,
      .dropdown-menu-sweet.dark ul li label svg path,
      .dropdown-menu-sweet.dark ul li label svg polygon {
        fill: #778093; }
      .dropdown-menu-sweet.dark ul li > a.active,
      .dropdown-menu-sweet.dark ul li label.active {
        color: #7f889a;
        background: #393d48; }
        .dropdown-menu-sweet.dark ul li > a.active.green,
        .dropdown-menu-sweet.dark ul li label.active.green {
          background: #B7D968;
          color: #fff; }
          .dropdown-menu-sweet.dark ul li > a.active.green svg path, .dropdown-menu-sweet.dark ul li > a.active.green svg polygon,
          .dropdown-menu-sweet.dark ul li label.active.green svg path,
          .dropdown-menu-sweet.dark ul li label.active.green svg polygon {
            fill: #fff; }
        .dropdown-menu-sweet.dark ul li > a.active.accent,
        .dropdown-menu-sweet.dark ul li label.active.accent {
          background: #F57C00;
          color: #fff; }
          .dropdown-menu-sweet.dark ul li > a.active.accent svg path, .dropdown-menu-sweet.dark ul li > a.active.accent svg polygon,
          .dropdown-menu-sweet.dark ul li label.active.accent svg path,
          .dropdown-menu-sweet.dark ul li label.active.accent svg polygon {
            fill: #fff; }
    .dropdown-menu-sweet.dark ul .divider {
      background: rgba(255, 255, 255, 0.08); }

@media screen and (max-width: 420px) {
  .dropdown-menu-sweet ul li > a {
    line-height: 32px;
    padding-left: 24px;
    padding-right: 24px; } }


/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Basic CSS */
.current{
	
}

.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: .25rem!important;
}

.sw-main .sw-container {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0;
}

.sw-main .sw-toolbar {
    margin-left: 0;
}

/* SmartWizard Theme: White */
.sw-theme-default {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.sw-theme-default .sw-container {
    min-height: 250px;
}

.sw-theme-default .step-content {
    padding: 10px;
    border: 0px solid #D4D4D4;
    background-color: #FFF;
    text-align: left;
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important;
}

.sw-theme-default > ul.step-anchor > li{
    position: relative;
    margin-right: 2px;
}

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
    border: none !important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed;
}

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.active > a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.done > a {
    border: none !important;
    color: #000 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.done > a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.danger > a {
    border: none !important;
    color: #d9534f !important;
    /* background: #d9534f !important; */
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.danger > a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    cursor: not-allowed;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-default > .nav-tabs > li {
        float: none !important;
    }
}

/* Common Loader */
.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.7);
    transition: all .2s ease;
    z-index: 2;
}
.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

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

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

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Dots */
.sw-theme-dots{
}
.sw-theme-dots .sw-container {
    min-height: 300px;
}
.sw-theme-dots .step-content {
    padding: 10px 0;
    border: none;
    background-color: #FFF;
    text-align: left;
}
.sw-theme-dots .sw-toolbar{
    background: #fff;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
}
.sw-theme-dots .sw-toolbar-top{
    border-bottom-color: #ddd !important;
}
.sw-theme-dots .sw-toolbar-bottom{
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important;
}
.sw-theme-dots > ul.step-anchor{
    position: relative;
    /* background: #fff; */
    border: 0px solid #ccc !important;
    list-style: none;
}
.sw-theme-dots ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 52px;
    /* bottom: 0; */
    width: 100%;
    height: 5px;
    background-color: #d8d8d8;
    border-radius: 3px;
    z-index: 95;
}
.sw-theme-dots > ul.step-anchor > li{
    border: none;
}
/* Anchors styles */
.sw-theme-dots > ul.step-anchor > li > a{
    position: relative;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #ccc;
    text-decoration: none;
    outline-style:none;
    z-index: 96;
    display: block;
	padding-bottom: 50px;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
	cursor: pointer;
    content: ' ';
    position: absolute;
    /* bottom: 2px; */
    /* left: 40%; */
	top: calc(50% - 15px);
	left: calc(50% - 15px);
    margin-top: 10px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    /* background: #f5f5f5; */
    background: #e3e3e3;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98;
}
.sw-theme-dots > ul.step-anchor > li > a:after  {
	cursor: pointer;
    content: ' ';
    position: absolute;
    /* left: 43%; */
    /* bottom: 2px; */
	top: calc(50% - 7.5px);
	left: calc(50% - 7.5px);
    margin-top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    /* background: #f5f5f5; */
    background: #e3e3e3;
    border-radius: 50%;
    z-index: 99;
}
.sw-theme-dots > ul.step-anchor > li > a:hover  {
    color: #ccc;
    background: transparent;
}
.sw-theme-dots > ul.step-anchor > li > a:focus{
    color: #ccc;
    border: none;
}
.sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
    color: #999;
}
/* Active anchors */
.sw-theme-dots > ul.step-anchor > li.active > a{
    color: #5bc0de;
}
.sw-theme-dots > ul.step-anchor > li.active > a:hover{
    border: none;
}
.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #5bc0de;
}
/* Done anchors */
.sw-theme-dots > ul.step-anchor > li.done > a{
    color: #5cb85c;
}
.sw-theme-dots > ul.step-anchor > li.done > a:after {
	
    background: #5cb85c;
}
/* Danger anchors */
.sw-theme-dots > ul.step-anchor > li.danger > a {
    color: #d9534f;
}
.sw-theme-dots > ul.step-anchor > li.danger > a:after {
    background: #d9534f;
}

.sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
}
.sw-theme-dots > ul.step-anchor > li.disabled > a:after {
    background: #eee;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
	ul.step-anchor li .nav-link{
		font-size:12pt;
	}
	.sw-theme-dots > ul.step-anchor > li > a{
		padding-left: 0px;
		padding-right: 0px;
	}
	.sw-theme-dots > ul.step-anchor > li > a:before {
		cursor: pointer;
		content: ' ';
		position: absolute;
		/* bottom: 2px; */
		/* left: 40%; */
		top: calc(50% - 6px);
		left: calc(50% - 9px);
		margin-top: 10px;
		display: block;
		border-radius: 50%;
		color: #428bca;
		/* background: #f5f5f5; */
		background: #e3e3e3;
		border: none;
		width: 20px;
		height: 20px;
		text-decoration: none;
		z-index: 98;
	}
	.sw-theme-dots > ul.step-anchor > li > a:after  {
		cursor: pointer;
		content: ' ';
		position: absolute;
		/* left: 43%; */
		/* bottom: 2px; */
		top: calc(50% - 1px);
		left: calc(50% - 4px);
		margin-top: 10px;
		display: block;
		width: 10px;
		height: 10px;
		/* background: #f5f5f5; */
		background: #e3e3e3;
		border-radius: 50%;
		z-index: 99;
	}
	
    /*.sw-theme-dots > ul.step-anchor:before {
        top: 0;
        bottom: 0;
        left: 10px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px;
    }

    .sw-theme-dots > ul.step-anchor > li{
        margin-left: 20px;
        display: block;
        clear: both;
    }

    .sw-theme-dots > ul.step-anchor > li > a{
        text-align: left;
        margin-left: 0;
        display: block;
    }

    .sw-theme-dots > ul.step-anchor > li > a:before {
        top: 5px;
        left: -23px;
        margin-right: 10px;
        display: block;
    }
    .sw-theme-dots > ul.step-anchor > li > a:after  {
        top: 12px;
        left: -15px;
        margin-right: 10px;
        display: block;
    }
	.sw-theme-dots > ul.step-anchor > li > a {
		position: relative;
		text-align: center;
		font-weight: bold;
		background: transparent;
		border: none;
		color: #ccc;
		text-decoration: none;
		outline-style: none;
		z-index: 96;
		display: block;
		padding: 0px;
		padding-left: 15px;
		padding-top: 20px;
	}*/
}

.profile-info-box .cs-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.nzi-price-table-holder .old-price::after {
    border-top: 1px solid #ff0000;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
}
.nzi-price-table-holder .old-price{
	position: relative;
	font-size: 16px;
}
.nzi-price-table-holder .old-price-placeholder {
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.nzi-price-table-holder .old-price-text{
	font-size: 12px;
}
.nzi-price-table-holder .old-price-small::after {
    border-top: 1px solid #ff0000;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
}
.nzi-price-table-holder .old-price-small{
	position: relative;
	font-size: 12px;
}
.nzi-price-table-holder .old-price-placeholder-small {
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.nzi-price-table-holder .old-price-small-text{
	font-size: 10px;
}
.nzi-price-nav .prev-price {
    left: 7px;
}
.nzi-price-nav .next-price {
    right: 7px;
}
.nzi-price-box .prev-price, .nzi-price-box .next-price {
    position: absolute;
    top: calc(50% - 16px);
    color: #fff;
    opacity: 0.8;
    z-index: 1010;
}
.nzi-price-nav a{
    color: #333333;
}
.nzi-price-nav {
    position: relative;
    width: 30px;
	background-color: #555;
}
.accesories-slick-slide-item:last-child{
	border-right: 0px;
}
.accesories-slick-slide-item .product-item-data{
	text-align: center;
}
.flex-md-multiline .col-12{
	flex-basis: 12%;
}
.flex-md-multiline .col {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
}
.item-box-nzi {
    position: relative;
}
@media screen and (max-width: 1280px) {
	.flex-md-multiline .col {
		-ms-flex-preferred-size: 24%;
		flex-basis: 24%;
	}
}
@media screen and (max-width: 768px) {
	.flex-md-multiline .col-12{
		flex-basis: 33%;
	}
	.flex-md-multiline .col {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
	}
}
@media screen and (max-width: 349px) {
	.flex-md-multiline .col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.main-slick-slide-item.active {
    opacity: 1;
}
.next-slide, .prev-slide {
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1010;
    opacity: 0.8;
    cursor: pointer;
}
.next-slide{
	right: 7px;
}
.prev-slide {
    left: 7px;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
.helmet-all-design-color h2{
	color: #fff !important;
	font-weight: bold;
}
.helmet-all-design-color{
	background-color: #cc0000;
	border: 1px solid #333;
}
.accesories-slick-slide-item {
    width: 150px;
    /* width: 100%; */
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #cfcfcf;
    /* height: 310px; */
    height: 250px;
    float: left;
    transition: all 0.25s ease;
}
.accesories-slick-slide-item .small-title {
    height: 53px;
}
.helmet-technical-color h3{
	color: #fff;
	font-weight: bold;
}
.helmet-technical-color {
    /* background-color: #ffe321; */
    background-color: #999;
    border: 1px solid #333;
}

.show-meret-tabla{
    /* text-decoration: underline; */
    color: #f4f4f4;
}
.large-title {
    font-weight: normal;
    font-size: 14pt;
    text-transform: uppercase;
}
.large-meret-table {
    display: none;
    text-align: center;
    padding: 5px;
}
.show-meret-tabla:hover {
    text-decoration: underline;
    color: #f4f4f4;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nzi-helmet-data-box .tech-boxes {
    padding-left: 0px;
    padding-right: 0px;
}
.nzi-helmet-data-box .tech-box {
    background-color: #fff;
}
.tech-box-bubble:after {
    top: -7px;
    left: 19px;
    bottom: auto;
	right:auto;
    border-width: 0 7px 7px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #5ece73 transparent;
    display: block;
    width: 0;
}
.tech-box:hover .tech-box-bubble{
    opacity:1;
    top: 100%;
    visibility: visible;
}
.tech-box {
    border: 2px solid #929394;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #434343;
    padding-right: 10px;
    opacity: 0.8;
    position: relative;
}
.tech-box .tech-box-img {
    background-color: #929394;
    padding: 2px;
    margin-right: 10px;
    border-right: 2px solid transparent;
    width: 51px;
    display: inline-block;
}
.tech-box-title {
    width: calc(100% - 61px);
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
	font-size: 9pt;
}
.tech-box-bubble {
    font-weight: normal !important;
}
.tech-box-bubble {
    position: absolute;
    top: 110%;
    opacity: 0;
    background-color: #5ece73;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    padding: 12px;
    left: -2px;
    right: -2px;
    z-index: 1030;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}
.add-to-cart span {
    /* display: none; */
    /* transition: all 0.25s ease; */
    letter-spacing: normal;
    font-size: 10pt;
}
.add-to-cart i{
	font-size: 10pt;
}
.nzi-helmet-data-box {
    background-color: #333;
    color: #fff;
}
.helmet-title-color {
    background-color: #cc0000;
    border: 1px solid #333;
}
.nzi-helmet-data-box .large-title {
    color: #fff;
    font-weight: bold;
}
.table-responsive.nzi-price-table-holder{
    overflow-x: auto;
    min-height: 0.01%;
}
/* .nzi-price-table tr:nth-child(2n+1) { */
    /* background-color: #f4f4f4; */
/* } */
.tooltip-html {
    display: none;
    text-align: center;
}
.table.nzi-price-table thead tr th{
	color: #fff !important;
	text-align: center;
}
.table.nzi-price-table {
    color: #fff;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.nzi-price-table th:nth-child(even){
	background-color: #444;
	color: #fff;
}
.nzi-price-table tr:nth-child(even){
	background-color: #fff;
	color: #333;
}
.nzi-price-table tfoot tr:nth-child(odd),
.nzi-price-table tbody tr:nth-child(odd){
	background-color: #f4f4f4;
	/* color: #fff; */
}
.nzi-price-table td.price-cell {
    font-size: 14pt;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-thumbs {
    text-align: center;
}
.mini-icon {
    width: 16px;
    height: 16px;
    vertical-align: text-top !important;
}
.img-gallery-large {
    /* display: none; */
    width: 100%;
    max-width: 600px;
}
.img-gallery-large.active {
    /* display: block; */
    margin: 0 auto;
}
.img-thumb {
    cursor: pointer;
    opacity: 0.5;
    display: inline-block;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 3px;
}
.item-box-nzi{
	padding: 10px;
}
.img-thumb.active{
	opacity: 1;
}
.img-responsive-thumb {
    width: 100%;
    max-width: 120px;
    height: auto;
}
.main-slick-slide-holder {
    padding: 3px;
    text-align: center;
}
.main-slick-slide-item:last-child {
	border-right: 0px;
}
.main-slick-slide-item:first-child {
	/* border-left: 1px solid #cfcfcf; */
}
.main-slick-slide-item {
    opacity: 0.6;
    width: 200px;
    /* width: 160px; */
    /* width: 100%; */
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #cfcfcf;
    height: 180px;
    float: left;
    transition: all 0.25s ease;
}
.product-item-data .small-title {
    font-weight: normal;
    font-size: 10pt;
    text-transform: uppercase;
}
.main-slick-slide-item.active .product-item-data a {
    font-weight: 600;
    text-decoration: underline;
}
.slide-img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.slide-img img {
    vertical-align: middle;
}
.ribbon-top-over {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #43c216;
    top: 10px;
    right: 10px;
    z-index: 1010;
    font-size: 9pt;
    font-weight: bold;
    color: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    font-family: arial, san-serif;
    opacity: 0.8;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(51,51,51,1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(51,51,51,1);
    box-shadow: 2px 2px 4px 0px rgba(51,51,51,1);
}
.ribbon-top-over a {
    text-decoration: none;
    color: #fff;
}
.four-lines {
    height: 80px;
    max-height: 80px;
    font-size: 14px;
    margin-top: 12px;
    overflow: hidden;
}
.product-excerpt {
    background: rgba(255,255,255,0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(241,241,241,1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(241,241,241,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
    padding-top: 36px;
    min-height: 140px;
}
.product:hover .img-responsive {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.product .img-responsive {
    width: auto;
    max-height: 260px;
    /* height: 260px; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.d-flex .col {
    -ms-flex-preferred-size: 0;
    /* flex-basis: 0; */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;	
}
.helmet-cat-card {
    height: 270px;
    margin: 0 10px;
	outline: 0;
}
.rel {
    position: relative;
}
.add-to-cart-btn-nzi{
	font-size: 10pt !important;
}
table.helmet-size-data-table{
	background-color: #fff;
	color: #333;
	margin: 0 auto;
	max-width: 370px;
}
.helmet-size-data-table th,
.helmet-size-data-table td{
	background-color: #fff;
	color: #333;
	padding: 3px !important;
	font-size: 8pt;
	vertical-align: middle !important;
}
.helmet-cat-card-text {
    width: 170px;
    height: 160px;
    padding: 10px;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-image: url(../img/nzi/card-inner-shadow.png);
    background-size: cover;
    background-position: center;
}
.helmet-cat-card-text h1 {
    font-size: 21px;
    line-height: 23px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}
.helmet-cat-card-text h2 {
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
}
.bg-color-zart {
    background-color: #5fcd73;
}
.abs {
    position: absolute;
}
.helmet-cat-card:hover .helmet-cat-card-text {
    top: -10px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.helmet-cat-card:hover .helmet-cat-card-img {
    left: 20px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}
.helmet-cat-card-img {
    max-width: 203px;
    width: 85%;
    height: auto;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.d-flex img {
    vertical-align: middle;
    border: 0;
}
.bg-color-nyithato {
    background-color: #b4da4a;
}
.bg-color-nyitott {
    background-color: #e9605d;
}
.bg-color-gyermek {
    background-color: #3acaec;
}
.bg-color-noi {
    background-color: #8B008B;
}
.bg-color-kiegeszitok {
    background-color: #eeb658;
}
div.panel.panel-product div.panel-body div.product-details div.text-center.product-title div.row.no-mobile div.sizes{
    padding: 3px;
}
.btn-size,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: bold;
}
.navbar-btn.btn-size {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-size .badge {
  top: 0;
  padding: 1px 5px;
}
.size-box{
	display: block; 
	float: left; 
	position: relative; 
	right: 50%;
	/* padding: 4px 20px 4px 20px; */
	/* border-top: 1px solid #828282; */
	
}
.sizes{
	/* clear: left;  */
	/* float: left;  */
	/* position: relative;  */
	/* left: 50%; */
	
}
.product-list-add-to-cart img{
	height: 18px;
	vertical-align: text-top;
	margin-right: 10px;
}
.helmet-size-selector.selected{
	background-color: #d404bcb3;
	border-color: #d404bc;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  /* .owl-carousel .owl-item img { */
    /* display: block; */
    /* width: 100%; } */
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4DC7A0;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4DC7A0; }

.profile-edit-form .control-label{
	margin-bottom: 5px;
	margin-top: 10px;
}
.profile-edit-form-shipping,
.profile-edit-form-invoice,
.profile-edit-form-contact,
.profile-edit-form-password{
	display: none;
}
.innogallery-skin-tango .innogallery-container-vertical {
    /* width: 206px; */
    /* height: 291px; */
    padding: 0;
}
.innogallery-skin-tango .innogallery-item-vertical {
    margin-bottom: 0px;
}

.innogallery-skin-tango .innogallery-item-placeholder {
    background: #fff;
    color: #000;
}


.innoGalleryItem{
	cursor: pointer;
}
/**
 *  Vertical Buttons
 */
.innogallery-skin-tango .innogallery-next-vertical {
    position: absolute;
    bottom: 9px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    /* background: transparent url(../images/next-vertical.png) no-repeat 0 0; */
}


.innogallery-skin-tango .innogallery-next-vertical:hover {
    background-position: 0 -32px;
}

.innogallery-skin-tango .innogallery-next-vertical:active {
    background-position: 0 -64px;
}

.innogallery-skin-tango .innogallery-next-disabled-vertical,
.innogallery-skin-tango .innogallery-next-disabled-vertical:hover,
.innogallery-skin-tango .innogallery-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.innogallery-skin-tango .innogallery-prev-vertical {
    position: absolute;
    top: 7px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    /* background: transparent url(../images/prev-vertical.png) no-repeat 0 0; */
}

.innogallery-skin-tango .innogallery-prev-vertical:hover {
    background-position: 0 -32px;
}

.innogallery-skin-tango .innogallery-prev-vertical:active {
    background-position: 0 -64px;
}

.innogallery-skin-tango .innogallery-prev-disabled-vertical,
.innogallery-skin-tango .innogallery-prev-disabled-vertical:hover,
.innogallery-skin-tango .innogallery-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.innogallery-container {
    position: relative;
}

.innogallery-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.innogallery-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.innogallery-list li,
.innogallery-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 75px;
}

.innogallery-next {
    z-index: 3;
    display: none;
}

.innogallery-prev {
    z-index: 3;
    display: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
#innogallery-main {
	width: calc(100% - 103px);
	min-height: 50px;
	/* width:429px;  */
	float:left; 
	margin-right:3px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.innoGalleryImageCaption .ask-for-vehicle-id{
	width: 100%;
}
.innoGalleryImageCaption .input-group-addon{
	color: #000;
	background-color: #fff;
	font-weight: bold;
}
.innoGalleryImageCaption input[readonly],
.innoGalleryImageCaption input{
	background-color: #fff;;
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}
.innogallery-caption-overlay{
	position: absolute;
	padding: 5px;
	background-color: rgba(0,0,0,0.3);
	bottom: 0px;
}
.innogallery-caption-overlay .innoGalleryImageCaption{
	opacity: 0.8
}
#innogallery-main ul {
	margin:0; 
	padding:0; 
	/* width:429px; */
}

#innogallery-main li img {
	width: 100%;
	height: auto;
}
#innogallery-main li {
	/* width:429px;  */
	/* height:290px;  */
	width: 100%;
	display:none;
	position:relative;
}

#innogallery-main li.active {
	display:block !important;
}

#innogallery-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#innogallery-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#innogallery-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#innogallery-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#innogallery-carousel {
	float:left; 
	width:100px;
	position:relative
}

#innogallery-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}


#innogallery-carousel li {
	margin-bottom: 3px;
	background:#fff; 
	/* height:97px;  */
	position:relative
}
#innogallery-carousel li:nth-last-child(){
	margin-bottom: 0px;
}

#innogallery-carousel li .arrow {
	left:3px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
	/* background:url(images/arrow_white.png) no-repeat 0 0;  */
	display:block;
}
#innogallery-carousel li a{
	opacity: 0.5;
}
#innogallery-carousel li a:hover{
	opacity: 0.9;
}
#innogallery-carousel li.active a{
	opacity: 1;
}
#innogallery-carousel li a {
	background:#000; 
	display:block; 
	/* width:206px;  */
	/* height:95px; */
}


#innogallery-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#innogallery-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
#innogallery-main{
	position: relative;
}
.innogallery-control.inext{
	left: 10px;
}
.innogallery-control.iprev{
	right: 10px;
}
.innogallery-control{
	width: 16px;
	height: 16px;
	z-index: 900;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 8px);
}
@media only screen and (max-width: 1024px){
	.innogallery-control{
		display: none;
	}
	#innogallery-carousel {
		float:left; 
		width:80px;
		position:relative
	}
	#innogallery-main {
		width: calc(100% - 83px);
		min-height: 50px;
		/* width:429px;  */
		float:left; 
		margin-right:3px;
	}
	.innogallery-list li,
	.innogallery-item {
		float: left;
		list-style: none;
		/* We set the width/height explicitly. No width/height causes infinite loops. */
		width: 80px;
		height: 60px;
	}
	.pswp__caption{
		bottom: initial;
		top: 0;
		height: 44px;
	}
	.pswp__top-bar{
		top: initial !important;
		bottom: 0 !important;
		height: 44px !important;
	}
}
#dropin-container{
	margin-bottom: 5px;
	padding: 3px;
	border-radius: 3px;
}
.d-flex{
	display: flex;
}
button#show-all-payment i{
	color: #35b454;
}
button#show-all-payment:hover{
	background-color: #f8f8f8;
}
button#show-all-payment{
	color: #666 !important;
	font-weight: 600;
	width: 100%;
	border-radius: 4px !important;
	height: 48px;
	background-color: #fff;
	transition: background-color .3s ease-out,box-shadow .3s ease-out;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.adyen-page .list-group .list-group-item .my-0{
	/* font-size: 1.5rem; */
}
.justify-content-between,
.justify-content-between{
	justify-content: space-between;
}
@media (max-width: 1008px){

	.mobile-cart-button{
		padding: 5px;
		line-height: 20px;
		margin-right: 5px;
		border: 1px solid #282828;
		border-radius: 4px;
		display: block;
		height: 34px;
		min-width: 40px;
		text-align: center;
		color: #fff;
	}
}
span.select2 {
    /* display: table; */
    /* table-layout: fixed; */
    width: 100% !important;
}
ul.step-anchor li:first-child:nth-last-child(10),
ul.step-anchor li:first-child:nth-last-child(10) ~ li {
    width: 10%;
}
ul.step-anchor li:first-child:nth-last-child(5),
ul.step-anchor li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
.stock-container .product-container .cassa-product-image-container{
	max-width: 125px;
}
.stock-container .product-pair-container .cassa-product-image-container{
	max-width: 80px;
}
.stock-container .product-pair-container img.cassa-product-image,
.stock-container .product-container img.cassa-product-image{
	width: 100%;
	border: 1px solid #ddd;
}

.stock-container h2{
	text-transform: none;
	font-weight: bold;
	color: #00a65a;
}
.stock-container .product-pair-container .cassa-product-title{
	font-weight: bold;
	font-size: 10pt;
	padding-left: 5px;
}
.stock-container .product-container .cassa-product-title{
	font-weight: bold;
	font-size: 13pt;
	padding-left: 10px;
}
.stock-container .product-pair-container .cassa-product-details div,
.stock-container .product-container .cassa-product-details div{
	flex-basis: 100%;
	/* flex-grow: 1; */
}
.stock-container .product-pair-container .cassa-product-details .cassa-product-price,
.stock-container .product-container .cassa-product-details .cassa-product-price{
	flex-basis: 40%;
	text-align: right;
	/* padding-right: 20px; */
}
.stock-container .product-pair-container .cassa-product-details .cassa-product-quantity .btn-quantity,
.stock-container .product-container .cassa-product-details .cassa-product-quantity .btn-quantity{
	margin-right: 5px;
}
.stock-container .product-pair-container .cassa-product-details .cassa-product-quantity .btn-quantity,
.stock-container .product-container .cassa-product-details .cassa-product-quantity .btn-quantity{
	color: #cd0000;
	outline: 0;
}
.stock-container .product-pair-container .cassa-product-details .cassa-product-quantity,
.stock-container .product-container .cassa-product-details .cassa-product-quantity{
	flex-basis: 40%;
	text-align: center;
}
.stock-container .product-pair-container .cassa-product-details .cassa-product-action,
.stock-container .product-container .cassa-product-details .cassa-product-action{
	flex-basis: 15%;
	text-align: right;
}
.stock-container .product-pair-container .cassa-product-details,
.stock-container .product-container .cassa-product-details{
	display: flex;
	flex-direction: row;
	flex-basis: 100%;
	align-items: center;
}
.stock-container .product-pair-container,
.stock-container .product-container{
	background-color: #fff;
	padding: 10px;
	display: flex;
	flex-direction: row;
	margin-bottom: 3px;
}
.stock-container .product-container.pair-border{
	margin: 0px;
	/* border: 5px solid #05a0d3; */
	border: 1px solid #444;
	border-bottom: 0px;
}
.stock-container.with-pair{
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.stock-container{
	/* padding: 10px; */
	/* background-color: #fff; */
}
.pair-slide .pair-slide-image-container img{
	width: 100%;
}
.pair-slide .pair-slide-image-container{
	/* min-width: 100px; */
	/* max-width: 100px; */
}
.pair-slide .pair-slide-details .pair-slide-details-man{
	font-weight: normal; 
	font-size: 8pt;
}
.pair-slide .pair-slide-details .pair-slide-details-stock small{
	color: green; 
	font-weight: bold;
}
.pair-slide .pair-slide-options .cassa-product-price{
	color: #d4220e;
	font-weight: bold;
}
.pair-slide .pair-slide-options{
	display: flex; 
	flex-direction: column; 
	flex-basis: 100%; 
	text-align: right;
}
.pair-slide .pair-slide-details{
	display: flex; 
	flex-direction: column; 
	flex-basis: 100%;
}
.pair-slide{
	width: 340px !important; 
	background-color: #fff; 
	padding: 5px; 
	display: flex; 
	flex-direction: row;
}
.stock-container .product-container .cassa-product-details .cassa-product-price small{
	color: #333;
}
.stock-container .product-container .cassa-product-details .cassa-product-price{
	font-weight: bold;
	font-size: 12pt;
	color: #d4220e;
}
.stock-container .product-container .cassa-product-details .cassa-product-quantity{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 470px) {
	.stock-container .product-container .cassa-product-title{
		font-size: 10pt;
	}
}
@media only screen and (max-width: 1366px) {
	.stock-container .product-container .cassa-product-details .cassa-product-title{
		flex-basis: 30%;
		font-size: 10pt;
	}
}
@media only screen and (max-width: 1024px) {
	.cassa-product-title-details.no-desktop .cassa-product-action{
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.cassa-product-title-details.no-desktop{
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		position: relative;
	}
	.pair-slide .pair-slide-options{
		text-align: center;
	}
	.pair-slide .pair-slide-details .pair-slide-details-man,
	.pair-slide .pair-slide-details .pair-slide-details-title{
		display: none;
	}
	.pair-slide{
		width: 90px !important; 
		background-color: #fff; 
		padding: 5px; 
		display: flex; 
		flex-direction: column;
		text-align: center;
		font-size: 8pt;
	}
	.swiper-button-prev,
	.swiper-button-next{
		height: 25px !important;
		top: 63%;
	}
	.stock-container .product-container .cassa-product-details .cassa-product-action{
		flex-basis: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.stock-container .product-container .cassa-product-details .cassa-product-price{
		flex-basis: 35%;
		text-align: center;
	}
	.stock-container .product-container .cassa-product-details .cassa-product-quantity{
		flex-basis: 65%;
		text-align: center;
		padding: 0px;
	}
	.stock-container .product-container .cassa-product-details{
		flex-wrap: wrap;
	}
	.stock-container .product-container .cassa-product-image-container{
		min-width: 125px;
	}
	.stock-container .product-container{
		flex-direction: column;
		padding: 5px;
	}
}

.order-product-holder .oem-price{
	flex-basis: 100%;
	background-color: #e9e9e9;
	font-weight: 700;
	text-align: center;
}
.order-product-holder .title-quantity-stock,
.order-product-holder .image-product-id{
	flex-basis: 100%;
}
.order-product-holder .image-details{
	display: flex;
	flex-direction: row;
}
.order-product-holder .stock{
	text-align: center;
	flex-basis: 100%;
}
.order-product-holder{
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	justify-content: center;
	padding: 3px;
	border: 1px solid #cfcfcf;
}
.order-container .order-status-details{
	display: flex;
	flex-direction: column;
	margin-left: 5px;
}
.order-container .order-status-actions a{
	width: 100%;
}
.order-container .order-status-actions{
	flex-basis: 40%;
	text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order-container .order-status-details{
	flex-basis: 100%;
	justify-content: center;
}
.order-container .order-status-details .order-status-ident .order-status-ident{
	font-size: 13pt;
	font-weight: bold;
	color: #444;
}
.order-container .order-status-details .order-status-ident .order-status-ident-text{
	font-size: 13pt;
	font-weight: bold;
}
.order-container .order-status .order-status-text{
	font-weight: bold;
	color: 444;
	text-align: center;
}
.order-container .order-status{
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-right: 2px solid #d9d9d9;
}
.order-container{
	display: flex;
	flex-direction: row;
	padding: 10px;
	border: 2px solid #d9d9d9;
	margin-bottom: 5px;
}
.order-container:last-child{
	margin-bottom: 0px;
}
.user-orders ul li{
	font-size: 13pt;
	font-weight: bold;
	
}
.user-orders .panel.panel-primary{
	border: 0px;
}
.user-orders ul{
	border: 0px;
}
.user-orders ul.nav.nav-tabs li{
	background-color: #d9230f;
	color: #fff;
}
.user-orders ul.nav.nav-tabs li a{
	background-color: #d9230f;
	color: #fff;
	border: 0px;
	margin: 0px;
	outline: 0;
}
.user-orders ul.nav.nav-tabs li a:focus,
.user-orders ul.nav.nav-tabs li a:hover,
.user-orders ul.nav.nav-tabs li.active a:focus,
.user-orders ul.nav.nav-tabs li.active a:hover{
	background-color: inherit !important;
}
.user-orders ul.nav.nav-tabs li.active{
	color: #444;
	background-color: #fff;
}
.user-orders ul.nav.nav-tabs li.active a{
	color: #444;
	background-color: #fff;
	border-radius: 0px;
	margin: 0px;
	border: 0px;
}
@media only screen and (max-width: 640px){
	.user-orders ul li{
		font-size: 9pt;
		font-weight: bold;
		
	}
}
@media only screen and (max-width: 360px){
	.user-orders ul li{
		font-size: 7pt;
		font-weight: bold;
		
	}
}
@media only screen and (max-width: 1024px){
	.order-container .order-status{
		border: 0px;
		width: 100%;
	}
	.order-container{
		flex-direction: column;
		text-align: center;
	}
	
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500;600&display=swap');

:root {
    --dark-primary: #5CF0CC;
    --dark-primary-dark: #05E8B1;
    --dark-secondary: #06f;
    --dark-highlight: #CDFAEF;
    --dark-hover: #394962;
    --dark-background: #1C1C1C;
    --dark-border: #374661;
}

.dropin-dark {
    background: #000;
}

.dropin-dark .adyen-checkout__dropin,
.dropin-dark .adyen-checkout__button.adyen-checkout__button--pay {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.dropin-dark .adyen-checkout__payment-method {
    background: var(--dark-background);
    border: 1px solid var(--dark-border);
}

.dropin-dark .adyen-checkout__payment-method--selected {
    background: var(--dark-background);
}

.dropin-dark .adyen-checkout__payment-method:not(.adyen-checkout__payment-method--selected):hover {
    background: var(--dark-hover);
}

.dropin-dark .adyen-checkout__payment-method .adyen-checkout__payment-method__image {
    transition: box-shadow 0.3s ease-out;
}

.dropin-dark .adyen-checkout__payment-method:not(.adyen-checkout__payment-method--selected):hover .adyen-checkout__payment-method__image {
    box-shadow: 0 0 1px 1px #fff;
}

.dropin-dark .adyen-checkout__payment-method .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image {
    box-shadow: none !important;
}

.dropin-dark .adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
    box-shadow: none;
}

.dropin-dark .adyen-checkout__payment-method__name {
    color: #fff;
}

.dropin-dark .adyen-checkout__button.adyen-checkout__button--pay {
    background: var(--dark-primary);
    color: #000;
    font-weight: bold;
}

.dropin-dark .adyen-checkout__button.adyen-checkout__button--pay:hover {
    background: var(--dark-primary-dark);
    box-shadow: none;
}

.dropin-dark .adyen-checkout__button.adyen-checkout__button--pay .adyen-checkout__button__icon {
    filter: invert(1);
    top: -2px;
    position: relative;
}

.dropin-dark .adyen-checkout__payment-method__radio.adyen-checkout__payment-method__radio--selected {
    background-color: var(--dark-secondary);
}

.dropin-dark .adyen-checkout__dropdown__button--active,
.dropin-dark .adyen-checkout__dropdown__button--active:hover,
.dropin-dark .adyen-checkout__dropdown__button:active,
.dropin-dark .adyen-checkout__dropdown__button:focus {
    border: 1px solid var(--dark-primary);
    box-shadow: 0 0 0 2px var(--dark-highlight);
}

.dropin-dark .adyen-checkout__dropdown__list {
    background: var(--dark-hover);
    color: #fff;
}

.dropin-dark .adyen-checkout__dropdown__element:active,
.dropin-dark .adyen-checkout__dropdown__element:focus,
.dropin-dark .adyen-checkout__dropdown__element:hover {
    background: var(--dark-secondary);
}

.dropin-dark .adyen-checkout__dropdown__button,
.dropin-dark .adyen-checkout__input {
    background: #394962;
    border-color: var(--dark-hover);
    color: #fff;
}

.dropin-dark .adyen-checkout__input--focus,
.dropin-dark .adyen-checkout__input--focus:hover,
.dropin-dark .adyen-checkout__input:active,
.dropin-dark .adyen-checkout__input:active:hover,
.dropin-dark .adyen-checkout__input:focus,
.dropin-dark .adyen-checkout__input:focus:hover {
    border: 1px solid var(--dark-primary);
    box-shadow: 0 0 0 2px var(--dark-highlight);
    caret-color: var(--dark-primary);
}

.dropin-dark .adyen-checkout__payment-method__radio,
.dropin-dark .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after,
.dropin-dark .adyen-checkout__radio_group__label:before {
    background: var(--dark-hover);
    border: 1px solid var(--dark-hover);
}

.dropin-dark .adyen-checkout__label--focused .adyen-checkout__label__text {
    color: var(--dark-primary);
}

.dropin-dark .adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before {
    border: 1px solid var(--dark-secondary);
    box-shadow: 0 0 0 2px var(--dark-highlight);
}

.dropin-dark .adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,
.dropin-dark .adyen-checkout__radio_group__label--selected {
    background: var(--dark-secondary);
}

.dropin-dark .adyen-checkout__label__text,
.dropin-dark .adyen-checkout__checkbox__label {
    color: #fff;
}

.dropin-dark .adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after {
    border-color: var(--dark-highlight);
    box-shadow: 0 0 0 2px var(--dark-hover);
}

.dropin-dark .adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after {
    border: 1px solid var(--dark-secondary);
    background-color: var(--dark-secondary);
}

.dropin-dark .adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after {
    border: 1px solid var(--dark-secondary);
    box-shadow: 0 0 0 2px #76aaf7;
}

.dropin-dark .adyen-checkout__field--consentCheckbox {
    background: var(--dark-background);
    border-color: var(--dark-hover);
}

.dropin-dark .adyen-checkout__link {
    color: var(--dark-secondary);
}

.dropin-dark .adyen-checkout__error-text {
    color: #EE5959;
}

.dropin-dark .adyen-checkout-input__inline-validation--invalid .adyen-checkout__icon {
    background: #B9C4C9;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #B9C4C9;
}

.dropin-dark .adyen-checkout__input--error,
.dropin-dark .adyen-checkout__input--error:hover,
.dropin-dark .adyen-checkout__input--invalid,
.dropin-dark .adyen-checkout__input--invalid:hover,
.dropin-dark .adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{
    border-color: #EE5959;
}
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../assets/ajax-loader.gif') center center no-repeat;
}

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

    src: url('../assets/fonts/slick.eot');
    src: url('../assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/slick.woff') format('woff'), url('../assets/fonts/slick.ttf') format('truetype'), url('../assets/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	z-index: 1001;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .8;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 10px;
	
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.fullscreenDivHolder .thumbs {
	height: 125px;
	background-color: rgba(0,0,0,0.4);
}
.fullscreenDivHolder .slideHolder{
	top: 25px !important;
	height: auto !important;
	bottom: 125px !important;
}
.controlHolder {
	width: 100%;
	height: 36px;
	background: url(../assets/control_bg.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.controlHolder div:nth-child(1) {
	left: 12.5%
}

.controlHolder div:nth-child(2) {
	left: 25%
}

.controlHolder div:nth-child(3) {
	left: 37.5%
}

.controlHolder div:nth-child(4) {
	left: 50%
}

.controlHolder div:nth-child(5) {
	left: 62.5%
}

.controlHolder div:nth-child(6) {
	left: 75%
}

.controlHolder div:nth-child(7) {
	left: 87.5%
}

.captionToggle,
.fullscreenToggle,
.next,
.prev,
.thumbsToggle,
.zoomIn,
.zoomOut {
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-left: -15px;
	background: url(../assets/tns_controls.png) no-repeat;
	position: absolute;
	top: 3px
}

.prev {
	background-position: 0 0
}

.next {
	background-position: -30px 0
}

.zoomOut {
	background-position: -60px 0
}

.zoomIn {
	background-position: -90px 0
}

.captionToggle {
	background-position: -120px 0
}

.thumbsToggle {
	background-position: -150px 0
}

.fullscreenToggle {
	background-position: -180px 0
}

.captionToggle.on,
.next.on,
.prev.on,
.thumbsToggle.on,
.zoomIn.on,
.zoomOut.on {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	cursor: pointer
}

.captionToggle.off,
.next.off,
.prev.off,
.thumbsToggle.off,
.zoomIn.off,
.zoomOut.off {
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	cursor: auto
}

.captionToggle.off,
.marker,
.thumbs,
.thumbsToggle.off {
	cursor: pointer
}

.fullscreenToggle.on {
	background-position: -210px 0
}

.fullscreenToggle.off {
	background-position: -180px 0
}

.fullscreenDiv {
	width: auto!important;
	height: auto!important;
	right: 0!important;
	bottom: 0!important;
	position: absolute!important;
	background: #FFF;
	z-index: 999999;
	oveflow: hidden
}

.fullscreenDivHolder {
	position: fixed;
	left: 40px;
	top: 40px;
	right: 40px;
	bottom: 40px;
	overflow: auto;
	z-index: 9999;
	border: 10px solid rgba(0,0,0, 0.4);
	border-radius: 6px;
}

.marker {
	display: block;
	left: 0!important;
	top: 0!important;
	position: absolute!important;
	bottom: auto!important;
	right: auto!important
}

.caption,
.slideHolder,
.slider,
.thumbs {
	position: absolute;
	left: 0;
	width: 100%
}

.caption {
	top: 0
}

.thumbs {
	height: 55px;
	bottom: 36px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.slideHolder,
.slider {
	top: 0;
	height: 100%;
	background-color: #fff;
}

.captionText {
	padding: 5px;
	-webkit-text-size-adjust: none;
	text-align: center;
	color: #363232;
	font-size: 15px;
	visibility: hidden
}


/* .fancyBoxHolder{ */
	/* width: 800px; */
	/* height: 600px; */
/* } */
.fancyBoxHolder .thumbs{
	height: 125px !important;
}
.slideUpBigThumb:hover, .slideDownBigThumb:hover,
.fancySlideUpThumb:hover, .fancySlideDownThumb:hover,
.slideUpThumb:hover, .slideDownThumb:hover{
	background-color: rgba(0,0,0,0.5);
}
.slideUpBigThumb, .slideDownBigThumb{
	z-index: 2;
	position: absolute;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	line-height: 20px;
}
.slideUpBigThumb{
	top: 2px;
	left: calc(50% - 8px);
}
.slideDownBigThumb{
	bottom: 2px;
	left: calc(50% - 8px);
}

.fancySlideDownThumb,
.slideDownThumb{
	color: #fff;
	position: absolute;
	right: 10px;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 40px;
}
.fancySlideUpThumb,
.slideUpThumb{
	color: #fff;
	position: absolute;
	left: 10px;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 40px;
}
.prodRatioHolder {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	margin-top: 0;
	border: 1px solid #EEE
}

.thumbs {
	bottom: 0
}

.buttonThumb {
	display: inline-block;
	background: #666;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	margin: 5px
}

.buttonThumbs {
	display: none;
	text-align: center;
	margin-top: 10px;
	cursor: pointer
}

.bigThumb {
	background-position: center center;
	width: 80px;
	height: 60px;
	border: 2px solid #EEE;
	background-size: cover;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: right;
	display: block;
	cursor: pointer
}

.bigThumb.on {
	border: 2px solid #cc0000;
}

.bigThumb.off {
	border: 2px solid #EEE
}

.prodMarker {
	width: 30px;
	height: 30px;
	-moz-opacity: .5!important;
	-khtml-opacity: .5!important;
	opacity: .5!important
}

.prodMarker:focus,
.prodMarker:hover {
	-moz-opacity: 1!important;
	-khtml-opacity: 1!important;
	opacity: 1!important
}

.fullscreenToggle {
	left: auto;
	right: 10px;
	top: 10px;
	position: absolute;
	background-color: rgba(150, 150, 150, .1);
	border-radius: 15%
}

.fullscreenToggle:focus,
.fullscreenToggle:hover {
	background-color: rgba(150, 150, 150, .2)
}

.fullscreenThumbHolder {
	height: 75px;
	position: absolute;
	width: 100%;
	z-index: 99999;
	bottom: 0
}

.bigThumbs {
	padding-left: 5px;
}
.largeProductImageContainer{
	width: calc(100% - 85px);
	float:left;
}
.bigThumbSlider{
	float:left;
	width: 85px !important;
	position: relative;
	overflow: hidden;
}

@media (max-width:768px) {
	/* .bigThumbs { */
		/* width: 100%; */
		/* max-width: 55px; */
		/* height: 100%; */
		/* max-height: 55px; */
	/* } */
	/* .buttonThumbs { */
		/* display: block */
	/* } */
}

@media (max-width:992px) {
	/* .bigThumb { */
		/* width: 50px; */
		/* height: 50px */
	/* } */
}


@font-face {
  font-family: 'fontsocial';
  src: url('../assets/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn-facebook {
	width: 100%;
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover{
color: #fff;
background-color: #2d4373;
border-color: rgba(0,0,0,0.2);
}
.btn-google {
	width: 100%;
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
}

.so {
  display: inline-block;
  font: normal normal normal 14px/1 fontsocial;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.so-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.so-2x {
  font-size: 2em;
}
.so-3x {
  font-size: 3em;
}
.so-4x {
  font-size: 4em;
}
.so-5x {
  font-size: 5em;
}
.so-fw {
  width: 1.28571429em;
  text-align: center;
}
.so-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.so-ul > li {
  position: relative;
}
.so-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.so-li.so-lg {
  left: -1.85714286em;
}
.so-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.so-pull-left {
  float: left;
}
.so-pull-right {
  float: right;
}
.so.so-pull-left {
  margin-right: .3em;
}
.so.so-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.so.pull-left {
  margin-right: .3em;
}
.so.pull-right {
  margin-left: .3em;
}
.so-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.so-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.so-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.so-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.so-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.so-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .so-rotate-90,
:root .so-rotate-180,
:root .so-rotate-270,
:root .so-flip-horizontal,
:root .so-flip-vertical {
  filter: none;
}
.so-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.so-stack-1x,
.so-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.so-stack-1x {
  line-height: inherit;
}
.so-stack-2x {
  font-size: 2em;
}
.so-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.so-glass:before {
  content: "\f000";
}
.so-music:before {
  content: "\f001";
}
.so-search:before {
  content: "\f002";
}
.so-envelope-o:before {
  content: "\f003";
}
.so-heart:before {
  content: "\f004";
}
.so-star:before {
  content: "\f005";
}
.so-star-o:before {
  content: "\f006";
}
.so-user:before {
  content: "\f007";
}
.so-film:before {
  content: "\f008";
}
.so-th-large:before {
  content: "\f009";
}
.so-th:before {
  content: "\f00a";
}
.so-th-list:before {
  content: "\f00b";
}
.so-check:before {
  content: "\f00c";
}
.so-remove:before,
.so-close:before,
.so-times:before {
  content: "\f00d";
}
.so-search-plus:before {
  content: "\f00e";
}
.so-search-minus:before {
  content: "\f010";
}
.so-power-off:before {
  content: "\f011";
}
.so-signal:before {
  content: "\f012";
}
.so-gear:before,
.so-cog:before {
  content: "\f013";
}
.so-trash-o:before {
  content: "\f014";
}
.so-home:before {
  content: "\f015";
}
.so-file-o:before {
  content: "\f016";
}
.so-clock-o:before {
  content: "\f017";
}
.so-road:before {
  content: "\f018";
}
.so-download:before {
  content: "\f019";
}
.so-arrow-circle-o-down:before {
  content: "\f01a";
}
.so-arrow-circle-o-up:before {
  content: "\f01b";
}
.so-inbox:before {
  content: "\f01c";
}
.so-play-circle-o:before {
  content: "\f01d";
}
.so-rotate-right:before,
.so-repeat:before {
  content: "\f01e";
}
.so-refresh:before {
  content: "\f021";
}
.so-list-alt:before {
  content: "\f022";
}
.so-lock:before {
  content: "\f023";
}
.so-flag:before {
  content: "\f024";
}
.so-headphones:before {
  content: "\f025";
}
.so-volume-off:before {
  content: "\f026";
}
.so-volume-down:before {
  content: "\f027";
}
.so-volume-up:before {
  content: "\f028";
}
.so-qrcode:before {
  content: "\f029";
}
.so-barcode:before {
  content: "\f02a";
}
.so-tag:before {
  content: "\f02b";
}
.so-tags:before {
  content: "\f02c";
}
.so-book:before {
  content: "\f02d";
}
.so-bookmark:before {
  content: "\f02e";
}
.so-print:before {
  content: "\f02f";
}
.so-camera:before {
  content: "\f030";
}
.so-font:before {
  content: "\f031";
}
.so-bold:before {
  content: "\f032";
}
.so-italic:before {
  content: "\f033";
}
.so-text-height:before {
  content: "\f034";
}
.so-text-width:before {
  content: "\f035";
}
.so-align-left:before {
  content: "\f036";
}
.so-align-center:before {
  content: "\f037";
}
.so-align-right:before {
  content: "\f038";
}
.so-align-justify:before {
  content: "\f039";
}
.so-list:before {
  content: "\f03a";
}
.so-dedent:before,
.so-outdent:before {
  content: "\f03b";
}
.so-indent:before {
  content: "\f03c";
}
.so-video-camera:before {
  content: "\f03d";
}
.so-photo:before,
.so-image:before,
.so-picture-o:before {
  content: "\f03e";
}
.so-pencil:before {
  content: "\f040";
}
.so-map-marker:before {
  content: "\f041";
}
.so-adjust:before {
  content: "\f042";
}
.so-tint:before {
  content: "\f043";
}
.so-edit:before,
.so-pencil-square-o:before {
  content: "\f044";
}
.so-share-square-o:before {
  content: "\f045";
}
.so-check-square-o:before {
  content: "\f046";
}
.so-arrows:before {
  content: "\f047";
}
.so-step-backward:before {
  content: "\f048";
}
.so-fast-backward:before {
  content: "\f049";
}
.so-backward:before {
  content: "\f04a";
}
.so-play:before {
  content: "\f04b";
}
.so-pause:before {
  content: "\f04c";
}
.so-stop:before {
  content: "\f04d";
}
.so-forward:before {
  content: "\f04e";
}
.so-fast-forward:before {
  content: "\f050";
}
.so-step-forward:before {
  content: "\f051";
}
.so-eject:before {
  content: "\f052";
}
.so-chevron-left:before {
  content: "\f053";
}
.so-chevron-right:before {
  content: "\f054";
}
.so-plus-circle:before {
  content: "\f055";
}
.so-minus-circle:before {
  content: "\f056";
}
.so-times-circle:before {
  content: "\f057";
}
.so-check-circle:before {
  content: "\f058";
}
.so-question-circle:before {
  content: "\f059";
}
.so-info-circle:before {
  content: "\f05a";
}
.so-crosshairs:before {
  content: "\f05b";
}
.so-times-circle-o:before {
  content: "\f05c";
}
.so-check-circle-o:before {
  content: "\f05d";
}
.so-ban:before {
  content: "\f05e";
}
.so-arrow-left:before {
  content: "\f060";
}
.so-arrow-right:before {
  content: "\f061";
}
.so-arrow-up:before {
  content: "\f062";
}
.so-arrow-down:before {
  content: "\f063";
}
.so-mail-forward:before,
.so-share:before {
  content: "\f064";
}
.so-expand:before {
  content: "\f065";
}
.so-compress:before {
  content: "\f066";
}
.so-plus:before {
  content: "\f067";
}
.so-minus:before {
  content: "\f068";
}
.so-asterisk:before {
  content: "\f069";
}
.so-exclamation-circle:before {
  content: "\f06a";
}
.so-gift:before {
  content: "\f06b";
}
.so-leaf:before {
  content: "\f06c";
}
.so-fire:before {
  content: "\f06d";
}
.so-eye:before {
  content: "\f06e";
}
.so-eye-slash:before {
  content: "\f070";
}
.so-warning:before,
.so-exclamation-triangle:before {
  content: "\f071";
}
.so-plane:before {
  content: "\f072";
}
.so-calendar:before {
  content: "\f073";
}
.so-random:before {
  content: "\f074";
}
.so-comment:before {
  content: "\f075";
}
.so-magnet:before {
  content: "\f076";
}
.so-chevron-up:before {
  content: "\f077";
}
.so-chevron-down:before {
  content: "\f078";
}
.so-retweet:before {
  content: "\f079";
}
.so-shopping-cart:before {
  content: "\f07a";
}
.so-folder:before {
  content: "\f07b";
}
.so-folder-open:before {
  content: "\f07c";
}
.so-arrows-v:before {
  content: "\f07d";
}
.so-arrows-h:before {
  content: "\f07e";
}
.so-bar-chart-o:before,
.so-bar-chart:before {
  content: "\f080";
}
.so-twitter-square:before {
  content: "\f081";
}
.so-facebook-square:before {
  content: "\f082";
}
.so-camera-retro:before {
  content: "\f083";
}
.so-key:before {
  content: "\f084";
}
.so-gears:before,
.so-cogs:before {
  content: "\f085";
}
.so-comments:before {
  content: "\f086";
}
.so-thumbs-o-up:before {
  content: "\f087";
}
.so-thumbs-o-down:before {
  content: "\f088";
}
.so-star-half:before {
  content: "\f089";
}
.so-heart-o:before {
  content: "\f08a";
}
.so-sign-out:before {
  content: "\f08b";
}
.so-linkedin-square:before {
  content: "\f08c";
}
.so-thumb-tack:before {
  content: "\f08d";
}
.so-external-link:before {
  content: "\f08e";
}
.so-sign-in:before {
  content: "\f090";
}
.so-trophy:before {
  content: "\f091";
}
.so-github-square:before {
  content: "\f092";
}
.so-upload:before {
  content: "\f093";
}
.so-lemon-o:before {
  content: "\f094";
}
.so-phone:before {
  content: "\f095";
}
.so-square-o:before {
  content: "\f096";
}
.so-bookmark-o:before {
  content: "\f097";
}
.so-phone-square:before {
  content: "\f098";
}
.so-twitter:before {
  content: "\f099";
}
.so-facebook-f:before,
.so-facebook:before {
  content: "\f09a";
}
.so-github:before {
  content: "\f09b";
}
.so-unlock:before {
  content: "\f09c";
}
.so-credit-card:before {
  content: "\f09d";
}
.so-feed:before,
.so-rss:before {
  content: "\f09e";
}
.so-hdd-o:before {
  content: "\f0a0";
}
.so-bullhorn:before {
  content: "\f0a1";
}
.so-bell:before {
  content: "\f0f3";
}
.so-certificate:before {
  content: "\f0a3";
}
.so-hand-o-right:before {
  content: "\f0a4";
}
.so-hand-o-left:before {
  content: "\f0a5";
}
.so-hand-o-up:before {
  content: "\f0a6";
}
.so-hand-o-down:before {
  content: "\f0a7";
}
.so-arrow-circle-left:before {
  content: "\f0a8";
}
.so-arrow-circle-right:before {
  content: "\f0a9";
}
.so-arrow-circle-up:before {
  content: "\f0aa";
}
.so-arrow-circle-down:before {
  content: "\f0ab";
}
.so-globe:before {
  content: "\f0ac";
}
.so-wrench:before {
  content: "\f0ad";
}
.so-tasks:before {
  content: "\f0ae";
}
.so-filter:before {
  content: "\f0b0";
}
.so-briefcase:before {
  content: "\f0b1";
}
.so-arrows-alt:before {
  content: "\f0b2";
}
.so-group:before,
.so-users:before {
  content: "\f0c0";
}
.so-chain:before,
.so-link:before {
  content: "\f0c1";
}
.so-cloud:before {
  content: "\f0c2";
}
.so-flask:before {
  content: "\f0c3";
}
.so-cut:before,
.so-scissors:before {
  content: "\f0c4";
}
.so-copy:before,
.so-files-o:before {
  content: "\f0c5";
}
.so-paperclip:before {
  content: "\f0c6";
}
.so-save:before,
.so-floppy-o:before {
  content: "\f0c7";
}
.so-square:before {
  content: "\f0c8";
}
.so-navicon:before,
.so-reorder:before,
.so-bars:before {
  content: "\f0c9";
}
.so-list-ul:before {
  content: "\f0ca";
}
.so-list-ol:before {
  content: "\f0cb";
}
.so-strikethrough:before {
  content: "\f0cc";
}
.so-underline:before {
  content: "\f0cd";
}
.so-table:before {
  content: "\f0ce";
}
.so-magic:before {
  content: "\f0d0";
}
.so-truck:before {
  content: "\f0d1";
}
.so-pinterest:before {
  content: "\f0d2";
}
.so-pinterest-square:before {
  content: "\f0d3";
}
.so-google-plus-square:before {
  content: "\f0d4";
}
.so-google-plus:before {
  content: "\f0d5";
}
.so-money:before {
  content: "\f0d6";
}
.so-caret-down:before {
  content: "\f0d7";
}
.so-caret-up:before {
  content: "\f0d8";
}
.so-caret-left:before {
  content: "\f0d9";
}
.so-caret-right:before {
  content: "\f0da";
}
.so-columns:before {
  content: "\f0db";
}
.so-unsorted:before,
.so-sort:before {
  content: "\f0dc";
}
.so-sort-down:before,
.so-sort-desc:before {
  content: "\f0dd";
}
.so-sort-up:before,
.so-sort-asc:before {
  content: "\f0de";
}
.so-envelope:before {
  content: "\f0e0";
}
.so-linkedin:before {
  content: "\f0e1";
}
.so-rotate-left:before,
.so-undo:before {
  content: "\f0e2";
}
.so-legal:before,
.so-gavel:before {
  content: "\f0e3";
}
.so-dashboard:before,
.so-tachometer:before {
  content: "\f0e4";
}
.so-comment-o:before {
  content: "\f0e5";
}
.so-comments-o:before {
  content: "\f0e6";
}
.so-flash:before,
.so-bolt:before {
  content: "\f0e7";
}
.so-sitemap:before {
  content: "\f0e8";
}
.so-umbrella:before {
  content: "\f0e9";
}
.so-paste:before,
.so-clipboard:before {
  content: "\f0ea";
}
.so-lightbulb-o:before {
  content: "\f0eb";
}
.so-exchange:before {
  content: "\f0ec";
}
.so-cloud-download:before {
  content: "\f0ed";
}
.so-cloud-upload:before {
  content: "\f0ee";
}
.so-user-md:before {
  content: "\f0f0";
}
.so-stethoscope:before {
  content: "\f0f1";
}
.so-suitcase:before {
  content: "\f0f2";
}
.so-bell-o:before {
  content: "\f0a2";
}
.so-coffee:before {
  content: "\f0f4";
}
.so-cutlery:before {
  content: "\f0f5";
}
.so-file-text-o:before {
  content: "\f0f6";
}
.so-building-o:before {
  content: "\f0f7";
}
.so-hospital-o:before {
  content: "\f0f8";
}
.so-ambulance:before {
  content: "\f0f9";
}
.so-medkit:before {
  content: "\f0fa";
}
.so-fighter-jet:before {
  content: "\f0fb";
}
.so-beer:before {
  content: "\f0fc";
}
.so-h-square:before {
  content: "\f0fd";
}
.so-plus-square:before {
  content: "\f0fe";
}
.so-angle-double-left:before {
  content: "\f100";
}
.so-angle-double-right:before {
  content: "\f101";
}
.so-angle-double-up:before {
  content: "\f102";
}
.so-angle-double-down:before {
  content: "\f103";
}
.so-angle-left:before {
  content: "\f104";
}
.so-angle-right:before {
  content: "\f105";
}
.so-angle-up:before {
  content: "\f106";
}
.so-angle-down:before {
  content: "\f107";
}
.so-desktop:before {
  content: "\f108";
}
.so-laptop:before {
  content: "\f109";
}
.so-tablet:before {
  content: "\f10a";
}
.so-mobile-phone:before,
.so-mobile:before {
  content: "\f10b";
}
.so-circle-o:before {
  content: "\f10c";
}
.so-quote-left:before {
  content: "\f10d";
}
.so-quote-right:before {
  content: "\f10e";
}
.so-spinner:before {
  content: "\f110";
}
.so-circle:before {
  content: "\f111";
}
.so-mail-reply:before,
.so-reply:before {
  content: "\f112";
}
.so-github-alt:before {
  content: "\f113";
}
.so-folder-o:before {
  content: "\f114";
}
.so-folder-open-o:before {
  content: "\f115";
}
.so-smile-o:before {
  content: "\f118";
}
.so-frown-o:before {
  content: "\f119";
}
.so-meh-o:before {
  content: "\f11a";
}
.so-gamepad:before {
  content: "\f11b";
}
.so-keyboard-o:before {
  content: "\f11c";
}
.so-flag-o:before {
  content: "\f11d";
}
.so-flag-checkered:before {
  content: "\f11e";
}
.so-terminal:before {
  content: "\f120";
}
.so-code:before {
  content: "\f121";
}
.so-mail-reply-all:before,
.so-reply-all:before {
  content: "\f122";
}
.so-star-half-empty:before,
.so-star-half-full:before,
.so-star-half-o:before {
  content: "\f123";
}
.so-location-arrow:before {
  content: "\f124";
}
.so-crop:before {
  content: "\f125";
}
.so-code-fork:before {
  content: "\f126";
}
.so-unlink:before,
.so-chain-broken:before {
  content: "\f127";
}
.so-question:before {
  content: "\f128";
}
.so-info:before {
  content: "\f129";
}
.so-exclamation:before {
  content: "\f12a";
}
.so-superscript:before {
  content: "\f12b";
}
.so-subscript:before {
  content: "\f12c";
}
.so-eraser:before {
  content: "\f12d";
}
.so-puzzle-piece:before {
  content: "\f12e";
}
.so-microphone:before {
  content: "\f130";
}
.so-microphone-slash:before {
  content: "\f131";
}
.so-shield:before {
  content: "\f132";
}
.so-calendar-o:before {
  content: "\f133";
}
.so-fire-extinguisher:before {
  content: "\f134";
}
.so-rocket:before {
  content: "\f135";
}
.so-maxcdn:before {
  content: "\f136";
}
.so-chevron-circle-left:before {
  content: "\f137";
}
.so-chevron-circle-right:before {
  content: "\f138";
}
.so-chevron-circle-up:before {
  content: "\f139";
}
.so-chevron-circle-down:before {
  content: "\f13a";
}
.so-html5:before {
  content: "\f13b";
}
.so-css3:before {
  content: "\f13c";
}
.so-anchor:before {
  content: "\f13d";
}
.so-unlock-alt:before {
  content: "\f13e";
}
.so-bullseye:before {
  content: "\f140";
}
.so-ellipsis-h:before {
  content: "\f141";
}
.so-ellipsis-v:before {
  content: "\f142";
}
.so-rss-square:before {
  content: "\f143";
}
.so-play-circle:before {
  content: "\f144";
}
.so-ticket:before {
  content: "\f145";
}
.so-minus-square:before {
  content: "\f146";
}
.so-minus-square-o:before {
  content: "\f147";
}
.so-level-up:before {
  content: "\f148";
}
.so-level-down:before {
  content: "\f149";
}
.so-check-square:before {
  content: "\f14a";
}
.so-pencil-square:before {
  content: "\f14b";
}
.so-external-link-square:before {
  content: "\f14c";
}
.so-share-square:before {
  content: "\f14d";
}
.so-compass:before {
  content: "\f14e";
}
.so-toggle-down:before,
.so-caret-square-o-down:before {
  content: "\f150";
}
.so-toggle-up:before,
.so-caret-square-o-up:before {
  content: "\f151";
}
.so-toggle-right:before,
.so-caret-square-o-right:before {
  content: "\f152";
}
.so-euro:before,
.so-eur:before {
  content: "\f153";
}
.so-gbp:before {
  content: "\f154";
}
.so-dollar:before,
.so-usd:before {
  content: "\f155";
}
.so-rupee:before,
.so-inr:before {
  content: "\f156";
}
.so-cny:before,
.so-rmb:before,
.so-yen:before,
.so-jpy:before {
  content: "\f157";
}
.so-ruble:before,
.so-rouble:before,
.so-rub:before {
  content: "\f158";
}
.so-won:before,
.so-krw:before {
  content: "\f159";
}
.so-bitcoin:before,
.so-btc:before {
  content: "\f15a";
}
.so-file:before {
  content: "\f15b";
}
.so-file-text:before {
  content: "\f15c";
}
.so-sort-alpha-asc:before {
  content: "\f15d";
}
.so-sort-alpha-desc:before {
  content: "\f15e";
}
.so-sort-amount-asc:before {
  content: "\f160";
}
.so-sort-amount-desc:before {
  content: "\f161";
}
.so-sort-numeric-asc:before {
  content: "\f162";
}
.so-sort-numeric-desc:before {
  content: "\f163";
}
.so-thumbs-up:before {
  content: "\f164";
}
.so-thumbs-down:before {
  content: "\f165";
}
.so-youtube-square:before {
  content: "\f166";
}
.so-youtube:before {
  content: "\f167";
}
.so-xing:before {
  content: "\f168";
}
.so-xing-square:before {
  content: "\f169";
}
.so-youtube-play:before {
  content: "\f16a";
}
.so-dropbox:before {
  content: "\f16b";
}
.so-stack-overflow:before {
  content: "\f16c";
}
.so-instagram:before {
  content: "\f16d";
}
.so-flickr:before {
  content: "\f16e";
}
.so-adn:before {
  content: "\f170";
}
.so-bitbucket:before {
  content: "\f171";
}
.so-bitbucket-square:before {
  content: "\f172";
}
.so-tumblr:before {
  content: "\f173";
}
.so-tumblr-square:before {
  content: "\f174";
}
.so-long-arrow-down:before {
  content: "\f175";
}
.so-long-arrow-up:before {
  content: "\f176";
}
.so-long-arrow-left:before {
  content: "\f177";
}
.so-long-arrow-right:before {
  content: "\f178";
}
.so-apple:before {
  content: "\f179";
}
.so-windows:before {
  content: "\f17a";
}
.so-android:before {
  content: "\f17b";
}
.so-linux:before {
  content: "\f17c";
}
.so-dribbble:before {
  content: "\f17d";
}
.so-skype:before {
  content: "\f17e";
}
.so-foursquare:before {
  content: "\f180";
}
.so-trello:before {
  content: "\f181";
}
.so-female:before {
  content: "\f182";
}
.so-male:before {
  content: "\f183";
}
.so-gittip:before,
.so-gratipay:before {
  content: "\f184";
}
.so-sun-o:before {
  content: "\f185";
}
.so-moon-o:before {
  content: "\f186";
}
.so-archive:before {
  content: "\f187";
}
.so-bug:before {
  content: "\f188";
}
.so-vk:before {
  content: "\f189";
}
.so-weibo:before {
  content: "\f18a";
}
.so-renren:before {
  content: "\f18b";
}
.so-pagelines:before {
  content: "\f18c";
}
.so-stack-exchange:before {
  content: "\f18d";
}
.so-arrow-circle-o-right:before {
  content: "\f18e";
}
.so-arrow-circle-o-left:before {
  content: "\f190";
}
.so-toggle-left:before,
.so-caret-square-o-left:before {
  content: "\f191";
}
.so-dot-circle-o:before {
  content: "\f192";
}
.so-wheelchair:before {
  content: "\f193";
}
.so-vimeo-square:before {
  content: "\f194";
}
.so-turkish-lira:before,
.so-try:before {
  content: "\f195";
}
.so-plus-square-o:before {
  content: "\f196";
}
.so-space-shuttle:before {
  content: "\f197";
}
.so-slack:before {
  content: "\f198";
}
.so-envelope-square:before {
  content: "\f199";
}
.so-wordpress:before {
  content: "\f19a";
}
.so-openid:before {
  content: "\f19b";
}
.so-institution:before,
.so-bank:before,
.so-university:before {
  content: "\f19c";
}
.so-mortar-board:before,
.so-graduation-cap:before {
  content: "\f19d";
}
.so-yahoo:before {
  content: "\f19e";
}
.so-google:before {
  content: "\f1a0";
}
.so-reddit:before {
  content: "\f1a1";
}
.so-reddit-square:before {
  content: "\f1a2";
}
.so-stumbleupon-circle:before {
  content: "\f1a3";
}
.so-stumbleupon:before {
  content: "\f1a4";
}
.so-delicious:before {
  content: "\f1a5";
}
.so-digg:before {
  content: "\f1a6";
}
.so-pied-piper-pp:before {
  content: "\f1a7";
}
.so-pied-piper-alt:before {
  content: "\f1a8";
}
.so-drupal:before {
  content: "\f1a9";
}
.so-joomla:before {
  content: "\f1aa";
}
.so-language:before {
  content: "\f1ab";
}
.so-fax:before {
  content: "\f1ac";
}
.so-building:before {
  content: "\f1ad";
}
.so-child:before {
  content: "\f1ae";
}
.so-paw:before {
  content: "\f1b0";
}
.so-spoon:before {
  content: "\f1b1";
}
.so-cube:before {
  content: "\f1b2";
}
.so-cubes:before {
  content: "\f1b3";
}
.so-behance:before {
  content: "\f1b4";
}
.so-behance-square:before {
  content: "\f1b5";
}
.so-steam:before {
  content: "\f1b6";
}
.so-steam-square:before {
  content: "\f1b7";
}
.so-recycle:before {
  content: "\f1b8";
}
.so-automobile:before,
.so-car:before {
  content: "\f1b9";
}
.so-cab:before,
.so-taxi:before {
  content: "\f1ba";
}
.so-tree:before {
  content: "\f1bb";
}
.so-spotify:before {
  content: "\f1bc";
}
.so-deviantart:before {
  content: "\f1bd";
}
.so-soundcloud:before {
  content: "\f1be";
}
.so-database:before {
  content: "\f1c0";
}
.so-file-pdf-o:before {
  content: "\f1c1";
}
.so-file-word-o:before {
  content: "\f1c2";
}
.so-file-excel-o:before {
  content: "\f1c3";
}
.so-file-powerpoint-o:before {
  content: "\f1c4";
}
.so-file-photo-o:before,
.so-file-picture-o:before,
.so-file-image-o:before {
  content: "\f1c5";
}
.so-file-zip-o:before,
.so-file-archive-o:before {
  content: "\f1c6";
}
.so-file-sound-o:before,
.so-file-audio-o:before {
  content: "\f1c7";
}
.so-file-movie-o:before,
.so-file-video-o:before {
  content: "\f1c8";
}
.so-file-code-o:before {
  content: "\f1c9";
}
.so-vine:before {
  content: "\f1ca";
}
.so-codepen:before {
  content: "\f1cb";
}
.so-jsfiddle:before {
  content: "\f1cc";
}
.so-life-bouy:before,
.so-life-buoy:before,
.so-life-saver:before,
.so-support:before,
.so-life-ring:before {
  content: "\f1cd";
}
.so-circle-o-notch:before {
  content: "\f1ce";
}
.so-ra:before,
.so-resistance:before,
.so-rebel:before {
  content: "\f1d0";
}
.so-ge:before,
.so-empire:before {
  content: "\f1d1";
}
.so-git-square:before {
  content: "\f1d2";
}
.so-git:before {
  content: "\f1d3";
}
.so-y-combinator-square:before,
.so-yc-square:before,
.so-hacker-news:before {
  content: "\f1d4";
}
.so-tencent-weibo:before {
  content: "\f1d5";
}
.so-qq:before {
  content: "\f1d6";
}
.so-wechat:before,
.so-weixin:before {
  content: "\f1d7";
}
.so-send:before,
.so-paper-plane:before {
  content: "\f1d8";
}
.so-send-o:before,
.so-paper-plane-o:before {
  content: "\f1d9";
}
.so-history:before {
  content: "\f1da";
}
.so-circle-thin:before {
  content: "\f1db";
}
.so-header:before {
  content: "\f1dc";
}
.so-paragraph:before {
  content: "\f1dd";
}
.so-sliders:before {
  content: "\f1de";
}
.so-share-alt:before {
  content: "\f1e0";
}
.so-share-alt-square:before {
  content: "\f1e1";
}
.so-bomb:before {
  content: "\f1e2";
}
.so-soccer-ball-o:before,
.so-futbol-o:before {
  content: "\f1e3";
}
.so-tty:before {
  content: "\f1e4";
}
.so-binoculars:before {
  content: "\f1e5";
}
.so-plug:before {
  content: "\f1e6";
}
.so-slideshare:before {
  content: "\f1e7";
}
.so-twitch:before {
  content: "\f1e8";
}
.so-yelp:before {
  content: "\f1e9";
}
.so-newspaper-o:before {
  content: "\f1ea";
}
.so-wifi:before {
  content: "\f1eb";
}
.so-calculator:before {
  content: "\f1ec";
}
.so-paypal:before {
  content: "\f1ed";
}
.so-google-wallet:before {
  content: "\f1ee";
}
.so-cc-visa:before {
  content: "\f1f0";
}
.so-cc-mastercard:before {
  content: "\f1f1";
}
.so-cc-discover:before {
  content: "\f1f2";
}
.so-cc-amex:before {
  content: "\f1f3";
}
.so-cc-paypal:before {
  content: "\f1f4";
}
.so-cc-stripe:before {
  content: "\f1f5";
}
.so-bell-slash:before {
  content: "\f1f6";
}
.so-bell-slash-o:before {
  content: "\f1f7";
}
.so-trash:before {
  content: "\f1f8";
}
.so-copyright:before {
  content: "\f1f9";
}
.so-at:before {
  content: "\f1fa";
}
.so-eyedropper:before {
  content: "\f1fb";
}
.so-paint-brush:before {
  content: "\f1fc";
}
.so-birthday-cake:before {
  content: "\f1fd";
}
.so-area-chart:before {
  content: "\f1fe";
}
.so-pie-chart:before {
  content: "\f200";
}
.so-line-chart:before {
  content: "\f201";
}
.so-lastfm:before {
  content: "\f202";
}
.so-lastfm-square:before {
  content: "\f203";
}
.so-toggle-off:before {
  content: "\f204";
}
.so-toggle-on:before {
  content: "\f205";
}
.so-bicycle:before {
  content: "\f206";
}
.so-bus:before {
  content: "\f207";
}
.so-ioxhost:before {
  content: "\f208";
}
.so-angellist:before {
  content: "\f209";
}
.so-cc:before {
  content: "\f20a";
}
.so-shekel:before,
.so-sheqel:before,
.so-ils:before {
  content: "\f20b";
}
.so-meanpath:before {
  content: "\f20c";
}
.so-buysellads:before {
  content: "\f20d";
}
.so-connectdevelop:before {
  content: "\f20e";
}
.so-dashcube:before {
  content: "\f210";
}
.so-forumbee:before {
  content: "\f211";
}
.so-leanpub:before {
  content: "\f212";
}
.so-sellsy:before {
  content: "\f213";
}
.so-shirtsinbulk:before {
  content: "\f214";
}
.so-simplybuilt:before {
  content: "\f215";
}
.so-skyatlas:before {
  content: "\f216";
}
.so-cart-plus:before {
  content: "\f217";
}
.so-cart-arrow-down:before {
  content: "\f218";
}
.so-diamond:before {
  content: "\f219";
}
.so-ship:before {
  content: "\f21a";
}
.so-user-secret:before {
  content: "\f21b";
}
.so-motorcycle:before {
  content: "\f21c";
}
.so-street-view:before {
  content: "\f21d";
}
.so-heartbeat:before {
  content: "\f21e";
}
.so-venus:before {
  content: "\f221";
}
.so-mars:before {
  content: "\f222";
}
.so-mercury:before {
  content: "\f223";
}
.so-intersex:before,
.so-transgender:before {
  content: "\f224";
}
.so-transgender-alt:before {
  content: "\f225";
}
.so-venus-double:before {
  content: "\f226";
}
.so-mars-double:before {
  content: "\f227";
}
.so-venus-mars:before {
  content: "\f228";
}
.so-mars-stroke:before {
  content: "\f229";
}
.so-mars-stroke-v:before {
  content: "\f22a";
}
.so-mars-stroke-h:before {
  content: "\f22b";
}
.so-neuter:before {
  content: "\f22c";
}
.so-genderless:before {
  content: "\f22d";
}
.so-facebook-official:before {
  content: "\f230";
}
.so-pinterest-p:before {
  content: "\f231";
}
.so-whatsapp:before {
  content: "\f232";
}
.so-server:before {
  content: "\f233";
}
.so-user-plus:before {
  content: "\f234";
}
.so-user-times:before {
  content: "\f235";
}
.so-hotel:before,
.so-bed:before {
  content: "\f236";
}
.so-viacoin:before {
  content: "\f237";
}
.so-train:before {
  content: "\f238";
}
.so-subway:before {
  content: "\f239";
}
.so-medium:before {
  content: "\f23a";
}
.so-yc:before,
.so-y-combinator:before {
  content: "\f23b";
}
.so-optin-monster:before {
  content: "\f23c";
}
.so-opencart:before {
  content: "\f23d";
}
.so-expeditedssl:before {
  content: "\f23e";
}
.so-battery-4:before,
.so-battery-full:before {
  content: "\f240";
}
.so-battery-3:before,
.so-battery-three-quarters:before {
  content: "\f241";
}
.so-battery-2:before,
.so-battery-half:before {
  content: "\f242";
}
.so-battery-1:before,
.so-battery-quarter:before {
  content: "\f243";
}
.so-battery-0:before,
.so-battery-empty:before {
  content: "\f244";
}
.so-mouse-pointer:before {
  content: "\f245";
}
.so-i-cursor:before {
  content: "\f246";
}
.so-object-group:before {
  content: "\f247";
}
.so-object-ungroup:before {
  content: "\f248";
}
.so-sticky-note:before {
  content: "\f249";
}
.so-sticky-note-o:before {
  content: "\f24a";
}
.so-cc-jcb:before {
  content: "\f24b";
}
.so-cc-diners-club:before {
  content: "\f24c";
}
.so-clone:before {
  content: "\f24d";
}
.so-balance-scale:before {
  content: "\f24e";
}
.so-hourglass-o:before {
  content: "\f250";
}
.so-hourglass-1:before,
.so-hourglass-start:before {
  content: "\f251";
}
.so-hourglass-2:before,
.so-hourglass-half:before {
  content: "\f252";
}
.so-hourglass-3:before,
.so-hourglass-end:before {
  content: "\f253";
}
.so-hourglass:before {
  content: "\f254";
}
.so-hand-grab-o:before,
.so-hand-rock-o:before {
  content: "\f255";
}
.so-hand-stop-o:before,
.so-hand-paper-o:before {
  content: "\f256";
}
.so-hand-scissors-o:before {
  content: "\f257";
}
.so-hand-lizard-o:before {
  content: "\f258";
}
.so-hand-spock-o:before {
  content: "\f259";
}
.so-hand-pointer-o:before {
  content: "\f25a";
}
.so-hand-peace-o:before {
  content: "\f25b";
}
.so-trademark:before {
  content: "\f25c";
}
.so-registered:before {
  content: "\f25d";
}
.so-creative-commons:before {
  content: "\f25e";
}
.so-gg:before {
  content: "\f260";
}
.so-gg-circle:before {
  content: "\f261";
}
.so-tripadvisor:before {
  content: "\f262";
}
.so-odnoklassniki:before {
  content: "\f263";
}
.so-odnoklassniki-square:before {
  content: "\f264";
}
.so-get-pocket:before {
  content: "\f265";
}
.so-wikipedia-w:before {
  content: "\f266";
}
.so-safari:before {
  content: "\f267";
}
.so-chrome:before {
  content: "\f268";
}
.so-firefox:before {
  content: "\f269";
}
.so-opera:before {
  content: "\f26a";
}
.so-internet-explorer:before {
  content: "\f26b";
}
.so-tv:before,
.so-television:before {
  content: "\f26c";
}
.so-contao:before {
  content: "\f26d";
}
.so-500px:before {
  content: "\f26e";
}
.so-amazon:before {
  content: "\f270";
}
.so-calendar-plus-o:before {
  content: "\f271";
}
.so-calendar-minus-o:before {
  content: "\f272";
}
.so-calendar-times-o:before {
  content: "\f273";
}
.so-calendar-check-o:before {
  content: "\f274";
}
.so-industry:before {
  content: "\f275";
}
.so-map-pin:before {
  content: "\f276";
}
.so-map-signs:before {
  content: "\f277";
}
.so-map-o:before {
  content: "\f278";
}
.so-map:before {
  content: "\f279";
}
.so-commenting:before {
  content: "\f27a";
}
.so-commenting-o:before {
  content: "\f27b";
}
.so-houzz:before {
  content: "\f27c";
}
.so-vimeo:before {
  content: "\f27d";
}
.so-black-tie:before {
  content: "\f27e";
}
.so-fonticons:before {
  content: "\f280";
}
.so-reddit-alien:before {
  content: "\f281";
}
.so-edge:before {
  content: "\f282";
}
.so-credit-card-alt:before {
  content: "\f283";
}
.so-codiepie:before {
  content: "\f284";
}
.so-modx:before {
  content: "\f285";
}
.so-fort-awesome:before {
  content: "\f286";
}
.so-usb:before {
  content: "\f287";
}
.so-product-hunt:before {
  content: "\f288";
}
.so-mixcloud:before {
  content: "\f289";
}
.so-scribd:before {
  content: "\f28a";
}
.so-pause-circle:before {
  content: "\f28b";
}
.so-pause-circle-o:before {
  content: "\f28c";
}
.so-stop-circle:before {
  content: "\f28d";
}
.so-stop-circle-o:before {
  content: "\f28e";
}
.so-shopping-bag:before {
  content: "\f290";
}
.so-shopping-basket:before {
  content: "\f291";
}
.so-hashtag:before {
  content: "\f292";
}
.so-bluetooth:before {
  content: "\f293";
}
.so-bluetooth-b:before {
  content: "\f294";
}
.so-percent:before {
  content: "\f295";
}
.so-gitlab:before {
  content: "\f296";
}
.so-wpbeginner:before {
  content: "\f297";
}
.so-wpforms:before {
  content: "\f298";
}
.so-envira:before {
  content: "\f299";
}
.so-universal-access:before {
  content: "\f29a";
}
.so-wheelchair-alt:before {
  content: "\f29b";
}
.so-question-circle-o:before {
  content: "\f29c";
}
.so-blind:before {
  content: "\f29d";
}
.so-audio-description:before {
  content: "\f29e";
}
.so-volume-control-phone:before {
  content: "\f2a0";
}
.so-braille:before {
  content: "\f2a1";
}
.so-assistive-listening-systems:before {
  content: "\f2a2";
}
.so-asl-interpreting:before,
.so-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.so-deafness:before,
.so-hard-of-hearing:before,
.so-deaf:before {
  content: "\f2a4";
}
.so-glide:before {
  content: "\f2a5";
}
.so-glide-g:before {
  content: "\f2a6";
}
.so-signing:before,
.so-sign-language:before {
  content: "\f2a7";
}
.so-low-vision:before {
  content: "\f2a8";
}
.so-viadeo:before {
  content: "\f2a9";
}
.so-viadeo-square:before {
  content: "\f2aa";
}
.so-snapchat:before {
  content: "\f2ab";
}
.so-snapchat-ghost:before {
  content: "\f2ac";
}
.so-snapchat-square:before {
  content: "\f2ad";
}
.so-pied-piper:before {
  content: "\f2ae";
}
.so-first-order:before {
  content: "\f2b0";
}
.so-yoast:before {
  content: "\f2b1";
}
.so-themeisle:before {
  content: "\f2b2";
}
.so-google-plus-circle:before,
.so-google-plus-official:before {
  content: "\f2b3";
}
.so-fa:before,
.so-font-awesome:before {
  content: "\f2b4";
}
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.ldBar {
  position: relative;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* text-shadow: 0 0 3px #fff; */
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}
.ldBar path.mainline {
	stroke-width: 6;
	stroke: #09f;
	stroke-linecap: round;
}
.ldBar.torolt .ldBar-label {
	display: none;
}
.ldBar.torolt path.mainline {
	stroke: #d9230f;
}
.ldBar.teljesitve path.mainline {
	stroke: #4dce1f;
}
.ldBar.termekek-beerkeztek path.mainline {
	stroke: #4dce1f;
}
.ldBar.csomagolasra-var path.mainline {
	stroke: #4dce1f;
}
.ldBar.kesobbi-feladas path.mainline {
	stroke: #4dce1f;
}
.ldBar.termekek-erkezese path.mainline {
	stroke: #ffa700;
}

.ldBar path.baseline {
	stroke-width: 6;
	stroke: #f1f2f3;
	stroke-linecap: round;
	/* filter:url(#custom-shadow); */
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\f959"; }

.fa-bacterium:before {
  content: "\f95a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\f95b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\f977"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\f978"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\f905"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\f979"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-virus:before {
  content: "\f964"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\f966"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\f968"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\f97a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\f96d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\f96f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\f97b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\f97c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\f973"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/webfonts/fa-brands-400.eot");
  src: url("../assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-brands-400.woff2") format("woff2"), url("../assets/webfonts/fa-brands-400.woff") format("woff"), url("../assets/webfonts/fa-brands-400.ttf") format("truetype"), url("../assets/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/webfonts/fa-regular-400.eot");
  src: url("../assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-regular-400.woff2") format("woff2"), url("../assets/webfonts/fa-regular-400.woff") format("woff"), url("../assets/webfonts/fa-regular-400.ttf") format("truetype"), url("../assets/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/webfonts/fa-solid-900.eot");
  src: url("../assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-solid-900.woff2") format("woff2"), url("../assets/webfonts/fa-solid-900.woff") format("woff"), url("../assets/webfonts/fa-solid-900.ttf") format("truetype"), url("../assets/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

#querylog {
    width: 95%;
    font-family: Arial;
    margin: 0px auto;
    background-color: #E9E9E9;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #333;
    color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog td{
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog .connect td{
    background: #fff;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog .select td{
    background: #f3f3f3;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog .rowa td{
    background: #9BC4C7;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog .rowb td{
    background: #B2DFED;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#querylog .head  td{
    background: #cfcfcf;
    font-weight: bold;
    border: 1px solid #363636;
    text-align: center;
    font-size: 12pt;
    height: 20px;
}
#querylog .cell {
    padding: 2px;
    border: 1px solid #363636;
    vertical-align: middle;
}
