/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CDCDCD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a7a7a7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 16px;
}
.lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 700px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #CDCDCD;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b4b4b4;
}
.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;
  background-color: #CDCDCD;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b4b4b4;
}
.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: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 32px;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 22.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.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.8;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 700px) {
  .container {
    width: 670px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 700px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 699px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  background-color: #F1E5D7;
  background-image: none;
  border: 1px solid #DDBE9A;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 48px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 55px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.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: 700px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 700px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 700px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 700px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #8d8d8d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #a2a2a2;
  border-color: #8d8d8d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary .badge {
  color: #CDCDCD;
  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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #b0a094;
}
.btn-info:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #b0a094;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info .badge {
  color: #FFF;
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CDCDCD;
  font-weight: normal;
  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: #a7a7a7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #CDCDCD;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1000px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CDCDCD;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 700px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 700px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #CDCDCD;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 700px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 700px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
@media (min-width: 1000px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1000px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1000px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1000px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1000px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1000px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 23px;
  line-height: 32px;
  height: 90px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1000px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 999px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1000px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 700px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 999px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 27px;
  margin-bottom: 27px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 1000px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1000px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 999px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 999px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  margin: 60px 0 0 0;
  padding-left: 15px;
  list-style: none;
  border-radius: 0px;
}
.breadcrumb a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: "";
}
.breadcrumb > .active {
  color: #fff;
  font-size: 16px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #CDCDCD;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #a7a7a7;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #CDCDCD;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 699px) {
  .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: 699px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 699px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 699px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .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: 700px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) 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: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) 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: 699px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) 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;
  }
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
  box-sizing: border-box;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
#slides ul li{
  background: none;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 41%;
  left: 0;
  width: 100%;
  text-align: right;
}
.slides-navigation a {    
  /*position: absolute;*/
  display: inline-block;
  width: 110px;
  padding: 0 25px;
  height: 50px;
  z-index: 5;
  background: rgba(57,55,68,0.5) url(/css/layout/icons.png) -50px 18px no-repeat;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none !important;
  text-align: center;
}            
.slides-navigation a.next {  
  background-position: -110px 18px;
  padding-right: 40px;
}
.slides-navigation a.prev{
  padding-left: 40px;
}
/*.slides-navigation a.prev {
  left: 20px;
}
.slides-navigation a.next {
  background-position: -157px 0px;
  position: absolute;
  right: 20px;
} */
.slides-navigation a.next:hover,
.slides-navigation a.prev:hover{
  background-color: rgba(57,55,68,0.75);      
}    


.slides-pagination {
/*  position: absolute;
  z-index: 3;*/
  bottom: 90px;
  text-align: center;
  padding: 0 15px;
    position: relative;
    z-index: 30;
}
.slides-pagination a {
  /*border: 1px solid rgba(255,255,255,0.7);
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; */
  width: 16.66%;
  height: 75px;
  background: #262e35;
  padding-top: 20px;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  text-transform: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #FFF;
}
.slides-pagination a:hover{
  color: #be3f35;
  }
.slides-pagination a.current {
  background: #FFF;
  color: #262e35;
}
.slides-pagination a.current:hover {
  color: #be3f35;
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}



/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);

  background: transparent;
}

.remodal.base {
  background: white;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

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

  display: block;

  width: 35px;

  content: "\D7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 910px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 910px;
}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '\D7';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  /*background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);*/
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  transform: rotate(45deg); }

.fancybox-button--close::after {
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

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

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    /*background: #fff;*/
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.mce-content-body a {
  color: black;
}
.mce-content-body a:hover {
  color: black;
}
.mce-content-body h1 {
  color: black;
}
.mce-content-body p {
  font-size: 16px;
  margin-bottom: 40px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: thin solid #ccc;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
}
body {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-weight: 700;
  color: #172983;
  margin: 25px 0 35px;
  font-size: 36px;
}
h2 {
  color: #172983;
  margin: 35px 0;
  font-size: 26px;
  font-weight: 700;
}
h3 {
  margin: 30px 0 20px;
  font-size: 20px;
  color: #172983;
  text-align: left;
}
h3 span {
  font-weight: 700;
  display: block;
}
h4 {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
p.main-title {
  text-align: center;
  margin: 50px 0px 40px;
  font-size: 32px;
  font-weight: 700;
  color: #172983;
}
p.main-title span {
  display: block;
  font-weight: 400;
}
h1.main-title {
  text-align: center;
  margin: 50px 0px 40px;
}
p {
  margin: 22px 0 0;
  font-size: 16px;
}
p:first-of-type {
  margin-top: 0;
}
p a {
  color: #172983;
  transition: 0.2s;
  text-decoration: underline;
}
p a:hover,
p a:focus,
p a:active,
p a:active:hover {
  text-decoration: underline;
  color: #1f37ae;
}
p.small {
  font-size: 14px;
}
p.big {
  font-size: 18px;
  margin: 20px 0 15px;
}
a {
  color: #172983;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:active:hover {
  color: #1f37ae;
  text-decoration: none;
}
header ul,
#slides ul,
.paginator-item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
header ul li,
#slides ul li,
.paginator-item ul li {
  margin: 0px;
  padding: 0px;
}
header ul li:before,
#slides ul li:before,
.paginator-item ul li:before {
  display: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 25px;
}
ul li {
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #e43227;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}
table.table-sm {
  width: auto;
  font-size: 12px;
  margin: 0px;
}
table.table-sm tr {
  border: none;
  background: none;
}
table.table-sm tr:last-of-type {
  border-bottom: none;
}
table.table-sm td,
table.table-sm th {
  font-size: 13px;
  padding: 0 10px;
}
table.table-sm td:first-of-type,
table.table-sm th:first-of-type {
  padding-left: 0px;
}
table {
  font-size: 16px;
  margin: 40px 0 25px;
}
table tr {
  border-top: 1px solid #fff;
}
table tr:first-of-type {
  border-top: none;
}
table th {
  color: #fff;
  padding: 10px 25px;
  font-weight: 400;
  background: #172983;
}
table th:first-of-type {
  padding: 10px 25px 10px 10px;
}
table td {
  padding: 10px 25px;
  color: #000;
}
table td:first-of-type {
  padding: 10px 25px 10px 10px;
}
.form-control {
  background: #e8eaf4;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header .top {
  background: #e8eaf4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header #sticky_nav.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.header #top_nav {
  padding: 0;
}
.header #top_nav .navbar-nav {
  margin: 0;
}
.header #top_nav .navbar-nav li {
  margin: 0 15px 0 0;
}
.header #top_nav .navbar-nav li:last-of-type {
  margin-right: 0;
}
.header #top_nav .navbar-nav li a {
  padding: 2px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.2s;
}
.header #top_nav .navbar-nav li a:hover,
.header #top_nav .navbar-nav li a:active,
.header #top_nav .navbar-nav li a:focus,
.header #top_nav .navbar-nav li a:active:hover {
  background: none;
  color: #e43227;
}
.header .head-contact p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 0px;
}
.header .head-contact p span {
  color: #6F7494;
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.header .head-contact p:first-of-type {
  color: #172983;
  margin-bottom: 5px;
}
.header .head-contact .image {
  position: relative;
  border-radius: 50%;
  overflow: visible;
}
.header .head-contact .image:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -2px;
  bottom: -4px;
  background: #fff url(/userfiles/images/icons.png) -17px 2px no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.header .account_box .log {
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.header .account_box .log:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 1px;
  background: url(/userfiles/images/icons.png) 0px 1px no-repeat;
}
.header .account_box #loginNav {
  display: none;
  position: absolute;
  z-index: 99;
  top: 29px;
  right: 0;
  padding: 15px;
  background: #e8eaf4;
  z-index: 9999;
  text-align: right;
}
.header .account_box #loginNav form {
  margin-bottom: 20px;
}
.header .account_box #loginNav .btn {
  margin-left: 20px;
}
.header .account_box #loginNav a {
  margin-left: 10px;
}
.header .logo p {
  font-size: 17px;
  margin-left: 20px;
}
.header .main {
  padding-top: 30px;
  padding-bottom: 35px;
}
.header .navigation {
  z-index: 5;
}
.header .navigation #cat_nav {
  padding: 0;
}
.header .navigation #cat_nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  height: 70px;
  width: 100%;
}
.header .navigation #cat_nav ul .level1 {
  width: 100%;
  height: 100%;
}
.header .navigation #cat_nav ul .level1 a {
  color: #fff;
  font-size: 18px;
  height: 100%;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 66px;
}
.header .navigation #cat_nav ul .level1 a:hover,
.header .navigation #cat_nav ul .level1 a:focus,
.header .navigation #cat_nav ul .level1 a:active,
.header .navigation #cat_nav ul .level1 a:active:hover {
  background: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.header .navigation #cat_nav ul .level1.dropdown {
  position: relative;
}
.header .navigation #cat_nav ul .level1.dropdown a {
  position: relative;
}
.header .navigation #cat_nav ul .level1.dropdown .icon {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 6px;
  background: url(/userfiles/images/icons.png) -37px -30px no-repeat;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu {
  left: 0px;
  top: 68px;
  min-width: 250px;
  padding: 0px;
  border-top: none;
  box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.17);
  z-index: 999;
  background: #fff;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul {
  height: auto;
  padding: 0px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li {
  padding: 5px 20px;
  border-top: 1px solid #e0e0e0;
  height: auto;
  width: auto;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  height: auto;
  width: auto;
  line-height: 1.2;
  color: #172983;
  display: flex;
  align-items: center;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a:hover,
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a:focus,
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a:active,
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a:active:hover {
  background: transparent;
  color: #e43227;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li a img {
  margin-right: 15px;
  display: block;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.golf span {
  background-position: -32px -53px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.fotbal span {
  background-position: -71px -53px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.hasici span {
  background-position: -112px -54px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.tenis span {
  background-position: -149px -52px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.nohejbal span {
  background-position: -190px -53px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.hokej span {
  background-position: -238px -53px;
}
.header .navigation #cat_nav ul .level1 .dropdown-menu ul li.chovatel span {
  background-position: -280px -54px;
}
.navbar-toggle {
  width: auto;
  line-height: 1;
  margin: 0;
  padding: 5px;
  height: 50px;
  width: 50px;
  background: #e43227;
}
.navbar-toggle .icon-bar {
  background: #fff;
  margin: 1px auto;
}
@media all and (max-width: 1199px) {
  .header .navigation #cat_nav ul .level1 a {
    font-size: 16px;
  }
}
@media all and (max-width: 999px) {
  .header .main-menu.gradient {
    background: none;
  }
  .header .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .basket {
    min-width: 170px;
    display: flex;
    height: auto;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 65px;
  }
  .header #basket {
    margin-right: 20px;
  }
  .header .logo {
    margin-right: 0px;
  }
  .header .logo p {
    font-size: 14px;
  }
  .header .logo img {
    width: 120px;
  }
  .header .navigation #cat_nav {
    position: absolute;
    top: 50px;
    right: 15px;
    padding: 20px 0;
    height: auto;
    z-index: 999;
    background: #e43227;
  }
  .header .navigation #cat_nav ul {
    display: block;
    height: auto;
  }
  .header .navigation #cat_nav ul .level1 {
    margin: 5px 0;
    text-align: center;
    display: block;
    height: auto;
  }
  .header .navigation #cat_nav ul .level1 a {
    color: #fff;
    height: auto;
    padding: 5px 50px;
    line-height: 1.2;
    text-align: left;
  }
  .header .navigation #cat_nav ul .level1 a:hover,
  .header .navigation #cat_nav ul .level1 a:focus,
  .header .navigation #cat_nav ul .level1 a:active,
  .header .navigation #cat_nav ul .level1 a:active:hover {
    border-color: transparent;
  }
  .header .navigation #cat_nav ul .level1 a.dropdown a .icon {
    display: none;
  }
  .header .navigation #cat_nav ul .level1 .dropdown-menu {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .header .navigation #cat_nav {
    right: 15px;
    left: 15px;
  }
}
@media all and (max-width: 500px) {
  .header .flex.top .left {
    margin-bottom: 15px;
  }
  .header .flex.top .right {
    justify-content: flex-end;
  }
  .header .flex.top .right .contact {
    display: none;
  }
  .header .title {
    padding-left: 0;
    position: absolute;
    top: 90px;
  }
  .header .title:before {
    display: none;
  }
}
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .logo-footer {
  margin-top: 40px;
}
.footer .logo-footer img {
  margin-right: 40px;
  width: 110px;
}
.footer .right {
  float: right;
}
.footer h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 35px;
}
.footer .bottom-text {
  margin-top: 100px;
}
.footer .bottom-text p {
  margin: 0;
}
@media all and (max-width: 999px) {
  .footer .bottom-text {
    display: block;
  }
  .footer .bottom-text p {
    margin-bottom: 20px;
  }
}
.btn-primary {
  border: none;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  color: #172983;
  border: 1px solid #e0e0e0;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-weight: 600;
  border-radius: 17px;
  transition: 0.2s ease-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background: transparent;
  color: #172983;
  border: 1px solid #172983;
}
.btn-success {
  color: #fff;
  font-size: 13px;
  background: #172983;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  display: inline-block;
  border-radius: 17px;
  padding: 0px 28px;
  text-transform: uppercase;
  border: none;
  transition: 0.2s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
  background: #1f37ae;
  color: #fff;
  border: none;
}
.btn-success-inverted {
  color: #172983;
  font-size: 13px;
  border: 2px solid #172983;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  display: inline-block;
  border-radius: 17px;
  padding: 0px 28px;
  text-transform: uppercase;
  transition: 0.2s;
}
.btn-success-inverted:hover,
.btn-success-inverted:focus,
.btn-success-inverted:active,
.btn-success-inverted:active:hover {
  background: #172983;
  color: #fff;
}
.btn-info {
  color: #e43227;
  font-size: 13px;
  background: none;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  display: block;
  padding: 0 0 0 38px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: 0.2s;
  position: relative;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover {
  color: #e43227;
  text-decoration: underline;
  border-color: #e43227;
}
.btn-info.virtual:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 16px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(/userfiles/images/icons.png) 1px -173px no-repeat;
}
.btn-info.photo:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 16px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(/userfiles/images/icons.png) -40px -173px no-repeat;
}
.search {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.search .form-group {
  margin: 0;
}
.search .button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 34px;
  background: #172983;
  z-index: 10;
  color: #fff;
  border: none;
  border-radius: 17px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  font-size: 13px;
  padding: 0 28px;
}
.search .button:hover {
  background: #1f37ae;
}
.search .text {
  width: 100%;
  display: block;
  padding: 0 115px 0 45px;
  height: 46px;
  border-radius: 23px;
  font-size: 13px;
  color: #000;
  overflow: hidden;
  border: none;
  background-color: #e8eaf4 !important;
  background: url(/userfiles/images/icons.png) -329px 16px no-repeat;
}
.search .text::-moz-placeholder {
  font-size: 13px;
  color: #000;
}
.search .text::placeholder {
  font-size: 13px;
  color: #000;
}
.search .text:hover,
.search .text:focus,
.search .text:active,
.search .text:active:hover {
  border: none;
}
.content .table-wrapper {
  margin: 30px 0;
  overflow-x: auto;
}
.content table {
  margin: 0;
  min-width: 400px;
  border: none;
  font-size: 15px;
  width: 100%;
}
.content p .btn {
  text-decoration: none;
}
.content p .btn:hover,
.content p .btn:focus {
  text-decoration: none;
}
.content p {
  margin: 22px 0;
}
.content ul {
  margin: 25px 0;
}
.content table td {
  padding: 8px 8px;
  border: none;
}
.content table tr {
  border: none;
}
.content table tr:not(:last-of-type) td {
  border-bottom: 1px solid #e0e0e0;
}
.image {
  overflow: hidden;
}
.border-shadow {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
  border-radius: 10px;
}
.gradient {
  background: #172983;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #172983 0%, #ed3237 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172983', endColorstr='#ed3237', GradientType=1);
  /* IE6-9 */
}
.typeahead_wrapper .img-responsive {
  max-height: 40px !important;
  margin: 0 auto;
}
.tt-menu {
  width: 100%;
}
.produkt_nahled.row {
  display: flex;
  align-items: center;
}
.typeahead_wrapper h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tt-dataset-categories {
  border-top: 1px solid #e0e0e0;
}
.main-text {
  font-size: 16px;
  padding-right: 135px;
}
.products-category .main-text {
  padding-top: 20px;
}
.info-panel {
  padding-bottom: 15px;
  padding-top: 10px;
}
.info-panel h3 {
  margin-top: 0px;
}
.info-panel:before {
  content: '';
  background: #cdd1e5;
  right: 0px;
  top: 0px;
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
}
.info-panel:last-of-type:before {
  display: none;
}
.info-panel p {
  margin: 15px 0 0;
  font-size: 14px;
}
.info-panel p strong {
  display: block;
  font-size: 15px;
}
.info-panel p span {
  display: block;
  color: #626786;
  font-size: 13px;
}
.info-panel .contact-box {
  margin-top: 7px;
}
.info-panel .www {
  text-decoration: underline;
  margin-top: 15px;
  display: block;
  font-size: 16px;
}
.contact-box {
  font-size: 15px;
  padding-left: 23px;
  position: relative;
  margin: 0;
  color: #000;
}
.contact-box span {
  font-size: 13px;
  display: block;
  color: #6F7494;
}
.contact-box:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 16px;
  height: 15px;
  background: url(/userfiles/images/icons.png) -84px 1px no-repeat;
}
.contact-box.mail:before {
  background-position: -60px 2px;
}
.contact-box a {
  text-decoration: underline;
  display: block;
  color: #000;
}
.options .option {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
}
.options .option label {
  padding: 5px 18px 7px 35px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}
.options .option label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 10px;
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  background-color: #e8eaf4;
  margin-right: 6px;
}
.options .option label input {
  display: none;
}
.options .option.selected {
  border-color: #e0e0e0;
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
}
.options .option.selected label:before {
  background: radial-gradient(circle, #e43227 33%, #e8eaf4 0);
}
.options .option.color {
  display: inline-block;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.options .option.color label {
  padding: 8px;
  height: 92px;
  width: 64px;
}
.options .option.color label:before {
  display: none;
}
.options .option.color img {
  width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.options .option.color p {
  font-size: 13px;
  margin-top: 8px;
}
.options .option.color.selected p {
  font-weight: 600;
}
.download {
  padding-left: 35px;
  display: block;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.download:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 20px;
  display: block;
  background: url(/userfiles/images/icons.png) -270px 0px no-repeat;
}
.download:hover {
  text-decoration: underline;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.flex-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.flex-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  .order-stock {
    margin: 40px 0;
  }
}
.breadcrumb_nav {
  padding-top: 30px;
}
.breadcrumb_nav .breadcrumb > li + li:before {
  padding: 0 5px;
}
.breadcrumb_nav .breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb_nav .breadcrumb li:before {
  background: url(/userfiles/images/icons.png) -110px 5px no-repeat;
  margin: 0 10px;
}
.breadcrumb_nav .breadcrumb a {
  color: #172983;
  font-size: 13px;
  text-decoration: underline;
}
.breadcrumb_nav .breadcrumb a:hover,
.breadcrumb_nav .breadcrumb a:focus,
.breadcrumb_nav .breadcrumb a:active,
.breadcrumb_nav .breadcrumb a:active:hover {
  text-decoration: underline;
  color: #1f37ae;
}
.breadcrumb_nav .breadcrumb .active {
  color: #000;
  font-size: 13px;
}
.breadcrumb_nav .breadcrumb .active:before {
  background-position: -110px 3px;
}
#filters.navbar-collapse.collapse {
  padding-left: 0 !important;
  padding-right: 0!important;
}
.close {
  margin-top: 20px;
}
#priceSlider .noUi-target,
#widthSlider .noUi-target,
#diameterSlider .noUi-target {
  background: #d9dbea;
  padding: 0 10px;
}
#priceSlider .noUi-base,
#widthSlider .noUi-base,
#diameterSlider .noUi-base {
  border: 1px solid #e0e0e0;
}
#priceSlider .noUi-horizontal,
#widthSlider .noUi-horizontal,
#diameterSlider .noUi-horizontal {
  height: 6px;
  left: 15px;
}
#priceSlider .noUi-connect,
#widthSlider .noUi-connect,
#diameterSlider .noUi-connect {
  background: #172983;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #172983 0%, #ed3237 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172983', endColorstr='#ed3237', GradientType=1);
  /* IE6-9 */
}
#priceSlider .noUi-handle,
#widthSlider .noUi-handle,
#diameterSlider .noUi-handle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: -12px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
#priceSlider .noUi-handle:before,
#widthSlider .noUi-handle:before,
#diameterSlider .noUi-handle:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 8px;
  height: 12px;
  background: url(/userfiles/images/icons.png) -304px -34px no-repeat;
}
#priceSlider .noUi-tooltip,
#widthSlider .noUi-tooltip,
#diameterSlider .noUi-tooltip {
  font-size: 12px;
  border: none;
  bottom: -22px;
}
.filters .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 35px;
}
.filters .title:first-of-type {
  margin-top: 0px;
}
.filters .option_items {
  display: flex;
  justify-content: space-between;
}
.filters .option_items input {
  display: none;
}
.filters .values p {
  margin: 0;
  font-size: 13px;
}
.filters .values input {
  max-width: 85px;
  margin: 0 8px;
  border-radius: 4px;
  background: #e8eaf4;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.select select {
  background: #e8eaf4 url(/userfiles/images/icons.png) -332px -90px no-repeat;
  width: 84px;
  height: 33px;
  border-radius: 17px;
  overflow: hidden;
  padding-left: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-color: transparent;
  font-size: 16px;
}
.select label {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 400;
}
.checkbox {
  margin-bottom: 13px;
  margin-top: 0px;
}
.checkbox:last-of-type {
  margin-bottom: 0;
}
.checkbox label {
  min-height: auto;
  padding-left: 25px;
}
.checkbox label.none {
  text-decoration: line-through;
}
.checkbox label.none span {
  color: #d9dbea;
  text-decoration: none;
}
.checkbox input[type="checkbox"] {
  margin: 1px 0 0;
}
.checkbox input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #e0e0e0;
  content: "";
  background: #d9dbea;
}
.checkbox input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  top: -15px;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  content: "";
  background: #d9dbea;
}
.checkbox input[type="checkbox"]:checked:after {
  background: #e43227 url(/userfiles/images/icons.png) -127px 4px no-repeat;
  border: 1px solid #e43227;
}
.checkbox input[type="checkbox"]:disabled:after {
  border-color: #c4c9d3;
  background: #eff1f5;
}
.checkbox input[type="checkbox"]:not(:disabled):checked:hover:after {
  background: #e43227 url(/userfiles/images/icons.png) -127px 4px no-repeat;
}
.checkbox input[type="checkbox"]:not(:disabled):hover:after {
  background: #d9dbea;
  border: 1px solid #d9dbea;
}
@media all and (max-width: 999px) {
  .filters {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
  }
  .filter-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .filter-mob .navbar-toggle {
    position: relative;
    margin: 0;
    background: #e43227;
    padding: 0;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    float: none;
    width: 100%;
  }
  .filter-mob .navbar-toggle[aria-expanded="false"] .button-arrow,
  .filter-mob .navbar-toggle .button-arrow {
    background: url(/userfiles/images/icons.png) -39px -276px no-repeat;
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .filter-mob .navbar-toggle[aria-expanded="true"] .button-arrow {
    background: url(/userfiles/images/icons.png) -39px -291px no-repeat;
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
  }
}
.form-control {
  border-radius: 25px;
  border: none;
  background: #e8eaf4;
}
.contact-form {
  padding-bottom: 80px;
  margin-top: 15px;
}
.contact-form input[type="text"] {
  height: 50px;
  font-size: 14px;
}
.contact-form input,
.contact-form textarea {
  border-radius: 25px;
  border: none;
  background: #e8eaf4;
}
.contact-form textarea {
  height: 229px;
}
.contact-form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-left: 12px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .star {
  color: #e43227;
}
.contact-form .checkbox label {
  margin-left: 0px;
}
.contact-form .bottom {
  margin-top: 15px;
}
.contact-form .bottom.flex {
  align-items: flex-end;
}
.contact-form .btn-success {
  background: #172983;
}
.contact-form .btn-success:hover,
.contact-form .btn-success:focus,
.contact-form .btn-success:active,
.contact-form .btn-success:active:hover {
  background: #1f37ae;
}
.products {
  padding-bottom: 75px;
}
.product {
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  position: relative;
  text-align: center;
  background: #fff;
  max-width: 285px;
  height: 490px;
  width: 100%;
  margin: 0 auto 30px;
}
.product:hover {
  border-color: #172983;
}
.product a {
  display: block;
  padding: 10px;
}
.product .btn-success {
  margin-top: 16px;
}
.product .main-img {
  overflow: hidden;
  padding: 15px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .main-img img {
  max-height: 100%;
}
.product h2 {
  font-size: 20px;
  margin: 5px 0 0;
  height: 45px;
  overflow: hidden;
}
.product h2:hover,
.product h2:focus,
.product h2:active,
.product h2:active:hover {
  color: #1f37ae;
}
.product .number,
.product .parametres,
.product .old-price {
  font-size: 14px;
  color: #767676;
  font-weight: 400;
  height: 16px;
  overflow: hidden;
}
.product .parametres {
  margin-top: 15px;
}
.product .stock {
  color: #00a326;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 18px;
  height: 16px;
  overflow: hidden;
}
.product .price {
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-top: 17px;
  font-size: 20px;
  height: 40px;
  overflow: hidden;
}
.product .price .old-price {
  display: block;
  text-decoration: line-through;
}
.product .price span {
  font-weight: 400;
}
.product-tags {
  position: absolute;
  left: 0px;
  top: 18px;
}
.product-tags span {
  height: 21px;
  width: 60px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  position: relative;
  text-align: center;
}
.product-tags span:before {
  content: '';
  position: absolute;
  right: -9px;
  top: 0px;
  display: block;
  width: 10px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 40% 50%, 100% 100%, 0px 100%);
}
.product-tags span.new {
  background: #5B6ED2;
}
.product-tags span.new:before {
  background: #5B6ED2;
}
.product-tags span.action {
  background: #e5323a;
}
.product-tags span.action:before {
  background: #e5323a;
}
.product-tags span.emblem {
  width: 120px;
  background: #172983;
}
.product-tags span.emblem:before {
  background: #172983;
}
.product-tags span.sale {
  background: #172983;
}
.product-tags span.sale:before {
  background: #172983;
}
.products-next {
  padding-bottom: 50px;
}
#basket {
  position: relative;
  z-index: 999;
}
#basket .flex-start {
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 23px;
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
  height: 46px;
}
#basket:hover .basket-box {
  display: block;
}
#basket .icon {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 28px;
  background: url(/userfiles/images/icons.png) 0px -27px no-repeat;
}
#basket .price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}
#basket .price span {
  font-size: 13px;
  color: #6F7494;
  font-weight: 400;
}
#basket .count_items {
  height: 22px;
  width: 22px;
  background: #e43227;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.basket-box {
  position: absolute;
  background: #fff;
  border: 1px solid #e7e7e7;
  width: 405px;
  right: 0px;
  top: 46px;
  padding: 10px 17px 20px;
  display: none;
  z-index: 9;
}
.basket-box.add {
  display: block;
  padding: 10px 17px 10px;
}
.basket-box.add .added {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 55px;
  position: relative;
}
.basket-box.add .added:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0px;
  display: block;
  width: 22px;
  height: 18px;
  background: url(/userfiles/images/icons.png) -288px -17px no-repeat;
  background-size: 400px 400px;
}
.basket-box.full .product_name {
  max-width: 150px;
}
.basket-box .final-price {
  text-align: right;
  margin-top: 15px;
}
.basket-box .final-price span {
  font-weight: 500;
  font-size: 16px;
}
.basket-box .final-price p {
  font-weight: 700;
  font-size: 18px;
}
.basket-box .btn {
  float: right;
  margin-top: 20px;
}
.price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.products-table {
  margin-bottom: 0;
}
.products-table td {
  border: none;
  padding: 10px 0;
}
.products-table td.td_name .product_image {
  width: 40px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.products-table td.td_name {
  display: flex;
  align-items: center;
}
.products-table td.td_name .product_name a {
  font-size: 12px;
  text-decoration: none;
  line-height: 1.2;
  color: #000;
  display: block;
}
.products-table td.td_name .product_name a .size {
  color: #838383;
}
.products-table td.td_name .product_name a .type {
  text-transform: uppercase;
  display: block;
}
.products-table .price {
  white-space: nowrap;
  float: right;
}
@media all and (max-width: 999px) {
  .basket-box {
    right: auto;
    left: 0px;
  }
}
@media all and (max-width: 768px) {
  .basket-box {
    width: 320px;
  }
}
.basket-page {
  padding-bottom: 60px;
}
.basket-page #order .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.basket-page #order .table-responsive {
  margin-bottom: 30px;
}
.basket-page #order .products-table td {
  padding-left: 10px;
  padding-right: 10px;
}
.basket-page #order .products-table tr {
  border-top: 1px solid #ccc;
  height: 76px;
}
.basket-page #order .products-table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.basket-page #order .products-table .td_name .product_name a {
  font-size: 16px;
}
.basket-page #order .products-table .td_name .product_name .stock {
  position: relative;
  font-size: 12px;
  color: #00af56;
  display: block;
  padding-left: 28px;
  margin-top: 5px;
}
.basket-page #order .products-table .td_name .product_name .stock:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 400px 400px;
  display: block;
  width: 22px;
  height: 16px;
}
.basket-page #order .products-table .td_name .product_name .stock span {
  text-transform: uppercase;
}
.basket-page #order .price {
  white-space: nowrap;
  font-size: 18px;
  float: none;
  display: inline-block;
}
.basket-page #order .remove_button {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: 400px 400px;
  margin-left: 20px;
  cursor: pointer;
}
.basket-page #order td.last {
  text-align: right;
}
.basket-page #order td.first {
  padding-left: 60px;
}
.basket-page #order .sale p {
  font-size: 18px;
}
.basket-page #order .top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.basket-page #order .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  flex-direction: row-reverse;
}
.basket-page #order .bottom p {
  padding-left: 60px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-left: 45px;
}
.basket-page #order .bottom p:first-of-type {
  margin-left: 0;
}
.basket-page #order .bottom p span {
  display: block;
  font-weight: 900;
}
.basket-page #order .bottom p:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  background-size: 400px 400px;
  display: block;
  height: 50px;
  width: 60px;
}
.basket-page #order .bottom .free-ship:before {
  left: 5px;
  background-position: -119px -42px;
}
.basket-page #order .final-price {
  white-space: nowrap;
  text-align: right;
  line-height: 1;
}
.basket-page #order .final-price p {
  font-size: 32px;
  font-weight: 700;
}
.basket-page #order .final-price p span.pre_price {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
}
.basket-page #order .control-check {
  margin-top: 35px;
}
.basket-page #order .select_box {
  margin-bottom: 40px;
}
.basket-page #order .list-group {
  margin-bottom: 40px;
}
.basket-page #order .list-group.last {
  margin-bottom: 0;
}
.basket-page #order .input_erorr {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: red;
}
.basket-page #order .list-group-item {
  height: 44px;
  padding-left: 100px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.basket-page #order .list-group-item .image {
  position: absolute;
  top: 5px;
  left: 40px;
  height: 30px;
  width: 53px;
  display: flex;
  align-items: center;
}
.basket-page #order .list-group-item .icons .img-responsive {
  display: inline-block;
  max-width: 30px;
  margin-right: 3px;
}
.basket-page #order .list-group-item .price {
  color: #000;
  float: right;
  margin-right: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.basket-page #order .checkbox {
  margin-bottom: 10px;
}
.basket-page #order .checkbox input[type=checkbox] {
  margin-top: -3px;
  cursor: pointer;
}
.basket-page #order .checkbox > label {
  font-size: 14px;
}
.basket-page #order .checkbox a {
  color: #172983;
  text-decoration: underline;
}
.basket-page #order .checkbox a:hover,
.basket-page #order .checkbox a:focus,
.basket-page #order .checkbox a:active,
.basket-page #order .checkbox a:active:hover {
  color: #0f1b58;
}
.basket-page #order .line {
  background: #ccc;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 20px;
}
.basket-page #order .list-group-item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}
.basket-page #order .list-group-item.active {
  background: #d9dbea;
  color: #000;
}
.basket-page #order .list-group-item.active:before {
  background: radial-gradient(circle, transparent 25%, #172983 0);
  border-color: #172983;
}
.basket-page #order .button-finish {
  margin-top: 20px;
}
.basket-page #order .button-finish .btn {
  width: 100%;
  display: block;
  padding: 10px;
  height: auto;
  text-align: center;
}
.basket-page #order .basket_message {
  margin-top: 5px;
}
.basket-page #order .basket_message.good {
  color: green;
}
.basket-page #order .basket_message.bad {
  color: red;
}
.basket-page #order .purchase {
  max-width: 379px;
  margin: 0 auto;
  overflow: hidden;
}
.basket-page #order .purchase .products-table {
  color: #000;
}
.basket-page #order .purchase .products-table tr:last-of-type {
  border-bottom: none;
}
.basket-page #order .purchase .products-table td {
  padding: 10px;
}
.basket-page #order .purchase .products-table .name {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.basket-page #order .purchase .products-table .td_name .product_name a {
  font-weight: 300;
  font-size: 16px;
}
.basket-page #order .purchase .products-table .td_name .product_name a span {
  display: block;
}
.basket-page #order .purchase .products-table .price {
  font-weight: 600;
  font-size: 14px;
}
.basket-page #order .purchase .products-table .price .pre_price {
  font-weight: 400;
  color: #9e9e9e;
  display: block;
}
.basket-page #order .purchase .products-table .sale p {
  font-weight: 300;
  font-size: 14px;
  padding-left: 60px;
}
@media all and (max-width: 1179px) {
  .basket-page #order {
    padding: 0;
  }
}
@media all and (max-width: 969px) {
  .basket-page {
    padding-bottom: 50px;
  }
  .basket-page #order .products-table td {
    display: block;
  }
  .basket-page #order .products-table td.td_name .product_image {
    float: left;
  }
  .basket-page #order .products-table td.td_name .product_name {
    margin-left: 60px;
  }
  .basket-page #order .products-table td.td_name .product_name a span {
    display: block;
  }
  .basket-page #order .products-table td.middle {
    float: left;
    margin-left: 60px;
  }
  .basket-page #order .products-table td.last {
    position: relative;
  }
  .basket-page #order .products-table td.last .remove_button {
    position: absolute;
    top: -66px;
    right: 10px;
  }
  .basket-page #order .products-table td.last.sale .remove_button {
    top: -50px;
  }
  .basket-page #order .purchase {
    margin-top: 80px;
  }
  .basket-page #order .top {
    display: block;
    text-align: center;
  }
  .basket-page #order .top .send {
    margin-top: 40px;
  }
  .basket-page #order .top .send .send_text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .basket-page #order .top .send .button {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .basket-page #order .top .final-price {
    text-align: center;
  }
  .basket-page #order .bottom {
    display: block;
  }
  .basket-page #order .bottom .flex-mobil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .basket-page #order .bottom p {
    margin-left: 0;
    width: 260px;
    margin-bottom: 30px;
  }
  .basket-page #order .bottom p:last-of-type {
    margin-bottom: 45px;
  }
  .basket-page #order .bottom .btn-success.big {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .basket-page #order .list-group-item.last {
    height: 74px;
  }
  .basket-page #order .list-group-item.last .cards {
    display: block;
    margin-top: 7px;
  }
  .basket-page #order .list-group-item.last .price {
    position: absolute;
    right: 10px;
    top: 13px;
  }
}
@media all and (max-width: 560px) {
  .basket-page #order .list-group-item {
    padding-left: 40px;
  }
  .basket-page #order .list-group-item .image,
  .basket-page #order .list-group-item .icons {
    display: none;
  }
}
#slides {
  min-height: 350px;
  margin-top: 70px;
  border-radius: 10px 0 0 10px;
  display: flex;
}
#slides .slider-text {
  max-width: 844px;
  height: 100%;
  text-align: center;
}
#slides .slider-text h1 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 58px;
}
#slides .slider-text p {
  font-size: 24px;
  color: #fff;
}
#slides .slider-text p a {
  color: #e43227;
}
#slides .slider-text p a:hover {
  color: #ea5d54;
}
#slides .slides-pagination {
  border-radius: 0 10px 10px 0;
  height: 100%;
  bottom: 0px;
  width: 35%;
  padding: 0;
  background: #fff;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
  border: 1px solid #e0e0e0;
}
#slides .slides-pagination a {
  font-size: 16px;
  border: none;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  display: flex;
  padding: 10px 10px 10px 35px;
  height: 100%;
  align-items: center;
  width: 100%;
  min-width: 100%;
  background: #fff;
}
#slides .slides-pagination a.current {
  color: #e43227;
  background: #fff;
  position: relative;
}
#slides .slides-pagination a.current:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9px;
  display: block;
  height: 19px;
  width: 10px;
  background: url(/userfiles/images/icons.png) 0px -96px no-repeat;
  z-index: 99;
}
@media all and (max-width: 766px) {
  #slides {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #slides .slides-pagination {
    display: none;
  }
  #slides .flex.top {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  #slides p.title {
    font-size: 30px;
  }
  #slides .image {
    margin-left: 0;
  }
  #slides .image img {
    max-height: 200px !important;
    margin-top: 30px;
  }
  #slides .btn-primary {
    height: 36px;
    line-height: 38px;
  }
}
.categories .item {
  padding-top: 35px;
}
.categories .item:nth-child(2) .big {
  background-color: #7c2d5f;
}
.categories .item:nth-child(2) .big:hover {
  background-color: #571f42;
}
.categories .item:nth-child(3) .big {
  background-color: #e5323a;
}
.categories .item:nth-child(3) .big:hover {
  background-color: #ca1a22;
}
.categories .item .arrow {
  width: 16px;
  height: 24px;
  display: block;
  background: url(/userfiles/images/icons.png) -41px 1px no-repeat;
  flex-shrink: 0;
}
.categories .item a {
  display: block;
  border-radius: 10px;
  background-color: #172983;
}
.categories .item a:hover {
  background-color: #0f1b58;
}
.categories .item .big {
  padding: 22px 20px;
  height: 232px;
  position: relative;
}
.categories .item .big .flex-bottom {
  align-items: flex-end;
  height: 100%;
}
.categories .item .big .text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
}
.categories .item .big .text p {
  font-size: 14px;
  color: #fff;
}
.categories .item .big .main-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0px;
  text-align: center;
}
.categories .item .big .main-img img {
  display: inline-block;
}
.categories .categories-small {
  margin-top: 35px;
  padding-top: 35px;
}
.categories .categories-small .item-small {
  display: inline-block;
  margin-bottom: 15px;
}
.categories .categories-small .item-small a {
  border-radius: 10px;
  box-shadow: 0px 2px 18px 0px rgba(26, 36, 85, 0.1);
  width: 205px;
  height: 130px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 10px 20px;
}
.categories .categories-small .item-small a:hover {
  border-color: #172983;
}
.categories .categories-small .item-small h3 {
  color: #172983;
  margin: 0px;
}
.categories .categories-small .item-small .icon {
  width: 74px;
  height: 94px;
  display: inline-block;
  background: url(/userfiles/images/icons.png) 16px -121px no-repeat;
}
.categories .categories-small .item-small.plakety .icon {
  background-position: -66px -121px;
}
.categories .categories-small .item-small.emblemy .icon {
  background-position: -157px -121px;
}
.categories .categories-small .item-small.ostatni .icon {
  background-position: -250px -121px;
}
.categories .categories-small .item-small.vyprodej .icon {
  background-position: -349px -121px;
}
@media all and (max-width: 700px) {
  .categories .item .big .main-img {
    top: -65px;
  }
}
@media all and (max-width: 1199px) {
  .categories .categories-small {
    flex-wrap: wrap;
  }
  .categories .categories-small .item-small {
    margin: 0 auto 15px;
  }
}
.product-detail {
  padding-bottom: 40px;
}
.product-detail .options {
  padding: 10px 20px 15px;
}
.product-detail .detail-lg {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  position: relative;
}
.product-detail .detail-lg .product-tags {
  top: 30px;
}
.product-detail .detail-lg a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-detail .products-sm {
  padding: 10px 15px 10px 0;
  border-right: 1px solid #e0e0e0;
}
.product-detail .products-sm .detail-sm {
  padding: 20px;
  height: 145px;
  width: 125px;
}
.product-detail .products-sm .detail-sm a {
  display: block;
}
.product-detail .next-photos {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.product-detail .next-photos .icon {
  margin-bottom: 10px;
  width: 26px;
  height: 21px;
  display: inline-block;
  margin: 0 auto;
  background: url(/userfiles/images/icons.png) -271px -25px no-repeat;
}
.product-detail .next-photos span {
  font-size: 14px;
  display: block;
}
.product-detail .product-form {
  padding: 25px 20px 0px;
}
.product-detail .prices {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.product-detail .price {
  font-size: 25px;
  color: #000;
  flex: 1;
}
.product-detail .price span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.product-detail .price .old-price {
  font-size: 14px;
  color: #8d8d8d;
  text-decoration: line-through;
  font-weight: 400;
}
.product-detail .info-box {
  margin-top: 75px;
}
.product-detail .info-box .line {
  height: 80px;
  background: #e0e0e0;
  width: 1px;
  display: block;
}
.product-detail .size-table {
  text-decoration: underline;
}
.product-detail .shipping-box {
  display: inline-block;
}
.product-detail .shipping-box .icon {
  width: 50px;
  height: 35px;
  display: block;
  margin: 0 auto 10px;
  background: url(/userfiles/images/icons.png) -133px -152px no-repeat;
}
.product-detail .shipping-box p {
  font-weight: 600;
}
.product-detail .control_buy {
  flex: 2;
}
.product-detail .control_buy .btn-success {
  width: 100%;
  height: auto;
  padding: 6px 28px;
}
@media all and (max-width: 700px) {
  .product-detail .prices {
    flex-direction: column;
  }
  .product-detail .control_buy {
    margin-top: 15px;
  }
  .product-detail .order-stock {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-detail .order-stock #free-shipping-bar {
    min-width: 100%;
    max-width: 100%;
  }
}
.product-info {
  background: #e8eaf4;
  padding-top: 35px;
  padding-bottom: 50px;
}
.sub-categories {
  margin-bottom: 30px;
}
.sub-categories a {
  font-weight: 400;
  font-size: 16px;
  color: #172983;
  display: flex;
  padding: 10px 20px;
}
.sub-categories a:hover,
.sub-categories a:focus,
.sub-categories a:active,
.sub-categories a:active:hover {
  color: #e43227;
}
.sub-categories a span {
  margin-right: 15px;
  display: block;
  width: 36px;
  height: 40px;
  background: url(/userfiles/images/icons.png) 4px -51px no-repeat;
}
.sub-categories .golf span {
  background-position: -32px -53px;
}
.sub-categories .fotbal span {
  background-position: -71px -53px;
}
.sub-categories .hasici span {
  background-position: -112px -54px;
}
.sub-categories .tenis span {
  background-position: -149px -52px;
}
.sub-categories .nohejbal span {
  background-position: -190px -53px;
}
.sub-categories .hokej span {
  background-position: -238px -53px;
}
.sub-categories .chovatel span {
  background-position: -280px -54px;
}
.products-category {
  padding-bottom: 50px;
}
.products-category .main-text {
  padding-right: 130px;
  font-size: 16px;
  margin-top: 10px;
}
.products-category .order-stock {
  float: right;
}
.products-category .category {
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  height: 58px;
  padding: 0 10px;
  transition: 0.2s;
}
.products-category .category p {
  text-decoration: underline;
}
.products-category .category:hover {
  border-color: #e43227;
}
.products-category .category .flex {
  justify-content: flex-start;
}
.products-category .category a {
  height: 100%;
}
.products-category .category a:hover,
.products-category .category a:focus,
.products-category .category a:active,
.products-category .category a:active:hover {
  color: #e43227;
}
.products-category .category .image {
  margin-right: 10px;
}
.products-list {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.products-list .products {
  margin-top: 20px;
}
.products-list .top {
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 15px;
}
.products-list .top p {
  font-size: 16px;
}
.products-list .top .flex {
  height: 35px;
}
.products-list .views {
  padding: 15px 0 15px 0;
}
.products-list .views p {
  font-size: 13px;
}
.products-list .sort p {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
}
.products-list .sort a {
  font-size: 16px;
  display: inline-block;
  padding: 5px 12px;
  text-decoration: underline;
}
.products-list .sort a:hover,
.products-list .sort a:focus,
.products-list .sort a:active,
.products-list .sort a:active:hover {
  color: #000;
}
.products-list .sort a.active {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  position: relative;
}
.products-list .sort a.active:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  display: block;
  background: #172983;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #172983 0%, #ed3237 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172983', endColorstr='#ed3237', GradientType=1);
  /* IE6-9 */
}
@media all and (max-width: 999px) {
  .products-category .order-stock {
    float: none;
  }
}
.pagin-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.pagin-wrap .p-numbers {
  display: flex;
  align-items: flex-start;
}
.paginator-item {
  margin: 0px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginator-item .pagination {
  margin: 0 13px;
  line-height: 1px;
}
.paginator-item .pagination li {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  line-height: 25px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
.paginator-item .pagination li a {
  background: transparent;
  padding: 0;
  line-height: 25px;
  height: 100%;
  width: 100%;
  margin: 0;
  font-weight: 400;
  border: 1px solid transparent;
  color: #172983;
  font-size: 16px;
}
.paginator-item .pagination li a:hover,
.paginator-item .pagination li a:focus,
.paginator-item .pagination li a:active,
.paginator-item .pagination li a:active:hover {
  color: #172983;
  font-weight: 600;
  background: transparent;
  margin: 0;
}
.paginator-item .pagination li.active {
  background: transparent;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}
.paginator-item .pagination li.active:hover {
  background: transparent;
  color: #172983;
}
.paginator-item .p-next,
.paginator-item .p-previous {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  flex-shrink: 0;
  top: -4px;
}
.paginator-item .p-next:before,
.paginator-item .p-previous:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 14px;
  display: block;
  width: 10px;
  height: 15px;
  background: url(/userfiles/images/icons.png) -148px 1px no-repeat;
}
.paginator-item .p-previous:before {
  background-position: -164px 1px;
  left: 13px;
}
.contact-page {
  padding-bottom: 50px;
}
.contact-page .contacts-box {
  padding: 35px;
  max-width: none;
  align-items: flex-start;
}
.contact-page .contacts-box .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-page .contacts-box .title span {
  font-size: 14px;
  margin-bottom: 0px;
}
.contact-page .contacts-box .image {
  width: 80px;
  height: 80px;
}
.contact-page .contacts-box .btn-primary {
  height: 36px;
  line-height: 34px;
  margin-bottom: 17px;
  font-size: 14px;
  text-transform: none;
}
@media all and (max-width: 999px) {
  .contact-page .contacts-box {
    width: 100%;
    flex-direction: column;
  }
  .contact-page .contacts-box .text {
    margin-top: 20px;
  }
}
.stores {
  background: #e8eaf4;
  padding-bottom: 100px;
  padding-top: 20px;
}
.stores .store-img {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 25px;
}
.stores .info-panel {
  padding-top: 25px;
  padding-bottom: 40px;
}
.stores .info-panel p {
  padding-left: 45px;
  position: relative;
  margin: 23px 0 0;
}
.stores .info-panel p:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 35px;
  height: 34px;
  background: url(/userfiles/images/icons.png) no-repeat;
}
.stores .info-panel p.open-hours:before {
  background-position: -56px -15px;
}
.stores .info-panel p.person:before {
  background-position: -93px -15px;
  top: 4px;
}
.stores .info-panel p.adress:before {
  background-position: -133px -15px;
  top: 2px;
}
.stores .info-panel p.fb:before {
  background-position: -171px -14px;
  top: 1px;
}
.contacts-box {
  max-width: 455px;
  width: 100%;
  padding: 45px;
}
.contacts-box .image {
  width: 120px;
}
.contacts-box p.title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #172983;
}
.contacts-box p.title span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.contacts-box .contact-box {
  font-weight: 700;
}
.contacts-box .contact-box span {
  font-weight: 400;
}
.contacts-box.small {
  padding: 20px 25px;
}
.contacts-box.small .image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.contacts-box.small .flex {
  margin-bottom: 25px;
}
.contacts-box.small p.title {
  font-size: 20px;
  margin-bottom: 0px;
}
.contacts-box.small p.title span {
  margin-bottom: 0px;
  font-size: 14px;
}
.gallery {
  margin-top: 50px;
  margin-bottom: 30px;
}
.gallery .gallery_item {
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* cookie css settings */
/* Cookie modal */
.cookie-modal {
  max-width: 510px;
  padding: 0px;
  z-index: 9999999999;
  pointer-events: all !important;
}
.remodal-overlay.click-through {
  background: rgba(43, 46, 56, 0.4) !important;
}
/* Cookie box */
.cookie-box {
  background: white;
  display: block;
  padding: 30px;
  z-index: 9999999999;
}
@media screen and (max-width: 992px) {
  .cookie-box {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box {
    padding: 8px;
  }
}
.cookie-box--bar {
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
}
.cookie-box--hidden .cookie-box--bar {
  display: none;
}
.cookie-box--hidden .cookie-overlay {
  display: none;
}
.click-through {
  pointer-events: none;
}
/* Cookie overlay */
.cookie-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999998;
  opacity: 1;
}
/* Cookie box | Settings */
.cookie-box__settings {
  margin-bottom: 20px;
}
.cookie-box__settings-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-right: 8px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cookie-box__settings-label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
/* Cookie box | Content */
.cookie-box__content {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1420px) {
  .cookie-box__content {
    flex-direction: column;
  }
}
.cookie-box--modal .cookie-box__content {
  flex-direction: column;
}
/* Cookie box | Title */
.cookie-box__title {
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  .cookie-box__title {
    font-size: 19px;
  }
}
.cookie-box__title:not(:first-child) {
  margin-top: 35px;
}
/* Cookie box | Text */
.cookie-box__text {
  margin-right: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  /* width */
  /* Track */
  /* Handle */
  /* Track piece */
}
@media screen and (max-width: 1420px) {
  .cookie-box__text {
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box--bar .cookie-box__text {
    max-height: 130px;
  }
}
.cookie-box--modal .cookie-box__text {
  margin-right: 0px;
  max-height: 450px;
}
@media screen and (max-width: 992px) {
  .cookie-box--modal .cookie-box__text {
    max-height: 200px;
  }
}
.cookie-box__text::-webkit-scrollbar {
  background: none;
  border: none;
  width: 7px;
}
.cookie-box__text::-webkit-scrollbar-track {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}
.cookie-box__text::-webkit-scrollbar-corner {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-track-piece {
  border-left: none;
}
/* Cookie box | Lead */
.cookie-box__lead {
  font-size: 14px;
  /* Cookie box | Lead - Anchor underline */
}
@media screen and (max-width: 992px) {
  .cookie-box__lead {
    font-size: 12px;
  }
}
.cookie-box__lead > a,
.cookie-box__lead > p a {
  text-decoration: underline;
}
/* Cookie box | Buttons */
.cookie-box__buttons {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 1420px) {
  .cookie-box__buttons {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.cookie-box--modal .cookie-box__buttons {
  flex-wrap: wrap;
  margin-top: 10px;
}
.cookie-box__button,
.cookie-box__button.btn {
  align-items: center;
  display: flex;
  margin-top: 10px;
  min-height: 52px;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
  padding: 4px 10px 4px 10px;
  white-space: nowrap;
}
.cookie-box__button:not(:last-of-type),
.cookie-box__button.btn:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .cookie-box__button:not(:last-of-type),
  .cookie-box__button.btn:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 12px;
    min-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 11px;
    min-height: 34px;
    padding: 4px 8px 4px 8px;
  }
}
.cookie-box__mobile-item {
  display: none;
}
@media all and (max-width: 992px) {
  .cookie-box__mobile-item {
    display: block;
    flex-basis: 100%;
  }
}
.cookie-box__desktop-item {
  display: block;
}
@media all and (max-width: 992px) {
  .cookie-box__desktop-item {
    display: none;
  }
}
.cookie-box__toggle {
  display: block;
  background: #e8e8e8;
  border-radius: 20px;
  cursor: pointer;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 50px;
}
.cookie-box__toggle-mark {
  background: #bbbbbb;
  border-radius: 50%;
  display: block;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all 0.3s;
  background: #13226d;
  width: 20px;
}
.cookie-box__checkbox {
  display: none;
}
.cookie-box__checkbox:checked + .cookie-box__toggle-mark {
  background: #e43227;
  left: 27px;
}
.cookie-box__checkbox--disabled:checked + .cookie-box__toggle-mark {
  background: #ef8882;
}
.cookie-box__manage {
  text-decoration: underline;
}
.cookie-box--modal .cookie-box__manage {
  margin-top: 8px;
}
/* Cookie box | Content | Bottom */
.cookie-box__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cookie-box__bottom a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .cookie-box__bottom {
    font-size: 12px;
  }
}
.info-panel {
  transition: 0.3s all;
}
.info-panel--visible {
  opacity: 1;
  pointer-events: all;
}
.info-panel__box {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.5rem;
  padding: 15px 20px;
  position: relative;
  z-index: 400;
  color: #fff;
  border-radius: 10px;
  background: #172983;
}
.info-panel__more {
  white-space: nowrap;
  text-decoration: underline;
}
.info-panel__close {
  width: 21px;
  height: 21px;
  position: relative;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  padding: 8px;
}
.info-panel__close::before,
.info-panel__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1.5px;
  background: #fff;
  top: 9px;
  left: 3px;
}
.info-panel__close::after {
  transform: rotate(90deg);
}
.info-panel__text {
  margin: 0 25px 0 0;
  gap: 8px 12px;
  color: #fff;
  font-size: 15px;
}
.info-panel__more {
  text-decoration: underline;
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
}
.info-panel__more:hover,
.info-panel__more:focus {
  color: #5B6ED2;
  text-decoration: underline;
}
#ppl-parcelshop-map .smap {
  height: auto !important;
}
.modal--parcelshop {
  max-width: 1500px;
  padding: 0;
  margin-top: 35px;
}
.modal--parcelshop .remodal-close {
  padding: 15px;
  background: #fff;
  z-index: 2;
  top: -35px;
  right: 0;
  left: auto;
}
.modal__parcelshop {
  max-height: 100%;
}
.gls-button {
  margin-top: 8px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}
.loginForm {
  width: 360px;
  margin: 100px auto;
}
.loginForm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loginForm h3 {
  color: #000;
  margin-top: 50px;
  font-size: 2.4em;
  font-weight: lighter;
  text-align: center;
}
.loginForm form .btn-success {
  width: 100%;
}
.loginForm .forgotPassword {
  margin-top: 10px;
}
.loginForm .forgotPassword a {
  color: #ccc;
  text-decoration: none;
}
.loginForm .forgotPassword a:hover,
.loginForm .forgotPassword a:active,
.loginForm .forgotPassword a:focus {
  color: #000;
}
.account {
  margin-top: 40px;
  margin-bottom: 60px;
}
.account .account_nav .navbar-nav {
  background: white;
  margin: 11px 0 0 0;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.account .account_nav .navbar-nav li {
  list-style-type: none;
  float: none;
  padding: 3px 28px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.account .account_nav .navbar-nav li.selected {
  color: #e43227;
  font-weight: bold;
}
.account .account_nav .navbar-nav a {
  text-decoration: none;
}
.account a.btn {
  border-radius: 0;
}
.account .account_page {
  margin-top: 12px;
  background-color: white;
  padding: 10px;
  min-height: 400px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
}
.account .account_page h2,
.account .account_page h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.account .account_page p {
  font-size: 16px;
}
.account .account_page .btn {
  margin-top: 25px;
}
.account table .btn {
  margin-top: 0 !important;
  margin-left: 15px !important;
  padding: 1px 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-transform: none !important;
  border: none !important;
}
.account table .btn-success {
  background-color: #00a326;
}
.account table .btn-success:hover {
  background-color: #00701a;
}
.account table .btn-info {
  background-color: blue;
}
.account table .btn-info:hover {
  background-color: #0000cc;
}
.account table .btn-danger {
  background-color: #e43227;
}
.account table .btn-danger:hover {
  background-color: #c02218;
}
.order-steps .steps {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 4px;
  min-height: 82px;
}
.order-steps .steps .step {
  height: 82px;
  padding: 15px;
  position: relative;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-steps .steps .step p {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-left: 42px;
}
.order-steps .steps .step p:before {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 32px;
  left: 0;
  top: -7px;
  background: url(/userfiles/images/icons-order.png) 0px 0px no-repeat;
}
.order-steps .steps .step.first p:before {
  background-position: -39px -1px;
}
.order-steps .steps .step.second p:before {
  width: 28px;
  background-position: -110px 0px;
}
.order-steps .steps .step.last:after {
  display: none;
}
.order-steps .steps .step.last p:before {
  width: 32px;
  background-position: -175px 0px;
}
.order-steps .steps .step:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  display: block;
  height: 82px;
  width: 16px;
  background: url(/userfiles/images/icons-order.png) -57px -136px no-repeat;
  z-index: 3;
}
.order-steps .steps .step.selected {
  background: #fff;
}
.order-steps .steps .step.selected:after {
  background: url(/userfiles/images/icons-order.png) -35px -136px no-repeat;
}
.order-steps .steps .step.selected.first p:before {
  background-position: 0px -1px;
}
.order-steps .steps .step.selected.second p:before {
  background-position: -82px 0px;
}
.order-steps .steps .step.selected.last:after {
  display: none;
}
.order-steps .steps .step.selected.last p:before {
  background-position: -141px 0px;
}
.productCountInput {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 15px;
  border-radius: 25px;
  overflow: hidden;
  min-width: 100px;
  background: #e8eaf4;
}
.productCountInput .product_count {
  width: 65px;
  height: 50px;
  padding-left: 15px;
  display: inline-block;
  line-height: 50px;
  margin: 0;
  padding-right: 22px;
  text-align: right;
  border: none;
  background: #e8eaf4;
}
.productCountInput .unit {
  position: absolute;
  right: 40px;
  margin-right: 0px;
  top: 17px;
}
.productCountInput .control {
  cursor: pointer;
  border-left: none;
  position: absolute;
  margin-right: 0px;
  right: 15px;
  width: 14px;
  background: url(/userfiles/images/icons-order.png) no-repeat;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
}
.productCountInput .control.plus {
  top: 8px;
  background-position: -37px -40px;
  border-bottom: none;
}
.productCountInput .control.minus {
  top: auto;
  bottom: 8px;
  border-top: none;
  background-position: -19px -40px;
}
.close {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  text-decoration: underline;
}
.close:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(/userfiles/images/icons-order.png) 0px -40px no-repeat;
}
.close:hover,
.close:focus,
.close:active,
.close:active:hover {
  text-decoration: underline;
}
.order-stock {
  margin-top: 30px;
}
.order-stock p {
  font-size: 13px;
}
.order-stock #free-shipping-bar {
  min-width: 315px;
  max-width: 315px;
}
.order-stock .icon {
  display: block;
  background: url(/userfiles/images/icons.png) -212px -13px no-repeat;
  width: 52px;
  min-width: 52px;
  height: 34px;
  margin-right: 12px;
}
.order-stock .spent {
  font-size: 12px;
  margin-left: 12px;
  font-weight: 500;
}
.order-stock .progress {
  background: #d9dbea;
  height: 7px;
  overflow: hidden;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin: 10px 0 5px;
}
.order-stock .progress .progress-bar {
  width: 75%;
  height: 7px;
}
.order h1 {
  font-size: 33px;
  text-align: left;
}
.order button.btn {
  background: #172983;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 12px;
  height: 46px;
  line-height: 46px;
  color: #fff;
}
.order button.btn:hover,
.order button.btn:focus,
.order button.btn:active,
.order button.btn:active:hover {
  background: #1f37ae;
}
.order .table-order {
  width: 100%;
  font-size: 14px;
}
.order .table-order tr {
  border-top: 1px solid #e0e0e0;
  background: #fff;
}
.order .table-order tr:first-of-type {
  border-top: none;
}
.order .table-order tr th {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.order .table-order tr td {
  padding: 10px;
  background: #fff;
}
.order .table-order tr td.imageTd {
  width: 115px;
}
.order .table-order tr td.nameTd {
  line-height: 1.1;
  max-width: 245px;
}
.order .table-order tr td.nameTd a {
  color: #000;
  text-decoration: none;
}
.order .table-order tr td.stockTD {
  font-size: 12px;
}
.order .table-order tr td.pricePieceTD {
  font-size: 15px;
  font-weight: 400;
}
.order .table-order tr td.priceTD {
  font-size: 15px;
  font-weight: 600;
}
.order .bottom {
  margin-top: 40px;
  margin-bottom: 60px;
  min-height: 46px;
}
.order .bottom .coupon_area {
  display: flex;
  align-items: center;
}
.order .bottom .coupon_area .search {
  max-width: 260px;
}
.order .bottom .coupon_area .text {
  padding-left: 20px;
  padding-right: 110px;
  background: #e8eaf4;
}
.order .bottom .coupon_area .checkbox {
  margin-right: 20px;
  margin-bottom: 0;
}
.order .bottom .final-price p {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
}
.order .bottom .final-price p:last-of-type {
  margin-left: 50px;
  font-size: 24px;
  font-weight: 600;
}
.order .bottom .final-price p span {
  font-size: 13px;
  display: block;
  font-weight: 400;
}
.order .bottom.final {
  text-align: right;
}
.order .bottom.final .next-step {
  margin-top: 35px;
}
.order .bottom.final .next-step a:first-of-type {
  margin-right: 30px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 13px;
}
.order .bottom.second {
  margin-top: 30px;
}
.order .bottom.second .next-step {
  margin-top: 20px;
}
.order .order-shipping {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.order .order-shipping .top {
  padding: 15px 15px 15px 20px;
  min-height: 80px;
}
.order .order-shipping .top h2 {
  margin: 0px;
}
.order .order-shipping table {
  width: 100%;
  margin: 0;
}
.order .order-shipping table tr {
  cursor: pointer;
  padding: 5px 15px;
  border-top: 1px solid #e0e0e0;
}
.order .order-shipping table tr:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.order .order-shipping table .transport .left,
.order .order-shipping table .payment .left {
  min-height: 64px;
  flex-wrap: wrap;
}
.order .order-shipping table .transport .transport_options,
.order .order-shipping table .payment .transport_options {
  flex-basis: 100%;
  margin-top: 10px;
}
.order .order-shipping table .selected {
  background: #e8eaf4;
}
.order .order-shipping table .selected .left:before {
  background: radial-gradient(circle, #e43227 33%, transparent 0);
}
.order .order-shipping table .left {
  position: relative;
  padding-left: 55px;
  display: flex;
  align-items: center;
}
.order .order-shipping table .left:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: #e8eaf4;
}
.order .order-shipping table .left .results_box div {
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order .order-shipping table .left .results_box div img {
  width: 75px;
}
.order .order-shipping table .left .results_box div p {
  margin: 0 0 0 10px;
  display: inline-flex;
  flex-direction: column;
}
.order .order-shipping table .left .results_box div p span {
  font-size: 14px;
}
.order .order-shipping table .left p {
  font-weight: 500;
  font-size: 15px;
}
.order .order-shipping table .left p span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.order .order-shipping table .right-price p {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.order .summary table {
  margin: 0;
}
.order .summary table tr:last-of-type {
  border-bottom: none;
}
.order .summary table td {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
}
.order .summary table td.stock {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.order .summary table td.main-img {
  width: 80px;
}
.order .summary table td.price,
.order .summary table td.count {
  text-align: right;
}
.order .summary table td.price {
  font-weight: 600;
}
.order .summary table td.post-type {
  font-weight: 600;
}
.order .summary table .transport .icon,
.order .summary table .payment .icon {
  margin: 0 auto;
}
.order .summary table .transport td,
.order .summary table .payment td {
  padding: 12px 15px;
}
.order .summary .bottom {
  float: right;
  padding-right: 30px;
}
.order .summary .bottom .final-price p:last-of-type {
  float: right;
}
.order .final-text {
  margin: 70px 0px 100px 75px;
  justify-content: flex-start;
}
.order .final-text h1 {
  padding: 0 0 15px;
}
.order .final-text p {
  font-size: 18px;
}
.order .final-text p span {
  color: #e43227;
}
.order .account-box {
  border: 1px solid #e0e0e0;
  padding: 35px;
  border-radius: 4px;
  margin-bottom: 45px;
}
.order .account-box .title {
  font-size: 18px;
  margin-bottom: 35px;
}
.order .account-box .flex {
  align-items: flex-start;
}
.order .account-box .account-detail p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0;
}
.order .account-box .account-detail p:first-of-type {
  font-weight: 600;
  margin-bottom: 5px;
}
.order .account-box .account-detail p span {
  color: #000;
}
.order .account-box .account-detail p.number {
  color: #e43227;
  font-size: 18px;
  text-transform: none;
}
.order .address {
  margin: 0 auto;
  width: 200px;
  flex-direction: column;
  align-items: flex-start;
}
.order .address .title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}
.order .address p {
  margin-top: 0;
}
.order .form-control {
  border: none;
}
.order select {
  background: #e8eaf4 url(/userfiles/images/select-order.png) top right no-repeat;
  border-radius: 3px;
  overflow: hidden;
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
table .payment .icon {
  height: 30px;
  width: 62px;
  display: block;
  background: url(/userfiles/images/doprava-platba.png) no-repeat;
  margin-right: 10px;
}
table .payment .icon.dobirka {
  background-position: -87px -91px;
}
table .payment .icon.prevod {
  background-position: -87px -61px;
}
table .payment .icon.karta {
  background-position: -87px -121px;
}
table .payment .icon.hotovost {
  background-position: -87px -1px;
}
table .transport .icon {
  height: 30px;
  width: 62px;
  display: block;
  background: url(/userfiles/images/doprava-platba.png) -127px -58px no-repeat;
  margin-right: 10px;
}
table .transport .icon.cp {
  background-position: 0px 1px;
}
table .transport .icon.cp-doporucene {
  background-position: 0px -59px;
}
table .transport .icon.cp-napostu {
  background-position: 0px -29px;
}
table .transport .icon.geis {
  background-position: 0px -211px;
}
table .transport .icon.ulozenka {
  background-position: 0px -90px;
}
table .transport .icon.zasilkovna {
  background-position: 0px -150px;
}
table .transport .icon.dpd {
  background-position: 0px -181px;
}
table .transport .icon.ppl {
  background-position: 0px -119px;
}
table .transport .icon.osobni {
  background-position: -87px -30px;
}
@media all and (max-width: 999px) {
  .order-steps .steps {
    margin-top: 25px;
  }
  .order .flex.top {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .order-stock {
    flex-wrap: wrap;
  }
  #free-shipping-bar {
    min-width: 0;
    max-width: none;
    width: 100%;
    flex: 1 1 100%;
  }
  .order .bottom.flex {
    flex-wrap: wrap;
  }
  .order .bottom.flex .coupon_area {
    flex-wrap: wrap;
    width: 100%;
  }
  .order .bottom.flex .coupon_area #couponInput {
    width: 100%;
    margin-top: 10px;
  }
  .order .bottom.flex .final-price {
    width: 100%;
    margin-top: 15px;
  }
  .order .bottom.flex .final-price p:last-of-type {
    margin-left: 15px;
  }
  .order .table-order .imageTd {
    width: 60px;
  }
  .order .table-order .nameTd {
    max-width: 120px;
  }
  .order .order-shipping .left {
    padding-left: 35px;
  }
  .order .final-text {
    margin-left: 0;
  }
  .order .btn.btn-success {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 700px) {
  .next-step .btn {
    margin-top: 10px;
  }
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 20px 5px 20px;
}
.tt-menu {
  background: #fff;
  max-width: 460px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  padding: 0 !important;
}
.tt-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -11px;
  display: block;
  width: 22px;
  height: 12px;
  background: url(/userfiles/images/edge-typehead.png) bottom center no-repeat;
}
.typeahead_wrapper {
  padding: 15px 20px;
  position: relative;
}
.typeahead_wrapper.slim {
  padding: 10px 20px;
}
.typeahead_wrapper a {
  color: #e43227;
  text-decoration: none;
}
.typeahead_wrapper a:hover {
  background: none;
  color: #c02218;
}
.typeahead_wrapper .img-responsive {
  max-height: 100%;
}
