/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  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; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #F86900;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ac4900;
    text-decoration: underline; }
  a:focus {
    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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-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; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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 > 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 {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > 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; } }

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: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #F86900; }

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

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

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

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .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: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .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: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #F86900;
  border-color: #df5e00; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c55300;
    border-color: #5f2800; }
  .btn-primary:hover {
    color: #fff;
    background-color: #c55300;
    border-color: #a14400; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c55300;
    background-image: none;
    border-color: #a14400; }
    .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: #a14400;
      border-color: #5f2800; }
  .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: #F86900;
    border-color: #df5e00; }
  .btn-primary .badge {
    color: #F86900;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #F86900;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ac4900;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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 {
    background-color: transparent;
    border: 0; }
  .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; }

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .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-right: 0;
    padding-left: 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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

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

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

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

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

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

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

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

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

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

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

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .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: 46px;
  height: 46px;
  line-height: 46px; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 1px; }
  .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: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .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 {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #F86900;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #ac4900;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F86900;
    border-color: #F86900; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #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: #F86900; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #F86900;
    border-color: #F86900; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #F86900; }
    .panel-primary > .panel-heading .badge {
      color: #F86900;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F86900; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus:before {
  content: "\e916"; }

.icon-gratis-verzenden:before {
  content: "\e920"; }

.icon-alg-voorwaarden:before {
  content: "\e91a"; }

.icon-klacht:before {
  content: "\e91b"; }

.icon-merken:before {
  content: "\e91c"; }

.icon-privacy:before {
  content: "\e91d"; }

.icon-ruilen:before {
  content: "\e91e"; }

.icon-winkel:before {
  content: "\e91f"; }

.icon-plus:before {
  content: "\e917"; }

.icon-vergroot:before {
  content: "\e918"; }

.icon-video:before {
  content: "\e919"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.icon-arrow-right:before {
  content: "\e90e"; }

.icon-payment:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

.icon-like:before {
  content: "\e912"; }

.icon-response:before {
  content: "\e913"; }

.icon-tour:before {
  content: "\e914"; }

.icon-blog:before {
  content: "\e915"; }

.icon-menu:before {
  content: "\e900"; }

.icon-arrow-down:before {
  content: "\e901"; }

.icon-arrow-submenu:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-google-plus:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

.icon-pinterest:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-shopping-cart:before {
  content: "\e909"; }

.icon-star:before {
  content: "\e90a"; }

.icon-star-lefthalf:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-envelope:before {
  content: "\e921"; }

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px; }
  .spinner .path {
    stroke: #fa6800;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #D5DDE0; }
  form .form-group .form-control::-webkit-input-placeholder, form .form-group .form-control::-moz-placeholder, form .form-group .form-control:-ms-input-placeholder, form .form-group .form-control:-moz-placeholder {
    color: #D5DDE0; }

form.form div > .form-group {
  position: relative;
  padding-top: 5px; }
  form.form div > .form-group label.control-label {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 8px;
    font-weight: normal;
    background: #FFF;
    transition: all 300ms ease;
    padding: 0 5px; }
    form.form div > .form-group label.control-label span {
      color: #F86900; }
  form.form div > .form-group input.form-control,
  form.form div > .form-group textarea.form-control {
    border-bottom: 2px solid #D5DDE0;
    resize: none;
    font-size: 16px;
    height: auto;
    background-clip: padding-box; }
  form.form div > .form-group.active label.control-label {
    font-size: 13px;
    top: -4px;
    left: 8px;
    color: #999; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  width: 100%;
  height: 5px; }

.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  top: 8px;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-handle.max-slider-handle {
  margin-left: -25px; }

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #F86900;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-horizontal .tooltip {
  transform: translateX(-50%); }

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px; }

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .tooltip {
  transform: translateX(50%); }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #F86900;
  border-right-color: #F86900;
  margin-left: 0;
  margin-right: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-vertical .tooltip {
  transform: translateY(-50%); }

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%; }

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0; }

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0; }

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x; }

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip.top {
  margin-top: -36px; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #FBB47F; }

.slider-selection {
  position: absolute;
  background: #F86900;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x; }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: -2.5px;
  width: 25px;
  height: 25px;
  border: 1px solid #F86900;
  background-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.slider-handle.round {
  border-radius: 50%; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle.custom {
  background: transparent none; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  opacity: 0.8;
  border: 0px solid transparent; }

.slider-tick.round {
  border-radius: 50%; }

.slider-tick.triangle {
  background: transparent none; }

.slider-tick.custom {
  background: transparent none; }

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* {
  outline: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.5; }

.container {
  max-width: 1440px;
  width: initial;
  position: relative; }

a {
  color: #F86900;
  cursor: pointer; }
  a:hover, a:focus {
    color: #F86900;
    text-decoration: none; }

h1, h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px 0; }

h2 {
  font-size: 24px; }

.btn {
  text-transform: uppercase;
  background: #000;
  color: #FFF;
  border-radius: 0;
  transition: all 300ms ease; }
  .btn:hover {
    background: #F86900;
    color: #FFF; }
  .btn:focus {
    color: #FFF; }
  .btn.orange {
    background: #F86900; }
    .btn.orange:focus {
      color: #FFF; }
  .btn.white {
    background: #FFF;
    color: #000; }
    .btn.white:focus {
      color: #000; }

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pr-small {
  padding-right: 5px; }

.pl-small {
  padding-left: 5px; }

.btn-mobile {
  display: inline-block;
  background-color: #F86900;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px; }
  .btn-mobile.shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.breadcrumb {
  padding: 8px 0;
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none; }
  .breadcrumb li {
    display: inline-block;
    color: #a4b3bb; }
    .breadcrumb li a {
      color: #a4b3bb; }
    .breadcrumb li + li:before {
      padding: 0 5px;
      color: #a4b3bb;
      content: "/\00a0"; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 30px 0; }
  .iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.modal-content {
  border-radius: 0px; }

.w100 {
  width: 100% !important; }

.pr-15 {
  padding-right: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

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

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

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

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

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

.hidden {
  display: none !important; }

@media (min-width: 480px) {
  .mt-xs-20 {
    margin-top: 20px !important; } }

@media (min-width: 768px) {
  .container {
    max-width: 1440px;
    width: initial; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 992px) {
  h1 {
    font-size: 32px; }
  .container {
    max-width: 1440px;
    width: initial; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  #sendcloudshipping_service_point_map {
    width: 80%;
    height: 80%;
    position: absolute;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .mb-md-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    width: initial; }
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-32 {
    margin-top: 32px !important; }
  .mt-lg-24 {
    margin-top: 24px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-sm-12 {
    margin-top: 10px !important; }
  .mb-sm-12 {
    margin-bottom: 10px !important; }
  .pr-small {
    padding-right: 15px; }
  .pl-small {
    padding-left: 15px; }
  .pl-extrasmall {
    padding-left: 5px; }
  .btn-mobile {
    display: none; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

header {
  position: relative;
  background: #FFF; }
  header:after {
    content: ' ';
    position: absolute;
    border-radius: 100%;
    height: 50px;
    width: 100%;
    max-width: 1440px;
    bottom: 0;
    left: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    z-index: -1;
    transform: translateX(-50%); }
  header .top {
    position: relative;
    background: #000;
    color: #FFF;
    z-index: 2;
    font-size: 14px; }
    header .top .icon {
      font-size: 12px;
      margin-right: 10px; }
    header .top .left .item,
    header .top .right .item {
      padding: 10px 0;
      display: inline-block; }
    header .top .right nav {
      display: inline-block;
      float: right; }
      header .top .right nav ul {
        padding: 0;
        margin: 0; }
        header .top .right nav ul li {
          padding: 10px 0;
          position: relative;
          list-style: none;
          transition: all 300ms ease; }
          header .top .right nav ul li .icon {
            margin-right: 0;
            margin-left: 10px; }
          header .top .right nav ul li.with-subnav .holder {
            position: absolute;
            overflow: hidden;
            padding: 0 15px;
            height: 0;
            max-width: 1440px;
            top: 100%;
            right: -15px;
            transition: all 300ms ease;
            background: #FFF;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            z-index: 2; }
            header .top .right nav ul li.with-subnav .holder ul > li {
              display: block;
              white-space: nowrap;
              padding: 5px 15px;
              color: #000;
              text-align: right; }
              header .top .right nav ul li.with-subnav .holder ul > li a {
                color: #000;
                transition: all 300ms ease; }
                header .top .right nav ul li.with-subnav .holder ul > li a:hover {
                  color: #F86900; }
          header .top .right nav ul li.with-subnav.active {
            color: #F86900; }
            header .top .right nav ul li.with-subnav.active .holder {
              padding: 15px; }
  header .navigation .menu {
    position: relative;
    padding: 10px 0;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    header .navigation .menu .logo,
    header .navigation .menu .menu-btn,
    header .navigation .menu .search-btn,
    header .navigation .menu .cart-btn {
      display: inline-block; }
    header .navigation .menu .logo {
      width: 60vw; }
      header .navigation .menu .logo a img {
        height: 18px;
        width: auto; }
    header .navigation .menu .menu-btn,
    header .navigation .menu .search-btn,
    header .navigation .menu .cart-btn {
      position: absolute;
      right: 0;
      top: 20px;
      color: #000;
      text-decoration: none; }
      header .navigation .menu .menu-btn.active,
      header .navigation .menu .search-btn.active,
      header .navigation .menu .cart-btn.active {
        color: #F86900; }
    header .navigation .menu .cart-btn {
      font-size: 18px; }
      header .navigation .menu .cart-btn .amount span {
        position: absolute;
        background: #F86900;
        color: #FFF;
        font-size: 10px;
        top: -8px;
        right: -8px;
        text-align: center;
        padding: 2px 4px;
        line-height: 1; }
    header .navigation .menu .menu-btn {
      right: 35px; }
    header .navigation .menu .search-btn {
      right: 70px; }
  header .navigation nav {
    position: relative;
    background: #FFF;
    overflow: hidden;
    margin: 0 -15px;
    display: none; }
    header .navigation nav ul {
      padding: 0;
      margin: 0; }
      header .navigation nav ul li {
        display: block;
        list-style: none;
        transition: all 300ms ease;
        height: 41px;
        overflow: hidden;
        transition-delay: 600ms; }
        header .navigation nav ul li a {
          position: relative;
          display: block;
          padding: 10px 15px;
          border-top: 1px solid #D5DDE0;
          color: #000;
          font-weight: bold;
          transition: color 300ms ease; }
          header .navigation nav ul li a span {
            display: inline-block;
            position: relative;
            left: 0;
            transition: left 300ms ease 300ms, transform 300ms ease 300ms; }
          header .navigation nav ul li a:before {
            content: '\e90d';
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-family: 'icomoon';
            color: #000;
            opacity: 0;
            transition: all 300ms ease;
            transition-delay: 0ms; }
          header .navigation nav ul li a:after {
            content: ' ';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #F86900;
            opacity: 0;
            transition: all 300ms ease;
            transition-delay: 0ms; }
          header .navigation nav ul li a:hover, header .navigation nav ul li a:focus {
            text-decoration: none; }
          header .navigation nav ul li a:hover {
            color: #F86900; }
        header .navigation nav ul li.open > a {
          border-bottom: 2px solid #F86900;
          color: #F86900; }
          header .navigation nav ul li.open > a span {
            left: 50%;
            transform: translateX(-50%);
            transition-delay: 0ms; }
          header .navigation nav ul li.open > a:before, header .navigation nav ul li.open > a:after {
            opacity: 1;
            transition-delay: 300ms; }
        header .navigation nav ul li > ul > li > a:before, header .navigation nav ul li > ul > li > a:after {
          display: none; }
    header .navigation nav.sub-open > ul > li {
      transition-delay: 300ms; }
      header .navigation nav.sub-open > ul > li:not(.open) {
        height: 0; }
  header .navigation .search {
    background: #FFF;
    display: none;
    margin-top: 15px;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px; }
    header .navigation .search form {
      position: relative; }
      header .navigation .search form .form-group,
      header .navigation .search form button {
        float: left; }
      header .navigation .search form .form-group {
        margin-bottom: 5px;
        width: 90%; }
        header .navigation .search form .form-group .form-control {
          height: auto;
          padding: 10px;
          border-right: none;
          background-clip: padding-box; }
      header .navigation .search form button {
        padding: 10px;
        width: 10%;
        border-radius: 0;
        border: 1px solid #D5DDE0;
        border-left: none;
        text-align: right;
        background: none;
        color: #000; }
  header .navigation .cart {
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFF;
    border-top: 1px solid #D5DDE0;
    display: none;
    height: calc(100vh - 87px);
    padding-bottom: 55px; }
    header .navigation .cart .products {
      max-height: calc(100vh - 145px);
      overflow-y: scroll;
      padding: 0 15px; }
      header .navigation .cart .products .product-row {
        padding: 10px 0;
        border-bottom: 1px solid #D5DDE0; }
        header .navigation .cart .products .product-row img {
          width: 100%;
          height: auto; }
        header .navigation .cart .products .product-row p {
          margin-bottom: 0; }
    header .navigation .cart .total-row {
      position: absolute;
      padding: 10px 0;
      border-top: 2px solid #F86900;
      overflow: hidden;
      bottom: 0;
      width: 100%;
      background: #FFF;
      margin: 0;
      box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3); }
      header .navigation .cart .total-row:after {
        content: ' ';
        position: absolute;
        right: 33px;
        top: 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #F86900; }
      header .navigation .cart .total-row .btn span {
        display: none; }
      header .navigation .cart .total-row .price-total {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

@media (min-width: 768px) {
  header .top .left .item {
    width: 33.33%;
    float: left; }
    header .top .left .item:nth-child(2) {
      text-align: center; }
    header .top .left .item:last-child {
      text-align: right; }
  header .navigation .menu {
    display: block;
    height: unset; }
    header .navigation .menu .logo {
      width: 30vw;
      height: auto; }
      header .navigation .menu .logo a img {
        width: 100%;
        height: auto; }
  header .navigation .cart {
    width: initial;
    left: initial;
    height: initial;
    right: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
    header .navigation .cart .products {
      max-height: 425px; }
    header .navigation .cart .total-row .btn:first-child {
      margin-right: 10px; }
    header .navigation .cart .total-row .btn .icon {
      margin-right: 10px; }
    header .navigation .cart .total-row .btn span {
      display: inline-block; } }

@media (min-width: 992px) {
  header .top .left .item {
    width: inherit;
    padding-right: 15px; }
  header .top .right {
    float: right; }
    header .top .right .item {
      padding-right: 15px; }
    header .top .right nav {
      float: none; }
  header .navigation .menu {
    padding: 20px 0; }
    header .navigation .menu .logo {
      width: 300px; }
    header .navigation .menu .right {
      position: relative;
      float: right;
      height: 45px; }
      header .navigation .menu .right .googlereviews {
        position: relative;
        margin-right: 15px;
        height: 45px;
        width: 78px;
        display: inline-block;
        border: 1px solid #D5DDE0;
        color: #000; }
        header .navigation .menu .right .googlereviews .stars {
          position: relative;
          font-size: 11px;
          width: 90%;
          margin: 0 auto;
          top: 66.66%;
          height: 33.33%;
          padding: 5px 3px; }
          header .navigation .menu .right .googlereviews .stars .color,
          header .navigation .menu .right .googlereviews .stars .background {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            white-space: nowrap; }
          header .navigation .menu .right .googlereviews .stars .background {
            color: #fff; }
          header .navigation .menu .right .googlereviews .stars .color {
            color: #FBBC05;
            z-index: 1;
            width: calc(94% - 6px);
            overflow: hidden; }
        header .navigation .menu .right .googlereviews .grade {
          position: absolute;
          top: 0;
          height: 66.66%;
          width: 100%;
          text-align: center; }
      header .navigation .menu .right .feedbackcompany {
        position: relative;
        margin-right: 15px;
        height: 45px;
        width: 47px;
        display: inline-block;
        border: 1px solid #D5DDE0;
        color: #000; }
        header .navigation .menu .right .feedbackcompany .stars {
          position: absolute;
          font-size: 7px;
          width: 100%;
          height: 33.33%;
          background: #D5DDE0;
          padding: 0 3px; }
          header .navigation .menu .right .feedbackcompany .stars .color,
          header .navigation .menu .right .feedbackcompany .stars .background {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            white-space: nowrap; }
          header .navigation .menu .right .feedbackcompany .stars .color {
            color: #00CA00;
            z-index: 1;
            width: calc(94% - 6px);
            overflow: hidden; }
        header .navigation .menu .right .feedbackcompany .grade {
          position: absolute;
          top: 33.33%;
          height: 66.66%;
          width: 100%;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0 3px; }
          header .navigation .menu .right .feedbackcompany .grade span {
            width: 100%;
            font-weight: bold;
            font-size: 12px; }
      header .navigation .menu .right .search {
        display: inline-block;
        width: 250px;
        margin-right: 15px;
        margin-top: 0;
        position: relative;
        top: unset;
        left: unset; }
        header .navigation .menu .right .search form .form-group {
          width: 85%;
          margin-bottom: 0; }
          header .navigation .menu .right .search form .form-group .form-control {
            line-height: 43px;
            padding: 0 15px; }
        header .navigation .menu .right .search form button {
          width: 15%;
          line-height: 43px;
          padding: 0 15px;
          font-size: 20px; }
      header .navigation .menu .right .keurmerk {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        margin-right: 15px; }
        header .navigation .menu .right .keurmerk img {
          height: 30px;
          width: auto; }
      header .navigation .menu .right .cart-btn {
        position: static;
        display: inline-block; }
        header .navigation .menu .right .cart-btn .price {
          display: inline-block; }
          header .navigation .menu .right .cart-btn .price span {
            display: block;
            text-align: right; }
            header .navigation .menu .right .cart-btn .price span.price {
              font-weight: 700; }
            header .navigation .menu .right .cart-btn .price span.send {
              font-size: 12px;
              color: #B6C1C8; }
        header .navigation .menu .right .cart-btn .amount {
          display: inline-block;
          position: relative;
          margin-left: 10px;
          min-width: 30px;
          height: 45px; }
          header .navigation .menu .right .cart-btn .amount .icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
  header .navigation nav {
    display: block;
    border-top: 1px solid #D5DDE0;
    text-align: center;
    overflow: initial;
    margin: 0; }
    header .navigation nav .sub-nav-background {
      position: absolute;
      background: #FFF;
      opacity: 0;
      width: calc(100vw - 30px);
      left: 0;
      top: 100%;
      max-width: 1410px;
      transition: all 300ms ease;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      border-top: 2px solid #F86900;
      z-index: 9; }
    header .navigation nav > ul {
      margin: 0 auto;
      font-size: 0; }
      header .navigation nav > ul::after {
        display: block;
        content: "";
        clear: both; }
      header .navigation nav > ul > li {
        position: relative;
        display: inline-block;
        height: initial;
        font-size: 16px;
        overflow: initial; }
        header .navigation nav > ul > li > a {
          position: relative;
          border-top: none; }
          header .navigation nav > ul > li > a:after {
            content: ' ';
            position: absolute;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #F86900;
            opacity: 0;
            transition: all 300ms ease; }
          header .navigation nav > ul > li > a:hover, header .navigation nav > ul > li > a.active {
            color: #F86900; }
            header .navigation nav > ul > li > a:hover:after, header .navigation nav > ul > li > a.active:after {
              opacity: 1; }
        header .navigation nav > ul > li .sub-nav {
          border: 1px solid #ccc;
          border-top: 3px solid #F86900;
          position: absolute;
          padding: 5px 15px;
          visibility: hidden;
          display: inline-block;
          opacity: 0;
          background: #fff;
          top: 100%;
          left: 0;
          min-width: 250px;
          transition: all 300ms ease;
          text-align: left;
          z-index: 10; }
          header .navigation nav > ul > li .sub-nav .col-md-3 img {
            width: 100%;
            height: auto; }
          header .navigation nav > ul > li .sub-nav p strong {
            font-size: 22px; }
            header .navigation nav > ul > li .sub-nav p strong a {
              padding: 0;
              border-top: 0; }
          header .navigation nav > ul > li .sub-nav .navigation ul li {
            white-space: nowrap;
            display: block;
            transition: none;
            height: inherit; }
            header .navigation nav > ul > li .sub-nav .navigation ul li:after {
              display: none; }
            header .navigation nav > ul > li .sub-nav .navigation ul li a {
              padding: 5px 0;
              border-top: none; }
          header .navigation nav > ul > li .sub-nav .merken {
            border-left: 1px solid #D5DDE0; }
            header .navigation nav > ul > li .sub-nav .merken ul {
              column-count: 3;
              column-gap: 15px; }
              header .navigation nav > ul > li .sub-nav .merken ul li {
                display: block;
                transition: none;
                height: initial; }
                header .navigation nav > ul > li .sub-nav .merken ul li:after {
                  display: none; }
                header .navigation nav > ul > li .sub-nav .merken ul li a {
                  color: #5F5F5F;
                  text-transform: none;
                  font-size: 14px;
                  padding: 5px 0;
                  border-top: none; }
                  header .navigation nav > ul > li .sub-nav .merken ul li a:hover {
                    color: #F86900; }
        header .navigation nav > ul > li:hover .sub-nav {
          opacity: 1;
          visibility: visible; } }

@media (min-width: 1200px) {
  header .top {
    font-size: 16px; }
  header .navigation .menu .right .search {
    width: 350px; } }

#breadcrumbs {
  margin: 30px 0;
  padding: 0; }
  #breadcrumbs li {
    display: none;
    position: relative;
    color: #A4B3BB;
    font-size: 14px;
    padding: 0 5px;
    font-weight: lighter; }
    #breadcrumbs li:after {
      content: '/';
      position: absolute;
      left: -5px;
      top: 0; }
    #breadcrumbs li:first-child {
      padding-left: 0; }
      #breadcrumbs li:first-child:after {
        display: none; }
    #breadcrumbs li a {
      color: #A4B3BB; }

@media (min-width: 992px) {
  #breadcrumbs li {
    display: inline-block; } }

#carousel {
  margin-top: 30px; }
  #carousel .slide {
    position: relative; }
    #carousel .slide img {
      width: 100%; }
    #carousel .slide .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      #carousel .slide .overlay .text {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%); }
        #carousel .slide .overlay .text h2,
        #carousel .slide .overlay .text p {
          margin: 0;
          color: #FFF; }
        #carousel .slide .overlay .text .btn {
          margin-top: 15px; }

@media (min-width: 768px) {
  #carousel .slide .overlay .text {
    left: 10%; }
    #carousel .slide .overlay .text h2 {
      font-size: 50px; }
    #carousel .slide .overlay .text p {
      font-size: 24px; }
    #carousel .slide .overlay .text .btn {
      text-transform: none;
      font-size: 20px;
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 992px) {
  #carousel {
    margin-top: 50px; }
    #carousel .slide .overlay .text h2 {
      font-size: 60px; }
    #carousel .slide .overlay .text p {
      font-size: 28px; }
    #carousel .slide .overlay .text .btn {
      margin-top: 30px; } }

a.banner img {
  width: 100%; }

#cookiebox {
  position: fixed;
  padding: 30px;
  border-bottom: 2px solid #F86900;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  left: 50%;
  max-width: 500px;
  bottom: -230px;
  background: #FFF;
  z-index: 10;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease; }

footer .top {
  margin: 30px 0; }
  footer .top .brands .brand .image {
    margin: 0 auto;
    height: 100px;
    width: 202px;
    transform: scale(0.5);
    background-image: url("/img/logos-footer.jpg");
    background-repeat: no-repeat; }
    footer .top .brands .brand .image.keurmerk {
      background-position: 10px 0; }
    footer .top .brands .brand .image.ideal {
      background-position: 10px -100px; }
    footer .top .brands .brand .image.mastercard {
      background-position: 10px -200px; }
    footer .top .brands .brand .image.paypal {
      background-position: 10px -300px; }
    footer .top .brands .brand .image.mister-cash {
      background-position: 10px -400px; }
    footer .top .brands .brand .image.visa {
      background-position: 10px -500px; }
    footer .top .brands .brand .image.dhl {
      background-position: 10px -600px; }
    footer .top .brands .brand .image.klarna {
      background-position: 10px -700px; }
  footer .top .brands .slick-dots {
    margin: 15px 0 0;
    padding: 0;
    text-align: center; }
    footer .top .brands .slick-dots li {
      list-style: none;
      display: inline-block;
      margin: 0 5px; }
      footer .top .brands .slick-dots li button {
        display: block;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #D5DDE0;
        overflow: hidden;
        color: #D5DDE0;
        height: 10px;
        width: 10px;
        transition: all 300ms ease; }
      footer .top .brands .slick-dots li.slick-active button {
        color: #F86900;
        background: #F86900; }

footer .middle {
  background: #000;
  color: #FFF;
  padding: 15px 0; }
  footer .middle a {
    color: #FFF;
    text-decoration: none;
    transition: all 300ms ease; }
    footer .middle a:hover {
      color: #F86900; }
  footer .middle > .row {
    border-top: 1px solid #4D4D4D; }
  footer .middle .info-menu {
    list-style: none;
    margin-top: 20px; }
    footer .middle .info-menu h3 {
      font-size: 20px;
      font-weight: bold; }
    footer .middle .info-menu li.read-more:first-of-type .read-more-top {
      border-top: 2px solid rgba(217, 222, 225, 0.3); }
    footer .middle .info-menu li.read-more .read-more-top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 2px solid rgba(217, 222, 225, 0.3); }
      footer .middle .info-menu li.read-more .read-more-top i {
        transform: rotate(0deg);
        transition: all .5s ease-in-out; }
      footer .middle .info-menu li.read-more .read-more-top h3 {
        margin: 0;
        padding: 20px 0; }
    footer .middle .info-menu li.read-more .read-more-content {
      max-height: 0;
      transition: all .5s ease;
      overflow: hidden; }
    footer .middle .info-menu li.read-more.open .read-more-top i {
      transform: rotate(180deg); }
    footer .middle .info-menu li.read-more.open .read-more-content {
      padding-top: 20px;
      max-height: 400px; }

footer .middle .top,
footer .middle .bottom {
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 15px;
  margin-bottom: 15px; }

footer .middle h4 {
  text-transform: uppercase; }

footer .middle ul {
  padding: 0; }
  footer .middle ul li {
    list-style: none; }
    footer .middle ul li > .sub-nav {
      display: none; }

footer .middle .adres p {
  line-height: 23px; }

footer .middle .adres a.email {
  color: #F86900; }

footer .middle .adres a.phone {
  font-size: 18px; }

footer .middle .info ul li {
  position: relative;
  padding-left: 20px; }
  footer .middle .info ul li:before {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #FFF; }

footer .middle .info p {
  margin: 20px 0 0; }

footer .middle .newsletter {
  padding: 15px 0; }

footer .middle .merken ul {
  column-count: 2;
  column-gap: 15px; }

footer .middle .tags .tag {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
  margin: 0 5px 7px 0;
  transition: all 300ms ease; }
  footer .middle .tags .tag:hover {
    color: #ADADAD;
    border-color: #ADADAD;
    text-decoration: none; }

footer > .bottom {
  padding-bottom: 30px;
  background: #000; }
  footer > .bottom .social {
    text-align: center; }
    footer > .bottom .social .icon {
      display: inline-block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #FFF;
      margin-right: 5px;
      text-decoration: none;
      transition: all 300ms ease; }
      footer > .bottom .social .icon.icon-facebook {
        background: #3B5996; }
      footer > .bottom .social .icon.icon-instagram {
        background: linear-gradient(-200deg, #B52991, #EE2A36, #F79730); }
      footer > .bottom .social .icon.icon-twitter {
        background: #5EA8DC; }
      footer > .bottom .social .icon.icon-google-plus {
        background: #D42121; }
      footer > .bottom .social .icon.icon-pinterest {
        background: #CA2027; }
      footer > .bottom .social .icon:hover {
        transform: translateY(-15%); }
  footer > .bottom .links {
    text-align: center;
    margin: 15px 0;
    color: #4D4D4D; }
    footer > .bottom .links a {
      color: #4D4D4D;
      text-decoration: none;
      transition: all 300ms ease; }
      footer > .bottom .links a:hover {
        color: #F86900; }
    footer > .bottom .links .devider {
      margin: 0 5px; }

footer .banner-wrapper {
  margin-top: 25px; }
  footer .banner-wrapper img {
    display: block;
    width: 100%;
    height: auto; }

@media (min-width: 768px) {
  footer .middle .top .equals:first-child {
    border-right: 1px solid #4D4D4D; }
  footer > .bottom {
    text-align: left; }
    footer > .bottom .social {
      margin-top: 5px;
      display: inline-block; }
    footer > .bottom .links {
      margin: 0;
      display: inline-block;
      float: right;
      text-align: right; } }

@media (min-width: 1200px) {
  footer .middle .merken ul {
    column-count: 3; }
  footer .middle .top .info-menu {
    display: none; }
  footer .middle .top .equals {
    border-right: 1px solid #4D4D4D; }
    footer .middle .top .equals:last-child {
      border-right: none; }
  footer .middle .newsletter {
    padding: 0; }
    footer .middle .newsletter h3 {
      text-transform: uppercase; } }

@media (max-width: 600px) {
  .aw-search-overlay-results {
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

#home section#blocks {
  padding: 30px 0 0 0; }
  #home section#blocks .mobile-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px; }
  #home section#blocks .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 10px;
    height: 180px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    background-size: cover; }
    #home section#blocks .block .text {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #000; }
      #home section#blocks .block .text .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold; }
      #home section#blocks .block .text .btn {
        margin-top: 25px; }
      #home section#blocks .block .text .btn-desktop {
        display: none; }
      #home section#blocks .block .text .subtitle {
        display: none; }
    #home section#blocks .block.block-grey {
      background-color: #F0F3F5;
      border: 1px solid #F0F3F5; }
      #home section#blocks .block.block-grey:hover {
        border: 1px solid #d6dde0;
        background-color: #FFF; }
      #home section#blocks .block.block-grey.block-steps {
        background: #F0F3F5 url("/img/blocks/mob/steps_mob.png") bottom right no-repeat; }
        #home section#blocks .block.block-grey.block-steps:hover {
          background-color: #FFF; }
      #home section#blocks .block.block-grey.block-protectie {
        background: #F0F3F5 url("/img/blocks/mob/protectie_mob.png") bottom right no-repeat; }
        #home section#blocks .block.block-grey.block-protectie:hover {
          background-color: #FFF; }
      #home section#blocks .block.block-grey.block-diversen {
        background: #F0F3F5 url("/img/blocks/mob/diversen_mob.png") bottom right no-repeat; }
        #home section#blocks .block.block-grey.block-diversen:hover {
          background-color: #FFF; }
    #home section#blocks .block:hover .text .btn {
      background: #F86900;
      color: #fff; }
    #home section#blocks .block.block-image {
      background-size: cover !important; }
      #home section#blocks .block.block-image:after {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(10deg, rgba(0, 0, 0, 0.6) 0%, transparent 55%); }
      #home section#blocks .block.block-image .text {
        color: #FFF;
        z-index: 1; }
      #home section#blocks .block.block-image.block-skates {
        background: url("/img/blocks/block1.jpg") no-repeat center center; }
      #home section#blocks .block.block-image.block-rollerskates {
        background: url("/img/blocks/block2.jpg") no-repeat center center; }
      #home section#blocks .block.block-image.block-boards {
        background: url("/img/blocks/block3.jpg") no-repeat center center; }

#home section#banners {
  padding-bottom: 30px; }
  #home section#banners .container .row {
    display: -ms-flexbox;
    display: flex; }
  #home section#banners .banner_wrapper {
    display: block;
    background: #F86900;
    text-align: left;
    padding: 20px 10px;
    transition: all 0.2s;
    height: 100%; }
    #home section#banners .banner_wrapper:hover {
      background: #ec6400; }
    #home section#banners .banner_wrapper .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    #home section#banners .banner_wrapper h2 {
      font-size: 14px;
      color: #FFF;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 900; }
    #home section#banners .banner_wrapper p {
      margin: 0;
      font-size: 14px;
      color: #FFF; }

#home section#products {
  background: #F0F3F5;
  padding: 60px 0; }
  #home section#products h2 {
    margin-bottom: 30px; }
    #home section#products h2 span.orange {
      display: inline-block;
      padding: 3px 15px;
      color: #FFF;
      background: #F86900; }
  #home section#products .product {
    padding-bottom: 0; }

#home section#feedback {
  padding: 60px 0 0 0; }
  #home section#feedback h2 {
    font-size: 26px;
    margin-bottom: 0; }
  #home section#feedback .more {
    display: inline-block;
    color: #F86900;
    font-weight: 700;
    font-size: 15px;
    margin: 10px 0; }
  #home section#feedback .reviewSlider .slick-dots {
    margin: 15px 0 0;
    padding: 0;
    text-align: center; }
    #home section#feedback .reviewSlider .slick-dots li {
      list-style: none;
      display: inline-block;
      margin: 0 5px; }
      #home section#feedback .reviewSlider .slick-dots li button {
        display: block;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #D5DDE0;
        overflow: hidden;
        color: #D5DDE0;
        height: 10px;
        width: 10px;
        transition: all 300ms ease; }
      #home section#feedback .reviewSlider .slick-dots li.slick-active button {
        color: #F86900;
        background: #F86900; }
  #home section#feedback .feedback_item {
    position: relative;
    border: 1px solid #d6dde0;
    padding: 30px;
    height: 100%;
    margin-bottom: 30px; }
    #home section#feedback .feedback_item h3 {
      margin-top: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      padding-right: 45px; }
    #home section#feedback .feedback_item .feedback_stars {
      position: relative;
      display: inline-block;
      white-space: nowrap;
      margin-bottom: 10px; }
      #home section#feedback .feedback_item .feedback_stars .color {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden; }
        #home section#feedback .feedback_item .feedback_stars .color i {
          color: #fec92e; }
      #home section#feedback .feedback_item .feedback_stars .background i {
        color: #dce4e7; }
    #home section#feedback .feedback_item .feedback_grade {
      font-weight: bold;
      color: #00cc00;
      position: absolute;
      right: 30px;
      top: 25px;
      font-size: 36px;
      line-height: 1; }
    #home section#feedback .feedback_item p.feedback_author {
      font-weight: bold;
      margin-bottom: 0; }

#home section#social {
  padding: 60px 0; }
  #home section#social h2 {
    font-size: 26px; }

#home section#blogs {
  overflow: hidden; }
  #home section#blogs h2 {
    margin-bottom: 35px; }
  #home section#blogs .blogs-links-wrapper .blogs {
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  #home section#blogs .article {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px; }
    #home section#blogs .article article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      border: 1px solid #d7dde0;
      gap: 15px; }
      #home section#blogs .article article .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: center;
        justify-content: center; }
    #home section#blogs .article:nth-child(2), #home section#blogs .article:nth-child(3) {
      display: none; }
    #home section#blogs .article img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    #home section#blogs .article .date {
      font-size: 14px;
      color: #F86900;
      display: block;
      font-weight: bold; }
    #home section#blogs .article h3 {
      font-size: 14px;
      font-weight: 900;
      margin: 0;
      line-height: 1.1;
      color: #000;
      transition: all 300ms ease; }
    #home section#blogs .article:hover h3 {
      color: #F86900; }
    #home section#blogs .article.col-md-6 h3 {
      font-size: 28px; }
  #home section#blogs .links {
    background: #F0F3F5;
    height: 100%;
    padding: 60px 0; }
    #home section#blogs .links .link {
      position: relative;
      color: #333;
      padding-bottom: 50px;
      display: block; }
      #home section#blogs .links .link:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 50%;
        left: 25%;
        bottom: 24px;
        background: #D6DDE0; }
      #home section#blogs .links .link:last-child {
        padding-bottom: 0; }
        #home section#blogs .links .link:last-child:after {
          display: none; }
      #home section#blogs .links .link .col-xs-2 {
        text-align: right; }
        #home section#blogs .links .link .col-xs-2 .icon {
          font-size: 30px;
          line-height: 54px; }
      #home section#blogs .links .link .col-xs-7 .title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold; }
      #home section#blogs .links .link .col-xs-7 .subtitle .icon {
        font-size: 12px;
        margin-left: 10px; }
      #home section#blogs .links .link:last-child {
        border-right: none; }

#home section#quicklinks .links {
  padding: 60px 0;
  background: #F0F3F5; }
  #home section#quicklinks .links .link {
    position: relative;
    color: #333;
    border-right: 1px solid #D6DDE0;
    padding-bottom: 50px; }
    #home section#quicklinks .links .link:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 50%;
      left: 25%;
      bottom: 24px;
      background: #D6DDE0; }
    #home section#quicklinks .links .link:last-child {
      padding-bottom: 0; }
      #home section#quicklinks .links .link:last-child:after {
        display: none; }
    #home section#quicklinks .links .link .col-xs-2 {
      text-align: right; }
      #home section#quicklinks .links .link .col-xs-2 .icon {
        font-size: 30px;
        line-height: 54px; }
    #home section#quicklinks .links .link .col-xs-7 .title {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold; }
    #home section#quicklinks .links .link .col-xs-7 .subtitle .icon {
      font-size: 12px;
      margin-left: 10px; }
    #home section#quicklinks .links .link:last-child {
      border-right: none; }

@media (min-width: 768px) {
  #home section#feedback .feedback_item {
    margin-bottom: 0; }
  #home section#blocks .block {
    height: 250px; }
    #home section#blocks .block.block-grey {
      background-color: #F0F3F5;
      border: 1px solid #F0F3F5; }
      #home section#blocks .block.block-grey:hover {
        border: 1px solid #d6dde0;
        background-color: #FFF; }
      #home section#blocks .block.block-grey.block-steps {
        background: #F0F3F5 url("/img/blocks/steps.png") bottom right no-repeat; }
        #home section#blocks .block.block-grey.block-steps:hover {
          background-color: #FFF; }
      #home section#blocks .block.block-grey.block-protectie {
        background: #F0F3F5 url("/img/blocks/protectie.png") bottom right no-repeat; }
        #home section#blocks .block.block-grey.block-protectie:hover {
          background-color: #FFF; }
      #home section#blocks .block.block-grey.block-diversen {
        background: #F0F3F5 url("/img/blocks/diversennew.png") bottom right 40px no-repeat; }
        #home section#blocks .block.block-grey.block-diversen:hover {
          background-color: #FFF; }
  #home section#blogs .article:nth-child(2) {
    display: inline-block; }
  #home section#quicklinks .links .link {
    padding-bottom: 0; }
    #home section#quicklinks .links .link:after {
      display: none; } }

@media (min-width: 992px) {
  #home section#blocks .block.block-image {
    height: 400px; }
  #home section#blogs .blogs-links-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    #home section#blogs .blogs-links-wrapper .blogs {
      width: 70%; }
    #home section#blogs .blogs-links-wrapper .links {
      padding: 20px;
      height: unset;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      width: 30%; }
      #home section#blogs .blogs-links-wrapper .links .link {
        height: 50%;
        padding-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #home section#blogs .blogs-links-wrapper .links .link .row {
          width: 100%; }
        #home section#blogs .blogs-links-wrapper .links .link .subtitle {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
        #home section#blogs .blogs-links-wrapper .links .link:first-child {
          border-bottom: 1px solid rgba(52, 52, 52, 0.2); }
        #home section#blogs .blogs-links-wrapper .links .link:after {
          display: none; } }

@media (min-width: 1200px) {
  #home section#blogs .blogs-links-wrapper .blogs {
    width: 75%; }
    #home section#blogs .blogs-links-wrapper .blogs .article article {
      display: block;
      border: none; }
      #home section#blogs .blogs-links-wrapper .blogs .article article img {
        width: 100%;
        height: auto; }
      #home section#blogs .blogs-links-wrapper .blogs .article article .content {
        -ms-flex-direction: column;
        flex-direction: column; }
        #home section#blogs .blogs-links-wrapper .blogs .article article .content h3 {
          font-size: 16px;
          text-transform: uppercase;
          font-weight: bold;
          margin-bottom: 30px;
          margin-top: 10px; }
        #home section#blogs .blogs-links-wrapper .blogs .article article .content .date {
          font-size: 16px;
          color: #5F5F5F;
          margin: 15px 0 0;
          display: block;
          font-weight: normal; }
    #home section#blogs .blogs-links-wrapper .blogs .article:nth-child(3) {
      display: inline-block; }
  #home section#blogs .blogs-links-wrapper .links {
    width: 25%; }
  #home section#feedback .reviewSlider .slick-dots {
    display: none; }
  #home section#blocks {
    padding: 60px 0 30px 0; }
    #home section#blocks .mobile-layout {
      display: block; }
    #home section#blocks .block {
      padding: 30px;
      height: 250px;
      margin-bottom: 30px; }
      #home section#blocks .block .text {
        bottom: 30px;
        left: 30px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start; }
        #home section#blocks .block .text .title {
          font-size: 20px; }
        #home section#blocks .block .text .btn-mobile {
          display: none; }
        #home section#blocks .block .text .subtitle {
          display: block;
          width: 50%; }
        #home section#blocks .block .text .btn-desktop {
          display: inline-block; }
  #home section#banners {
    padding-bottom: 30px; }
    #home section#banners .container .row {
      display: -ms-flexbox;
      display: flex; }
    #home section#banners .banner_wrapper {
      display: block;
      background: #F86900;
      text-align: center;
      padding: 25px;
      transition: all 0.2s;
      margin-bottom: 30px;
      height: unset; }
      #home section#banners .banner_wrapper:hover {
        background: #ec6400; }
      #home section#banners .banner_wrapper .content {
        display: block;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px; }
      #home section#banners .banner_wrapper h2 {
        font-size: 42px;
        color: #FFF;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 900; }
      #home section#banners .banner_wrapper p {
        margin: 0;
        color: #FFF;
        font-size: 15px; } }

#page h1 {
  margin: 0; }

#page .intro {
  font-size: 20px;
  margin: 15px 0; }

#page p {
  margin: 15px 0;
  line-height: 1.5; }

#faq h1 {
  margin: 0; }

#faq .intro {
  font-size: 20px;
  margin: 15px 0; }

#faq p {
  margin: 15px 0;
  line-height: 1.5; }

#faq ul.questions {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0; }
  #faq ul.questions li.question {
    margin-bottom: 15px;
    outline: 0; }
    #faq ul.questions li.question .answer {
      display: none;
      padding: 8px 15px; }
      #faq ul.questions li.question .answer p {
        margin-bottom: 0; }
    #faq ul.questions li.question ul {
      list-style: disc;
      margin: 15px 0 0 30px;
      padding: 0; }
    #faq ul.questions li.question .heading {
      display: block;
      background: #EEE;
      font-weight: bold;
      padding: 8px 15px;
      cursor: pointer;
      border-bottom: 1px solid #CCC; }
    #faq ul.questions li.question.show .heading {
      background: #F86900;
      color: #FFF;
      border-bottom: 1px solid #F86900; }
    #faq ul.questions li.question.show .answer {
      display: block; }

#reviews .overall strong {
  font-size: 30px;
  color: #F86900; }

#reviews .summary_wrapper {
  background: #F86900;
  margin: 30px 0;
  padding: 30px 30px 20px 30px;
  border-radius: 15px; }
  #reviews .summary_wrapper p {
    color: #FFF; }

#reviews .review {
  padding: 30px;
  margin: 0 0 30px 0;
  border-radius: 15px;
  background: #F5F5F5; }

#reviews .client {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #F86900; }

#reviews .header {
  line-height: 24px;
  overflow: hidden; }

#reviews .score {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 900; }

#reviews .date {
  float: right;
  margin: 0;
  padding: 0;
  font-style: italic; }

#reviews .body {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #FFF; }
  #reviews .body p {
    margin: 0 0 15px 0;
    padding: 0; }
    #reviews .body p:last-of-type {
      margin-bottom: 0px; }

#reviews .shop {
  position: relative;
  margin-top: 30px;
  padding-left: 45px; }
  #reviews .shop:before {
    position: absolute;
    left: 20px;
    top: -5px;
    content: '';
    width: 3px;
    height: 100%;
    background: #CCC; }

#reviews .shop_comment_date {
  font-style: italic;
  float: right;
  font-weight: normal;
  font-size: 16px; }

#reviews .shop_comment {
  margin: 0; }

#contact strong.title {
  text-transform: uppercase; }

#contact .address .phone {
  display: block;
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold; }

#contact .notice-bar {
  width: 100%;
  background-color: #F86900;
  color: white;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  border-radius: 8px; }
  #contact .notice-bar p {
    font-size: 20px !important;
    margin: 0; }

#contact .times {
  font-size: 14px; }
  #contact .times .time {
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: right; }
  #contact .times .day {
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-weight: bold; }
  #contact .times hr {
    margin-top: 6px;
    margin-bottom: 6px; }

#contact .main-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px; }

#contact .line {
  border-bottom: 1px solid #D5DDE0; }

#contact .tour {
  position: relative;
  line-height: 20px;
  padding-left: 40px; }
  #contact .tour i {
    position: absolute;
    font-size: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); }

#contact .contact-information a {
  color: black; }

#contact .contact-information .social-media-icon {
  width: 30px;
  height: 30px;
  color: #F86900; }

#contact .contact-icon-small {
  width: 15px;
  height: 15px; }

#contact .contact-form-container {
  background-color: #F5F5F5; }

#contact .contact-form-content {
  padding: 20px; }
  #contact .contact-form-content h3 {
    font-size: 24px; }

#contact .contact-form-fields input {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 4px;
  padding-left: 10px;
  border: 1px solid lightgray; }

#contact .contact-form-fields textarea {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 4px;
  padding-left: 10px;
  border: 1px solid lightgray; }

#contact .contact-form-fields .contact-submit-button {
  margin-right: 15px;
  background-color: #F86900;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  color: white;
  border: none; }

#contact .contact-form-fields .captcha {
  margin-left: 15px; }

@media (min-width: 1200px) {
  #contact .contact-form-fields .captcha {
    margin: 0; } }

#contact #map {
  width: 100%;
  height: 100%;
  border: none; }

#contact .map-mobile {
  margin-top: 50px;
  display: block;
  height: 300px; }

@media (min-width: 990px) {
  #contact .map-mobile {
    display: none; } }

@media (max-width: 1200px) {
  #contact .map-desktop {
    margin-top: 50px; } }

@media (max-width: 1200px) {
  #contact .form-and-map-container .d-flex {
    -ms-flex: none;
    flex: none; }
  #contact .form-and-map-container .flex-column {
    -ms-flex: none;
    flex: none; } }

#contact h2 {
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #D5DDE0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px; }

#contact p {
  font-size: 14px; }

@media (max-width: 1200px) {
  #contact .text-right {
    text-align: right !important; } }

#contact .col-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px; }

#contact .col {
  width: 50%;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 800px) {
  #contact .col-container {
    display: block; }
  #contact .col {
    display: block;
    width: 100%; } }

#products .page-content .text {
  margin: 15px 0;
  overflow: hidden;
  transition: all 300ms ease; }

#products .page-content .title .order_wrapper {
  margin: 30px 0; }
  #products .page-content .title .order_wrapper select {
    height: 40px; }
  #products .page-content .title .order_wrapper label {
    display: none; }

#products .page-content .read-more i {
  font-size: 12px;
  margin-right: 5px; }

#products .pagination_wrapper {
  border-top: 1px solid #D5DDDF; }
  #products .pagination_wrapper .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0; }
    #products .pagination_wrapper .form-group select {
      width: auto;
      margin-left: 5px; }

@media (min-width: 768px) {
  #products .filter {
    position: absolute;
    top: 0;
    left: -500px;
    width: 500px;
    border: 1px solid #D5DDDF;
    border-left: none;
    z-index: 5;
    background: #FFF;
    transition: all 300ms ease;
    padding-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    #products .filter .open-filter {
      position: absolute;
      right: -50px;
      top: 30px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      border: 1px solid #D5DDDF;
      border-left: none;
      text-align: center;
      background: #FFF; }
    #products .filter.active {
      left: 0; }
  #products .page-content .text {
    float: none; }
  #products .page-content .title {
    overflow: hidden; }
    #products .page-content .title h1 {
      float: left; }
    #products .page-content .title .order_wrapper {
      float: right;
      margin: 0; } }

@media (min-width: 992px) {
  #products .title .order_wrapper {
    margin-bottom: 0; }
  #products .filter {
    position: inherit;
    box-shadow: none;
    border: none;
    width: 25%;
    padding-top: 0;
    top: inherit;
    left: inherit;
    margin-top: -30px; }
  #products .pagination_wrapper .text-md-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

#product {
  margin-top: 50px; }
  #product .intro h2 {
    font-size: 18px; }
  #product .intro p {
    font-size: 14px; }
  #product .intro .readmore {
    color: #F86900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    margin-top: 10px; }
    #product .intro .readmore i {
      font-size: 12px; }
    #product .intro .readmore span {
      font-size: 14px; }
  #product .gallery {
    margin-bottom: 30px; }
    #product .gallery .slick-dots {
      margin: 15px 0 0;
      padding: 0;
      text-align: center; }
      #product .gallery .slick-dots li {
        list-style: none;
        display: inline-block;
        margin: 0 5px; }
        #product .gallery .slick-dots li button {
          display: block;
          padding: 0;
          border: none;
          border-radius: 50%;
          background: #D5DDE0;
          overflow: hidden;
          color: #D5DDE0;
          height: 10px;
          width: 10px;
          transition: all 300ms ease; }
        #product .gallery .slick-dots li.slick-active button {
          color: #F86900;
          background: #F86900; }
    #product .gallery .images .slide {
      outline: none; }
      #product .gallery .images .slide a {
        outline: none; }
        #product .gallery .images .slide a img {
          margin: 0 auto;
          width: 100%;
          height: auto; }
    #product .gallery .nav {
      padding: 0 25px; }
      #product .gallery .nav .slide {
        padding: 15px; }
        #product .gallery .nav .slide img {
          width: 100%;
          height: auto;
          transition: all 300ms ease; }
        #product .gallery .nav .slide.slick-current img {
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
      #product .gallery .nav .slick-arrow {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background: transparent;
        border: none;
        font-size: 24px;
        color: #000; }
        #product .gallery .nav .slick-arrow.slick-disabled {
          color: #CCC; }
        #product .gallery .nav .slick-arrow.slick-next {
          left: auto;
          right: 0; }
  #product .bundle-header {
    font-weight: 900;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 14px; }
  #product .price {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2; }
    #product .price .old {
      font-size: 22px;
      text-decoration: line-through;
      font-weight: normal;
      margin-right: 15px; }
  #product .delivery_time_visible {
    display: none;
    margin-top: 10px;
    color: #000;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px; }
  #product #remindMeBox {
    display: none;
    background: #000;
    padding: 20px 30px 30px 30px;
    color: #FFF;
    margin-top: 30px; }
    #product #remindMeBox.show {
      display: block; }
    #product #remindMeBox input {
      margin-bottom: 15px;
      margin-right: 15px; }
    #product #remindMeBox p {
      margin-bottom: 15px; }
  #product .row {
    position: relative; }
    #product .row .btn_buy {
      text-transform: none;
      width: 100%;
      text-align: center;
      padding: 15px 0;
      margin-top: 15px;
      font-size: 22px; }
    #product .row .address h3 {
      color: #F86900;
      text-transform: uppercase;
      font-size: 14px; }
    #product .row .address .verzending {
      margin-top: 50px;
      color: #F86900;
      font-size: 14px; }
      #product .row .address .verzending strong {
        display: block;
        font-size: 16px; }
  #product .points {
    margin-top: 30px; }
    #product .points .inner {
      padding: 15px 30px;
      background: #F0F3F5; }
      #product .points .inner ul {
        margin: 0;
        padding: 0; }
        #product .points .inner ul li {
          position: relative;
          list-style: none;
          padding: 7px 0 7px 25px;
          font-size: 14px; }
          #product .points .inner ul li:before {
            content: '\e903';
            position: absolute;
            font-family: 'icomoon';
            color: #F86900;
            left: 0;
            top: 7px;
            font-size: 14px; }
  #product .bottom {
    margin-top: 30px; }
    #product .bottom .share {
      text-align: center; }
    #product .bottom .logos {
      margin-top: 15px;
      text-align: center; }
      #product .bottom .logos a {
        display: inline-block;
        height: 50px;
        width: 92px;
        padding: 0 5px;
        background-image: url("/img/logos-footer.jpg");
        background-size: 100% 350px; }
        #product .bottom .logos a:last-child {
          padding-right: 0; }
        #product .bottom .logos a.keurmerk {
          background-position: 0 0; }
        #product .bottom .logos a.dhl {
          background-position: 0 400px; }
  #product .tabs {
    margin-top: 30px; }
    #product .tabs nav {
      border-bottom: 1px solid #D6DDE0; }
      #product .tabs nav ul {
        padding: 0;
        margin: 0; }
        #product .tabs nav ul li {
          display: block;
          list-style: none;
          cursor: pointer;
          padding: 10px 0;
          font-size: 20px;
          transition: all 300ms ease;
          font-weight: 700; }
          #product .tabs nav ul li:hover, #product .tabs nav ul li.active {
            color: #F86900; }
    #product .tabs .tab-contents {
      position: relative; }
      #product .tabs .tab-contents .tab-content {
        padding: 30px 0;
        display: none;
        opacity: 0;
        visibility: hidden;
        font-size: 16px;
        transition: all 300ms ease; }
        #product .tabs .tab-contents .tab-content ul {
          padding-left: 20px;
          margin: 15px 0; }
        #product .tabs .tab-contents .tab-content.active {
          display: block;
          opacity: 1;
          visibility: visible; }

.s-discount .old {
  display: none; }

.price-discount {
  color: #00A84E;
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px; }

.value_option {
  margin: 20px 0 15px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase; }

.bundle-container {
  margin-top: 10px; }
  .bundle-container:first-of-type {
    margin-top: 0; }
  .bundle-container button {
    border: 1px solid #D6DDE0;
    color: #F86900;
    background-color: #ffffff;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px; }
  .bundle-container .bundle-selected {
    background-color: #00A84E;
    color: #ffffff;
    font-size: 0; }
    .bundle-container .bundle-selected:after {
      font-family: icomoon;
      content: "\e903";
      font-size: 14px; }
  .bundle-container img {
    width: 75px;
    height: 75px;
    object-fit: cover; }
  .bundle-container h5 {
    font-weight: 700;
    font-size: 16px;
    color: #000; }
  .bundle-container s {
    font-size: 14px;
    color: #000000;
    opacity: .5; }
  .bundle-container select {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 7px;
    max-width: 170px; }
  .bundle-container .bundle-variants {
    display: none; }

.values > span, .vals > span {
  position: relative;
  display: block;
  min-width: 14.28%;
  float: left;
  text-align: center;
  padding: 15px 5px;
  border-right: 1px solid #D6DDE0;
  border-bottom: 1px solid #D6DDE0;
  background: #FFF;
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
  cursor: pointer; }
  .values > span:first-child, .values > span:nth-child(8), .values > span:nth-child(15), .vals > span:first-child, .vals > span:nth-child(8), .vals > span:nth-child(15) {
    border-left: 1px solid #D6DDE0; }
  .values > span:nth-child(-n+7), .vals > span:nth-child(-n+7) {
    border-top: 1px solid #D6DDE0; }
  .values > span.disabled, .vals > span.disabled {
    color: #D1D9DD;
    cursor: not-allowed; }
  .values > span .delivery_time, .vals > span .delivery_time {
    position: absolute;
    left: 50%;
    top: -10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 5px;
    white-space: nowrap;
    display: none;
    z-index: 1;
    background: #F86900; }
    .values > span .delivery_time.direct, .vals > span .delivery_time.direct {
      background: #4cb050; }
  .values > span.selected, .vals > span.selected {
    background: #F86900;
    color: #fff; }

.values::after, .vals::after {
  content: "";
  clear: both;
  display: table; }

.modal-variants-header {
  background-color: #000000;
  padding: 20px; }
  .modal-variants-header h4 {
    color: #ffffff;
    margin: 0;
    font-weight: 700; }

.modal-variants-body ul {
  list-style: none none;
  margin: 0;
  padding: 0; }
  .modal-variants-body ul li {
    background-color: #F5F5F5;
    padding: 14px 20px;
    display: -ms-flexbox;
    display: flex;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */ }
    .modal-variants-body ul li label {
      display: inline-block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .modal-variants-body ul li label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .modal-variants-body ul li .checked {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      border-radius: 50%;
      min-width: auto;
      border: 1px solid #C4C4C4; }
    .modal-variants-body ul li label:hover input ~ .checked {
      background-color: #ccc; }
    .modal-variants-body ul li label input:checked ~ .checked {
      background-color: #ffffff; }
    .modal-variants-body ul li .checked:after {
      content: "";
      position: absolute;
      display: none; }
    .modal-variants-body ul li label input:checked ~ .checked:after {
      display: block; }
    .modal-variants-body ul li label .checked:after {
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #F86900; }
    .modal-variants-body ul li span {
      min-width: 70px; }
    .modal-variants-body ul li:nth-child(2n) {
      background-color: #ffffff; }

.bundle-variant-header {
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px; }

#productCartModal .modal-body {
  position: relative; }

#productCartModal header {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  padding-right: 25px; }
  #productCartModal header span {
    color: #F86900;
    margin-right: 10px; }

#productCartModal .close {
  position: absolute;
  font-size: 28px;
  top: 5px;
  right: 13px;
  cursor: pointer; }

#productCartModal .image_wrapper {
  padding: 30px 0; }
  #productCartModal .image_wrapper img {
    width: 100%;
    height: auto; }

#productCartModal .addwish-wrapper {
  padding-top: 25px; }

#productCartModal .content_wrapper {
  padding: 30px 15px; }
  #productCartModal .content_wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px 0; }
  #productCartModal .content_wrapper .price {
    color: #F86900;
    font-size: 26px;
    font-weight: 900; }
    #productCartModal .content_wrapper .price .old {
      font-size: 20px;
      text-decoration: line-through;
      font-weight: normal;
      margin-right: 15px; }
  #productCartModal .content_wrapper .options {
    list-style: none;
    margin: 15px 0 0 0;
    border-top: 1px solid #d6dde0;
    padding: 15px 0 0 0; }

#productCartModal .btn {
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 17px; }

@media (min-width: 768px) {
  #product .tabs nav ul li {
    display: inline-block;
    padding: 10px 15px; }
    #product .tabs nav ul li:first-child {
      padding-left: 0; } }

@media (min-width: 992px) {
  #product h1 {
    font-size: 36px;
    margin-bottom: 12px; }
  #product .points .inner ul {
    column-count: 2;
    column-gap: 15px; }
    #product .points .inner ul li strong {
      font-weight: 900; }
  #product .bottom .share {
    float: left;
    text-align: inherit; }
  #product .bottom .logos {
    margin-top: 0;
    float: right;
    text-align: inherit; } }

@media (min-width: 1200px) {
  #product .delivery_time_visible {
    display: none;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-style: normal; }
  #product .price {
    color: #F86900;
    font-size: 22px; } }

.bundle-container {
  margin-top: 5px; }
  .bundle-container button {
    height: 50px;
    width: 50px;
    margin-top: 0;
    float: right; }
  .bundle-container h5 {
    margin-top: 0; }

.values > span:hover:not(.disabled) {
  background: #D6DDE0; }
  .values > span:hover:not(.disabled) .delivery_time {
    display: block; }

.products .product {
  padding-bottom: 15px; }
  .products .product .product-wrap {
    border: 1px solid #D7DDE0;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .products .product .product-wrap .top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0; }
      .products .product .product-wrap .top .label {
        left: 5px;
        top: 5px;
        font-size: 10px;
        padding: 2px 10px; }
      .products .product .product-wrap .top img {
        width: 98px;
        height: auto; }
      .products .product .product-wrap .top .overlay .btn {
        font-size: 8px; }
    .products .product .product-wrap .bottom {
      background-color: #fff;
      padding: 10px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .products .product .product-wrap .bottom h2 {
        font-size: 14px;
        padding: 0px;
        text-transform: unset;
        font-weight: 900; }
      .products .product .product-wrap .bottom .price {
        font-size: 14px;
        font-weight: bold; }
  .products .product .top {
    position: relative;
    padding: 15px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
    .products .product .top .label {
      position: absolute;
      display: inline-block;
      padding: 5px 10px;
      background: #F86900;
      color: #FFF;
      text-transform: uppercase;
      font-weight: lighter;
      top: 0;
      left: 0;
      z-index: 2; }
    .products .product .top img {
      width: 100%;
      height: auto; }
    .products .product .top .overlay {
      position: absolute;
      background: rgba(255, 255, 255, 0.4);
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      z-index: 1;
      transition: all 300ms ease; }
      .products .product .top .overlay .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .products .product .bottom {
    padding: 15px 0;
    position: relative; }
    .products .product .bottom h2 {
      display: block;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 0;
      text-transform: uppercase;
      margin: 0 !important;
      line-height: 1.5; }
    .products .product .bottom .price {
      color: #F86900; }
      .products .product .bottom .price .old {
        text-decoration: line-through;
        margin-right: 10px; }
    .products .product .bottom .sizes {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background: #F0F3F5;
      z-index: 3;
      opacity: 0;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      transition: all 300ms ease;
      visibility: hidden; }
      .products .product .bottom .sizes strong {
        display: block;
        margin-bottom: 15px; }
      .products .product .bottom .sizes a {
        display: inline-block;
        background: #FFF;
        padding: 5px;
        text-align: center;
        color: #000;
        min-width: calc(16.66% - 5px);
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        transition: all 300ms ease; }
        .products .product .bottom .sizes a:hover {
          background: #D6DDE0; }
  .products .product:hover .top .overlay {
    opacity: 1; }
  .products .product:hover .bottom .sizes {
    visibility: visible;
    opacity: 1; }

.product-small {
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px; }
  .product-small .photo {
    width: 25%; }
    .product-small .photo img {
      width: 100%;
      height: auto; }
  .product-small .text {
    padding-left: 10px; }
    .product-small .text span {
      display: block; }

@media (min-width: 1200px) {
  .products .product {
    padding-bottom: 30px; }
    .products .product .product-wrap {
      border: none;
      display: block; }
      .products .product .product-wrap .top {
        display: block;
        padding: 15px; }
        .products .product .product-wrap .top .label {
          left: 0;
          top: 0;
          font-size: 15px;
          padding: 5px 10px; }
        .products .product .product-wrap .top img {
          width: 100%;
          height: auto; }
        .products .product .product-wrap .top .overlay .btn {
          font-size: 14px; }
      .products .product .product-wrap .bottom {
        background-color: transparent;
        padding: 15px 0;
        display: block; }
        .products .product .product-wrap .bottom h2 {
          font-size: 16px;
          padding: 10px 0;
          text-transform: uppercase;
          font-weight: bold; }
        .products .product .product-wrap .bottom .price {
          font-size: 15px;
          font-weight: normal; } }

#filter {
  background: #EDEDED;
  padding: 20px; }
  #filter h2 {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px; }
    #filter h2 .icon {
      transition: all 300ms ease;
      position: absolute;
      top: 3px;
      right: 0;
      font-size: 12px; }
  #filter .filter_wrapper {
    display: none;
    border-top: 1px solid #D5DDDF;
    margin-top: 20px; }
    #filter .filter_wrapper .part {
      border-bottom: 1px solid #D5DDDF;
      overflow-y: hidden;
      overflow-x: visible;
      transition: all 300ms ease; }
      #filter .filter_wrapper .part h3 {
        margin: 0;
        padding: 20px 0;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer; }
        #filter .filter_wrapper .part h3 span {
          position: relative;
          float: right;
          font-size: 16px; }
          #filter .filter_wrapper .part h3 span .icon {
            transition: all 300ms ease; }
            #filter .filter_wrapper .part h3 span .icon.icon-plus {
              position: absolute;
              right: 0;
              opacity: 1; }
            #filter .filter_wrapper .part h3 span .icon.icon-minus {
              position: absolute;
              right: 0;
              opacity: 0; }
      #filter .filter_wrapper .part .content {
        display: none;
        padding: 0 0 20px 0; }
      #filter .filter_wrapper .part.active h3 span .icon-plus {
        opacity: 0; }
      #filter .filter_wrapper .part.active h3 span .icon-minus {
        opacity: 1; }
      #filter .filter_wrapper .part.subcategory h3 {
        padding-top: 20px; }
      #filter .filter_wrapper .part.subcategory hr {
        margin: 10px 0; }
      #filter .filter_wrapper .part.subcategory ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #filter .filter_wrapper .part.subcategory ul li {
          line-height: 2; }
          #filter .filter_wrapper .part.subcategory ul li a {
            color: #000; }
            #filter .filter_wrapper .part.subcategory ul li a:hover, #filter .filter_wrapper .part.subcategory ul li a.active {
              color: #F86900; }
            #filter .filter_wrapper .part.subcategory ul li a i {
              font-size: 12px;
              margin-left: 2px;
              margin-right: 8px; }
      #filter .filter_wrapper .part.rangeslider .content {
        padding-bottom: 40px; }
        #filter .filter_wrapper .part.rangeslider .content .form-group {
          display: inline-block;
          margin: 0 0 10px 0;
          float: right; }
          #filter .filter_wrapper .part.rangeslider .content .form-group:first-child {
            float: left; }
          #filter .filter_wrapper .part.rangeslider .content .form-group input {
            width: 80px;
            text-align: center; }
      #filter .filter_wrapper .part.values {
        overflow: hidden; }
        #filter .filter_wrapper .part.values .value {
          float: left;
          display: block;
          text-align: center;
          padding: 15px;
          border: 1px solid #D6DDE0;
          background: #FFF;
          color: #000;
          text-decoration: none;
          transition: all 300ms ease;
          margin: 0 5px 5px 0; }
          #filter .filter_wrapper .part.values .value.disabled {
            color: #D1D9DD;
            cursor: normal; }
          #filter .filter_wrapper .part.values .value:hover:not(.disabled) {
            background: #D6DDE0; }
          #filter .filter_wrapper .part.values .value.active:not(.disabled) {
            background: #F86900;
            color: #FFF; }
      #filter .filter_wrapper .part.brand .form-group .checkbox label, #filter .filter_wrapper .part.property-filter .form-group .checkbox label {
        padding-left: 25px; }
        #filter .filter_wrapper .part.brand .form-group .checkbox label input[type="checkbox"], #filter .filter_wrapper .part.property-filter .form-group .checkbox label input[type="checkbox"] {
          outline: none;
          position: absolute;
          left: 0;
          top: 1px;
          margin-left: 0;
          margin-top: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 16px;
          height: 16px;
          border: 1px solid #D5DDDF; }
          #filter .filter_wrapper .part.brand .form-group .checkbox label input[type="checkbox"]:after, #filter .filter_wrapper .part.property-filter .form-group .checkbox label input[type="checkbox"]:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '\e903';
            font-family: 'icomoon';
            color: #000;
            font-size: 11px;
            opacity: 0;
            transition: all 300ms ease; }
          #filter .filter_wrapper .part.brand .form-group .checkbox label input[type="checkbox"]:checked:after, #filter .filter_wrapper .part.property-filter .form-group .checkbox label input[type="checkbox"]:checked:after {
            opacity: 1; }
      #filter .filter_wrapper .part.brand .more-brands, #filter .filter_wrapper .part.property-filter .more-brands {
        display: none; }
      #filter .filter_wrapper .part.brand .more, #filter .filter_wrapper .part.property-filter .more {
        cursor: pointer;
        color: #F86900;
        padding-left: 25px; }
        #filter .filter_wrapper .part.brand .more .icon, #filter .filter_wrapper .part.property-filter .more .icon {
          font-size: 12px; }
      #filter .filter_wrapper .part.category ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #filter .filter_wrapper .part.category ul li {
          line-height: 2; }
          #filter .filter_wrapper .part.category ul li a {
            color: #000; }
            #filter .filter_wrapper .part.category ul li a:hover, #filter .filter_wrapper .part.category ul li a.active {
              color: #F86900; }
            #filter .filter_wrapper .part.category ul li a i {
              font-size: 12px;
              margin-left: 2px;
              margin-right: 8px; }
            #filter .filter_wrapper .part.category ul li a.active:hover {
              text-decoration: line-through; }

@media (min-width: 768px) {
  #filter {
    background-color: #fff; }
    #filter h2 {
      cursor: default; } }

@media (min-width: 1200px) {
  #filter {
    margin-bottom: 30px;
    padding: unset; }
    #filter h2 {
      cursor: default;
      margin-bottom: 10px;
      text-transform: unset;
      font-size: 24px; }
      #filter h2 .icon {
        font-size: 20px; } }

#brands .panel {
  position: relative;
  min-height: 250px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
  #brands .panel .panel-body {
    text-align: center;
    padding: 15px;
    transition: all 0.3s; }
    #brands .panel .panel-body img {
      width: 100%;
      height: auto;
      padding-bottom: 25px; }
    #brands .panel .panel-body h2 {
      margin: 0 0 5px;
      text-transform: uppercase;
      font-weight: 700; }
    #brands .panel .panel-body p {
      color: #000; }
  #brands .panel .overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 300ms ease; }
    #brands .panel .overlay .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #brands .panel .overlay:hover {
      opacity: 1; }

@media (min-width: 768px) {
  #brands .panel {
    min-height: 370px; } }

@media (min-width: 992px) {
  #brands .panel {
    min-height: 370px; } }

@media (min-width: 1200px) {
  #brands .panel {
    min-height: 350px; } }

#news .article {
  display: inline-block; }
  #news .article img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  #news .article .date {
    font-size: 16px;
    color: #5F5F5F;
    margin: 15px 0 0;
    display: block; }
  #news .article h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000;
    transition: all 300ms ease; }
  #news .article:hover h3 {
    color: #F86900; }
  #news .article.col-md-6 h3 {
    font-size: 28px; }

#article {
  margin: 50px 0; }
  #article article .date {
    display: block;
    color: #5F5F5F;
    margin: 30px 0; }
  #article article img {
    width: 100%;
    height: auto; }
  #article article h1 {
    margin: 0;
    text-align: center; }
  #article article .intro {
    font-size: 20px;
    margin: 15px 0; }
  #article .more-articles h2 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  #article .more-articles a {
    display: block;
    border-top: 1px solid #EFF1F3; }
    #article .more-articles a:last-child {
      border-bottom: 1px solid #EFF1F3; }
    #article .more-articles a > article {
      padding: 15px 0;
      color: #000;
      transition: all 300ms ease; }
      #article .more-articles a > article img {
        border: 5px solid #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      #article .more-articles a > article:hover, #article .more-articles a > article.active {
        color: #F86900; }
  #article .share {
    border-bottom: 1px solid #D6DDE0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0; }
    #article .share ul {
      margin: 0;
      padding: 15px 0; }
      #article .share ul li {
        display: inline-block;
        padding: 0 5px;
        list-style: none; }
        #article .share ul li:first-child {
          padding-left: 0; }
        #article .share ul li a {
          color: #000;
          text-decoration: none;
          transition: all 300ms ease;
          font-size: 18px; }
          #article .share ul li a:hover {
            color: #F86900; }

#cart h1 .count,
#order h1 .count {
  color: #a4b3bb; }

#cart h4,
#order h4 {
  font-weight: 700;
  margin-top: 0; }

#cart table,
#order table {
  width: 100%; }
  #cart table thead,
  #order table thead {
    display: none; }
    #cart table thead th,
    #order table thead th {
      text-transform: uppercase;
      padding: 5px 0; }
  #cart table tbody tr td,
  #order table tbody tr td {
    display: block;
    padding: 10px 0; }
    #cart table tbody tr td.product a,
    #order table tbody tr td.product a {
      color: #000;
      font-size: 24px;
      font-weight: 700; }
    #cart table tbody tr td.product dl,
    #order table tbody tr td.product dl {
      margin-bottom: 0;
      font-size: 14px; }
      #cart table tbody tr td.product dl dt,
      #order table tbody tr td.product dl dt {
        text-transform: uppercase; }
    #cart table tbody tr td.quantity form .form-group,
    #order table tbody tr td.quantity form .form-group {
      margin-bottom: 0; }
      #cart table tbody tr td.quantity form .form-group .input-group,
      #order table tbody tr td.quantity form .form-group .input-group {
        width: 130px; }
    #cart table tbody tr td.price,
    #order table tbody tr td.price {
      font-size: 14px; }
    #cart table tbody tr td.subtotal,
    #order table tbody tr td.subtotal {
      font-size: 14px; }
    #cart table tbody tr td.actions,
    #order table tbody tr td.actions {
      text-align: left; }
      #cart table tbody tr td.actions .btn,
      #order table tbody tr td.actions .btn {
        background: #FFF;
        color: #000; }
    #cart table tbody tr td:last-child,
    #order table tbody tr td:last-child {
      border-bottom: 1px solid #D5DDE0; }

#cart dl dt,
#order dl dt {
  float: left;
  clear: left;
  text-align: right;
  white-space: nowrap;
  margin-right: 15px; }

#cart .loader,
#order .loader {
  padding: 50px 0; }

#cart .empty-cart,
#order .empty-cart {
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
  padding: 30px 0; }
  #cart .empty-cart h2,
  #order .empty-cart h2 {
    font-size: 18px;
    margin: 0;
    color: #31708f; }
    #cart .empty-cart h2 a,
    #order .empty-cart h2 a {
      text-decoration: underline; }

#cart .summary,
#order .summary {
  padding: 20px 0;
  font-size: 14px; }

#cart .discount-coupon .code,
#order .discount-coupon .code {
  font-size: 18px; }
  #cart .discount-coupon .code b,
  #order .discount-coupon .code b {
    font-family: Consolas, "Liberation Mono", Courier, monospace; }

#cart .discount-coupon .remove,
#order .discount-coupon .remove {
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  color: #000; }

#cart .separator,
#order .separator {
  border-bottom: 1px solid #D5DDE0; }

#cart .checkout,
#order .checkout {
  padding: 20px 0;
  font-size: 14px; }
  #cart .checkout .total,
  #order .checkout .total {
    font-weight: 700; }
  #cart .checkout .tax,
  #order .checkout .tax {
    margin-bottom: 20px; }

#cart input[name="quantity"],
#order input[name="quantity"] {
  text-align: center; }

@media (min-width: 768px) {
  #cart table,
  #order table {
    width: 100%; }
    #cart table thead,
    #order table thead {
      display: table-header-group; }
      #cart table thead th.quantity,
      #order table thead th.quantity {
        width: 150px; }
    #cart table tbody tr td,
    #order table tbody tr td {
      display: table-cell; }
      #cart table tbody tr td.actions,
      #order table tbody tr td.actions {
        text-align: right; }
    #cart table th, #cart table td,
    #order table th,
    #order table td {
      border-bottom: 1px solid #D5DDE0; } }

#checkout .steps {
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5DDE0; }
  #checkout .steps .step {
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a4b3bb; }
    #checkout .steps .step .number {
      height: 25px;
      width: 25px;
      display: inline-block;
      border-radius: 50%;
      background-color: #D5DDE0;
      color: #a4b3bb;
      text-align: center;
      margin-right: 5px; }
    #checkout .steps .step.active {
      color: #000; }
      #checkout .steps .step.active .number {
        background-color: #F86900;
        color: #FFF; }

#checkout form label {
  font-weight: 400; }

#checkout form .form-group input,
#checkout form .form-group select,
#checkout form .form-group textarea {
  border: 1px solid #f0f3f5; }

#checkout form .form-group.has-error input,
#checkout form .form-group.has-error select,
#checkout form .form-group.has-error textarea {
  border-color: #a94442; }

#checkout form .form-group.has-error .help-block {
  font-size: 12px; }

#checkout form input[type="radio"] {
  margin-right: 15px; }

#checkout form .gender label {
  margin-right: 25px; }

#checkout form .shipping-address {
  display: none; }

#checkout h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #D5DDE0;
  padding: 10px 0; }

#checkout .method {
  margin-bottom: 10px; }
  #checkout .method input[type="checkbox"] {
    position: relative;
    margin: 0; }
  #checkout .method .image,
  #checkout .method .description {
    margin-left: 15px; }

#checkout #choosedServicePoint address {
  margin: 0; }

#checkout #choosedServicePoint #servicePointDistance {
  margin-left: 5px; }

#order-login .wrapper {
  padding: 30px 0; }
  #order-login .wrapper h2 {
    font-size: 26px; }
  #order-login .wrapper .login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    #order-login .wrapper .login-container .login-wrapper {
      margin-bottom: 30px; }

@media (min-width: 992px) {
  #order-login .wrapper {
    padding: 60px 0; }
    #order-login .wrapper h2 {
      font-size: 32px; }
    #order-login .wrapper .login-container {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center; }
      #order-login .wrapper .login-container .login-wrapper {
        min-width: 400px;
        margin-bottom: 0; }
      #order-login .wrapper .login-container .register-wrapper {
        position: relative;
        margin-left: 80px; }
        #order-login .wrapper .login-container .register-wrapper:before {
          content: '';
          position: absolute;
          left: -40px;
          top: 0;
          display: block;
          height: 100%;
          width: 1px;
          background: #CCC; } }

#account aside {
  background: #FFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px; }
  #account aside h3 {
    margin-top: 0;
    color: #fff;
    background: #F86900;
    padding: 15px; }
  #account aside ul {
    padding: 15px;
    margin: 0; }
    #account aside ul li {
      padding: 0 0 10px;
      list-style: none; }
      #account aside ul li a {
        color: #333;
        transition: all 0.3s; }
        #account aside ul li a.active {
          color: #F86900; }
        #account aside ul li a:hover {
          color: #F86900; }

#account .content {
  padding: 15px;
  background: #FFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }

#account .form-horizontal .control-label {
  text-align: left; }

#account h3 {
  margin-bottom: 20px;
  font-weight: 700; }

#account dl {
  margin-bottom: 30px;
  overflow: hidden; }
  #account dl dt,
  #account dl dd {
    float: left;
    width: 50%;
    padding: 5px 0px;
    height: 30px; }
    #account dl dt:nth-child(4n), #account dl dt:nth-child(4n-1),
    #account dl dd:nth-child(4n),
    #account dl dd:nth-child(4n-1) {
      background: #F5F5F5; }

#account address {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px; }
  #account address .left {
    margin-bottom: 10px; }
  #account address .label {
    padding: 5px;
    font-size: 12px; }
    #account address .label.label-info {
      background: #000;
      color: #fff; }

#account .total .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #account .total .box span:first-child {
    font-weight: 700; }

@media (min-width: 768px) {
  #account address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #account address .right {
      text-align: right; } }

#login .card {
  border-radius: 5px;
  border: 1px solid #e1dddb;
  padding: 15px;
  background: #fff; }
  #login .card .login-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1dddb;
    margin-bottom: 30px; }
    #login .card .login-wrapper .form-group button {
      margin-right: 10px; }
  #login .card .register-wrapper ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px; }
    #login .card .register-wrapper ul li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 3px; }
      #login .card .register-wrapper ul li:before {
        content: "\e903";
        font-family: icomoon;
        position: absolute;
        left: 0;
        top: 4px;
        color: #F86900; }

@media (min-width: 768px) {
  #login .card {
    padding: 20px; }
    #login .card .login-wrapper {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
      margin-right: 15px; }
    #login .card .register-wrapper {
      border-left: 1px solid #e1dddb;
      padding-left: 30px; } }

/*# sourceMappingURL=app.css.map */
