.pikabu-viewport{position:relative;overflow:hidden}html:not(.pikabu--is-legacy-android) .pikabu-viewport{-moz-perspective:1000;-webkit-perspective:1000;perspective:1000;-moz-transform:translateZ(0);-ms-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.pikabu-sidebar{position:absolute;top:0;z-index:1;overflow:auto}.pikabu-sidebar--right{right:0;z-index:0;width:80%;-moz-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.pikabu-sidebar--left{width:80%;-moz-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.pikabu-container{position:relative;z-index:100;width:100%;overflow-x:hidden}html:not(.pikabu--is-legacy-android) .pikabu-container{-webkit-backface-visibility:hidden}.pikabu--left-sidebar-visible .pikabu-container{-moz-transform:translate3d(80%, 0, 0);-webkit-transform:translate3d(80%, 0, 0);transform:translate3d(80%, 0, 0)}.pikabu--right-sidebar-visible .pikabu-container{-moz-transform:translate3d(-80%, 0, 0);-webkit-transform:translate3d(-80%, 0, 0);transform:translate3d(-80%, 0, 0)}.pikabu-container,.pikabu-sidebar{-moz-transition:-moz-transform 0.2s ease-in;-o-transition:-o-transform 0.2s ease-in;-webkit-transition:-webkit-transform 0.2s ease-in;transition:transform 0.2s ease-in}.pikabu-overlay{display:none}.pikabu--left-sidebar-visible .pikabu-overlay,.pikabu--right-sidebar-visible .pikabu-overlay{position:absolute;top:0;z-index:30;display:block;width:100%;cursor:pointer}.pikabu-sidebar--is-hidden{display:none}.pikabu--has-overflow-touch{-webkit-overflow-scrolling:touch}

@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";
@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

.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;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 9px;
}

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

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

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

mark,
.mark {
  background-color: #fcf8e3;
  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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}

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

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

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

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

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

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

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

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

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

.container:before, .container:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.radio label,
.checkbox label {
  min-height: 18px;
  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 {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

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

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

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

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 40px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

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

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

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

.btn:hover, .btn:focus, .btn.focus {
  color: #ed701b;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-default:focus, .btn-default.focus {
  color: #ed701b;
  background-color: #e6e5e5;
  border-color: #7f390a;
}

.btn-default:hover {
  color: #ed701b;
  background-color: #e6e5e5;
  border-color: #bc550f;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #ed701b;
  background-color: #e6e5e5;
  border-color: #bc550f;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #ed701b;
  background-color: #d4d4d4;
  border-color: #7f390a;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #ed701b;
  border-color: #dd6411;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #c55910;
  border-color: #672e08;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c55910;
  border-color: #a44a0d;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c55910;
  border-color: #a44a0d;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a44a0d;
  border-color: #672e08;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

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

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

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

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

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

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

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #000;
  background-color: #e6e5e5;
  border-color: black;
}

.btn-info:hover {
  color: #000;
  background-color: #e6e5e5;
  border-color: black;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #e6e5e5;
  border-color: black;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: black;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

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

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

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

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

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

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

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

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

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

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

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

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

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

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

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

/*@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";*/
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  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 {
  z-index: 2;
  margin-left: -1px;
}

/*@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";*/
.alert {
  padding: 15px;
  margin-bottom: 18px;
  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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

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

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

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

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

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

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

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

/*@import "bootstrap/progress-bars";
@import "bootstrap/media";*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-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;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.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: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.panel-heading {
  padding: 10px 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: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
  border-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  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: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: #000;
}

.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 #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.modal-footer:after {
  clear: both;
}

.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix: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;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.campaign-grid {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.campaign-grid:before, .campaign-grid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.campaign-grid:after {
  clear: both;
}

.campaign-grid .campaign {
  margin-bottom: 15px;
  padding: 0 10px;
  min-width: 1%;
  /*.category {
      font-size: 11px;
      color: #808080;
      display: block;
      font-weight: normal;
      line-height: 200%;
      -webkit-transition: all .15s ease-in;
      -o-transition: all .15s ease-in;
      transition: all .15s ease-in;
    }*/
}

.campaign-grid .campaign .image {
  margin-bottom: 8px;
  position: relative;
}

.campaign-grid .campaign .image img {
  display: block;
  max-width: 100%;
}

.campaign-grid .campaign .embedded-title {
  padding: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background-color: rgba(242, 101, 34, 0.7);
  color: white;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .10s ease-in;
  transition: all .10s ease-in;
  pointer-events: none;
}

.campaign-grid .campaign .title {
  color: black;
  display: block;
  font-weight: bold;
  line-height: 150%;
  font-size: 18px;
}

.campaign-grid .campaign .description {
  font-size: 12px;
  color: #808080;
  display: block;
  font-weight: normal;
  line-height: 150%;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.campaign-grid .campaign a {
  text-decoration: none;
}

.campaign-grid .campaign:hover .description {
  color: black;
}

.campaign-grid .campaign-small {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.campaign-grid .campaign-medium {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.campaign-grid .campaign-large {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .campaign-grid {
    margin: 0 -15px;
  }
  .campaign-grid .campaign-small {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .campaign-grid .campaign-medium {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .campaign-grid .campaign-large {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .campaign-grid .campaign {
    padding: 15px;
  }
  .campaign-grid .campaign .embedded-title {
    font-size: 42px;
  }
  .campaign-grid .campaign:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .campaign-grid .campaign:hover .embedded-title {
    background-color: rgba(242, 101, 34, 0.95);
  }
  .campaign-grid .campaign .description {
    font-size: 13px;
  }
  .container.left-sidebar .campaign-grid {
    margin: 0;
  }
  .container.left-sidebar .campaign-grid .campaign .title {
    font-size: 14px;
  }
  .container.left-sidebar .campaign-grid .campaign .description {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .campaign-grid .campaign-small {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .campaign-grid .campaign-medium {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .campaign-grid .campaign-large {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.banners-container {
  height: 160px;
  margin-bottom: 0 !important;
}

.banners-container .banner {
  height: 160px;
  background-color: #484848;
  background-size: cover;
  background-position: center center;
  position: relative;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.banners-container .banner .caption {
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-top: 40px;
}

.banners-container .banner .title {
  font-size: 30px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banners-container {
    height: 260px;
  }
  .banners-container .banner {
    height: 260px;
  }
  .banners-container .banner .caption {
    font-size: 30px;
    padding-top: 60px;
  }
  .banners-container .banner .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .banners-container {
    height: 320px;
  }
  .banners-container .banner {
    height: 320px;
  }
  .banners-container .banner .caption {
    font-size: 40px;
    padding-top: 90px;
  }
  .banners-container .banner .title {
    font-size: 70px;
  }
}

@media screen and (min-width: 1280px) {
  .banners-container {
    height: 360px;
  }
  .banners-container .banner {
    height: 360px;
  }
  .banners-container .banner .caption {
    padding-top: 100px;
  }
}

.flexbox-image-collections-grid {
  margin: 0 -15px 15px -15px;
  padding: 5px;
  list-style: none;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flexbox-image-collections-grid:before, .flexbox-image-collections-grid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flexbox-image-collections-grid:after {
  clear: both;
}

.flexbox-image-collections-grid a {
  color: black;
}

.flexbox-image-collections-grid a:hover {
  color: inherit;
  text-decoration: none;
}

.flexbox-image-collections-grid .image-collection {
  min-width: 1%;
  margin: 0;
  padding: 0;
}

.flexbox-image-collections-grid .image-collection .grid {
  display: block;
  border-bottom: 3px solid wheat;
  background-color: white;
  margin: 5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.flexbox-image-collections-grid .image-collection .grid:hover {
  border-bottom: 3px solid #f17543;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.flexbox-image-collections-grid .image-collection .grid .image {
  display: table-cell;
  width: 55px;
  vertical-align: middle;
  padding: 4px;
}

.flexbox-image-collections-grid .image-collection .grid .image img {
  max-width: 100%;
  display: block;
}

.flexbox-image-collections-grid .image-collection .grid .name {
  padding: 4px;
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
}

.flexbox-image-collections-grid .image-collection {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (min-width: 650px) {
  .flexbox-image-collections-grid .image-collection {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 768px) {
  .flexbox-image-collections-grid {
    margin: 0 0 15px 0;
  }
}

@media screen and (min-width: 992px) {
  .flexbox-image-collections-grid .image-collection {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 1200px) {
  .flexbox-image-collections-grid .image-collection {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.breadcrumb {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  color: #666;
  border-bottom: 1px dotted #ebebeb;
}

.breadcrumb li {
  display: inline-block;
  padding: .2em 0;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb li a:hover {
  color: black;
}

.breadcrumb li.back {
  color: black;
  font-weight: bold;
}

.breadcrumb li:not(.back) + li:before {
  content: "\E80B";
  font-family: 'icons';
  padding: 0 .6em;
  color: #ccc;
}

.breadcrumb li.back + li:before {
  content: "|";
  padding: 0 .6em;
  color: black;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none !important;
}

.btn-group-justified .btn-group .btn {
  border-right-width: 0;
}

.btn-group-justified .btn-group:last-of-type .btn {
  border-right-width: 1px;
}

/*.btn-primary {
  color: white;
  border: 1px solid #f76b0a;
  background-color: #f76b0a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  border: 1px solid #d35b2b;
  background-color: #d35b2b;
}

.btn-default {
  color: #f76b0a;
  border: 1px solid #f76b0a;
  background-color: white;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
  background-color: #d35b2b;
  border: 1px solid #d35b2b;
  color: white;
}*/
.collection-description {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .collection-description {
    padding: 0 0 0 15px;
  }
}

.title-container > h1 {
  line-height: 1.8em;
  margin: 0 0 10px 0;
}

.filters {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: black;
  font-size: 16px;
}

.filters .filter {
  padding: .4em 0;
  font-weight: 700;
}

.filters .filter > .filter-name {
  display: block;
}

.filters .filter ul.filter-values {
  font-size: 13px;
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 8px;
  color: #676767;
  display: block;
  line-height: 170%;
}

.filters .filter ul.filter-values li.show-less,
.filters .filter ul.filter-values li.show-all {
  display: none;
  color: #f17543;
  cursor: pointer;
}

.filters .filter ul.filter-values li.show-less:hover,
.filters .filter ul.filter-values li.show-all:hover {
  text-decoration: underline;
}

.filters .filter ul.filter-values li.filter-value:nth-child(n+6) {
  display: none;
}

.filters .filter ul.filter-values li.filter-value:nth-child(n+6) + .show-all {
  display: block;
}

.filters .filter ul.filter-values .filter-label {
  font-weight: normal;
  min-width: 100%;
  padding-left: 20px;
  display: block;
}

.filters .filter ul.filter-values .filter-label > * {
  pointer-events: none;
}

.filters .filter ul.filter-values .filter-label > .item-count {
  position: absolute;
  top: 0;
  right: 0;
}

.filters .filter ul.filter-values .checkbox {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
}

.filters .filter ul.filter-values .checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.filters .filter ul.filter-values .filter-value-name {
  display: inline-block;
  width: 100%;
}

.filters .filter.active ul.filter-values li.filter-value:nth-child(n+6) {
  display: block;
}

.filters .filter.active ul.filter-values li.filter-value:nth-child(n+6) + .show-all {
  display: none;
}

.filters .filter.active ul.filter-values li.show-all:nth-child(n+6) + .show-less {
  display: none;
}

.filters .filter:not(.active) ul.filter-values.show-all li.filter-value:nth-child(n+6) {
  display: block;
}

.filters .filter:not(.active) ul.filter-values.show-all li.filter-value:nth-child(n+6) + .show-all {
  display: none;
}

.filters .filter:not(.active) ul.filter-values.show-all li.show-all:nth-child(n+6) + .show-less {
  display: block;
}

footer {
  border-top: 1px solid #eaeaea;
  background-color: #424242;
  padding: 15px 15px 70px 15px;
  color: white;
}

footer a {
  color: inherit;
}

footer a:hover {
  color: #f17543;
}

footer .section-title {
  margin-bottom: 5px;
  display: block;
  color: #a5a5a5;
}

footer .company,
footer .support,
footer .sitemap,
footer .localization {
  padding: 15px 0;
}

footer .company,
footer .support,
footer .sitemap {
  border-bottom: 1px solid #383838;
}

footer .company {
  padding-top: 0;
}

footer .company .company-name {
  font-size: 16px;
  font-weight: bold;
}

footer .company .map {
  border-radius: 7px;
  margin-top: 10px;
  overflow: hidden;
  width: 200px;
  height: 220px;
}

footer .support:before, footer .support:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .support:after {
  clear: both;
}

footer .support .call-us-container {
  clear: both;
  margin-bottom: 15px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #383838;
  padding-bottom: 15px;
}

footer .support .call-us-container .phone-number {
  font-size: 18px;
  font-weight: bold;
}

footer .support .call-us-container .status-container {
  width: 50%;
  display: table-cell;
  margin-bottom: 15px;
}

footer .support .call-us-container .status-container .status-open {
  color: #2eb015;
  font-weight: bold;
}

footer .support .call-us-container .status-container .status-closed {
  color: red;
}

footer .support .call-us-container .phone-hours-container {
  width: 50%;
  display: table-cell;
  margin-bottom: 15px;
}

footer .support .call-us-container .phone-hours-container .phone-hours {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

footer .support .write-us-container {
  clear: both;
  margin-bottom: 15px;
}

footer .support .write-us-container .email {
  font-size: 18px;
  font-weight: bold;
}

footer .support .write-us-container .email:hover {
  text-decoration: underline;
}

footer .support .social-container .social-link {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-image: url("/assets/themes/speedline/images/mini-social-icons.png");
  background-repeat: no-repeat;
  background-size: 462px 126px;
  display: inline-block;
  border: 1px solid #888888;
}

footer .support .social-container .facebook {
  background-position: 0 0;
}

footer .support .social-container .facebook:hover {
  background-position: 0 -42px;
  border: none;
}

footer .support .social-container .googleplus {
  background-position: -126px 0;
}

footer .support .social-container .googleplus:hover {
  background-position: -126px -42px;
  border: none;
}

footer .support .social-container .youtube {
  background-position: -420px 0;
}

footer .support .social-container .youtube:hover {
  background-position: -420px -42px;
  border: none;
}

footer .sitemap:before, footer .sitemap:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

footer .sitemap:after {
  clear: both;
}

footer .sitemap .global-links-container {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

footer .sitemap .catalog-links-container {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

footer .sitemap .links-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 10px;
}

footer .sitemap .links-list a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer .wrapper {
    width: 700px;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
  footer .company {
    display: table-cell;
    padding: 0 15px 0 0;
    border-bottom: none;
    width: 25%;
    vertical-align: top;
  }
  footer .support {
    display: table-cell;
    padding: 0 15px;
    border-left: 1px solid #383838;
    border-bottom: none;
    width: 50%;
    vertical-align: top;
  }
  footer .support .call-us-container {
    border-bottom: none;
  }
  footer .sitemap-localization-container {
    display: table-cell;
    padding: 0 0 0 15px;
    border-left: 1px solid #383838;
    border-bottom: none;
    width: 25%;
    vertical-align: top;
  }
  footer .sitemap-localization-container .sitemap,
  footer .sitemap-localization-container .localization {
    border-bottom: none;
    float: none;
    width: auto;
    padding: 0;
  }
  footer .sitemap-localization-container .sitemap .global-links-container,
  footer .sitemap-localization-container .sitemap .catalog-links-container {
    width: auto;
    float: none;
  }
}

@media screen and (min-width: 1024px) {
  footer .wrapper {
    width: 960px;
  }
  footer .company {
    width: 20%;
  }
  footer .support {
    width: 40%;
  }
  footer .sitemap-localization-container {
    width: 40%;
  }
  footer .sitemap-localization-container .sitemap-localization-inner-container {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  footer .sitemap-localization-container .sitemap {
    display: table-cell;
    padding: 0 15px 0 0;
    border-bottom: none;
    width: 50%;
  }
  footer .sitemap-localization-container .localization {
    display: table-cell;
    padding: 0 0 0 15px;
    border-left: 1px solid #383838;
    border-bottom: none;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  footer .wrapper {
    width: 1200px;
  }
}

@font-face {
  font-family: 'icons';
  src: url("/assets/themes/speedline/fonts/icons.eot?44603243");
  src: url("/assets/themes/speedline/fonts/icons.eot?44603243#iefix") format("embedded-opentype"), url("/assets/themes/speedline/fonts/icons.woff") format("woff"), url("/assets/themes/speedline/fonts/icons.ttf") format("truetype"), url("/assets/themes/speedline/fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?44603243#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .4em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .4em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-larger:before {
  font-size: 1.2em;
}

.icon-custom {
  font-size: 1em;
  font-family: 'icons';
}

.icon-attr:before {
  font-size: 1em;
  content: attr(data-icon);
  font-family: 'icons';
}

.icon-no-left-margin:before {
  margin-left: 0;
}

.icon-thumbs-up-alt:before {
  content: '\E800';
}

/* '' */
.icon-star:before {
  content: '\E801';
}

/* '' */
.icon-phone:before {
  content: '\E802';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\E803';
}

/* '' */
.icon-globe:before {
  content: '\E804';
}

/* '' */
.icon-basket:before {
  content: '\E805';
}

/* '' */
.icon-down-open-large:before {
  content: '\E806';
}

/* '' */
.icon-cancel:before {
  content: '\E807';
}

/* '' */
.icon-check:before {
  content: '\E808';
}

/* '' */
.icon-search:before {
  content: '\E809';
}

/* '' */
.icon-menu:before {
  content: '\E80A';
}

/* '' */
.icon-right-open:before {
  content: '\E80B';
}

/* '' */
.icon-left-open:before {
  content: '\E80C';
}

/* '' */
.icon-location:before {
  content: '\E80D';
}

/* '' */
.icon-truck:before {
  content: '\E80E';
}

/* '' */
.icon-camera:before {
  content: '\E80F';
}

/* '' */
.icon-layout:before {
  content: '\E810';
}

/* '' */
.icon-cancel-circled:before {
  content: '\E811';
}

/* '' */
.icon-right-open-large:before {
  content: '\E812';
}

/* '' */
.icon-ok-circled:before {
  content: '\E813';
}

/* '' */
.icon-youtube:before {
  content: '\E814';
}

/* '' */
.icon-plus:before {
  content: '\E815';
}

/* '' */
.icon-minus:before {
  content: '\E816';
}

/* '' */
.icon-bag:before {
  content: '\E817';
}

/* '' */
.icon-plus-large:before {
  content: '\E818';
}

/* '' */
.icon-minus-large:before {
  content: '\E819';
}

/* '' */
.icon-up-open-large:before {
  content: '\E81A';
}

/* '' */
.icon-left-open-large:before {
  content: '\E81B';
}

/* '' */
.icon-down-open:before {
  content: '\E81C';
}

/* '' */
.icon-up-open:before {
  content: '\E81D';
}

/* '' */
.icon-dropbox:before {
  content: '\E81E';
}

/* '' */
.icon-credit-card:before {
  content: '\E81F';
}

/* '' */
.icon-email:before {
  content: '\E820';
}

/* '' */
.icon-help:before {
  content: '\E821';
}

/* '' */
.icon-attention:before {
  content: '\E822';
}

/* '' */
.icon-gift:before {
  content: '\E823';
}

/* '' */
.icon-paper-plane:before {
  content: '\E824';
}

/* '' */
.icon-home:before {
  content: '\E825';
}

/* '' */
/**
 * Menu
 */
.pikabu-sidebar.pikabu-sidebar--left .inset {
  position: fixed;
  z-index: 20;
}

.pikabu-sidebar.pikabu-sidebar--left .inset.right {
  right: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menu a {
  color: inherit;
}

.menu a:hover {
  color: inherit;
  text-decoration: underline;
}

.menu ul.children {
  list-style: none;
  margin: 0;
  padding: 0;
  /*color: #676767;
    font-size: 16px;*/
  color: black;
  font-size: inherit;
}

.menu ul.children ul.children {
  display: none;
}

.menu ul.children li.element.active > ul {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
}

.menu li.element {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.menu li.element > .name {
  display: block;
  padding: .4em 0;
}

.menu li.element > .name:hover {
  color: black;
  text-decoration: underline;
}

.menu li.element > .expand {
  display: none;
  color: #454545;
  font-size: 12px;
  padding: 5px 8px;
}

.menu li.element > .expand:before {
  content: '\E818';
  font-family: "icons";
  text-align: center;
  line-height: 1em;
}

.menu li.element > .expand:hover {
  color: #f17543;
}

.menu li.element.has-children > .name {
  padding-right: 20px;
}

.menu li.element.has-children > .expand {
  display: block;
  position: absolute;
  right: 0;
  top: .3em;
}

.menu li.element.active > .name {
  font-weight: bold;
  color: black;
}

.menu li.element.active > .expand {
  color: #f17543;
}

.menu li.element.active > .expand:before {
  content: '\E819';
}

.menu li.element li.element {
  padding-left: 20px;
}

.menu > ul > li.element:first-child {
  border-top: 0;
}

.menu.mobile {
  font-size: 16px;
}

.menu.mobile .section-title {
  color: grey;
  font-size: small;
  margin: .2em .4em;
}

.menu.mobile ul.children {
  color: inherit;
}

.menu.mobile > ul.children {
  padding: 0 .6em;
}

.menu.mobile li.element li.element {
  padding-left: 10px;
}

.menu.mobile ul.static {
  color: inherit;
  font-size: 14px;
}

.menu.mobile > ul.static {
  padding: 0 .6em;
}

.menu.mobile ul.catalogs {
  margin-bottom: 10px;
  font-weight: bold;
}

/**
 * Pagination
 */
.pagination {
  clear: both;
  font-size: 13px;
  text-align: center;
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.pagination:after, .pagination:before {
  content: " ";
  display: table;
  clear: both;
}

.pagination li {
  display: inline-block;
}

.pagination li > span, .pagination li a {
  display: block;
  padding: .3em;
  border-radius: 100%;
  height: 36px;
  min-width: 36px;
  line-height: 250%;
  text-align: center;
}

.pagination li:not(.disabled) > span, .pagination li:not(.disabled) a {
  color: black;
}

.pagination li:not(.disabled).active > span, .pagination li:not(.disabled).active a {
  color: white;
  background-color: #F17543;
}

.pagination li:not(.disabled):hover:not(.active) > span, .pagination li:not(.disabled):hover:not(.active) a {
  background-color: #f7f7f7;
}

.pagination li.disabled {
  color: grey;
}

.pagination li.disabled > span {
  min-width: 20px;
}

.pagination a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .pagination:after, .pagination:before {
    content: " ";
    display: table;
    clear: both;
  }
  .pagination li {
    margin-left: .35em;
  }
}

/**
* Pikabu
*/
html:not(.pikabu--is-legacy-android) .pikabu-viewport {
  -webkit-transform: none;
  transform: none;
  -webkit-perspective: none;
  perspective: none;
  display: block;
}

.pikabu-container {
  background-color: white;
  padding-top: 44px;
}

@media screen and (min-width: 768px) {
  .pikabu-container {
    padding-top: 0;
  }
}

/*.streamer .pikabu-container {
  padding-top: 65px;
}

@media screen and (min-width: 768px) {
  .pikabu-container {
    padding-top: 180px;
  }

  body {
    &.streamer .pikabu-container { padding-top: 201px; }
    &.header-nav-footer .pikabu-container { padding-top: 204px; }
    &.streamer.header-nav-footer .pikabu-container { padding-top: 226px; }
  }
}*/
.product-grid-container {
  width: 100%;
  margin: 0;
}

.product-grid-container h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.product-grid-container .product-grid {
  margin: 0 -10px 15px -10px;
  padding: 0;
  list-style: none;
}

.product-grid-container .product-grid:before, .product-grid-container .product-grid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-grid-container .product-grid:after {
  clear: both;
}

.product-grid-container .product-grid .product {
  width: 46%;
  height: 170px;
  margin: 10px 2%;
  font-size: 11px;
  float: left;
  position: relative;
}

.product-grid-container .product-grid .product .image {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

.product-grid-container .product-grid .product .image img {
  width: 135px;
  height: 101px;
}

.product-grid-container .product-grid .product .image .on-sale-badge {
  position: absolute;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  line-height: 290%;
  text-align: center;
  color: red;
  border: 1px solid red;
  background-color: rgba(255, 255, 255, 0.75);
  top: 3px;
  left: 3px;
}

.product-grid-container .product-grid .product .brand {
  color: black;
  display: block;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  min-height: 14px;
}

.product-grid-container .product-grid .product .name {
  color: black;
  display: block;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  min-height: 14px;
}

.product-grid-container .product-grid .product .prices {
  white-space: nowrap;
  margin-bottom: 15px;
}

.product-grid-container .product-grid .product .prices .price {
  color: black;
  display: inline-block;
  padding: 2px;
}

.product-grid-container .product-grid .product .prices .price.price-sale {
  background-color: #fce357;
}

.product-grid-container .product-grid .product .prices .price.price-before {
  color: #808080;
  text-decoration: line-through;
  font-size: smaller;
}

.product-grid-container .product-grid .product .stock,
.product-grid-container .product-grid .product .delivery,
.product-grid-container .product-grid .product .variation {
  display: none;
  color: #808080;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .product-grid-container {
    width: 460px;
    padding: 0 20px 0 30px;
    margin: 0 -15px 15px -15px;
  }
  .product-grid-container h4 {
    margin: 0 0 5px 0;
  }
  .product-grid-container .product-grid {
    margin: 0;
  }
  .product-grid-container .product-grid .product {
    width: 175px;
    height: 215px;
    margin: 15px;
    font-size: 13px;
  }
  .product-grid-container .product-grid .product a:hover {
    left: -15px;
    right: -15px;
    top: -15px;
    padding: 15px;
    position: absolute;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0, 0, 6px, 0, rgba(0, 0, 0, 0.15);
    box-shadow: 0, 0, 6px, 0, rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .product-grid-container .product-grid .product a:hover .stock,
  .product-grid-container .product-grid .product a:hover .delivery,
  .product-grid-container .product-grid .product a:hover .variation {
    display: block;
  }
  .product-grid-container .product-grid .product .image {
    position: relative;
    margin-bottom: 5px;
  }
  .product-grid-container .product-grid .product .image img {
    width: 175px;
    height: 131px;
  }
  .product-grid-container .product-grid .product .image .on-sale-badge {
    height: 40px;
    width: 40px;
    line-height: 320%;
  }
  .product-grid-container .product-grid .product .brand {
    margin-bottom: 5px;
    min-height: 17px;
  }
  .product-grid-container .product-grid .product .name {
    margin-bottom: 10px;
    min-height: 17px;
  }
}

@media screen and (min-width: 1024px) {
  .product-grid-container {
    width: 720px;
  }
  .product-grid-container .product-grid .product {
    width: 193px;
    height: 225px;
  }
  .product-grid-container .product-grid .product .image img {
    width: 193px;
    height: 144px;
  }
}

@media screen and (min-width: 1280px) {
  .product-grid-container {
    width: 960px;
  }
  .product-grid-container .product-grid .product {
    width: 197px;
    height: 235px;
  }
  .product-grid-container .product-grid .product .image img {
    width: 197px;
    height: 147px;
  }
}

.search-form {
  margin: 15px 0;
}

.search-form input[type=submit] {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}

.no-results {
  text-align: center;
  font-size: larger;
  color: #666;
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .search-form .sidebar-toggle .btn-group {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .in-page-search-container .wrapper {
    width: 960px;
  }
}

@media screen and (min-width: 1280px) {
  .in-page-search-container .wrapper {
    width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar .sidebar-tab {
    display: none;
  }
  .sidebar .sidebar-tab.slide-out {
    display: block;
    position: fixed;
    z-index: 20;
    background-color: white;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-top: 3px solid #ed701b;
  }
  .sidebar .sidebar-tab.slide-out > .menu,
  .sidebar .sidebar-tab.slide-out > .filters {
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 80px;
    overflow-y: auto;
    right: 0;
    left: 0;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar .sidebar-tab.slide-out .buttons {
    position: absolute;
    height: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    border-top: 1px solid #ebebeb;
  }
}

@media screen and (min-width: 992px) {
  .sidebar {
    width: 245px;
    float: left;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .sidebar .sidebar-tab {
    display: block;
  }
  .sidebar .sidebar-tab .buttons {
    display: none;
  }
  .sidebar .menu {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 5px;
    border-radius: 4px;
  }
  .sidebar .sidebar-tab:not(.active):not(.always-active) {
    display: none;
  }
}

.sidebar-toggle {
  margin-bottom: 10px;
  display: block;
}

.sidebar-toggle .number-of-items {
  color: #676767;
  display: none;
}

.sidebar-toggle .btn.disabled,
.sidebar-toggle .btn[disabled] {
  color: lightgray;
  border-color: lightgray;
  opacity: 1;
  border-left: 1px solid black;
}

@media screen and (min-width: 992px) {
  .sidebar-toggle {
    display: block;
  }
  .sidebar-toggle .btn-toggle.selected {
    background-color: #ed701b;
    color: white;
  }
  .sidebar-toggle .number-of-items {
    display: block;
  }
  .sidebar-toggle.single-toggle {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("/assets/themes/speedline/images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  /* Selv tilføjet */
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.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-slide:focus, .slick-slide a {
  outline: none;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 100%;
  outline: none;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-prev:before, .slick-next:before {
  font-family: "icons";
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -45px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -45px;
}

.slick-prev:before {
  content: "\E80C";
}

[dir="rtl"] .slick-prev:before {
  content: "\E80B";
}

.slick-next {
  right: -45px;
}

[dir="rtl"] .slick-next {
  left: -45px;
  right: auto;
}

.slick-next:before {
  content: "\E80B";
}

[dir="rtl"] .slick-next:before {
  content: "\E80C";
}

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "icons";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #f17543;
  opacity: 0.5;
}

/* Egen tilføjelse */
.slick-inset-buttons .slick-prev {
  left: 5px;
}

[dir="rtl"] .slick-inset-buttons .slick-prev {
  left: auto;
  right: 5px;
}

.slick-inset-buttons .slick-next {
  right: 5px;
}

[dir="rtl"] .slick-inset-buttons .slick-next {
  left: 5px;
  right: auto;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  visibility: hidden;
}

/**
 * Søgning
 */
.text-page {
  font-size: 13px;
}

.text-page > *:first-child {
  margin-top: 0;
}

.text-page h1 {
  font-size: 18px;
}

.text-page h2 {
  font-size: 16px;
}

.text-page h3 {
  font-size: 14px;
}

.text-page h4, .text-page h5, .text-page h6 {
  font-size: 13px;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}

#toTop.active {
  display: block;
}

#toTop:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

#toTop:before {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 250%;
}

@media screen and (min-width: 768px) {
  #toTop {
    bottom: 40px;
  }
  #toTop:before {
    width: 40px;
    height: 40px;
    line-height: 200%;
  }
}

/**
 * Typeahead
 */
/*span.twitter-typeahead .tt-dropdown-menu {
  position: static;
  display: none;
  text-align: left;
  width: 100%;
}

span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: .5em;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  width: 100%;
  white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  text-decoration: none;
  outline: 0;
  background-color: #D8F9E3;
}

span.twitter-typeahead {
  width: 100%;
}

span.twitter-typeahead .tt-suggestion:not(:last-child) > p {
  border-bottom: 1px solid #eaeaea;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #D8F9E3;
}

.tt-hint {
  color: #b5b5b5;
}*/
.twitter-typeahead {
  width: 100%;
}

.tt-input,
.tt-hint {
  /*width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;*/
}

.tt-input {
  -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);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  text-align: left;
  width: 100%;
  margin-top: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 21px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #6FB1AE;
}

.tt-suggestion p {
  margin: 0;
}

.trustpilot-box {
  padding: 20px 0 0 0;
}

.sub-collections {
  width: 100%;
  margin: 0 0 15px 0;
}

.sub-collections h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sub-collections {
    float: right;
    width: 460px;
    padding: 0 20px 0 30px;
    margin: 0 -15px 15px -15px;
  }
}

@media screen and (min-width: 1024px) {
  .sub-collections {
    width: 720px;
  }
}

@media screen and (min-width: 1280px) {
  .sub-collections {
    width: 960px;
  }
}

.chars-link-list {
  margin: 0 0 15px 0;
  padding: 9px 0 5px 0;
  list-style: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  color: grey;
  text-align: justify;
  line-height: 0;
}

.chars-link-list a {
  color: inherit;
}

.chars-link-list a:hover {
  color: inherit;
  text-decoration: underline;
}

.chars-link-list .char-link {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}

.chars-link-list .char-link:hover {
  color: inherit;
  text-decoration: underline;
}

.chars-link-list:after {
  content: '';
  display: inline-block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  height: 0;
}

.char-brands {
  padding: 15px 0;
  position: relative;
}

.char-brands a {
  color: inherit;
}

.char-brands a:hover {
  color: inherit;
  text-decoration: underline;
}

.char-brands .char {
  display: block;
  width: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  left: 0;
  top: 15px;
  position: absolute;
}

.char-brands .brands {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 50px;
  -webkit-column-count: 2;
  column-count: 2;
}

.char-brands .brands .brand {
  line-height: 1;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: grey;
  padding: 2px 0;
}

.char-brands .brands .brand a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .char-brands .brands {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media screen and (min-width: 992px) {
  .container.left-sidebar .content {
    float: right;
    width: 695px;
  }
}

@media screen and (min-width: 1200px) {
  .container.left-sidebar .content {
    width: 895px;
  }
}

.catalogs-grid {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.catalogs-grid:before, .catalogs-grid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.catalogs-grid:after {
  clear: both;
}

.catalogs-grid .catalog {
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
  min-width: 1%;
}

.catalogs-grid .catalog a,
.catalogs-grid .catalog a:hover {
  color: white;
}

.catalogs-grid .catalog .image img {
  max-width: 100%;
  display: block;
}

.catalogs-grid .catalog .name {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0;
  background-color: #f17543;
  padding: 2px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.catalogs-grid .catalog .collections {
  padding: 0 0 0 5px;
  list-style: none;
  margin: 0;
}

.catalogs-grid .catalog .collections > li {
  display: block;
  border-top: 1px solid #ebebeb;
  line-height: 180%;
}

.catalogs-grid .catalog .collections > li:first-child {
  border-top: none;
}

.catalogs-grid .catalog .collections > li a {
  color: inherit;
}

.catalogs-grid .catalog .collections > li a:hover {
  text-decoration: underline;
}

.welcome-catalogs-container .catalog,
.sale-catalogs-container .catalog {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
  .welcome-catalogs-container .catalogs-grid {
    display: none;
  }
  .sale-catalogs-container {
    padding-left: 15px;
  }
}

.welcome-text {
  margin: 15px 0;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 0 15px 15px 15px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  line-height: 180%;
}

.welcome-text h1 {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.welcome-text h2 {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.welcome-text h3 {
  font-size: 14px;
}

.welcome-text h4, .welcome-text h5, .welcome-text h6 {
  font-size: 1em;
}

.welcome-text a:not(.btn) {
  color: #f17543;
  font-weight: normal;
}

.welcome-text a:not(.btn):hover {
  text-decoration: underline;
}

.flexbox-product-grid {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flexbox-product-grid:before, .flexbox-product-grid:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flexbox-product-grid:after {
  clear: both;
}

.flexbox-product-grid a:not(.btn) {
  text-decoration: none;
  color: inherit;
}

.flexbox-product-grid a:not(.btn):hover, .flexbox-product-grid a:not(.btn):focus {
  text-decoration: underline;
  color: inherit;
}

.flexbox-product-grid .product {
  padding: 10px;
  position: relative;
  border: 1px dotted #d6d6d6;
  margin: -1px 0 0 -1px;
  min-width: 1%;
}

.flexbox-product-grid .product .image {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.flexbox-product-grid .product .image img {
  max-width: 100%;
  display: block;
}

.flexbox-product-grid .product .image .on-sale-badge {
  position: absolute;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  line-height: 340%;
  text-align: center;
  color: black;
  border: 2px solid white;
  background-color: rgba(253, 218, 24, 0.72);
  top: 0;
  left: 0;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 2px black;
          box-shadow: 0 0 0 2px black;
}

.flexbox-product-grid .product .brand {
  color: #808080;
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 1.3em;
}

.flexbox-product-grid .product .name {
  color: black;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.3em;
  min-height: 2.6em;
  font-size: 1.2em;
}

.flexbox-product-grid .product .prices {
  margin: 0 -2px 5px -2px;
  line-height: 1.3em;
}

.flexbox-product-grid .product .prices .price {
  color: black;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
  margin-right: 3px;
}

.flexbox-product-grid .product .prices .price.price-sale {
  background-color: #fce357;
}

.flexbox-product-grid .product .prices .price.price-before {
  text-decoration: line-through;
  font-weight: normal;
}

.flexbox-product-grid .product .prices .price.price-suggested {
  color: #808080;
  font-weight: normal;
  font-size: smaller;
  display: block;
  min-height: 19px;
  padding: 0;
}

.flexbox-product-grid .product .configuration-container {
  margin-bottom: 5px;
  min-height: 34px;
  line-height: 34px;
}

.flexbox-product-grid .product .configuration-container select {
  width: 100%;
  max-width: 100%;
}

.flexbox-product-grid .product .stock-status {
  color: #808080;
  margin-bottom: 5px;
  min-height: 34px;
  line-height: 34px;
}

.flexbox-product-grid .product .stock-status.in {
  color: #7EAB45;
  font-weight: bold;
}

.flexbox-product-grid .product .stock-status.out {
  color: #a50f0f;
}

.flexbox-product-grid .product .stock-status.stocked-on-purchase {
  color: #a5a20f;
}

.flexbox-product-grid .product .return-to-stock {
  color: #808080;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.flexbox-product-grid .product .button-container {
  margin-bottom: 5px;
}

.flexbox-product-grid .product .button-container .stock-agent,
.flexbox-product-grid .product .button-container .purchase {
  margin-bottom: 5px;
}

.flexbox-product-grid .product .response-container {
  line-height: 22px;
}

.flexbox-product-grid .product .response-container .alert {
  margin: 0;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
}

.flexbox-product-grid.owl-carousel .owl-wrapper,
.flexbox-product-grid.owl-carousel .owl-item {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}

.flexbox-product-grid.owl-carousel {
  margin: 0;
}

.flexbox-product-grid.owl-carousel .product {
  margin: 0;
}

.flexbox-product-grid {
  margin-right: -17px;
}

.flexbox-product-grid .product {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/*@media screen and (min-width: 450px) {
  .flexbox-product-grid { // sidebar vises først på tablet
    // pga. dobbeltborders og negativ margin for at kompensere, så yderste højre border inde på siden (px udfundet ved trial and error)
    margin-right: -18px;  // -15 + 2 + 1

    .product {
      @include flex(0,0,50%);

      .brand {
        min-height: 17px;
      }

      .name {
        min-height: 3.9em;
      }

      .prices {
        min-height: 3.1em; // skal være større end 2 * 1.3em pga. padding på priser

        .price-guide,
        .price-before {
          display: block;
        }
      }
    }
  }
}*/
@media screen and (min-width: 650px) {
  .flexbox-product-grid {
    margin-right: -18px;
  }
  .flexbox-product-grid .product {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .flexbox-product-grid {
    margin: 0 -3px 0 0;
  }
  .flexbox-product-grid .product {
    padding: 25px 15px 25px 15px;
  }
  .flexbox-product-grid:not(.owl-carousel) .product:hover {
    z-index: 1;
  }
  .flexbox-product-grid:not(.owl-carousel) .product:hover .preview {
    /*left: -3px;
          right: -3px;
          top: -3px;
          position: absolute;*/
    padding: 28px 18px 28px 18px;
    margin: -28px -18px -28px -18px;
    background: white;
    border-radius: 3px;
    z-index: 1;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  .flexbox-product-grid:not(.owl-carousel) .product:hover .preview:before, .flexbox-product-grid:not(.owl-carousel) .product:hover .preview:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flexbox-product-grid:not(.owl-carousel) .product:hover .preview:after {
    clear: both;
  }
  .flexbox-product-grid:not(.owl-carousel) .product:hover .ribbon > *:after {
    bottom: -7px;
    border-width: 7px;
  }
}

@media screen and (min-width: 992px) {
  .flexbox-product-grid {
    margin: 0 -3px 0 0;
  }
  .flexbox-product-grid .product {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .container.left-sidebar .flexbox-product-grid {
    margin-right: -2px;
  }
  .container.left-sidebar .flexbox-product-grid .product {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 1200px) {
  .flexbox-product-grid {
    margin: 0 -4px 0 0;
  }
  .flexbox-product-grid .product {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .container.left-sidebar .flexbox-product-grid {
    margin-right: -3px;
  }
  .container.left-sidebar .flexbox-product-grid .product {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

.product-recommendations {
  margin-bottom: 30px;
  clear: both;
}

.product-recommendations .heading {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 -15px 0 -15px;
  background-color: #ed701b;
  padding: 10px;
  color: white;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.product-recommendations .heading a {
  color: #545454;
  font-weight: normal;
}

.product-recommendations .heading a:hover {
  text-decoration: underline;
}

.alternate .product-recommendations {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.content-and-sidebar-container .product-recommendations .heading {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .product-recommendations .heading {
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .content-and-sidebar-container .product-recommendations .heading {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
  }
}

.newsletter-signup-container {
  padding: 10px 0;
  background: white;
  text-align: center;
  border-top: 5px solid #ed701b;
  border-bottom: 5px solid #ed701b;
}

.newsletter-signup-container .name {
  font-size: 19px;
}

.newsletter-signup-container .response {
  margin-top: 10px;
  padding: 5px;
}

.newsletter-signup-container .response:not(.is-hidden) {
  display: inline-block;
}

.newsletter-signup-container .response.status-error {
  color: #f32121;
}

.newsletter-signup-container .response.status-success {
  color: #249c29;
}

.pre-content-description {
  margin-bottom: 30px;
}

.sorting {
  float: right;
  width: auto;
  margin-left: 10px;
}

.text-page-container {
  margin-bottom: 30px;
}

#backdrop {
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

section.primary {
  background-color: white;
  border-top: 1px solid #eaeaea;
  padding: 10px 0;
}

section.alternate {
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
  padding: 10px 0;
}

section.highlight {
  background-color: #4873a5;
  border-top: 1px solid #2461a9;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

section.branch-suggestion {
  background-color: #04465a;
  border-top: 1px solid #eaeaea;
  padding: 10px 0;
  color: white;
}

main section:first-of-type {
  border-top: none;
}

.highlight-heading {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 1em -15px 15px -15px;
  background-color: #7EC7C4;
  padding: 10px;
  color: white;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.highlight-heading a {
  color: #545454;
  font-weight: normal;
}

.highlight-heading a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .highlight-heading {
    margin: 1em 0 15px 0;
    border-radius: 3px;
  }
}

.number-of-items {
  color: #676767;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}

.collection-teaser {
  margin-bottom: 15px;
}

.collection-teaser > *:first-child {
  margin-top: 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.97);
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  min-height: 43px;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15);
}

header a {
  color: inherit;
}

header a:hover {
  color: inherit;
  text-decoration: underline;
}

header .container {
  position: relative;
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  header {
    height: auto;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.15);
  }
  header .container {
    overflow: visible;
  }
}

header .header-cart {
  display: none;
}

@media screen and (min-width: 768px) {
  header .header-cart {
    font-size: 13px;
    display: block;
    overflow: visible;
    position: absolute;
    right: 15px;
    bottom: 50%;
    margin-bottom: -35px;
    padding: 10px;
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out;
  }
  header .header-cart > .total {
    color: #666;
    text-align: right;
  }
  header .header-cart .icon-basket {
    text-align: right;
  }
  header .header-cart .icon-basket:before {
    display: inline-block;
    font-size: 2.3em;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    color: #444;
  }
  header .header-cart .cart-summation {
    margin-bottom: 0;
  }
  header .header-cart .preview {
    position: absolute;
    top: 44px;
    right: -2px;
    width: 350px;
    background-color: white;
    z-index: 20;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-align: left;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  header .header-cart .preview:before, header .header-cart .preview:after {
    content: " ";
    position: absolute;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
  }
  header .header-cart .preview:before {
    top: -11px;
    margin-left: 141px;
    border-top-width: 0;
    border-bottom-color: #ebebeb;
  }
  header .header-cart .preview:after {
    top: -10px;
    margin-left: 141px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  header .header-cart .preview .scroll-container {
    max-height: 630px;
    overflow-y: scroll;
    margin: 0 -10px 0 -10px;
    padding: 10px;
  }
  header .header-cart .preview .buttons {
    padding: 0 10px 10px 10px;
  }
  header .header-cart .preview .buttons a {
    text-decoration: none;
  }
  header .header-cart:hover .preview {
    opacity: 1;
    visibility: visible;
  }
  header .header-cart a:not(.btn) {
    color: inherit;
    text-decoration: none;
  }
  header .header-cart a:not(.btn):hover {
    text-decoration: underline;
  }
  header .header-cart .badge {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 6px;
    right: 2px;
    opacity: 1;
    color: white;
    background-color: #eb212e;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 0 2px;
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out;
  }
  header .header-cart .buttons .btn {
    width: 100%;
  }
}

header .logo {
  float: left;
  margin: 10px auto 0 auto;
}

header .logo img {
  width: 140px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  header .logo {
    float: none;
    margin: 14px 0 10px 0;
  }
  header .logo img {
    width: 210px;
    height: 21px;
  }
  header.compact .logo {
    /*margin: 9px 0 5px 0;

        img {
          width: 140px;
          height: 14px;
        }*/
    display: none;
  }
}

header .mobile-toggle {
  height: 40px;
  width: 40px;
  text-align: center;
  font-family: 'icons';
  font-size: 16px;
  display: block;
  line-height: 115%;
  position: relative;
  color: #444;
}

header .mobile-toggle:active {
  background-color: #5b5b5b;
  -webkit-box-shadow: inset 0 0 5px 0 black;
          box-shadow: inset 0 0 5px 0 black;
  color: #262626;
  text-shadow: none;
}

header .mobile-toggle:active .badge {
  background-color: #eb212e;
  color: white;
}

header .mobile-toggle.icon-menu {
  float: left;
  width: 50px;
  font-size: 34px;
}

header .mobile-toggle.icon-search {
  float: left;
  font-size: 27px;
  line-height: 155%;
  width: 50px;
}

header .mobile-toggle.icon-basket {
  font-size: 27px;
  line-height: 155%;
  float: right;
  width: 50px;
}

header .mobile-toggle.icon-basket .badge {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  position: absolute;
  top: 4px;
  right: 5px;
  opacity: 1;
  color: white;
  background-color: #eb212e;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  header .mobile-toggle {
    display: none;
  }
}

header nav {
  display: none;
}

@media screen and (min-width: 768px) {
  header nav {
    display: block;
  }
  header nav.main {
    margin: 0 auto 10px auto;
  }
  header nav.main .header {
    color: black;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0 0 2px 0;
    text-transform: uppercase;
    font-weight: bold;
  }
  header nav.main .header li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #666;
  }
  header nav.main .header li:last-child {
    padding-right: 0;
    border-right: none;
  }
  header nav.main .header li:first-child {
    padding-left: 0;
  }
  header nav.main .footer {
    color: black;
    font-size: 13px;
    list-style: none;
    padding: 3px 0;
    margin: 0;
    display: inline-block;
  }
  header nav.main .footer li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #666;
  }
  header nav.main .footer li:last-child {
    padding-right: 0;
    border-right: none;
  }
  header nav.main .footer li:first-child {
    padding-left: 0;
  }
  header nav.main a {
    color: black;
    text-decoration: underline;
  }
  header nav.main a:hover {
    color: black;
    text-decoration: underline;
  }
  header nav.main a.active {
    color: black;
  }
  header.compact nav {
    margin-top: 10px;
  }
  header.compact nav.main .footer {
    display: none;
  }
}

header .embedded-search-container {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 15;
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  margin: 0 auto;
}

header .embedded-search-container.show {
  display: block;
}

header .embedded-search-container button[type=submit].btn {
  position: absolute;
  right: 13px;
  top: 13px;
  padding: 3px 10px;
}

header .embedded-search-container i.icon-search {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  left: 3px;
  top: 4px;
  z-index: 1;
  display: none;
}

header .embedded-search-container input[type=search] {
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #ed701b;
  color: black;
}

header .embedded-search-container input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

header .embedded-search-container input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

header .embedded-search-container input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

header .embedded-search-container input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

@media screen and (min-width: 768px) {
  header .embedded-search-container {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 0 0 10px 0;
    width: 430px;
    background-color: transparent;
  }
  header .embedded-search-container i.icon-search {
    display: block;
  }
  header .embedded-search-container input[type=search] {
    padding-left: 30px;
  }
  header .embedded-search-container button[type=submit].btn {
    right: 3px;
    top: 3px;
  }
}

@media screen and (min-width: 1024px) {
  header .embedded-search-container {
    width: 500px;
  }
}

header .streamer {
  max-height: 3px;
  background-color: #ed701b;
  color: white;
  display: block;
  font-size: 13px;
  overflow: hidden;
}

header .streamer.streamer-alert {
  background: url(/assets/themes/speedline/images/streamer-alert-background.png) repeat-x;
  color: black;
}

header .streamer .container {
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.streamer header:not(.compact) .streamer {
  max-height: none;
  overflow: auto;
}

header .trustpilot {
  display: none;
}

/*@media screen and (min-width: $screen-sm-min) {
  header {
    .trustpilot {
      display: block;
      position: absolute;
      left: 15px;
      top: 30px;
    }

    &.compact .trustpilot {
      top: 15px;
    }
  }

  body.header-nav-footer header:not(.compact) .trustpilot {
    top: 50px;
  }
}*/
/*@media screen and (min-width: $screen-sm-min) {*/
@media screen and (min-width: 1200px) {
  header {
    /*&.compact .trustpilot {
      height: 24px;
      margin-bottom: -12px;
      overflow: hidden;
    }*/
  }
  header .trustpilot {
    display: block;
    position: absolute;
    left: 15px;
    height: 90px;
    bottom: 50%;
    margin-bottom: -49px;
  }
  header.compact .trustpilot {
    display: none;
  }
}

header .information {
  display: none;
}

@media screen and (min-width: 768px) {
  header.compact .information {
    display: none;
  }
  header .information {
    padding: 5px 0;
    display: inline-block;
    font-size: 12px;
    border-top: 1px dashed #EAEAEA;
  }
  header .information > span {
    display: inline-block;
    margin: 0 5px;
  }
  header .information .status-open {
    color: #2eb015;
    font-weight: bold;
  }
  header .information .status-closed {
    color: red;
  }
}

header .quicklinks {
  background-color: #F5F5F5;
  height: 26px;
  display: none;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
}

header .quicklinks a {
  color: inherit;
}

header .quicklinks a:hover {
  color: inherit;
  text-decoration: underline;
}

header .quicklinks a.dashboard {
  background-color: #F17543;
  color: white;
  border-radius: 3px;
  padding: 1px 4px;
}

header .quicklinks .container {
  line-height: 26px;
  display: table;
}

header .quicklinks .left {
  display: table-cell;
  text-align: left;
}

header .quicklinks .right {
  display: table-cell;
  text-align: right;
}

header .quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

header .quicklinks ul li {
  display: inline-block;
}

header .quicklinks ul li:not(:last-child) {
  margin-right: 10px;
}

header .quicklinks a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  header .quicklinks {
    display: block;
  }
  header.compact .quicklinks {
    display: none;
  }
}

.thank-you {
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 15px;
}

.thank-you h1 {
  font-size: 21px;
}

.thank-you h1:before {
  color: #0BA70B;
  font-size: 1.2em;
}

.checkout-done-sub-heading {
  text-align: center;
  color: grey;
  font-weight: normal;
  padding: 0 15px;
  line-height: 160%;
}

.checkout-info-boxes {
  margin: 0;
}

.checkout-info-box {
  padding: 20px 10px 10px 10px;
  text-align: center;
  position: relative;
  margin: 40px 0 30px 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.checkout-info-box .icon {
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #f17543;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  font-size: 1.8em;
  text-align: center;
  line-height: 175%;
}

.checkout-info-box a {
  color: #f17543;
}

.checkout-info-box a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .thank-you h1 {
    font-size: 28px;
  }
  .checkout-info-boxes {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .checkout-info-box {
    width: 33.3333%;
    margin: 40px 15px 30px 15px;
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.checkout-form .feedback {
  margin-bottom: 10px;
}

.checkout-form .feedback.success {
  color: #3e753f;
}

.checkout-form .feedback.error {
  color: #a82427;
}

.checkout-footer {
  padding: 10px 0 0 0;
  clear: both;
}

.checkout-footer .back {
  float: left;
}

.checkout-footer .proceed {
  float: right;
}

.checkout-footer .navigation:before, .checkout-footer .navigation:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.checkout-footer .navigation:after {
  clear: both;
}

.checkout-footer .help-text {
  clear: both;
  color: grey;
  font-size: .8em;
}

.checkout-footer .next-step-hint {
  text-align: right;
}

.customer-dependent {
  display: none !important;
}

.customer-private .customer-dependent.customer-private.customer-dependent-inline-block {
  display: inline-block !important;
}

.customer-private .customer-dependent.customer-private.customer-dependent-block {
  display: block !important;
}

.customer-business .customer-dependent.customer-business.customer-dependent-inline-block {
  display: inline-block !important;
}

.customer-business .customer-dependent.customer-business.customer-dependent-block {
  display: block !important;
}

.delivery-address-dependent {
  display: none;
}

.checkout-delivery-address.delivery-address-private .delivery-address-private {
  display: block;
}

.checkout-delivery-address.delivery-address-business .delivery-address-business {
  display: block;
}

.required-asterix {
  color: red;
}

.checkout-form {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px 15px 15px 15px;
}

@media screen and (min-width: 768px) {
  .checkout-form {
    float: left;
    width: 405px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .checkout-form {
    width: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .checkout-form {
    width: 800px;
  }
}

.gift-certificate-container {
  margin-bottom: 15px;
}

.gift-certificate-response-container {
  margin-bottom: 15px;
}

.checkout-form hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 1em 0;
}

.checkout-process {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px auto;
  font-size: 13px;
  max-width: 600px;
}

.checkout-process:before, .checkout-process:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.checkout-process:after {
  clear: both;
}

.checkout-process a {
  color: inherit;
}

.checkout-process a:hover {
  color: inherit;
  text-decoration: none;
}

.checkout-process li {
  float: left;
  width: 50%;
  text-align: center;
}

.checkout-process.shipping li {
  width: 33.3%;
}

.checkout-process .step-indicator {
  display: block;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  border: 2px solid #eaeaea;
  margin: 0 auto;
  font-weight: bold;
}

.checkout-process .step-indicator:before {
  color: #eaeaea;
}

.checkout-process .step-name {
  display: block;
  color: #b5b5b5;
}

.checkout-process .active .step-indicator {
  background-color: white;
  border: 2px solid #ef662f;
  color: #ef662f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.checkout-process .active .step-indicator:before {
  color: black;
}

.checkout-process .active .step-name {
  color: #ef662f;
}

.checkout-process .done .step-indicator {
  background-color: #f17543;
  border: 2px solid #ef662f;
  color: #ef662f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.checkout-process .done .step-indicator:before {
  color: white;
}

.checkout-process .done .step-name {
  color: #ef662f;
}

@media screen and (min-width: 768px) {
  .checkout-process .step-indicator {
    width: 36px;
    height: 36px;
    line-height: 34px;
    margin: 0 auto 4px auto;
    font-size: 16px;
  }
}

.order-resume {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 13px;
  display: none;
}

.order-resume .section-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f7f7;
  color: #676767;
  padding: .2em .6em;
  margin: 0 0 5px 0;
}

.order-resume .invoice,
.order-resume .shipping-address,
.order-resume .drop-point,
.order-resume .shipping-service,
.order-resume .gift-certificates,
.order-resume .pickup-location,
.order-resume .total,
.order-resume .forgot-something {
  padding: 0 5px;
}

.order-resume .total {
  font-weight: bold;
  font-size: 16px;
}

.order-resume .total:before, .order-resume .total:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-resume .total:after {
  clear: both;
}

.order-resume .remove-link {
  color: #f76b0a;
}

.order-resume .gift-certificate {
  margin-bottom: 10px;
}

.order-resume .checkout-cart {
  overflow-y: auto;
  margin-bottom: 5px;
  padding: 0 5px;
}

.order-resume .checkout-cart .cart-items .cart-items-grid .cart-item ul li.product .name {
  padding-right: 0;
}

.order-resume .order-resume-toggle-container {
  display: none;
  padding: 0 10px;
  margin-bottom: 10px;
}

.payment .order-resume {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.payment .order-resume .help {
  display: none;
}

.payment .order-resume .order-resume-toggle-container {
  display: block;
}

@media screen and (max-width: 767px) {
  .payment .order-resume .details:not(.show) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .order-resume {
    float: right;
    width: 300px;
    display: block;
  }
  .order-resume .total {
    font-size: 16px;
  }
  .payment .order-resume {
    border-bottom: none;
  }
  .payment .order-resume .order-resume-toggle-container {
    display: none;
  }
  .payment .order-resume .details {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .order-resume {
    width: 325px;
  }
}

/*@media screen and (min-width: $screen-lg-min) {
  .order-resume {
    width: 401px;
  }
}*/
/*.checkout-radios,
.checkout-checkboxes {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 160%;

  .checkout-radio,
  .checkout-checkbox {
    margin-bottom: .5em;
    position: relative;
    display: block;

    label {
      display: block;
      border-radius: 4px;
      border: 1px dashed #eaeaea;
      padding: .3em .3em .3em 2.5em;
    }

    input[type="radio"],
    input[type="checkbox"] {
      //position: absolute; margin-top: 1em; margin-left: 1em;
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      left: 7px;
    }

    input[type="radio"]:checked + label,
    input[type="checkbox"]:checked + label {
      background-color: #e0f0d9;
      border-color: #d7e8c7;
      color: #3e753f;
    }
  }

  .help-text {
    color: grey;
    margin-bottom: 0;
    font-weight: normal;
  }

  .additional {
    color: $link-color;
    display: block;
    text-align: right;
  }
}*/
.checkout-toggle-inputs {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 160%;
}

.checkout-toggle-inputs > li {
  margin-bottom: .5em;
  position: relative;
  display: block;
}

.checkout-toggle-inputs > li label {
  display: inline-block;
  padding: 4px 10px 4px 31px;
  border-radius: 4px;
  margin: 0;
  font-weight: normal;
}

.checkout-toggle-inputs > li label:hover {
  background-color: #f7f7f7;
}

.checkout-toggle-inputs > li label > * {
  display: block;
  pointer-events: none;
}

.checkout-toggle-inputs > li input[type="radio"],
.checkout-toggle-inputs > li input[type="checkbox"] {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  left: 7px;
}

.checkout-toggle-inputs > li input[type="radio"]:checked + label,
.checkout-toggle-inputs > li input[type="checkbox"]:checked + label {
  color: #3e753f;
  background-color: #f1f1f1;
}

.checkout-toggle-inputs.separation-lines > li {
  border-bottom: 1px dashed #bfbfbf;
}

.checkout-toggle-inputs.separation-lines > li:last-child {
  border-bottom: none;
}

.checkout-toggle-inputs.full-width > li label {
  width: 100%;
}

.checkout-toggle-inputs.proceed button {
  display: none;
}

.checkout-toggle-inputs.proceed input[type="radio"]:checked + label,
.checkout-toggle-inputs.proceed input[type="checkbox"]:checked + label {
  padding-right: 130px;
}

.checkout-toggle-inputs.proceed input[type="radio"]:checked + label button,
.checkout-toggle-inputs.proceed input[type="checkbox"]:checked + label button {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -1em;
  pointer-events: auto;
}

.checkout-toggle-inputs.has-error,
.checkout-toggle-inputs .has-error {
  color: #a82427;
}

@media screen and (min-width: 768px) {
  .checkout-toggle-inputs.compact > li {
    display: inline-block;
  }
}

.checkout-title {
  font-size: 16px;
  display: block;
  margin: .5em 0;
  font-weight: bold;
}

select.country {
  font-weight: bold;
  background-color: cornsilk;
}

.shipping-option-title {
  font-size: larger;
  font-weight: bold;
}

.checkout-warning-label {
  display: inline !important;
  padding: .2em .6em .3em;
  font-size: 90%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #f0ad4e;
}

.product-media .slick-product-for {
  margin: 0 -15px 15px -15px;
}

.product-media .slick-product-for .slick-list {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.product-media .slick-product-nav {
  display: none;
}

.product-media .slick-slide img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .product-media {
    width: 350px;
    margin-right: 15px;
    float: left;
  }
  .product-media .slick-product-for {
    margin: 0 0 15px 0;
  }
  .product-media .slick-product-for .slick-list {
    border: none;
  }
  .product-media .slick-product-nav {
    display: block;
  }
  .product-media .slick-product-nav .slick-slide {
    text-align: center;
    margin: 5px;
    border: 2px solid transparent;
    overflow: hidden;
  }
  .product-media .slick-product-nav .slick-slide.slick-current {
    border: 2px solid #f17543;
  }
}

@media screen and (min-width: 992px) {
  .product-media {
    width: 520px;
  }
}

.prices-table {
  margin: 10px 0;
}

.price {
  color: black;
  display: inline-block;
  padding: 0 2px;
  font-weight: bold;
  font-size: 24px;
}

.price.price-sale {
  background-color: #fce357;
}

.price.price-before {
  color: black;
  text-decoration: line-through;
  font-weight: normal;
}

.price.price-guide {
  color: #808080;
  font-weight: normal;
  font-size: small;
  display: block;
}

.product-heading h1, .product-heading h2 {
  margin-top: 0;
}

.product-heading .brand {
  color: grey;
}

.product-heading .sku {
  color: black;
  font-weight: normal;
}

.product-share-container .url {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .product-share-container {
    margin: 0;
    width: 250px;
    padding-left: 15px;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .product-share-container {
    width: 350px;
    padding-left: 15px;
  }
}

.product-purchase-tabs {
  display: block;
  padding: 0;
  list-style: none;
  z-index: 1;
  margin-bottom: 0;
}

.product-purchase-tabs > li.tab {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #fbfbfb;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.product-purchase-tabs > li.tab:before {
  background: #fbfbfb;
  display: block;
  content: ".";
  font-size: 0;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}

.product-purchase-tabs > li.tab > .sep {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  height: 0;
  z-index: 4;
}

.product-purchase-tabs > li.tab.active > a,
.product-purchase-tabs > li.tab.active > a:hover,
.product-purchase-tabs > li.tab.active > a:visited,
.product-purchase-tabs > li.tab.active > a:active {
  color: black;
  font-weight: bold;
}

.product-purchase-tabs > li.tab.active > .sep {
  display: none;
}

.product-purchase-container {
  margin: 0 0 15px 0;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  background-color: #fbfbfb;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.product-purchase-container.show-ribbons {
  padding-top: 50px;
}

.product-purchase-container.show-ribbons .ribbons {
  display: block;
}

.product-purchase-container .section-title {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.product-purchase-container hr {
  margin: 1em 0;
}

.product-purchase-container .stock-status.in {
  color: #7EAB45;
  font-weight: bold;
}

.product-purchase-container .stock-status.out {
  color: #a50f0f;
}

.product-purchase-container .stock-status.stocked-on-purchase {
  color: #a5a20f;
}

.product-purchase-container .stock-status.icon-check:before {
  margin-left: 0;
}

.product-purchase-container .form-inline {
  margin: 0 0 10px;
}

.product-purchase-container .response-container {
  margin: 0 0 10px;
}

.product-purchase-container .ribbons {
  top: 5px;
  display: none;
}

.product-purchase-container .alert {
  margin-bottom: 0;
}

.product-purchase-container table.bundle-table label.control-label {
  font-weight: normal;
  display: inline;
}

.product-purchase-container table.bundle-table tbody tr td {
  vertical-align: middle;
}

.product-purchase-container table.group-table tbody tr:first-child td {
  border-top: none;
}

.product-purchase-container .on-sale-badge {
  position: absolute;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  line-height: 340%;
  text-align: center;
  color: black;
  border: 2px solid white;
  background-color: rgba(253, 218, 24, 0.72);
  top: -10px;
  right: -10px;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 2px black;
          box-shadow: 0 0 0 2px black;
}

@media screen and (min-width: 768px) {
  .product-purchase-container,
  .product-purchase-tabs {
    width: 355px;
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .product-purchase-container,
  .product-purchase-tabs {
    width: 405px;
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .product-purchase-container,
  .product-purchase-tabs {
    width: 595px;
    float: right;
  }
}

.product-information-container {
  margin: 0 0 15px 0;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

.product-information-container:last-child {
  margin-bottom: 0;
}

.product-information-container .segments {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-information-container .segments > li {
  padding: 0 15px;
}

.product-information-container .segments > li > .product-information-section-title {
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.product-information-container .segments > li:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.product-information-container .segments.expandable > li .product-information-section-title:before {
  font-family: 'icons';
  content: '\E818';
  margin-right: 10px;
}

.product-information-container .segments.expandable > li .product-information-section-title:hover:before {
  color: #f17543;
}

.product-information-container .segments.expandable > li .content {
  display: none;
}

.product-information-container .segments.expandable > li.show > .product-information-section-title {
  border-bottom: 1px solid #ebebeb;
}

.product-information-container .segments.expandable > li.show > .product-information-section-title:before {
  content: '\E819';
}

.product-information-container .segments.expandable > li.show .content {
  display: block;
}

.product-information-container .make-and-model-list {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 1.7;
}

.product-information-container .rrssb-buttons {
  max-width: 500px;
  margin: 10px 0;
}

.product-information-container .table.specifications-table tbody tr:first-child td {
  border-top: 0;
}

@media screen and (min-width: 510px) {
  .product-information-container .make-and-model-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .product-information-container .make-and-model-list {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
  }
}

@media screen and (min-width: 992px) {
  .product-information-container .segments {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .product-information-container .segments:before, .product-information-container .segments:after {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-information-container .segments:after {
    clear: both;
  }
  .product-information-container .segments > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 50%;
  }
  .product-information-container .segments > li:not(:first-child) {
    border-top: 0;
  }
  .product-information-container .segments > li.make-and-model {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    border-top: 1px solid #ebebeb;
  }
  .product-information-container .segments.expandable > li.description .product-information-section-title, .product-information-container .segments.expandable > li.specifications .product-information-section-title,
  .product-information-container .segments.expandable > li.show.description .product-information-section-title,
  .product-information-container .segments.expandable > li.show.specifications .product-information-section-title {
    border-bottom: 1px solid #ebebeb;
    cursor: default;
  }
  .product-information-container .segments.expandable > li.description .product-information-section-title:before, .product-information-container .segments.expandable > li.specifications .product-information-section-title:before,
  .product-information-container .segments.expandable > li.show.description .product-information-section-title:before,
  .product-information-container .segments.expandable > li.show.specifications .product-information-section-title:before {
    content: none;
  }
  .product-information-container .segments.expandable > li.description .content, .product-information-container .segments.expandable > li.specifications .content,
  .product-information-container .segments.expandable > li.show.description .content,
  .product-information-container .segments.expandable > li.show.specifications .content {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .product-information-container .make-and-model-list {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 4;
  }
}

.user-login-container {
  width: 100%;
  margin: 0 auto 15px auto;
}

.user-register-container {
  width: 100%;
  margin: 15px auto 15px auto;
  border-top: 1px solid #f7f7f7;
}

.user-login-container .errors-container,
.user-register-container .errors-container {
  color: red;
}

@media screen and (min-width: 768px) {
  .user-login-container,
  .user-register-container {
    width: 350px;
    float: left;
    padding: 0 15px;
    margin: 0 auto 15px auto;
  }
  .user-register-container {
    border-top: none;
    border-left: 1px solid #f7f7f7;
  }
}

@media screen and (min-width: 1024px) {
  .user-login-container,
  .user-register-container {
    width: 480px;
  }
}

@media screen and (min-width: 1280px) {
  .user-login-container,
  .user-register-container {
    width: 600px;
  }
}

.user-page-title {
  margin-top: 0;
}

.user-menu-container {
  margin: 0 0 15px 0;
}

.user-menu-container .user-menu-title {
  font-size: 1em;
  margin: 0 0 .5em 0;
}

.user-menu-container .user-menu {
  padding-left: 15px;
  line-height: 170%;
  margin: 0;
}

.user-menu-container .user-menu a:hover {
  text-decoration: underline;
}

.user-page-content-container {
  border-top: 1px solid #f7f7f7;
}

.user-orders-table {
  width: 100%;
  margin-bottom: 15px;
}

.user-orders-table thead tr {
  border-bottom: 1px solid #f7f7f7;
}

.user-orders-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.user-orders-table thead th {
  text-align: left;
}

.user-orders-table thead th,
.user-orders-table tbody td {
  padding: 5px;
}

.user-orders-table thead th.align-right,
.user-orders-table tbody td.align-right {
  text-align: right;
}

.user-orders-table a {
  color: #f17543;
}

.user-orders-table a:hover {
  text-decoration: underline;
}

.user-orders-table .open {
  color: green;
}

.user-orders-table .closed {
  color: grey;
}

.status-container {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .user-menu-container {
    padding: 0 15px 0 0;
    width: 150px;
    border-right: 1px solid #f7f7f7;
    float: left;
  }
  .user-menu-container .user-menu {
    padding-left: 15px;
    list-style-type: none;
  }
  .user-page-content-container {
    border-top: none;
    float: left;
    width: 550px;
    padding: 0 15px;
  }
  .user-page-content-container *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .user-page-content-container {
    width: 810px;
  }
}

@media screen and (min-width: 1280px) {
  .user-page-content-container {
    width: 1050px;
  }
}

.user-account-preview-container {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-info-preview-container {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-addresses-preview-container {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-addresses-preview-container .address-list {
  padding-left: 15px;
}

.user-account-preview-container a,
.user-info-preview-container a,
.user-addresses-preview-container a {
  color: grey;
}

.user-account-preview-container a:hover,
.user-info-preview-container a:hover,
.user-addresses-preview-container a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .user-account-preview-container,
  .user-info-preview-container,
  .user-addresses-preview-container {
    float: left;
    padding: 15px 0 0 0;
  }
  .user-account-preview-container {
    width: 245px;
    margin-right: 15px;
  }
  .user-info-preview-container {
    width: 245px;
    margin-left: 15px;
  }
  .user-addresses-preview-container {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 1024px) {
  .user-account-preview-container,
  .user-info-preview-container {
    width: 375px;
  }
}

@media screen and (min-width: 1280px) {
  .user-account-preview-container,
  .user-info-preview-container {
    width: 245px;
  }
  .user-info-preview-container {
    margin-right: 15px;
  }
  .user-addresses-preview-container {
    margin-left: 15px;
    float: left;
    width: 470px;
    clear: none;
  }
}

.user-update-account {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-change-password {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-change-email {
  margin: 15px 0;
  border-top: 1px solid #f7f7f7;
}

.user-account-status-success {
  color: green;
}

@media screen and (min-width: 768px) {
  .user-update-account {
    margin: 0 0 15px 0;
    padding: 0 15px;
    border-top: none;
    float: left;
    width: 550px;
  }
  .user-update-account *:first-child {
    margin-top: 0;
  }
  .user-change-password {
    margin: 0 15px 15px 150px;
    padding: 15px 0 0 15px;
    border-top: 1px solid #f7f7f7;
    float: left;
    width: 260px;
  }
  .user-change-password *:first-child {
    margin-top: 0;
  }
  .user-change-email {
    margin: 0 0 15px 15px;
    padding: 15px 15px 0 0;
    border-top: 1px solid #f7f7f7;
    float: left;
    width: 260px;
  }
  .user-change-email *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .user-update-account,
  .user-change-password,
  .user-change-email {
    margin: 0 15px 15px 15px;
    padding: 0;
    border-top: none;
    float: left;
    width: 245px;
  }
  .user-update-account *:first-child,
  .user-change-password *:first-child,
  .user-change-email *:first-child {
    margin-top: 0;
  }
  .user-change-email {
    margin: 0 0 15px 15px;
  }
}

@media screen and (min-width: 1280px) {
  .user-update-account,
  .user-change-password,
  .user-change-email {
    width: 325px;
  }
}

.user-address-update *:first-child {
  margin-top: 0;
}

.user-addresses-table {
  width: 100%;
  margin-bottom: 15px;
}

.user-addresses-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.user-addresses-table tbody td {
  padding: 5px;
}

.user-addresses-table tbody td.align-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .user-address-update {
    float: left;
    margin-left: 15px;
    width: 535px;
  }
  .user-delivery-addresses {
    float: right;
    width: 535px;
  }
}

@media screen and (min-width: 1024px) {
  .user-delivery-addresses {
    float: right;
    width: 795px;
  }
}

@media screen and (min-width: 1280px) {
  .user-delivery-addresses {
    float: right;
    width: 1035px;
  }
}

.order-user-login-container .order-login-container {
  width: 100%;
  margin: 0 auto 15px auto;
}

.order-user-login-container .user-login-container {
  width: 100%;
  margin: 15px auto 15px auto;
  border-top: 1px solid #f7f7f7;
}

.order-user-login-container .user-login-container .errors-container,
.order-user-login-container .order-login-container .errors-container {
  color: red;
}

@media screen and (min-width: 768px) {
  .order-user-login-container .user-login-container,
  .order-user-login-container .order-login-container {
    width: 350px;
    float: left;
    padding: 0 15px;
    margin: 0 auto 15px auto;
  }
  .order-user-login-container .user-login-container {
    border-top: none;
    border-left: 1px solid #f7f7f7;
  }
}

@media screen and (min-width: 1024px) {
  .order-user-login-container .user-login-container,
  .order-user-login-container .order-login-container {
    width: 480px;
  }
}

@media screen and (min-width: 1280px) {
  .order-user-login-container .user-login-container,
  .order-user-login-container .order-login-container {
    width: 600px;
  }
}

.rrssb-buttons {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rrssb-buttons:after {
  clear: both;
}

.rrssb-buttons:before, .rrssb-buttons:after {
  content: ' ';
  display: table;
}

.rrssb-buttons li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}

.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}

.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}

.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}

.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}

.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}

.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}

.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}

.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}

.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}

.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}

.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}

.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}

.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}

.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}

.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}

.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}

.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}

.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}

.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}

.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}

.rrssb-buttons li.rrssb-github a {
  background-color: #444;
}

.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2a2a;
}

.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}

.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}

.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}

.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}

.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}

.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}

.rrssb-buttons li.rrssb-hackernews a {
  background-color: #ff6600;
}

.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}

.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.rrssb-buttons li a:hover {
  text-decoration: none;
}

.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}

.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}

.rrssb-buttons li a .rrssb-icon svg path {
  fill: #fff;
}

.rrssb-buttons li a .rrssb-text {
  color: #fff;
}

.rrssb-buttons li a:active {
  -webkit-box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
          box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}

.rrssb-buttons li.small a {
  padding: 0;
}

.rrssb-buttons li.small a .rrssb-icon {
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}

.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}

.rrssb-buttons.large-format {
  height: auto;
}

.rrssb-buttons.large-format li {
  height: auto;
}

.rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0.2em;
  padding: 8.5% 0 8.5% 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rrssb-buttons.small-format {
  padding-top: 5px;
}

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}

.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}

.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}

.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}

.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%;
}

.rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
  background-color: transparent;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111111;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #ff6600;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}

.pikabu-sidebar.pikabu-sidebar--right .inset {
  position: fixed;
  z-index: 20;
}

.pikabu-sidebar.pikabu-sidebar--right .inset.left {
  left: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.slide-out-cart {
  background-color: white;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  height: 100%;
}

.full-cart.cart-items {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 15px;
}

.full-cart.cart-items .root-cart-item {
  padding: 2px 0;
}

.full-cart.cart-items .image {
  padding: 3px 10px 3px 3px;
  display: table-cell;
}

.full-cart.cart-items .name,
.full-cart.cart-items .sku,
.full-cart.cart-items .stock-status,
.full-cart.cart-items .shipping {
  padding: 2px 0 0 0;
}

.full-cart.cart-summation {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 30px;
}

.proceed-to-checkout {
  margin-bottom: 15px;
}

.proceed-to-checkout .btn {
  width: 100%;
  font-weight: bold;
  font-size: larger;
}

.quick-add {
  margin-bottom: 15px;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 10px;
}

.cart-empty {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  font-size: larger;
}

.full-cart-container .feedback.success,
.quick-add .feedback.success {
  color: #3e753f;
}

.full-cart-container .feedback.error,
.quick-add .feedback.error {
  color: #a82427;
}

@media screen and (max-width: 767px) {
  .full-cart.cart-items .remove {
    top: 3px;
    right: 8px;
  }
  .full-cart.cart-items .image {
    width: 80px;
    height: 60px;
  }
  .full-cart.cart-items .image img {
    max-width: 80px;
  }
  .full-cart.cart-items .information-container {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
  }
  .full-cart.cart-items .quantity {
    float: left;
    padding: 10px 0 15px 15px;
  }
  .full-cart.cart-items .price {
    float: right;
    padding: 16px 15px 15px 0;
  }
  .full-cart.cart-items .cart-item-children {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .full-cart.cart-items .remove {
    top: 32px;
    right: 15px;
  }
  .full-cart.cart-items .image {
    width: 107px;
    height: 80px;
  }
  .full-cart.cart-items .image img {
    max-width: 107px;
  }
  .full-cart.cart-items .information-container {
    display: table-cell;
    vertical-align: top;
    padding-right: 260px;
  }
  .full-cart.cart-items .quantity {
    position: absolute;
    top: 28px;
    right: 190px;
  }
  .full-cart.cart-items .price {
    position: absolute;
    right: 50px;
    top: 33px;
  }
  .full-cart.cart-items .cart-item-children {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 992px) {
  /*.full-cart.cart-items {
    width: 645px;
    margin-right: 15px;
    float:left;

    .cart-item-children {
      padding: 0 0 0 15px;
    }
  }

  .full-cart.cart-summation {
    width: 280px;
    float:left;
  }*/
  .full-cart-container {
    width: 645px;
    margin-right: 15px;
    float: left;
  }
  .full-cart-summation-container {
    width: 280px;
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .full-cart-container {
    width: 815px;
  }
  .full-cart-summation-container {
    width: 310px;
  }
}

.cart-items {
  padding: 0;
  list-style: none;
}

.cart-items a {
  color: inherit;
}

.cart-items a:hover {
  color: inherit;
  text-decoration: underline;
}

.cart-items .root-cart-item {
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  position: relative;
}

.cart-items .root-cart-item:before, .cart-items .root-cart-item:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cart-items .root-cart-item:after {
  clear: both;
}

.cart-items .root-cart-item:last-child {
  border-bottom: none;
}

.cart-items .curtain {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.cart-items .sku {
  color: grey;
}

.cart-items .image img {
  max-width: 100%;
  display: block;
}

.cart-items .quantity {
  display: block;
}

.cart-items .quantity input {
  text-align: right;
}

.cart-items .price {
  display: block;
  text-align: right;
  font-size: larger;
  font-weight: bold;
}

.cart-items .stock-status {
  color: #808080;
  font-size: 12px;
}

.cart-items .stock-status.warning {
  color: #BD8C00;
}

.cart-items .stock-status.in-stock {
  color: green;
}

.cart-items .shipping {
  color: #808080;
  font-size: 12px;
}

.cart-items .response {
  margin-top: 3px;
  font-size: 12px;
}

.cart-items .response.success {
  color: green;
}

.cart-items .response.error {
  color: red;
}

.cart-items .remove {
  color: inherit;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  text-transform: none;
  overflow: visible;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 17px;
  outline: none;
}

.cart-items .remove:hover {
  color: #f17543;
}

.cart-items .cart-item-children {
  padding: 0;
  list-style: none;
}

.cart-items .cart-item-children .child-cart-item {
  border-bottom: 1px dashed #ebebeb;
  padding: 0;
  position: relative;
}

.cart-items .cart-item-children .child-cart-item .price {
  display: block;
  text-align: left;
  font-weight: bold;
  float: none;
  font-size: inherit;
  padding: 0;
  margin: 0;
  position: static;
  top: auto;
  left: auto;
}

.cart-items .cart-item-children .child-cart-item:last-child {
  border-bottom: none;
}

.cart-section-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ed701b;
  color: white;
  padding: .2em .6em;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}

.cart-summation {
  margin-bottom: 15px;
}

.cart-summation > .cart-section-title:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cart-summation .total {
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding: 10px;
}

.cart-summation .subtle-total {
  color: grey;
  padding: 10px;
}

.cart-summation .gross-total .subtle-total {
  display: none;
}

.cart-summation .net-total .total {
  padding-bottom: 0;
}

.cart-summation .net-total .subtle-total {
  padding-top: 0;
}

.cart-summation .next-shipping-countdown {
  background-color: #fbf49c;
  font-weight: normal;
  padding: 2px 3px;
  border-radius: 2px;
  color: black;
}

.cart-summation .psp-advertising {
  padding: 10px;
}

.cart-summation ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  color: black;
}

.cart-summation ul li {
  padding: 6px 15px;
}

.cart-summation ul li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.cart-summation ul .shipping-quote-label {
  font-size: 11px;
  color: grey;
  display: block;
}

.cart-summation .percentage {
  font-weight: bold;
  padding: 2px 3px;
  border-radius: 3px;
}

.cart-summation .percentage.success {
  background-color: #c7ecc3;
  color: #1f8244;
}

.cart-summation .percentage.warning {
  background-color: #fbf49c;
  color: #807e14;
}

.cart-summation .percentage.danger {
  background-color: #e47878;
  color: #801414;
}

.small-cart .cart-items {
  padding: 0 10px;
  margin: 0;
}

.small-cart .cart-items .root-cart-item {
  padding: 4px 0;
}

.small-cart .cart-items .remove {
  top: -1px;
  right: 2px;
}

.small-cart .cart-items .name {
  padding-right: 30px;
}

.small-cart .cart-items .image {
  width: 60px;
  height: 45px;
  float: left;
  margin-right: 5px;
}

.small-cart .cart-items .quantity {
  width: 60px;
  height: 45px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.small-cart .cart-items .price {
  float: right;
  padding: 4px 0;
  margin-top: 5px;
}

.small-cart .cart-items .stock-status,
.small-cart .cart-items .shipping {
  clear: both;
}

.small-cart .cart-items .cart-item-children {
  clear: both;
  padding-left: 25px;
}

.small-cart .cart-summation {
  overflow-x: hidden;
  margin-bottom: 0;
}

.small-cart .cart-summation .title {
  background-color: #f76b0a;
  color: white;
}

.small-cart .cart-summation .checkout-container .total {
  padding: 5px 0 8px 10px;
}

.small-cart .cart-summation .checkout-container .btn {
  margin-right: 10px;
}

.campaign-layout {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.campaign-layout .campaign-block {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  /*&.half-and-two-quarters {
      > .campaign-container:nth-child(1) {
        @include flex(0, 0, 100%);
      }

      > .campaign-container:nth-child(2),
      > .campaign-container:nth-child(3){
        @include flex(0, 0, 50%);
      }
    }

    &.two-quarters-and-a-half {
      > .campaign-container:nth-child(1),
      > .campaign-container:nth-child(2){
        @include flex(0, 0, 50%);
      }

      > .campaign-container:nth-child(3) {
        @include flex(0, 0, 100%);
      }
    }*/
}

.campaign-layout .campaign-block:before, .campaign-layout .campaign-block:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.campaign-layout .campaign-block:after {
  clear: both;
}

.campaign-layout .campaign-block > .campaign-container {
  padding: 15px;
  border-radius: 4px;
}

.campaign-layout .campaign-block > .campaign-container:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.campaign-layout .campaign-block > .campaign-container:hover .campaign .image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.campaign-layout .campaign-block > .campaign-container:hover .campaign .image .embedded-title {
  background-color: rgba(242, 101, 34, 0.95);
}

.campaign-layout .campaign-block > .campaign-container:hover .campaign .description {
  color: black;
}

.campaign-layout .campaign-block.one > .campaign-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.campaign-layout .campaign-block.two > .campaign-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.campaign-layout .campaign-block.four > .campaign-container {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.campaign-layout .campaign {
  min-width: 1%;
}

.campaign-layout .campaign .image {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.campaign-layout .campaign .image .embedded-title {
  padding: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background-color: rgba(242, 101, 34, 0.7);
  color: white;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .10s ease-in;
  transition: all .10s ease-in;
}

.campaign-layout .campaign .image .embedded-title a {
  text-decoration: none;
}

.campaign-layout .campaign .image img {
  display: block;
  max-width: 100%;
}

.campaign-layout .campaign .title {
  color: black;
  display: block;
  font-weight: bold;
  line-height: 150%;
  font-size: 18px;
  margin-top: 8px;
}

.campaign-layout .campaign .description {
  font-size: 12px;
  color: #808080;
  display: block;
  font-weight: normal;
  line-height: 150%;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  margin-bottom: 0;
}

.campaign-layout a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .campaign-layout .campaign-block {
    /*&.half-and-two-quarters {
      > .campaign-container:nth-child(1) {
        @include flex(0, 0, 50%);
      }

      > .campaign-container:nth-child(2),
      > .campaign-container:nth-child(3){
        @include flex(0, 0, 25%);
      }
    }

    &.two-quarters-and-a-half {
      > .campaign-container:nth-child(1),
      > .campaign-container:nth-child(2){
        @include flex(0, 0, 25%);
      }

      > .campaign-container:nth-child(3) {
        @include flex(0, 0, 50%);
      }
    }*/
  }
  .campaign-layout .campaign-block.two > .campaign-container {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .campaign-layout .campaign-block.four > .campaign-container {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

#complementaryModal .modal-header {
  background-color: #ed701b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: white;
}

#complementaryModal .close {
  color: white;
  text-shadow: none;
  opacity: 1;
}

#complementaryModal .heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

#complementaryModal .inset {
  margin: -15px -15px 15px -15px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #f4f4f4;
}

#complementaryModal .modal-footer {
  text-align: left;
}

.ribbons {
  position: absolute;
  top: 20px;
  overflow: visible;
  z-index: 1;
  pointer-events: none;
}

.ribbons.right {
  right: 0;
}

.ribbons.right .ribbon {
  right: -10px;
}

.ribbons.right .ribbon:before {
  left: 0;
  border-top: 13px solid rgba(0, 0, 0, 0.3);
  /* These 4 border properties create the first part of our drop-shadow */
  border-bottom: 13px solid rgba(0, 0, 0, 0.3);
  border-right: 13px solid rgba(0, 0, 0, 0.3);
  border-left: 13px solid transparent;
}

.ribbons.right .ribbon:after {
  left: 26px;
  right: 3px;
}

.ribbons.right .ribbon > * {
  margin-left: 13px;
  padding-right: 24px;
}

.ribbons.right .ribbon > *:after {
  right: 0;
  border-right: 10px solid transparent;
  border-left: none;
}

.ribbons.right .ribbon > *:before {
  left: -13px;
}

.ribbons.left {
  left: 0;
}

.ribbons.left .ribbon {
  left: -10px;
}

.ribbons.left .ribbon:before {
  right: 0;
  border-top: 13px solid rgba(0, 0, 0, 0.3);
  /* These 4 border properties create the first part of our drop-shadow */
  border-bottom: 13px solid rgba(0, 0, 0, 0.3);
  border-left: 13px solid rgba(0, 0, 0, 0.3);
  border-right: 13px solid transparent;
}

.ribbons.left .ribbon:after {
  right: 26px;
  left: 3px;
}

.ribbons.left .ribbon > * {
  padding-left: 24px;
  margin-right: 13px;
}

.ribbons.left .ribbon > *:after {
  left: 0;
  border-left: 10px solid transparent;
  border-right: none;
}

.ribbons.left .ribbon > *:before {
  right: -13px;
}

.ribbon {
  position: relative;
  overflow: visible;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 7px;
  pointer-events: none;
}

.ribbon:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
}

.ribbon:after {
  /* This adds the second part of our dropshadow */
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
}

.ribbon > * {
  display: block;
  padding: 7px;
  position: relative;
  /* allows us to position our pseudo-elements properly */
  background: #0089d0;
  overflow: visible;
  height: 26px;
  text-decoration: none;
}

.ribbon > *:after {
  /* this creates the "folded" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border-width: 10px;
  border-style: solid;
  border-bottom: none;
}

.ribbon > *:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  border-width: 13px;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

.ribbon.yellow > * {
  background: #fee458;
  color: #000000;
}

.ribbon.yellow > *:after {
  border-top-color: #564901;
}

.ribbon.yellow > *:before {
  /* this creates the "forked" part of our ribbon */
  border-top-color: #fee458;
  border-bottom-color: #fee458;
}

.ribbon.blue > * {
  background: #0089d0;
  color: #ffffff;
}

.ribbon.blue > *:after {
  border-top-color: black;
}

.ribbon.blue > *:before {
  /* this creates the "forked" part of our ribbon */
  border-top-color: #0089d0;
  border-bottom-color: #0089d0;
}

@media screen and (min-width: 768px) {
  .ribbons.right .ribbon > * {
    padding-right: 14px;
  }
  .ribbons.left .ribbon > * {
    padding-left: 14px;
  }
}

.click-collect {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.click-collect .cart-section-title:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 10px;
}

.click-collect p {
  padding: 0 10px 0 10px;
}

.data-sheet-title {
  font-weight: bold;
  margin: 5px 0;
  font-size: 15px;
}

.data-sheet-section-title {
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
}

table.data-sheet > tbody > tr:first-child {
  background-color: #f9f9f9;
}

table.data-sheet > tbody > tr:not(:first-child) > td:first-child {
  padding-left: 15px;
}

.page {
  margin: 15px 0;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 0 15px 15px 15px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}

.page h1 {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.page h2 {
  font-size: 15px;
  padding-bottom: 10px;
}

.page h3 {
  font-size: 14px;
}

.page h4, .page h5, .page h6 {
  font-size: 1em;
}

.page a:not(.btn) {
  color: #f17543;
  font-weight: normal;
}

.page a:not(.btn):hover {
  text-decoration: underline;
}

.page.page-blog .blog-body:before, .page.page-blog .blog-body:after, .page.page-category .blog-body:before, .page.page-category .blog-body:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page.page-blog .blog-body:after, .page.page-category .blog-body:after {
  clear: both;
}

.page.page-blog .blog-body .blog-categories,
.page.page-blog .blog-body .blog-tags, .page.page-category .blog-body .blog-categories,
.page.page-category .blog-body .blog-tags {
  float: right;
  max-width: 300px;
  margin: 0 0 10px 10px;
  border: 1px solid #ebebeb;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.page.page-blog .blog-body .blog-tags-title,
.page.page-blog .blog-body .blog-categories-title, .page.page-category .blog-body .blog-tags-title,
.page.page-category .blog-body .blog-categories-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.page.page-blog .posts, .page.page-category .posts {
  margin-top: 15px;
}

.page.page-blog .posts .post, .page.page-category .posts .post {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.page.page-blog .posts .post:before, .page.page-blog .posts .post:after, .page.page-category .posts .post:before, .page.page-category .posts .post:after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page.page-blog .posts .post:after, .page.page-category .posts .post:after {
  clear: both;
}

.page.page-blog .posts .post:first-child, .page.page-category .posts .post:first-child {
  padding-top: 0;
}

.page.page-blog .posts .post:last-child, .page.page-category .posts .post:last-child {
  padding-bottom: 0;
}

.page.page-blog .posts .post .post-title, .page.page-category .posts .post .post-title {
  color: inherit;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.page.page-blog .posts .post .post-title a,
.page.page-blog .posts .post .post-title a:focus,
.page.page-blog .posts .post .post-title a:visited,
.page.page-blog .posts .post .post-title a:hover, .page.page-category .posts .post .post-title a,
.page.page-category .posts .post .post-title a:focus,
.page.page-category .posts .post .post-title a:visited,
.page.page-category .posts .post .post-title a:hover {
  color: inherit;
  font-weight: inherit;
}

.page.page-blog .posts .post .post-title a:hover, .page.page-category .posts .post .post-title a:hover {
  text-decoration: underline;
}

.page.page-blog .posts .post .post-subtitle, .page.page-category .posts .post .post-subtitle {
  font-size: 12px;
  color: grey;
  margin: 0 0 5px 0;
}

.page.page-blog .posts .post .post-excerpt, .page.page-category .posts .post .post-excerpt {
  margin-bottom: 5px;
}

.page.page-blog .posts .post .post-image-frame, .page.page-category .posts .post .post-image-frame {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 300px;
}

.page.page-blog .posts .post .post-image-frame img, .page.page-category .posts .post .post-image-frame img {
  max-width: 100%;
}

.page.page-category .categories .category {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 10px;
  margin: 15px 0;
}

.page.page-category .categories .category .category-image-frame {
  margin-bottom: 5px;
}

.page.page-category .categories .category .category-image-frame img {
  max-width: 100%;
}

.page.page-category .categories .category .category-name {
  color: inherit;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.page.page-category .categories .category .category-name a,
.page.page-category .categories .category .category-name a:focus,
.page.page-category .categories .category .category-name a:visited,
.page.page-category .categories .category .category-name a:hover {
  color: inherit;
}

.page.page-category .categories .category .category-name a:hover {
  text-decoration: underline;
}

.page.page-post .post-subtitle {
  color: grey;
  margin: 0 0 5px 0;
}

table.bundle-selections {
  width: auto !important;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  a.anchor {
    top: 0;
  }
}

.is-hidden {
  display: none !important;
}

.slick {
  visibility: hidden;
}

.no-top-margin {
  margin-top: 0;
}

.useless {
  font-size: 12px;
}

a {
  cursor: pointer;
  background-color: transparent;
  color: #f76b0a;
  text-decoration: none;
}

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

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}