@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:400,500&subset=latin-ext");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 700;
}
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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
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 {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #b65b89;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
span.virtual-link {
  cursor: pointer;
}
span.virtual-link:focus,
span.virtual-link:hover {
  color: #b65b89;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded,
.img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle img,
.img-thumbnail.img-rounded .bg-images,
.img-thumbnail.img-rounded img {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.3;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.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,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.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: 48px;
}
.h2,
h2 {
  font-size: 40px;
}
.h3,
h3 {
  font-size: 32px;
}
.h4,
h4 {
  font-size: 26px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #b65b89;
  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: #777;
}
.text-primary {
  color: #cb922a;
}
a.text-primary:hover {
  color: #a17421;
}
.text-success {
  color: #fff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
}
a.bg-primary:hover {
  background-color: #a17421;
}
.bg-success {
  background-color: #046659;
}
a.bg-success:hover {
  background-color: #02352e;
}
.bg-info {
  background-color: #818285;
}
a.bg-info:hover {
  background-color: #68696b;
}
a.bg-warning:hover {
  background-color: #9a446f;
}
a.bg-danger:hover {
  background-color: #947726;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dd,
dt {
  line-height: 1.6;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.dl-horizontal.lead dt {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-family: Oswald, sans-serif;
}
.dl-horizontal.lead dd {
  line-height: 40px;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    Courier New,
    monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 16px 10px 15px;
  padding-bottom: 16px 10px 15px;
  color: #777;
}
caption,
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 16px 10px 15px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
.table .table {
  background-color: #fff;
}
.table.no-border > tbody > tr > td,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  border: none;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 4px 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-hover > tbody > tr:hover {
  background-color: #fffdee;
}
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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #046659;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #034d44;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #818285;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #747578;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #b65b89;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #ab4c7c;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #bc9731;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #a8872c;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e1e1e1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  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="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.form-control {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 36px;
  }
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #fff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #046659;
}
.has-success .form-control-feedback,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #fff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #b65b89;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label,
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #fff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #bc9731;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal input[type="checkbox"],
.form-horizontal input[type="radio"] {
  margin: 14px 0 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  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.4;
  filter: alpha(opacity=40);
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #494949;
  border-color: #494949;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #303030;
  border-color: #2a2a2a;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #494949;
  border-color: #494949;
}
.btn-default .badge {
  color: #494949;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #cb922a;
  border-color: #cb922a;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a17421;
  border-color: #986e20;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #cb922a;
  border-color: #cb922a;
}
.btn-primary .badge {
  color: #cb922a;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #046659;
  border-color: #046659;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #02352e;
  border-color: #022b26;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #046659;
  border-color: #046659;
}
.btn-success .badge {
  color: #046659;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #818285;
  border-color: #818285;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #68696b;
  border-color: #636466;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #818285;
  border-color: #818285;
}
.btn-info .badge {
  color: #818285;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #b65b89;
  border-color: #b65b89;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #9a446f;
  border-color: #93416a;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #b65b89;
  border-color: #b65b89;
}
.btn-warning .badge {
  color: #b65b89;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #bc9731;
  border-color: #bc9731;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #947726;
  border-color: #8b7024;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #bc9731;
  border-color: #bc9731;
}
.btn-danger .badge {
  color: #bc9731;
  background-color: #fff;
}
.btn-link {
  color: #cb922a;
  font-weight: 400;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #b65b89;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #cb922a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 5px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #cb922a;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #cb922a;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .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 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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: 14px 15px;
  font-size: 16px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin: 7px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
  .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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .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:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #cb922a;
  border-color: #cb922a;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: rgba(203, 146, 42, 0.7);
  border-color: rgba(203, 146, 42, 0.7);
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cb922a;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #cb922a;
}
.alert {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.error {
  color: #bc9731;
}
.error .error {
  font-size: small;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #046659;
  border-color: #046659;
  color: #fff;
}
.alert-success hr {
  border-top-color: #034d44;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-success a {
  color: inherit;
  text-decoration: underline;
}
.alert-info {
  background-color: #818285;
  border-color: #818285;
  color: #fff;
}
.alert-info hr {
  border-top-color: #747578;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info a {
  color: inherit;
  text-decoration: underline;
}
.alert-warning {
  background-color: #b65b89;
  border-color: #b65b89;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #ab4c7c;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-warning a {
  color: inherit;
  text-decoration: underline;
}
.alert-danger,
.alert-error {
  background-color: #bc9731;
  border-color: #bc9731;
  color: #fff;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #a8872c;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #e6e6e6;
}
.alert-danger a,
.alert-error a {
  color: inherit;
  text-decoration: underline;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well.bg-white {
  background-color: #fff;
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #7f7f7f;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #7f7f7f;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #ccc;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #ccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #ccc;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #ccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    transform: translateZ(0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: inline-block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
}
* {
  border: 0 solid #e1e1e1;
  zoom: 1;
  -webkit-tap-highlight-color: transparent;
}
*,
:focus,
:hover {
  outline: none !important;
}
body,
html {
  font-size: 16px;
  height: 100%;
  min-width: 320px;
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  font-family:
    Open Sans,
    sans-serif;
  height: 100%;
  font-weight: 300;
  line-height: 1.8;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.oswald {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-family:
    Open Sans,
    sans-serif;
}
.italic {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
svg image {
  display: none;
}
label {
  font-weight: 400;
}
a {
  color: #cb922a;
}
a:active,
a:focus,
a:hover {
  color: #494949;
  text-decoration: none;
  cursor: pointer;
}
.no-border a,
a.no-border {
  color: #7f7f7f;
  text-decoration: none;
  transition: color 0.2s linear;
}
.no-border a:hover,
a.no-border:hover {
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.2s linear;
}
.white .no-border a,
.white a.no-border {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
}
.white .no-border a:hover,
.white a.no-border:hover {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.h1,
h1 {
  font-size: 60px;
}
.h2,
h2 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}
.h3,
h3 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}
.h4,
h4 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .h4,
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
.h5,
h5 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .h5,
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}
.h6,
h6 {
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
ol,
ul {
  padding: 0 0 0 22px;
  margin: 0 0 22px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon.white,
.white,
.white a,
.white a:hover {
  color: #fff;
}
.icon.muted,
.muted {
  color: #555;
}
.icon.text-warning,
.text-warning,
a.text-warning:hover {
  color: #b65b89;
}
.icon.text-danger,
.icon.text-error,
.text-danger,
.text-error,
a.text-danger:hover,
a.text-error:hover {
  color: #bc9731;
}
.icon.text-info,
.text-info,
a.text-info:hover {
  color: #494949;
}
.icon.text-success,
.text-success,
a.text-success:hover {
  color: #80b539;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #eee !important;
}
.bg-muted {
  background: #555 !important;
}
.bg-primary {
  background: #cb922a !important;
}
.bg-warning {
  background: #b65b89 !important;
}
.bg-danger,
.bg-error {
  background: #bc9731 !important;
}
.bg-info {
  background: #494949 !important;
}
.bg-success {
  background: #80b539 !important;
}
.border-muted {
  border-color: #555 !important;
}
.border-warning {
  border-color: #b65b89 !important;
}
.border-danger,
.border-error {
  border-color: #bc9731 !important;
}
.border-info {
  border-color: #494949 !important;
}
.border-success {
  border-color: #80b539 !important;
}
.border-grey {
  border-color: #777 !important;
}
.lead {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 26px;
}
.lead.lead-margin-sm {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 14px;
  margin-top: 34px;
}
.text-small {
  font-size: 12px;
  line-height: 18px;
}
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0 none;
  margin: 40px 0;
}
@media (max-width: 767px) {
  hr {
    margin: 20px 0;
  }
}
hr.small {
  margin: 20px 0;
}
hr.dotted {
  border-style: dotted;
  border-top-width: 1px;
}
hr.dashed {
  border-style: dashed;
  border-top-width: 1px;
}
hr.double {
  border-style: double;
  border-top-width: 3px;
}
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
hr.shadow:after {
  bottom: 10px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  content: "";
  height: 20px;
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}
hr.no-line {
  border: 0 none;
  height: 1px;
}
hr.margin-bottom {
  margin-top: 0;
}
hr.margin-top {
  margin-bottom: 0;
}
.display-table {
  display: table;
  width: 100%;
}
.display-table.full-height {
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.col-lg-1.table-cell,
.col-lg-2.table-cell,
.col-lg-3.table-cell,
.col-lg-4.table-cell,
.col-lg-5.table-cell,
.col-lg-6.table-cell,
.col-lg-7.table-cell,
.col-lg-8.table-cell,
.col-lg-9.table-cell,
.col-lg-10.table-cell,
.col-lg-11.table-cell,
.col-lg-12.table-cell,
.col-md-1.table-cell,
.col-md-2.table-cell,
.col-md-3.table-cell,
.col-md-4.table-cell,
.col-md-5.table-cell,
.col-md-6.table-cell,
.col-md-7.table-cell,
.col-md-8.table-cell,
.col-md-9.table-cell,
.col-md-10.table-cell,
.col-md-11.table-cell,
.col-md-12.table-cell,
.col-sm-1.table-cell,
.col-sm-2.table-cell,
.col-sm-3.table-cell,
.col-sm-4.table-cell,
.col-sm-5.table-cell,
.col-sm-6.table-cell,
.col-sm-7.table-cell,
.col-sm-8.table-cell,
.col-sm-9.table-cell,
.col-sm-10.table-cell,
.col-sm-11.table-cell,
.col-sm-12.table-cell,
.col-xs-1.table-cell,
.col-xs-2.table-cell,
.col-xs-3.table-cell,
.col-xs-4.table-cell,
.col-xs-5.table-cell,
.col-xs-6.table-cell,
.col-xs-7.table-cell,
.col-xs-8.table-cell,
.col-xs-9.table-cell,
.col-xs-10.table-cell,
.col-xs-11.table-cell,
.col-xs-12.table-cell {
  float: none;
}
.btn {
  border-radius: 0;
  line-height: 22px;
  outline: none;
  padding: 8px 19px;
  filter: none;
  transition:
    background 0.2s linear,
    border 0.2s linear,
    color 0.2s linear;
  white-space: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn {
    padding: 6px 13px;
    font-size: 13px;
  }
}
.btn.btn-shadow {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn.btn-min-width {
  min-width: 150px;
}
@media (max-width: 767px) {
  .btn.btn-min-width {
    min-width: auto;
  }
}
.btn.btn-default.active,
.btn.btn-default.focus,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.open > .btn.btn-default.dropdown-toggle {
  background: #494949;
  border-color: #494949;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.open > .btn.btn-primary.dropdown-toggle {
  background: #cb922a;
  border-color: #cb922a;
}
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open > .btn.btn-success.dropdown-toggle {
  background: #99ca57;
  border-color: #99ca57;
}
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.open > .btn.btn-info.dropdown-toggle {
  background: #636363;
  border-color: #636363;
}
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.open > .btn.btn-warning.dropdown-toggle {
  background: #c67ea2;
  border-color: #c67ea2;
}
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.open > .btn.btn-danger.dropdown-toggle {
  background: #d1ae4f;
  border-color: #d1ae4f;
}
.btn.btn-red {
  background: #ed093a;
  color: #fff;
}
.btn.btn-red.active,
.btn.btn-red.disabled,
.btn.btn-red:active,
.btn.btn-red:focus,
.btn.btn-red:hover,
.btn.btn-red[disabled] {
  color: #fff;
  background-color: #fb4c71;
}
.btn-group.open .btn.btn-red.dropdown-toggle,
.btn.btn-red.active,
.btn.btn-red:active {
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #1e1e1e;
}
.btn-group.open .btn.btn-white.dropdown-toggle,
.btn.btn-white.active,
.btn.btn-white.disabled,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover,
.btn.btn-white[disabled] {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.8);
  color: #1e1e1e;
}
.btn.btn-link[disabled]:focus,
.btn.btn-link[disabled]:hover,
.btn .btn.disabled,
.btn .btn[disabled] {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.btn-inverse {
  background: #ccc;
  background: rgba(30, 30, 30, 0.3);
  color: #fff;
}
.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse:active,
.btn.btn-inverse:focus,
.btn.btn-inverse:hover,
.btn.btn-inverse[disabled] {
  color: #efefef;
  background-color: #000;
}
.btn.btn-rounde {
  border-radius: 20px;
}
.btn.btn-border {
  background: none;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
.btn.btn-border .caret {
  color: #1e1e1e;
}
.btn.btn-border.btn-inverse,
.btn.btn-border.btn-inverse .caret {
  border-color: rgba(30, 30, 30, 0.3);
  color: rgba(30, 30, 30, 0.3);
}
.btn.btn-border.btn-white,
.btn.btn-border.btn-white .caret {
  border-color: #fff;
  color: #fff;
}
.btn.btn-border.btn-primary,
.btn.btn-border.btn-primary .caret {
  border-color: #cb922a;
  color: #cb922a;
}
.btn.btn-border.btn-warning,
.btn.btn-border.btn-warning .caret {
  border-color: #b65b89;
  color: #b65b89;
}
.btn.btn-border.btn-danger,
.btn.btn-border.btn-danger .caret {
  border-color: #bc9731;
  color: #bc9731;
}
.btn.btn-border.btn-success,
.btn.btn-border.btn-success .caret {
  border-color: #80b539;
  color: #80b539;
}
.btn.btn-border.btn-info,
.btn.btn-border.btn-info .caret {
  border-color: #494949;
  color: #494949;
}
.btn-group.open .btn.btn-border.btn.dropdown-toggle,
.btn-group.open .btn.btn-border.btn.dropdown-toggle .caret,
.btn.btn-border.active,
.btn.btn-border.active .caret,
.btn.btn-border.disabled,
.btn.btn-border.disabled .caret,
.btn.btn-border:active,
.btn.btn-border:active .caret,
.btn.btn-border:focus,
.btn.btn-border:focus .caret,
.btn.btn-border:hover,
.btn.btn-border:hover .caret,
.btn.btn-border[disabled],
.btn.btn-border[disabled] .caret {
  color: #fff;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  font-size: 14px;
  padding: 15px 44px;
}
.btn-group-sm > .btn,
.btn.btn-sm {
  font-size: 12px;
  padding: 4px 14px;
}
.btn-group-xs > .btn,
.btn.btn-xs {
  font-size: 10px;
  padding: 1px 9px;
}
.dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.dropdown-menu > li > a {
  font-weight: 300;
}
.dropdown-menu > li > a:hover {
  background: none;
}
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}
.dropdown-menu li.active > a {
  background: none !important;
  color: #cb922a;
}
.dropdown-menu li.active > a:hover {
  color: #cb922a !important;
}
.dropdown-backdrop {
  position: static;
}
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.open > .dropdown-menu {
  animation: fadeIn 0.4s;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}
.btn-group > .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn:after,
.btn-group > .btn:before {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  bottom: 0;
  display: inline-block;
  content: "";
  left: -1px;
  position: absolute;
  top: 0;
}
.btn-group > .btn.btn-border:after,
.btn-group > .btn.btn-border:before {
  display: none;
}
.btn-group .btn-group > .btn:after {
  left: auto;
  right: 0;
}
.btn-group > .btn:first-child:before,
.btn-group > .btn:last-child:after,
.btn-group > .btn:only-of-type:after,
.btn-group > .btn:only-of-type:before {
  display: none;
}
.ladda-button {
  font-size: 100%;
}
.ladda-button[data-style="contract"][data-loading] {
  width: 42px;
}
form {
  margin-bottom: 22px;
}
label {
  font-weight: 700;
  margin: 0 0 3px;
}
.required label {
  position: relative;
}
.required label:before {
  content: "*";
  display: block;
  height: 15px;
  right: 0;
  position: absolute;
  top: 1px;
  width: 15px;
  z-index: 2;
  color: #b65b89;
}
.form-control,
.selectBox {
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
  box-shadow: none;
}
.form-control:hover,
.selectBox:hover {
  border-color: #ccc;
  text-decoration: none;
}
.form-control.rounde,
.selectBox.rounde {
  border-radius: 20px;
}
.form-control.no-border,
.selectBox.no-border {
  border: none;
}
.form-control.border-bottom,
.selectBox.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.form-control.selectBox-menuShowing,
.form-control:focus,
.selectBox.selectBox-menuShowing,
.selectBox:focus {
  box-shadow: none;
  border: 1px solid #cb922a;
  outline: none;
  transition: border 0.2s linear;
}
.input-group-custom {
  position: relative;
}
.input-group-custom .form-control {
  padding-right: 100px;
}
.input-group-custom .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 300;
}
.input-group-custom .btn:hover {
  text-decoration: none;
  color: #494949;
}
textarea.form-control {
  height: 100px;
  max-width: 100%;
}
.selectBox {
  max-width: 100%;
  width: 100% !important;
}
.has-feedback .form-control-feedback {
  height: 40px;
  line-height: 40px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #80b539;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #b65b89;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #bc9731;
}
.has-success .form-control {
  border-color: #80b539;
  transition: box-shadow 0.2s linear;
}
.has-warning .form-control {
  border-color: #b65b89;
  transition: box-shadow 0.2s linear;
}
.has-error .form-control {
  border-color: #bc9731;
  transition: box-shadow 0.2s linear;
}
.has-success .form-control:focus {
  border-color: #80b539;
  box-shadow: 0 0 10px rgba(128, 181, 57, 0.3);
}
.has-warning .form-control:focus {
  border-color: #b65b89;
  box-shadow: 0 0 10px rgba(182, 91, 137, 0.3);
}
.has-error .form-control:focus {
  border-color: #bc9731;
  box-shadow: 0 0 10px rgba(188, 151, 49, 0.3);
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.checkbox,
.radio {
  font-weight: 400;
  margin: 0 0 8px;
  min-height: 18px;
  padding-left: 20px;
}
.new-checkbox,
.new-radio {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 1px 0 0 -20px;
  position: absolute;
  width: 15px;
}
.new-radio {
  border-radius: 7px;
  height: 14px;
  width: 14px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.new-checkbox input[type="checkbox"],
.new-radio input[type="radio"] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  vertical-align: top;
  width: 100%;
}
.new-checkbox svg {
  display: none;
  height: 18px;
  margin: -3px 0 0 -2px;
  width: 18px;
}
.new-checkbox svg polygon {
  fill: #494949;
}
.new-checkbox.checked svg {
  display: block;
}
.new-radio span {
  border-radius: 3px;
  display: block;
  height: 6px;
  margin: 3px 0 0 3px;
  width: 6px;
}
.new-radio.checked span {
  background: #494949;
}
.new-checkbox.disabled,
.new-radio.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-inline .checkbox,
.form-inline .radio,
.form-search .checkbox,
.form-search .radio {
  padding-left: 20px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-search .radio input[type="radio"] {
  margin-left: -20px;
}
.selectBox-dropdown-menu::-webkit-scrollbar,
.selectBox::-webkit-scrollbar {
  background: #f2f2f2;
  width: 10px;
}
.selectBox-dropdown-menu::-webkit-scrollbar-thumb,
.selectBox::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: #839bb7;
  width: 5px;
}
.selectBox {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.selectBox:focus,
.selectBox:hover,
button {
  outline: none;
  text-decoration: none;
}
.selectBox-label {
  box-sizing: border-box;
  color: #555;
  display: block;
  max-width: 100%;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.selectBox-arrow {
  background: url(../img/svg/select.svg) 50% 50% no-repeat;
  border-radius: 0 3px 3px 0;
  height: 100%;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.selectBox-dropdown-menu {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  border: 1px solid #839bb7;
  outline: none;
  transition:
    border 0.2s linear,
    box-shadow 0.2s linear;
  color: #5f5f5f;
  font-size: 12px;
  list-style: none;
  margin: 0;
  max-height: 117px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  animation: fadeIn 0.5s;
}
.selectBox-options li {
  display: block;
}
.selectBox-options li a {
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 2px 2px 2px 16px;
  margin: 0;
  min-height: 23px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.selectBox-options li + li a {
  border-top: 1px solid #839bb7;
}
.selectBox-options li a:hover {
  background: #f2f2f2;
  color: #111;
  text-decoration: none;
  transition: all 0.2s linear;
}
.selectBox-options li.selectBox-selected a {
  background: #e9e9e9;
  color: #000;
  text-decoration: none;
}
.selectBox-inline {
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.selectBox-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: default;
}
.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
fieldset[disabled] select {
  color: #999;
}
.selectBox.selectBox-disabled .selectBox-arrow,
fieldset[disabled] .selectBox .selectBox-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.selectBox.selectBox-disabled:focus {
  border-color: #e1e1e1;
  box-shadow:
    0 1px #fff,
    inset 0 1px 4px rgba(0, 0, 0, 0.15);
}
.form-horizontal .form-group .form-control,
.form-inline .control-label,
.form-inline .form-control {
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-lg-selectBox-dropdown-menu {
  border-radius: 0 0 4px 4px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.alignnone {
  margin: 0 0 25px;
}
.aligncenter {
  clear: both;
  margin: 0 auto 25px;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.caption {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 22px;
  max-width: 100%;
}
.caption img {
  display: block;
  margin: 0 auto 10px;
}
.img-rounded,
.img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle img,
.img-thumbnail.img-rounded .bg-images,
.img-thumbnail.img-rounded img {
  border-radius: 4px;
}
.img-thumbnail {
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  position: relative;
  transition: opacity 0.2s ease-in;
  width: auto;
}
.img-thumbnail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.2s ease-out;
}
.img-thumbnail:hover .bg-images {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.7);
  transition: all 0.2s ease-out;
}
.img-thumbnail:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  transition: all 0.2s ease-out;
}
.img-thumbnail.lightbox:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-thumbnail .bg-images {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.img-thumbnail .bg-images i {
  margin: 9px 0 0 9px;
}
.img-thumbnail .bg-images i:before {
  color: #fff;
  font-size: 20px;
  transition: all 0.2s ease-out;
}
.img-thumbnail.img-circle .img-thumbnail.bg-images,
.img-thumbnail.img-circle img.img-thumbnail,
.img-thumbnail.img-rounded,
.img-thumbnail.img-rounded .img-thumbnail.bg-images,
.img-thumbnail.img-rounded img.img-thumbnail {
  border-radius: 4px;
}
.img-thumbnail.img-circle,
.img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle img {
  border-radius: 50%;
}
.img-thumbnail.img-circle .bg-images i {
  margin: 17% 0 0 17%;
}
.fancybox-wrap {
  -webkit-overflow-scrolling: touch;
}
.alert {
  min-height: 34px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  text-shadow: none;
  transition: opacity 0.3s linear;
}
.alert .alert-link {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.7);
  transition: color 0.2s linear;
}
.alert .alert-link:hover {
  color: #fff;
  text-decoration: none;
}
.alert .close {
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.alert .close,
.alert .close:hover {
  color: #fff;
  transition: opacity 0.2s linear;
}
.alert .close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.alert .alert-icon:before {
  font-size: 34px;
}
.alert.alert-default {
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}
.alert.alert-black {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #fff;
}
.alert.alert-border {
  background: none;
  color: #1e1e1e;
}
.alert.alert-border .close {
  color: #1e1e1e;
}
.tooltip.left {
  margin-left: -12px;
}
#tooltip {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  padding: 5px;
  position: absolute;
  z-index: 3000;
}
#tooltip div,
#tooltip h3 {
  margin: 0;
}
.text-warning + .tooltip .tooltip-inner {
  background-color: #b65b89;
}
.text-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #b65b89;
}
.text-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #b65b89;
}
.text-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #b65b89;
}
.text-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #b65b89;
}
.text-error + .tooltip .tooltip-inner {
  background-color: #bc9731;
}
.text-error + .tooltip.top .tooltip-arrow {
  border-top-color: #bc9731;
}
.text-error + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bc9731;
}
.text-error + .tooltip.left .tooltip-arrow {
  border-left-color: #bc9731;
}
.text-error + .tooltip.right .tooltip-arrow {
  border-right-color: #bc9731;
}
.text-danger + .tooltip .tooltip-inner {
  background-color: #bc9731;
}
.text-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #bc9731;
}
.text-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bc9731;
}
.text-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #bc9731;
}
.text-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #bc9731;
}
.text-info + .tooltip .tooltip-inner {
  background-color: #494949;
}
.text-info + .tooltip.top .tooltip-arrow {
  border-top-color: #494949;
}
.text-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #494949;
}
.text-info + .tooltip.left .tooltip-arrow {
  border-left-color: #494949;
}
.text-info + .tooltip.right .tooltip-arrow {
  border-right-color: #494949;
}
.text-success + .tooltip .tooltip-inner {
  background-color: #80b539;
}
.text-success + .tooltip.top .tooltip-arrow {
  border-top-color: #80b539;
}
.text-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #80b539;
}
.text-success + .tooltip.left .tooltip-arrow {
  border-left-color: #80b539;
}
.text-success + .tooltip.right .tooltip-arrow {
  border-right-color: #80b539;
}
.popover {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
a.list-group-item,
a.list-group-item:focus,
a.list-group-item:hover {
  transition:
    background-color 0.3s linear,
    color 0.3s linear;
}
.list-group-item-warning {
  background-color: #b65b89;
  border: 0 none;
  color: #fff;
}
a.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  background-color: #c67ea2;
  color: hsla(0, 0%, 100%, 0.7);
}
.list-group-item-danger {
  background-color: #bc9731;
  border: 0 none;
  color: #fff;
}
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  background-color: #d1ae4f;
  color: hsla(0, 0%, 100%, 0.7);
}
.list-group-item-info {
  background-color: #494949;
  border: 0 none;
  color: #fff;
}
a.list-group-item-info {
  color: #fff;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  background-color: #636363;
  color: hsla(0, 0%, 100%, 0.7);
}
.list-group-item-success {
  background-color: #80b539;
  border: 0 none;
  color: #fff;
}
a.list-group-item-success {
  color: #fff;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  background-color: #99ca57;
  color: hsla(0, 0%, 100%, 0.7);
}
.list-group-item .badge {
  margin-top: 2px;
}
.table {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 22px;
}
.table,
th {
  text-align: center;
}
.table.text-left,
.table.text-left th:not(.text-center) {
  text-align: left;
}
.table.text-right,
.table.text-right th:not(.text-center) {
  text-align: right;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table td,
.table th {
  line-height: 1.6;
  vertical-align: middle;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 14px;
}
.table-striped thead th {
  background-color: #494949;
  color: #fff;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}
.table-bordered {
  border-radius: 0;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table-hover tbody tr > td,
.table-hover tbody tr > th {
  transition: all 0.4s linear;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fffdee;
  transition: all 0.4s linear;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > td.info,
.table > tbody > tr > td.success,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.danger,
.table > tbody > tr > th.info,
.table > tbody > tr > th.success,
.table > tbody > tr > th.warning,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > td.info,
.table > tfoot > tr > td.success,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.danger,
.table > tfoot > tr > th.info,
.table > tfoot > tr > th.success,
.table > tfoot > tr > th.warning,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.danger,
.table > thead > tr > td.info,
.table > thead > tr > td.success,
.table > thead > tr > td.warning,
.table > thead > tr > th.danger,
.table > thead > tr > th.info,
.table > thead > tr > th.success,
.table > thead > tr > th.warning {
  color: #fff;
}
blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}
blockquote.pull-right {
  border-left: 0;
  border-right: 2px solid #e1e1e1;
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
blockquote p {
  font-family:
    Georgia,
    Times New Roman,
    Times,
    serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
blockquote small {
  line-height: 26px;
}
.progress {
  height: 40px;
}
.progress-bar {
  font-size: 14px;
  filter: none;
  box-shadow: none;
  line-height: 40px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  transition: background 0.2s linear;
}
.progress.border-radius {
  border-radius: 5px;
}
.progress[data-appear-progress-animation] .progress-bar {
  text-indent: -100%;
}
.progress.hover .progress-bar:hover {
  background: #1e1e1e;
}
.progress.hover .progress-bar-info:hover {
  background: #494949;
}
.progress.hover .progress-bar-success:hover {
  background: #80b539;
}
.progress.hover .progress-bar-warning:hover {
  background: #b65b89;
}
.progress.hover .progress-bar-danger:hover {
  background: #bc9731;
}
.progress-circular {
  position: relative;
  text-align: center;
}
.progress-circular > div {
  display: inline-block;
  vertical-align: top;
}
.progress-circular input.knob {
  border: 0 none;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 0;
  font-style: italic;
  font-weight: 400 !important;
}
.pagination {
  margin: 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  border: 0 none;
  border-radius: 2px;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 5px 0 0;
  min-width: 6px;
  padding: 0 9px;
  text-align: center;
  transition: all 0.2s linear;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-left-width: 0;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
}
.pagination + .pagination-text {
  color: #999;
  font-size: 12px;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
.pagination.pagination-lg > li > a,
.pagination.pagination-lg > li > span {
  font-size: 16px;
  line-height: 28px;
  padding: 4px 14px;
}
.pagination.pagination-sm > li > a,
.pagination.pagination-sm > li > span {
  font-size: 10px;
  line-height: 20px;
  padding: 0 7px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.modal {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.modal .close {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  font-family:
    Open Sans,
    sans-serif;
  text-transform: uppercase;
}
.modal.modal-center .modal-dialog {
  transform: translate(0) !important;
}
.modal-header {
  border: 0 none;
  padding: 30px 20px 0;
}
.modal-header .title-box {
  margin-bottom: 20px;
}
.modal-header .title-box .title {
  margin: 0 0 12px;
  padding: 0;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 1px 0 #fff;
  padding: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #f7f7f7;
  transition: background-color 0.2s linear;
}
.nav.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.nav.nav-tabs > li > a {
  border-radius: 0 0 0 0;
  color: #1e1e1e;
  font-size: 18px;
  padding: 20px 18px 20px 30px;
  transition: background-color 0.2s linear;
  border: 0;
  background: #fff;
}
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:focus,
.nav.nav-tabs > .active > a:hover {
  border: 0 solid #e1e1e1;
  border-bottom-color: transparent;
  color: #fff;
  font-weight: 700;
  background: #008948;
}
.nav.nav-tabs > .active.dropdown > a {
  z-index: 911;
}
@media (min-width: 767px) {
  .nav-tabs.pricing li {
    width: 25%;
  }
}
@media (min-width: 767px) {
  .nav-tabs.pricing.pricing-5-li li {
    width: 20%;
  }
}
.pill-content > .pill-pane,
.tab-content > .tab-pane {
  padding: 36px 0 0;
}
.tab-content.pricing-content > .tab-pane {
  padding: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}
.panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-heading {
  border: 0 none;
}
.panel-title {
  font-size: 14px;
}
.panel-footer {
  border: 0;
}
.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0;
}
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading > .panel-title:before {
  background: hsla(0, 0%, 100%, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.panel-group .panel .panel-heading > .panel-title > a:before {
  content: "";
  display: block;
  left: 0;
  margin: 8px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
  color: #1e1e1e;
  content: "\f107";
  font-size: 24px;
  font-family: FontAwesome;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-group .panel.active .panel-heading > .panel-title:before {
  background: hsla(0, 0%, 100%, 0.2);
}
.panel-group .panel.active .panel-heading > .panel-title > a,
.panel-group .panel.active .panel-heading > .panel-title > a:hover {
  background-color: #494949;
  color: #fff;
}
.panel-group .panel.active .panel-heading > .panel-title > a:before,
.panel-group .panel.active .panel-heading > .panel-title > a:hover:before {
  color: #fff;
  content: "\f106";
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a {
  background-color: #cb922a;
  color: #fff;
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(203, 146, 42, 0.9);
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:after,
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:before {
  color: #fff;
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a {
  background-color: #b65b89;
  color: #fff;
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(182, 91, 137, 0.9);
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:after,
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:before {
  color: #fff;
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a {
  background-color: #bc9731;
  color: #fff;
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(188, 151, 49, 0.9);
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:after,
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:before {
  color: #fff;
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a {
  background-color: #494949;
  color: #fff;
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(73, 73, 73, 0.9);
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a:after,
.panel-group .panel.panel-info .panel-heading > .panel-title > a:before {
  color: #fff;
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a {
  background-color: #80b539;
  color: #fff;
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(128, 181, 57, 0.9);
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a:after,
.panel-group .panel.panel-success .panel-heading > .panel-title > a:before {
  color: #fff;
}
.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}
.panel-group .panel-body {
  padding: 20px 0 20px 25px;
}
.panel-group.panel-bg .panel-body {
  background: #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}
@media (max-width: 767px) {
  .tab-pane .panel-group {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 767px) {
  .yamm .collapse,
  .yamm .dropdown,
  .yamm .dropup,
  .yamm .nav {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .yamm-content {
    padding: 30px 20px 0;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
body.header-light header {
  background-color: #f4f5f5;
  color: #686d74;
}
body.header-light header i.fa {
  color: #313842;
}
body.header-dark header {
  background-color: #0d0d0d;
  color: #fff;
}
body.header-dark header i.fa {
  color: #fff;
}
body.header-darkblue header {
  background-color: #313842;
  color: #fff;
}
body.header-color header,
body.header-color header i.fa,
body.header-darkblue header i.fa {
  color: #fff;
}
header .text-wrapper {
  display: inline-block;
  padding: 13px 20px 13px 0;
  font-size: 14px;
  line-height: 1;
}
header .text-wrapper:last-child {
  padding-right: 0;
}
header .btn.btn-link {
  padding: 0;
  border: none;
  line-height: 1;
  margin-top: -3px;
}
header ol,
header ul {
  margin: 0;
}
header ol .text-wrapper,
header ul .text-wrapper {
  padding: 13px 0;
}
header .btn-link,
header a {
  color: inherit;
}
body.navbar-light .navbar {
  background-color: #fff;
}
body.navbar-dark .navbar {
  background-color: #262626;
  color: #fff;
}
body.navbar-dark .navbar .dropdown-menu {
  color: #313842;
}
body.navbar-transparent .navbar {
  background-color: hsla(0, 0%, 100%, 0.1);
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  color: #fff;
}
body.navbar-transparent .navbar .dropdown-menu {
  color: #313842;
}
body.navbar-with-shadow .navbar {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
body.navbar-fixed {
  padding-top: 90px;
}
body.navbar-fixed .navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
body.navbar-fixed.with-topbar {
  padding-top: 120px;
}
body.navbar-fixed.with-topbar header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.navbar-fixed.with-topbar .navbar {
  top: 40px;
  transition: all 0.2s ease;
}
body.navbar-fixed.navbar-transparent,
body.navbar-fixed.revert-to-transparent {
  padding-top: 0;
}
body.navbar-middle .navbar .navbar-header {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}
body.navbar-middle .navbar .navbar-header .navbar-brand {
  float: none;
}
body.hide-topbar header {
  top: -40px !important;
}
body.hide-topbar .navbar {
  top: 0 !important;
}
.navbar {
  z-index: 4;
  font-size: 16px;
  margin-bottom: 0;
  border: none;
  transition: all background-color 0.4s ease ease-out;
  transition: background-color 0.4s ease;
}
.navbar a {
  color: inherit;
}
.nav > li {
  list-style: none;
}
.nav > li > a {
  line-height: 1;
  padding: 36px 18px 37px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 36px 9px 37px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > a {
    padding: 36px 6px 37px 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .nav > li > a {
    font-size: 16px;
  }
}
.nav > li > a {
  background: transparent;
  color: inherit;
}
.nav > li > a:active,
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
  color: #cb922a;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-brand {
  padding: 0 15px;
  line-height: 90px;
  height: 90px;
}
.navbar-form {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-toggle .icon-bar {
  background-color: #333;
}
.yamm-dropdown li a,
.yamm-dropdown li span,
.yamm-fw li a,
.yamm-fw li span {
  margin-left: 0;
  margin-right: 0;
}
.yamm-dropdown .row,
.yamm-fw .row {
  margin-left: -20px;
  margin-right: -20px;
}
.yamm-dropdown .navbar-title,
.yamm-fw .navbar-title {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  white-space: nowrap;
  margin-top: 0;
  padding-top: 0;
}
.yamm-dropdown .nav-image,
.yamm-fw .nav-image {
  margin-top: -30px;
  padding: 0;
  text-align: right;
}
.yamm-dropdown .nav-image img,
.yamm-fw .nav-image img {
  max-width: 100%;
}
.yamm-dropdown .nav-bottom,
.yamm-fw .nav-bottom {
  background: #f8f8f8;
}
.yamm-dropdown .nav-bottom .btm-sec,
.yamm-fw .nav-bottom .btm-sec {
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  display: inline-block;
  border-right: 1px solid #9a9c9f;
}
.yamm-dropdown .nav-bottom .btm-sec img,
.yamm-fw .nav-bottom .btm-sec img {
  vertical-align: text-top;
}
.yamm-dropdown .nav-bottom .btm-sec:last-child,
.yamm-fw .nav-bottom .btm-sec:last-child {
  border: none;
}
.yamm-dropdown .list-unstyled,
.yamm-fw .list-unstyled {
  margin-bottom: 20px;
}
.showHeaderSearch {
  float: right;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-top: 25px;
  margin-left: 6px;
  outline: none;
  color: #fff !important;
  background: #cb922a;
}
@media (max-width: 991px) {
  .showHeaderSearch {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .showHeaderSearch {
    width: 30px;
    height: 30px;
    margin-top: 30px;
    line-height: 28px;
  }
}
.showHeaderSearch:focus,
.showHeaderSearch:hover {
  color: #cb922a !important;
  background: #fff;
  text-decoration: none;
  outline: none;
}
.headerLoginClose,
.headerSearchClose {
  top: 40px;
  right: 40px;
  position: absolute;
  padding: 0;
  margin-right: 0;
  font-size: 30px;
  color: #fff !important;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all all 0.2s ease ease-out;
  transition: all 0.2s ease;
}
.headerLoginClose:hover,
.headerSearchClose:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-login,
.header-search {
  z-index: 9999;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 137, 72, 0.95);
}
.header-login a,
.header-search a {
  color: #fff;
  margin-top: 20px;
  display: block;
}
.header-login .display-table,
.header-search .display-table {
  height: 100%;
}
.header-login form,
.header-search form {
  width: 100%;
}
.header-login label,
.header-search label {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.header-login input,
.header-search input {
  text-align: center;
  border: 0;
  width: 450px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.85);
  height: auto;
  padding: 5px 0;
  font-size: 48px;
  line-height: 48px;
  background: transparent;
  font-weight: 700;
}
.header-login input:-moz-placeholder,
.header-login input::-moz-placeholder,
.header-search input:-moz-placeholder,
.header-search input::-moz-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-login input::-moz-placeholder,
.header-search input::-moz-placeholder {
  opacity: 1;
}
.header-login input:-ms-input-placeholder,
.header-search input:-ms-input-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-login input::-webkit-input-placeholder,
.header-search input::-webkit-input-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-login .header-search-icon,
.header-search .header-search-icon {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  transition: all all 0.2s ease ease-out;
  transition: all 0.2s ease;
  font-size: 60px;
  margin: auto;
  display: block;
  background: transparent;
  outline: none;
}
.header-login .remember-box,
.header-search .remember-box {
  padding: 0;
  margin-top: 20px;
}
.header-login .remember-box label,
.header-search .remember-box label {
  font-size: 16px;
}
.header-login .remember-box label:before,
.header-search .remember-box label:before {
  width: 25px;
  display: inline-block;
  content: "\f00d";
  padding-right: 5px;
  font-family: fontawesome;
}
.header-login .remember-box input,
.header-search .remember-box input {
  float: none;
  width: auto;
  display: none;
}
.header-login .remember-box input[type="checkbox"]:checked + label:before,
.header-search .remember-box input[type="checkbox"]:checked + label:before {
  content: "\f00c";
}
.dropdown-menu {
  width: auto;
  border: none;
  max-width: 160px;
}
.dropdown-menu > li,
.dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu > li a,
.dropdown-menu > li span {
  padding: 5px 8px;
  margin: 0 10px;
  line-height: 1.3;
  display: block;
}
.dropdown-menu .badge {
  padding: 3px 7px;
  margin-top: -2px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .label {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 8.5px 8px;
  height: 100%;
}
.dropdown-menu > li a:active,
.dropdown-menu > li a:focus,
.dropdown-menu > li a:hover {
  color: #cb922a;
  text-decoration: none;
}
.dropdown-menu li.active > a {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .dropdown-menu {
    max-width: none;
  }
}
#footer {
  background: #cb922a;
  color: #fff;
  font-size: 14px;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #footer {
    font-size: 14px;
    padding: 20px 0;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #eee;
}
@media (max-width: 767px) {
  #footer .info,
  #footer .links {
    padding-bottom: 30px;
  }
}
#footer .links a {
  display: block;
  padding-bottom: 1px;
}
#footer .social a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  color: gray;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 26px;
}
#footer .social a:hover {
  color: #fff;
  background: #cb922a;
}
@media (max-width: 767px) {
  #footer .social a {
    width: 34px;
    height: 34px;
    line-height: 38px;
    margin-right: 1px;
  }
}
.page-error {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.page-error h1 {
  font-size: 30px;
}
.page-error .content-error {
  text-align: center;
}
.page-error .content-error h1 {
  font-size: 60px;
  color: #cb922a;
}
.page-error .content-error h2 {
  color: #cb922a;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@font-face {
  font-family: simple-line-icons;
  src: url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.2.2);
  src:
    url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.2.2#iefix)
      format("embedded-opentype"),
    url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.2.2)
      format("woff"),
    url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.2.2)
      format("truetype"),
    url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.2.2)
      format("woff2"),
    url(../../../../../../../assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.sli-action-redo,
.sli-action-undo,
.sli-anchor,
.sli-arrow-down,
.sli-arrow-down-circle,
.sli-arrow-left,
.sli-arrow-left-circle,
.sli-arrow-right,
.sli-arrow-right-circle,
.sli-arrow-up,
.sli-arrow-up-circle,
.sli-badge,
.sli-bag,
.sli-ban,
.sli-basket,
.sli-basket-loaded,
.sli-bell,
.sli-book-open,
.sli-briefcase,
.sli-bubble,
.sli-bubbles,
.sli-bulb,
.sli-calculator,
.sli-calendar,
.sli-call-end,
.sli-call-in,
.sli-call-out,
.sli-camera,
.sli-camrecorder,
.sli-chart,
.sli-check,
.sli-chemistry,
.sli-clock,
.sli-close,
.sli-cloud-download,
.sli-cloud-upload,
.sli-compass,
.sli-control-end,
.sli-control-forward,
.sli-control-pause,
.sli-control-play,
.sli-control-rewind,
.sli-control-start,
.sli-credit-card,
.sli-crop,
.sli-cup,
.sli-cursor,
.sli-cursor-move,
.sli-diamond,
.sli-direction,
.sli-directions,
.sli-disc,
.sli-dislike,
.sli-doc,
.sli-docs,
.sli-drawer,
.sli-drop,
.sli-earphones,
.sli-earphones-alt,
.sli-emotsmile,
.sli-energy,
.sli-envelope,
.sli-envelope-letter,
.sli-envelope-open,
.sli-equalizer,
.sli-eye,
.sli-eyeglass,
.sli-feed,
.sli-film,
.sli-fire,
.sli-flag,
.sli-folder,
.sli-folder-alt,
.sli-frame,
.sli-game-controller,
.sli-ghost,
.sli-globe,
.sli-globe-alt,
.sli-graduation,
.sli-graph,
.sli-grid,
.sli-handbag,
.sli-heart,
.sli-home,
.sli-hourglass,
.sli-info,
.sli-key,
.sli-layers,
.sli-like,
.sli-link,
.sli-list,
.sli-location-pin,
.sli-lock,
.sli-lock-open,
.sli-login,
.sli-logout,
.sli-loop,
.sli-magic-wand,
.sli-magnet,
.sli-magnifier,
.sli-magnifier-add,
.sli-magnifier-remove,
.sli-map,
.sli-menu,
.sli-microphone,
.sli-mouse,
.sli-music-tone,
.sli-music-tone-alt,
.sli-mustache,
.sli-note,
.sli-notebook,
.sli-options,
.sli-options-vertical,
.sli-paper-clip,
.sli-paper-plane,
.sli-paypal,
.sli-pencil,
.sli-people,
.sli-phone,
.sli-picture,
.sli-pie-chart,
.sli-pin,
.sli-plane,
.sli-playlist,
.sli-plus,
.sli-power,
.sli-present,
.sli-printer,
.sli-puzzle,
.sli-question,
.sli-refresh,
.sli-reload,
.sli-rocket,
.sli-screen-desktop,
.sli-screen-smartphone,
.sli-screen-tablet,
.sli-settings,
.sli-share,
.sli-share-alt,
.sli-shield,
.sli-shuffle,
.sli-size-actual,
.sli-size-fullscreen,
.sli-social-behance,
.sli-social-dribbble,
.sli-social-dropbox,
.sli-social-facebook,
.sli-social-foursqare,
.sli-social-github,
.sli-social-gplus,
.sli-social-instagram,
.sli-social-linkedin,
.sli-social-pinterest,
.sli-social-reddit,
.sli-social-skype,
.sli-social-soundcloud,
.sli-social-spotify,
.sli-social-stumbleupon,
.sli-social-tumblr,
.sli-social-twitter,
.sli-social-youtube,
.sli-speech,
.sli-speedometer,
.sli-star,
.sli-support,
.sli-symbol-female,
.sli-symbol-male,
.sli-tag,
.sli-target,
.sli-trash,
.sli-trophy,
.sli-umbrella,
.sli-user,
.sli-user-female,
.sli-user-follow,
.sli-user-following,
.sli-user-unfollow,
.sli-vector,
.sli-volume-1,
.sli-volume-2,
.sli-volume-off,
.sli-wallet,
.sli-wrench {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sli-user:before {
  content: "\e005";
}
.sli-people:before {
  content: "\e001";
}
.sli-user-female:before {
  content: "\e000";
}
.sli-user-follow:before {
  content: "\e002";
}
.sli-user-following:before {
  content: "\e003";
}
.sli-user-unfollow:before {
  content: "\e004";
}
.sli-login:before {
  content: "\e066";
}
.sli-logout:before {
  content: "\e065";
}
.sli-emotsmile:before {
  content: "\e021";
}
.sli-phone:before {
  content: "\e600";
}
.sli-call-end:before {
  content: "\e048";
}
.sli-call-in:before {
  content: "\e047";
}
.sli-call-out:before {
  content: "\e046";
}
.sli-map:before {
  content: "\e033";
}
.sli-location-pin:before {
  content: "\e096";
}
.sli-direction:before {
  content: "\e042";
}
.sli-directions:before {
  content: "\e041";
}
.sli-compass:before {
  content: "\e045";
}
.sli-layers:before {
  content: "\e034";
}
.sli-menu:before {
  content: "\e601";
}
.sli-list:before {
  content: "\e067";
}
.sli-options-vertical:before {
  content: "\e602";
}
.sli-options:before {
  content: "\e603";
}
.sli-arrow-down:before {
  content: "\e604";
}
.sli-arrow-left:before {
  content: "\e605";
}
.sli-arrow-right:before {
  content: "\e606";
}
.sli-arrow-up:before {
  content: "\e607";
}
.sli-arrow-up-circle:before {
  content: "\e078";
}
.sli-arrow-left-circle:before {
  content: "\e07a";
}
.sli-arrow-right-circle:before {
  content: "\e079";
}
.sli-arrow-down-circle:before {
  content: "\e07b";
}
.sli-check:before {
  content: "\e080";
}
.sli-clock:before {
  content: "\e081";
}
.sli-plus:before {
  content: "\e095";
}
.sli-close:before {
  content: "\e082";
}
.sli-trophy:before {
  content: "\e006";
}
.sli-screen-smartphone:before {
  content: "\e010";
}
.sli-screen-desktop:before {
  content: "\e011";
}
.sli-plane:before {
  content: "\e012";
}
.sli-notebook:before {
  content: "\e013";
}
.sli-mustache:before {
  content: "\e014";
}
.sli-mouse:before {
  content: "\e015";
}
.sli-magnet:before {
  content: "\e016";
}
.sli-energy:before {
  content: "\e020";
}
.sli-disc:before {
  content: "\e022";
}
.sli-cursor:before {
  content: "\e06e";
}
.sli-cursor-move:before {
  content: "\e023";
}
.sli-crop:before {
  content: "\e024";
}
.sli-chemistry:before {
  content: "\e026";
}
.sli-speedometer:before {
  content: "\e007";
}
.sli-shield:before {
  content: "\e00e";
}
.sli-screen-tablet:before {
  content: "\e00f";
}
.sli-magic-wand:before {
  content: "\e017";
}
.sli-hourglass:before {
  content: "\e018";
}
.sli-graduation:before {
  content: "\e019";
}
.sli-ghost:before {
  content: "\e01a";
}
.sli-game-controller:before {
  content: "\e01b";
}
.sli-fire:before {
  content: "\e01c";
}
.sli-eyeglass:before {
  content: "\e01d";
}
.sli-envelope-open:before {
  content: "\e01e";
}
.sli-envelope-letter:before {
  content: "\e01f";
}
.sli-bell:before {
  content: "\e027";
}
.sli-badge:before {
  content: "\e028";
}
.sli-anchor:before {
  content: "\e029";
}
.sli-wallet:before {
  content: "\e02a";
}
.sli-vector:before {
  content: "\e02b";
}
.sli-speech:before {
  content: "\e02c";
}
.sli-puzzle:before {
  content: "\e02d";
}
.sli-printer:before {
  content: "\e02e";
}
.sli-present:before {
  content: "\e02f";
}
.sli-playlist:before {
  content: "\e030";
}
.sli-pin:before {
  content: "\e031";
}
.sli-picture:before {
  content: "\e032";
}
.sli-handbag:before {
  content: "\e035";
}
.sli-globe-alt:before {
  content: "\e036";
}
.sli-globe:before {
  content: "\e037";
}
.sli-folder-alt:before {
  content: "\e039";
}
.sli-folder:before {
  content: "\e089";
}
.sli-film:before {
  content: "\e03a";
}
.sli-feed:before {
  content: "\e03b";
}
.sli-drop:before {
  content: "\e03e";
}
.sli-drawer:before {
  content: "\e03f";
}
.sli-docs:before {
  content: "\e040";
}
.sli-doc:before {
  content: "\e085";
}
.sli-diamond:before {
  content: "\e043";
}
.sli-cup:before {
  content: "\e044";
}
.sli-calculator:before {
  content: "\e049";
}
.sli-bubbles:before {
  content: "\e04a";
}
.sli-briefcase:before {
  content: "\e04b";
}
.sli-book-open:before {
  content: "\e04c";
}
.sli-basket-loaded:before {
  content: "\e04d";
}
.sli-basket:before {
  content: "\e04e";
}
.sli-bag:before {
  content: "\e04f";
}
.sli-action-undo:before {
  content: "\e050";
}
.sli-action-redo:before {
  content: "\e051";
}
.sli-wrench:before {
  content: "\e052";
}
.sli-umbrella:before {
  content: "\e053";
}
.sli-trash:before {
  content: "\e054";
}
.sli-tag:before {
  content: "\e055";
}
.sli-support:before {
  content: "\e056";
}
.sli-frame:before {
  content: "\e038";
}
.sli-size-fullscreen:before {
  content: "\e057";
}
.sli-size-actual:before {
  content: "\e058";
}
.sli-shuffle:before {
  content: "\e059";
}
.sli-share-alt:before {
  content: "\e05a";
}
.sli-share:before {
  content: "\e05b";
}
.sli-rocket:before {
  content: "\e05c";
}
.sli-question:before {
  content: "\e05d";
}
.sli-pie-chart:before {
  content: "\e05e";
}
.sli-pencil:before {
  content: "\e05f";
}
.sli-note:before {
  content: "\e060";
}
.sli-loop:before {
  content: "\e064";
}
.sli-home:before {
  content: "\e069";
}
.sli-grid:before {
  content: "\e06a";
}
.sli-graph:before {
  content: "\e06b";
}
.sli-microphone:before {
  content: "\e063";
}
.sli-music-tone-alt:before {
  content: "\e061";
}
.sli-music-tone:before {
  content: "\e062";
}
.sli-earphones-alt:before {
  content: "\e03c";
}
.sli-earphones:before {
  content: "\e03d";
}
.sli-equalizer:before {
  content: "\e06c";
}
.sli-like:before {
  content: "\e068";
}
.sli-dislike:before {
  content: "\e06d";
}
.sli-control-start:before {
  content: "\e06f";
}
.sli-control-rewind:before {
  content: "\e070";
}
.sli-control-play:before {
  content: "\e071";
}
.sli-control-pause:before {
  content: "\e072";
}
.sli-control-forward:before {
  content: "\e073";
}
.sli-control-end:before {
  content: "\e074";
}
.sli-volume-1:before {
  content: "\e09f";
}
.sli-volume-2:before {
  content: "\e0a0";
}
.sli-volume-off:before {
  content: "\e0a1";
}
.sli-calendar:before {
  content: "\e075";
}
.sli-bulb:before {
  content: "\e076";
}
.sli-chart:before {
  content: "\e077";
}
.sli-ban:before {
  content: "\e07c";
}
.sli-bubble:before {
  content: "\e07d";
}
.sli-camrecorder:before {
  content: "\e07e";
}
.sli-camera:before {
  content: "\e07f";
}
.sli-cloud-download:before {
  content: "\e083";
}
.sli-cloud-upload:before {
  content: "\e084";
}
.sli-envelope:before {
  content: "\e086";
}
.sli-eye:before {
  content: "\e087";
}
.sli-flag:before {
  content: "\e088";
}
.sli-heart:before {
  content: "\e08a";
}
.sli-info:before {
  content: "\e08b";
}
.sli-key:before {
  content: "\e08c";
}
.sli-link:before {
  content: "\e08d";
}
.sli-lock:before {
  content: "\e08e";
}
.sli-lock-open:before {
  content: "\e08f";
}
.sli-magnifier:before {
  content: "\e090";
}
.sli-magnifier-add:before {
  content: "\e091";
}
.sli-magnifier-remove:before {
  content: "\e092";
}
.sli-paper-clip:before {
  content: "\e093";
}
.sli-paper-plane:before {
  content: "\e094";
}
.sli-power:before {
  content: "\e097";
}
.sli-refresh:before {
  content: "\e098";
}
.sli-reload:before {
  content: "\e099";
}
.sli-settings:before {
  content: "\e09a";
}
.sli-star:before {
  content: "\e09b";
}
.sli-symbol-female:before {
  content: "\e09c";
}
.sli-symbol-male:before {
  content: "\e09d";
}
.sli-target:before {
  content: "\e09e";
}
.sli-credit-card:before {
  content: "\e025";
}
.sli-paypal:before {
  content: "\e608";
}
.sli-social-tumblr:before {
  content: "\e00a";
}
.sli-social-twitter:before {
  content: "\e009";
}
.sli-social-facebook:before {
  content: "\e00b";
}
.sli-social-instagram:before {
  content: "\e609";
}
.sli-social-linkedin:before {
  content: "\e60a";
}
.sli-social-pinterest:before {
  content: "\e60b";
}
.sli-social-github:before {
  content: "\e60c";
}
.sli-social-gplus:before {
  content: "\e60d";
}
.sli-social-reddit:before {
  content: "\e60e";
}
.sli-social-skype:before {
  content: "\e60f";
}
.sli-social-dribbble:before {
  content: "\e00d";
}
.sli-social-behance:before {
  content: "\e610";
}
.sli-social-foursqare:before {
  content: "\e611";
}
.sli-social-soundcloud:before {
  content: "\e612";
}
.sli-social-spotify:before {
  content: "\e613";
}
.sli-social-stumbleupon:before {
  content: "\e614";
}
.sli-social-youtube:before {
  content: "\e008";
}
.sli-social-dropbox:before {
  content: "\e00c";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  to {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  to {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  to {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  to {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  to {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  to {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  to {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  to {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.fancybox-margin .fixed-header #top-box,
.fancybox-margin .fixed-header .header {
  left: -7.5px;
}
.fancybox-close {
  background: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  right: -15px;
  text-align: center;
  text-indent: -10000px;
  top: -15px;
  width: 30px;
}
.fancybox-close,
.fancybox-close:hover {
  text-decoration: none;
  transition: color 0.2s linear;
}
.fancybox-close:hover {
  color: #ccc;
}
.fancybox-nav span {
  background: #ccc;
  border: 0 none;
  border-radius: 3px;
  color: #fbfbfb;
  text-indent: -10000px;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  width: 40px;
}
.fancybox-nav span,
.fancybox-nav span:hover {
  text-decoration: none;
  transition: all 0.2s linear;
}
.fancybox-nav span:hover {
  background-color: #ccc;
  color: #efefef;
}
.fancybox-nav span svg {
  vertical-align: middle;
}
.fontawesome-icon-list {
  color: #7f7f7f;
}
.fontawesome-icon-list .fa {
  color: #1e1e1e;
  width: 22px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../../../../../../../assets/img/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../../../../../../assets/img/fancybox_loading.gif) 50%
    no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-close,
.fancybox-nav {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: transparent url(../../../../../../../assets/img/blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  line-height: 34px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  width: auto;
}
.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../../../../../../assets/img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../../../../../../../assets/img/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../../../../../../../assets/img/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.modal.promotions_events_modal .modal-dialog {
  max-width: 1000px;
  width: auto;
}
.modal.promotions_events_modal .modal-dialog .btn.next {
  display: none;
}
.autocomplete-suggestions {
  z-index: 1020;
  text-align: left;
  cursor: default;
  border: 1px solid #e1e1e1;
  border-top: 0;
  background: #fff;
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  cursor: pointer;
}
.autocomplete-suggestion b {
  font-weight: 400;
  color: #cb922a;
}
.autocomplete-suggestion.selected {
  background: #777;
}
.autocomplete-suggestion.search {
  line-height: 40px;
  background: #eee;
}
.password-secured-realm-whole_site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #eee;
  overflow: scroll;
}
.password-secured-realm-checkout {
  margin-top: 10%;
}
.password-secured-realm-whole_site .invitation-code-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .password-secured-realm-whole_site .invitation-code-box {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.invitation-code-box {
  text-align: center;
  margin: 0 auto;
}
.invitation-code-box button {
  margin-bottom: 10px;
}
.invitation-code-box .your-invitation-code input {
  font-size: 24px;
  font-weight: 300;
  margin: 11px 10px 25px;
  box-shadow: 1px 1px 4px 0 rgba(73, 73, 73, 0.5);
  text-align: center;
  display: inline-block;
  width: 440px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .invitation-code-box .your-invitation-code input {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    width: auto;
  }
}
.invitation-code-box a {
  color: #494949;
}
.invitation-code-box .request-access {
  margin-top: 50px;
  margin-bottom: 50px;
}
.invitation-code-box .request-access .form-group {
  margin-bottom: 5px;
}
.package-gift-title.active {
  font-weight: 700;
}
.package-gift-wrap.well,
.package-gift-wrap.well-out {
  -webkit-transition-duration: 0.8s;
}
.package-gift-wrap.well-out {
  border: 0;
  padding: 0;
  box-shadow: inset 0 0 0 transparent;
  margin-bottom: 0;
}
.recurring-order-active {
  color: darkred;
}
.recurring-order-active:hover {
  cursor: pointer;
}
.recurring-order-deactivated {
  color: #2e8b57;
}
.recurring-order-deactivated:hover {
  cursor: pointer;
}
.recurring-order-modal .month-select {
  width: 100px;
  display: inline;
}
.recurring-order-modal .weekday-select {
  width: 200px;
}
.lib-box-container {
  margin: 0 0 0 auto;
  width: 100%;
  padding: 0;
}
.grid.container-fluid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal.products.loading svg #svg_1 {
  fill: #fff;
  transition: all 3s;
}
.modal.products.loading.animate svg #svg_1 {
  fill: #ffcd23;
}
.breadcrumb li.product-find-counter-wrapper,
.filter.sort-direction,
.grid-filter-sort-direction {
  display: none;
}
.addComma span {
  text-transform: lowercase;
}
.addComma span:after {
  content: ", ";
}
.addComma span:last-child:after {
  content: "";
}
.sk-folding-cube {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #494949;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotate(90deg);
}
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotate(180deg);
}
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotate(270deg);
}
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  to {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#grid-filter-allergens .table {
  font-size: 11px;
}
#grid-filter-allergens .table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 10px;
  padding: 1px;
}
.body-products_grid #footer:not(.opened) {
  display: none;
}
.all-to-basket-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 43px;
  background: #777;
  z-index: 9000;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #d5d5d5;
  transition: all 0.3s;
}
.all-to-basket-container .all-to-basket-holder,
.all-to-basket-container .col-xs-4.text-right {
  line-height: normal;
}
.all-to-basket-container .lib-open-footer {
  margin-right: 10px;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.all-to-basket-container.opened .lib-open-footer {
  transform: rotate(0deg);
}
.all-to-basket-container .lib-cart-unflip i {
  border: 1px solid #fff;
  padding: 1px 3px;
}
@media (max-width: 767px) {
  .all-to-basket-container .lib-cart-unflip i {
    border: none;
  }
}
body.controller-StepOne .lib-basket-go-to {
  display: none;
}
.lib-box .sideB {
  bottom: 0;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lib-box .sideA {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  background-clip: border-box;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: visible;
  position: relative;
  transform: rotateY(0deg);
  transition: all 0.6s ease-in-out;
  z-index: 24;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.lib-box.flipped .sideA {
  z-index: 35;
  transform: rotateY(180deg);
  transition-delay: 0.2s;
}
.lib-box .sideB {
  display: block;
  transform: rotateY(-180deg);
  transition: all 0.6s ease-in-out;
  z-index: 13;
}
.lib-box.flipped .sideB {
  z-index: 46;
  transform: rotateY(0deg);
  transition-delay: 0.2s;
}
.lib-box .flipTrigger:hover {
  cursor: pointer;
}
.lib-box .actions-hover a {
  font-size: 11px;
  padding: 2px 10px;
  margin-right: 4px;
}
.lib-box.rotation .default {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  position: relative;
  z-index: 24;
  box-shadow:
    2px 2px 5px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.lib-box .arrow {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
  z-index: 6000;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #d5d5d5;
  display: none;
}
.lib-box.popupOpened .arrow {
  display: inline-block;
}
.all-to-basket-popup {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.all-to-basket-popup ul {
  margin: 5px auto;
  background: #ddd;
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .all-to-basket-popup ul {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin: 2px auto;
  }
}
.all-to-basket-popup ul li {
  margin: 3px;
  display: inline-block;
  width: 130px;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .all-to-basket-popup ul li {
    height: 175px;
    vertical-align: middle;
  }
}
.all-to-basket-popup .all-to-basket-box-image {
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.all-to-basket-popup .all-to-basket-box-image img {
  max-height: 115px;
  max-width: 115px;
}
.all-to-basket-popup .all-to-basket-box-name {
  font-size: 10px;
  height: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .all-to-basket-popup .all-to-basket-box {
    height: 191px;
  }
}
.all-to-basket-popup .all-to-basket-box-quantity {
  position: absolute;
  top: 0;
  right: 0;
  background: #cb922a;
  color: #fff;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.lib-box.notice {
  margin-top: 5px;
  margin-left: 20px;
  position: absolute;
  z-index: 3000;
}
@media (max-width: 767px) {
  .lib-box.notice {
    margin-left: 0;
    position: relative;
  }
}
.lib-box.notice .alert {
  overflow: visible;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
}
.lib-box.notice .alert .alert-icon {
  margin: 8px 20px 60px 0;
}
@media (max-width: 767px) {
  .lib-box.notice .alert {
    width: 100%;
  }
}
.lib-box.notice .alert:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #818285;
  top: 26px;
  content: "";
  left: -20px;
  position: absolute;
  z-index: 1;
}
.lib-grid {
  width: 100%;
  position: relative;
  height: auto !important;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  grid-gap: 12px;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  content: "6";
}
@media (max-width: 2000px) {
  .lib-grid {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    content: "5";
  }
}
@media (max-width: 1500px) {
  .lib-grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    content: "4";
  }
}
@media (max-width: 1200px) {
  .lib-grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    content: "3";
  }
}
@media (max-width: 900px) {
  .lib-grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
    content: "2";
  }
}
.lib-grid .lib-box.banner {
  background: #e62739;
}
.lib-grid .lib-box.separator {
  background: hsla(47, 91%, 78%, 0.9);
  line-height: 100%;
  text-transform: uppercase;
  color: #22264b;
  font-size: 36px;
}
.lib-grid img {
  max-width: 100%;
  max-height: 450px;
  margin: 0 auto;
}
.lib-grid .box .arrow {
  display: none;
}
.lib-grid .box.selected .arrow {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.lib-grid .box .arrow:before {
  content: "\25BC";
  text-align: center;
  font-size: 36px;
}
.lib-grid .lib-box {
  transition: all 0.1s;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .lib-grid {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .lib-grid,
  .lib-grid .lib-box {
    display: -ms-flexbox;
    display: flex;
  }
  .lib-grid .lib-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 280px;
    max-width: 280px;
    padding: 5px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 900px),
  screen and (-ms-high-contrast: active) and (max-width: 900px) {
  .lib-grid .lib-box {
    width: 50%;
  }
}
@supports (-ms-ime-align: auto) and (not (position: sticky)) {
  .lib-grid {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .lib-grid,
  .lib-grid .lib-box {
    display: -ms-flexbox;
    display: flex;
  }
  .lib-grid .lib-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 280px;
    max-width: 280px;
    padding: 5px;
  }
  @media (max-width: 900px) {
    .lib-grid .lib-box {
      width: 50%;
    }
  }
}
.lib-box.lib-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 400px;
}
.lib-filters-save {
  display: none;
  padding: 10px;
  border-top: 1px solid #d5d5d5;
}
.lib-filters-save h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}
.my-filters-list {
  margin: 0 0 5px;
  font-size: 13px;
  padding: 3px 0 3px 5px;
}
.my-filters-list .pull-right {
  padding: 0 10px;
  cursor: pointer;
  display: block;
}
.my-filters-list .pull-right a:hover {
  text-decoration: none;
}
#productFilters {
  background: #fff;
  z-index: 580;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  max-width: 235px;
}
.mobile #productFilters {
  display: none;
}
#productFilters .sticky-top {
  overflow: hidden;
  top: 65px;
  height: calc(100vh - 115px);
  position: sticky;
}
#productFilters .sticky-top .sticky-top__overflow {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-right: 17px;
  box-sizing: content-box;
  position: relative;
}
#productFilters .mCSB_dragger .mCSB_dragger_bar {
  right: -5px;
  background-color: #cb922a !important;
}
#productFilters.state_fixed {
  top: 86px;
}
@media (max-width: 991px) {
  #productFilters.state_fixed {
    top: 0;
  }
}
#productFilters .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  right: -10px;
  background: hsla(0, 0%, 100%, 0.7);
  display: none;
  z-index: 9999;
  transition: all 60ms;
}
#productFilters .overlay .loader,
#productFilters .overlay .loader:after,
#productFilters .overlay .loader:before {
  background: #cb922a;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
#productFilters .overlay .loader {
  color: #cb922a;
  text-indent: -9999em;
  margin: 80px auto 0;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
#productFilters .overlay .loader:after,
#productFilters .overlay .loader:before {
  position: absolute;
  top: 0;
  content: "";
}
#productFilters .overlay .loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
#productFilters .overlay .loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%,
  80%,
  to {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.gridHolder {
  margin-top: 10px;
  margin-bottom: 50px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid.filters {
  border-top: 1px solid #d5d5d5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4000;
  transition: top 0.3s;
  margin-bottom: 15px;
}
.grid.filters .widget {
  margin: 0 0 10px;
}
.grid.filters .tab-pane {
  padding: 10px 0 0;
  display: none;
}
.grid.filters .tab-pane.active {
  display: block;
}
.grid.filters h1 {
  font-size: 20px;
  margin: 5px 0;
  padding: 10px 0 0;
}
.grid.filters ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.grid.filters ul li {
  margin: 0;
  padding: 1px 0;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  line-height: 20px;
}
.grid.filters ul li.no-results,
.grid.filters ul li.no-results * {
  pointer-events: none;
  opacity: 0.8;
  color: #cbcbcd;
}
.grid.filters ul li.text-bold {
  font-weight: 700;
}
.grid.filters ul li.active {
  color: #cb922a;
}
.grid.filters ul li.active:before {
  content: "> ";
  margin-right: 10px;
  float: left;
}
.grid.filters ul li.level_2 {
  padding: 0 0 0 22px;
  font-weight: 400;
}
.grid.filters ul li.level_3 {
  padding: 0 0 0 30px;
  font-weight: 400;
}
.grid.filters ul li.level_4 {
  padding: 0 20px 0 45px;
  font-weight: 400;
}
.grid.filters ul li:last-child {
  border: none;
}
.grid.filters ul li label.text {
  font-weight: 300;
  line-height: 20px;
  display: block;
  margin: 1px 0;
  font-size: 12px;
  text-transform: inherit;
}
.grid.filters ul li.level_1 {
  position: relative;
  padding-right: 22px;
}
.grid.filters ul li.level_1 input,
.grid.filters ul li.level_1 label,
.grid.filters ul li.level_1 span {
  pointer-events: none;
}
.grid.filters ul li.level_1 .open {
  display: block;
  font-family: FontAwesome;
  text-decoration: inherit;
  text-transform: uppercase;
  text-align: center;
  color: #444;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: 0.3s;
  transform-origin: 50% 50%;
  pointer-events: auto;
}
.grid.filters ul li.level_1 .open:after {
  content: "\f105";
  font-size: 16px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0;
  margin: 0;
}
.grid.filters ul li.level_1.collapsed .open {
  transform: rotate(0deg);
}
.grid.filters ul li.level_1.opened .open {
  transform: rotate(90deg);
}
.grid.filters ul li.more {
  text-indent: 23px;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}
.grid.filters ul ul {
  margin: 0;
}
.grid.filters .section {
  margin: 0 0 8px;
  padding: 0;
}
.grid.filters .section .subtitle {
  font-size: 18px;
  background: #777;
  padding: 7px 5px 7px 25px;
  margin: 0;
  cursor: pointer;
}
.grid.filters .section .subtitle a:focus,
.grid.filters .section .subtitle a:hover {
  text-decoration: none;
}
.grid.filters .section .subtitle:before {
  color: #444;
  content: "\f107";
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 1px 0 0 -17px;
  position: absolute;
  text-decoration: inherit;
  text-transform: uppercase;
  font-family: FontAwesome;
  font-style: normal;
}
.grid.filters .section .subtitle.collapsed:before {
  content: "\f105";
}
.grid.filters .section.product_color .option.optionWithImage {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
.grid.filters .section.product_color .option.optionWithImage.active:before {
  display: none;
}
.grid.filters
  .section.product_color
  .option.optionWithImage.active
  .image:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.grid.filters .section.product_color .option.optionWithImage .image {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 1px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.grid.filters .section.product_color .option.optionWithImage .results,
.grid.filters .section.product_color .option.optionWithImage .text .label,
.grid.filters .section.product_color .option.optionWithImage .text label {
  display: none;
}
.grid.filters .section.product_color #product_color_all .label {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.grid.filters .section.product_color #product_color_all .results,
.grid.filters .section.product_color #product_color_all label {
  display: none;
}
.filter-tabs {
  margin-top: 20px;
}
.filter-tabs a {
  background-color: #777;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.2s linear 0s;
}
.filter-tabs a:hover {
  background-color: #555;
  color: #fff;
}
.filter-tabs a.lib-filters-reset {
  background: none;
  color: #494949;
  cursor: pointer;
  font-weight: 700;
  font-size: 10px;
  padding: 0;
}
.filter-tabs .holder.active > a {
  background-color: #cb922a;
  color: #fff;
}
.filter.sort {
  float: right;
  padding: 5px 0 0 10px;
}
.filter.sort ul,
.filter.sort ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter.sort ul li {
  cursor: pointer;
  float: left;
  font-size: 12px;
  margin: 2px 3px;
  padding: 3px 7px;
}
.filter.sort ul li.active {
  background-color: #cb922a;
  color: #fff;
}
.filter.sort ul li:hover {
  color: #494949;
  background-color: #777;
}
.grid.filters .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.filter.price input {
  width: 30%;
  float: left;
  margin-right: 5px;
  padding: 0 5px;
}
#filterSearch {
  margin: 10px 0;
}
#filterSearch h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
#filterSearch .keywords {
  padding-top: 5px;
}
#filterSearch .keywords > div {
  margin-bottom: 5px;
  font-size: 13px;
  padding: 3px 0 3px 5px;
}
#filterSearch .keywords > div span {
  float: right;
  display: block;
  cursor: pointer;
  padding: 0 10px;
}
#grid-filter-search {
  margin: 10px;
}
#priceFilter_From,
#priceFilter_To {
  width: 95%;
}
.compare_products a,
.compare_products span,
.shopping_lists a,
.shopping_lists span {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.lib-grid-filters-popup li,
.lib-grid-filters-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lib-grid-filters-popup li {
  width: 32%;
  float: left;
}
#grid_filters .section li label span.results,
.lib-grid-filters-popup .modal-content li label span.results {
  font-size: 10px;
  color: #c4bebe;
}
#grid_filters .section li label span.results:before,
.lib-grid-filters-popup .modal-content li label span.results:before {
  content: "(";
}
#grid_filters .section li label span.results:after,
.lib-grid-filters-popup .modal-content li label span.results:after {
  content: ")";
}
.lib-grid-filters-popup .modal-dialog {
  width: 70%;
  max-width: 900px;
}
.section.filter.lib-filters-price .noUi-target {
  margin: 17px;
}
.section.filter.lib-filters-price .noUi-connect {
  background: #cb922a;
}
.section.filter.lib-filters-price .noUi-handle {
  border-radius: 0;
}
.section.filter.lib-filters-price .noUi-handle:after,
.section.filter.lib-filters-price .noUi-handle:before {
  height: 7px;
  top: 9px;
}
.section.filter.lib-filters-price .slider-inputs .col-xs-5 > span {
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 12px;
  line-height: 1.5;
}
#grid-filter-price {
  margin: 10px;
}
#grid-filter-price .applyFilter {
  padding: 0;
  height: 32px;
  width: 100%;
}
#grid-filter-price .applyFilter.disabled {
  opacity: 0.2;
}
#grid-filter-price .applyFilter.disabled:before {
  display: none;
}
#grid-filter-price .applyFilter:not(.disabled) {
  cursor: pointer;
}
#grid-filter-price .applyFilter .sli-check {
  font-size: 14px;
  line-height: 32px;
}
.modal.products.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 9998;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none !important;
}
.modal.products.loading svg {
  position: relative;
  top: 40%;
  left: 45%;
}
.lib-content-search {
  padding: 5px;
  display: none;
}
.lib-content-search h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 20px;
}
.lib-content-search ul {
  margin: 0 0 10px;
  padding: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}
.lib-content-search li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .lib-content-search li {
    width: 100%;
  }
}
.lib-content-search li i:before,
.lib-content-search li span {
  opacity: 0.8;
}
.lib-content-search li span:last-child {
  opacity: 1;
}
.lib-content-search li i:before {
  text-align: center;
  content: "/";
  width: 15px;
  display: inline-block;
}
.lib-content-search li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.lib-product-inline-popup {
  position: relative;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lib-product-inline-popup .icon-close {
  font-size: 2rem;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}
.lib-product-inline-popup .box-header,
.lib-product-inline-popup .breadcrumb,
.lib-product-inline-popup .related-products,
.lib-product-inline-popup .review-block {
  display: none;
}
.lib-box-container .popup {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 300px;
  position: absolute;
  z-index: 2800;
  transition: all 1s;
}
.lib-box-container .popup .holder {
  margin: 6px;
  border: 1px solid #d5d5d5;
  height: 100%;
  padding: 20px;
}
.lib-box-container .popup .breadcrumbs li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lib-box-container .popup .breadcrumbs li:after {
  content: ">";
  margin: 0 20px;
}
.lib-box-container .popup .breadcrumbs li:last-child:after {
  content: "";
}
.lib-box-container .popup .breadcrumbs li a {
  color: #1e4403;
  text-decoration: underline;
}
.lib-box-container .popup .close {
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 5px;
  text-align: center;
  text-decoration: none;
  top: 5px;
  width: 60px;
  z-index: 10;
}
.lib-box-container .popup .accordion-buttons li:nth-child(2) {
  display: none;
}
.lib-box-container .popup .lib-grid-carousel-arrow {
  display: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 11;
  margin-top: -15px;
  color: #7f7f7f;
}
.lib-box-container .popup .lib-grid-carousel-arrow.next {
  right: 8px;
  left: auto;
}
.lib-box-container .popup .lib-grid-carousel-arrow:hover {
  text-decoration: none;
  color: #494949;
}
.lib-box-container .popup .image-box .slick-slider {
  margin-bottom: 0;
  margin-top: 30px;
}
.lib-box-container .popup .image-box .slick-slider .slick-list {
  margin-bottom: 0;
}
.lib-product {
  position: relative;
}
.lib-product .general-img {
  cursor: pointer;
}
.lib-box-price-per-unit {
  padding-top: 10px;
}
.lib-box-price-per-unit span {
  font-weight: 700;
}
.discountMarkers {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
}
.discountMarkers .marker {
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  display: block;
  color: #fff;
  transform: rotate(350deg);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 10px;
  padding-right: 2px;
  padding-top: 18px;
}
.discountMarkers .marker.free-shipping {
  padding-top: 12px;
  background: #f37e7a;
  background: linear-gradient(90deg, #f37e7a 0, #de1f48);
}
.discountMarkers .marker.free-shipping span {
  font-size: 10px;
  padding-top: 4px;
  display: block;
}
.discountMarkers .marker.discount {
  background: #f37e7a;
  background: linear-gradient(135deg, #f37e7a, #de1f48);
}
.discountMarkers .marker.discount span {
  font-size: 8px;
}
.discountMarkers .marker.discount.amount {
  padding-top: 12px;
  line-height: 13px;
  font-size: 12px;
}
.discountMarkers .marker.action {
  background: #f37e7a;
  background: linear-gradient(45deg, #f37e7a, #de1f48);
}
.discountMarkers .marker.action span {
  font-size: 16px;
}
.discountMarkers .marker.action span:before {
  content: "+";
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
  color: #febf19;
  margin: 0 6px 0 3px;
  line-height: 1;
  z-index: 1;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.product-page .rating {
  bottom: auto;
  left: auto;
  position: relative;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 15px;
  color: #cbcdcd;
  text-shadow: 0 0 2px #fff;
}
.rating > span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  font-size: 19px;
}
.rating:not(.disabled) > span {
  cursor: pointer;
}
.rating:not(.disabled) > span:hover:before,
.rating:not(.disabled) > span:hover ~ span:before,
.rating > span.rated:before,
.rating > span.rated ~ span:before {
  color: #febf19;
}
.review-rating {
  float: left;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 19px;
  line-height: 1;
  color: #febf19;
  margin-left: 5px;
}
.review-rating > span {
  display: inline-block;
  position: relative;
  width: 0.5em;
  font-size: 1.4rem;
}
#reviews div.loading,
.my-review-box div.loading {
  animation: loading 0.5s infinite linear;
  border: 0.2rem solid #000;
  border-radius: 0.6rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  position: absolute;
  width: 1.2rem;
}
.rating-reviews-link {
  font-size: 14px;
  display: inline-block;
}
.review-block {
  background: #f7f7f7;
  padding: 40px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .review-block {
    padding: 25px;
  }
}
.review-block .review-block-title {
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .review-block .review-block-title {
    margin-bottom: 30px;
  }
}
.review-block .review-form {
  margin-top: 20px;
  margin-bottom: 70px;
  background: #fff;
  padding: 30px;
}
.review-block .review-form .review-form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.review-block .review-form .review-form-title span {
  color: #cb922a;
  display: block;
}
.review-block .review-form .rating {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 15px;
}
.review-block .review-form .rating span {
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  text-align: center;
}
.review-block .review-form .rating-info {
  font-size: 12px;
  font-weight: 700;
}
.review-block .review-form.form-horizontal .checkbox {
  padding-top: 0;
  font-size: 14px;
}
.review-block .review-form.form-horizontal input[type="checkbox"] {
  margin: 5px 0 0 -20px;
}
.review-block .review-input input {
  max-width: 400px;
}
.review-block .review-input label {
  font-size: 0.95rem;
}
.review-block .review-input .controls-checkbox {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.review-block .review-input.anonymous-checkbox label {
  font-weight: 400;
  font-size: 0.8rem;
  vertical-align: middle;
}
.review-block .contains-error input,
.review-block .contains-error textarea {
  margin-bottom: 0;
}
.review-block .error {
  font-size: 0.9rem;
}
.review-block .review-form-message {
  width: 100%;
  color: red;
  font-size: 0.9rem;
  margin-top: 15px;
}
.review-block .review-block-left {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .review-block .review-block-left {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .review-block .review-block-left {
    padding: 0;
  }
}
.review-block .review-stars-table {
  width: 100% !important;
}
.review-block .review-stars-table td {
  display: table-cell !important;
}
.review-block .review-stars-table .review-stars-table-container {
  height: 30px;
}
.review-block
  .review-stars-table
  .review-stars-table-container
  .review-stars-table-star {
  width: 40px;
  text-align: center;
}
.review-block
  .review-stars-table
  .review-stars-table-container
  .review-stars-table-star
  .review-stars-table-star-glyph {
  white-space: nowrap !important;
}
.review-block
  .review-stars-table
  .review-stars-table-container
  .review-stars-table-star-bar
  .review-stars-table-star-secondary-container {
  background-color: #ccc !important;
  height: 10px;
  display: block;
}
.review-block
  .review-stars-table
  .review-stars-table-container
  .review-stars-table-star-bar
  .review-stars-table-star-secondary-container
  .review-stars-table-star-value {
  background-color: #cb922a !important;
  height: 10px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.review-block
  .review-stars-table
  .review-stars-table-container
  .review-stars-table-ratings-score {
  width: 40px;
  text-align: center;
}
.review-block .overall-block {
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.review-block .overall-block .rating {
  float: none;
  display: inline-block;
  margin-left: 18px;
  margin-right: 8px;
  margin-bottom: 0;
}
.review-block #lib-write-review-show {
  cursor: pointer;
  text-decoration: underline;
}
.review-block .reviews-list,
.review-block .reviews-list .review {
  margin-bottom: 50px;
}
.review-block .reviews-list .review .rating {
  margin-bottom: 0;
}
.review-block .reviews-list .review .review-date {
  font-size: 13px;
  float: left;
  padding-top: 3px;
  padding-left: 5px;
}
.review-block .reviews-list .review .review-user {
  float: right;
  padding-top: 3px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .review-block .reviews-list .review .review-user {
    float: none;
    clear: both;
  }
}
.review-block .reviews-list .review .review-user-name {
  font-weight: 700;
}
.review-block .reviews-list .review .review-verified-purchase {
  color: #bc9731;
  margin-left: 5px;
}
.review-block .reviews-list .review .review-title {
  font-weight: 700;
  font-size: 14px;
  clear: both;
  padding-top: 10px;
}
.review-block .reviews-list .review .review-content {
  font-size: 14px;
  clear: both;
  padding-top: 10px;
}
.write-review {
  margin-left: 10px;
}
.my-review-box {
  font-size: 14px;
}
.my-review-box .review-box-list {
  margin-bottom: 40px;
}
.my-review-box .review-box-list .review-box-img {
  text-align: center;
}
.my-review-box .review-box-list .review-box-img img {
  max-height: 200px;
}
.my-review-box .review-box-list .review-box-list-product-name {
  float: left;
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  padding-top: 3px;
}
.my-review-box .review-box-list .review-box-list-date {
  font-size: 13px;
  float: left;
  display: inline-block;
  padding-top: 3px;
}
.my-review-box .review-box-list .rating {
  margin-right: 20px;
  position: relative;
  bottom: auto;
}
.my-review-box .review-box-list .lib-editable-field {
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  display: inline;
  padding-right: 10px;
}
.my-review-box .review-box-list .lib-editable-container div {
  display: inline;
}
.my-review-box .review-box-list .lib-editable-container .btn-edit {
  right: 0;
  top: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #cb922a;
  display: inline;
  cursor: pointer;
}
.my-review-box
  .review-box-list
  .lib-editable-container.editable
  .lib-editable-field {
  border: 1px solid #cb922a;
  padding: 5px 10px;
  margin-bottom: 0;
  width: 100%;
  display: block;
  min-height: 34px;
}
.my-review-box .review-box-list .lib-editable-container.editable .btn-edit {
  display: none;
}
.my-review-box .review-box-list .lib-editable-container.editable .btn-cancel,
.my-review-box .review-box-list .lib-editable-container.editable .btn-save {
  display: inline-block;
}
.my-review-box
  .review-box-list
  [contentEditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
}
.my-review-box .review-box-list .review-title {
  font-weight: 700;
}
.my-review-box .review-box-list .btn-cancel,
.my-review-box .review-box-list .btn-save {
  border: 1px solid #ccc;
  background: #f7f7f7;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  margin-right: 1px;
  color: #7a7a7a;
  cursor: pointer;
  display: none;
}
.product .comparisons {
  position: absolute;
  top: 34px;
  right: 8px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.product .comparisons a {
  text-decoration: none;
}
.product .comparisons i {
  font-size: 18px;
}
.product:hover .comparisons {
  display: block;
}
.lib-toggle-shopping-list {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.lib-toggle-shopping-list a {
  text-decoration: none;
}
.lib-toggle-shopping-list i {
  font-size: 18px;
}
.lib-toggle-shopping-list .heart {
  width: 18px;
  stroke: #333;
  fill: transparent;
  overflow: visible;
}
.lib-toggle-shopping-list .heart[data-favourite="true"] {
  fill: #cb922a;
  animation: pulse 0.4s ease;
  stroke: #cb922a;
}
.product-page .lib-add-to-favourites {
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  z-index: 10;
  vertical-align: top;
  height: 46px;
  font-size: 28px;
}
.product-page .lib-add-to-favourites i {
  font-size: 22px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.product:hover .lib-toggle-shopping-list {
  display: block;
}
.mobile .lib-toggle-shopping-list {
  display: inline-block;
}
.product-hover .comparisons,
.product-hover .lib-toggle-shopping-list {
  display: none !important;
}
.lib-shopping-list {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 43px;
}
.lib-shopping-list small {
  line-height: 30px;
  font-weight: 700;
}
.lib-shopping-list .list-name {
  float: left;
  max-width: 50%;
  cursor: pointer;
}
.lib-shopping-list .list-name:before {
  color: #444;
  display: block;
  font-size: 12px;
  margin: 0 0 0 -12px;
  position: absolute;
  text-transform: uppercase;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.lib-shopping-list ul.list {
  list-style-type: none;
  font-size: 12px;
  padding: 0 15px;
  margin: 0;
}
.lib-shopping-list ul.list li {
  border-top: 1px solid #e1e1e1;
  padding: 2px 0 2px 15px;
  min-height: 24px;
  display: block;
}
.lib-shopping-list ul.list li .pull-right {
  padding: 0 5px;
  cursor: pointer;
}
.lib-create-list .input-group {
  margin: 5px 15px;
}
.lib-favourites-btns {
  float: none;
  clear: both;
}
.favourites-box {
  background: hsla(0, 0%, 100%, 0.98);
  width: 380px;
  height: 100vh;
  right: -380px;
  position: fixed;
  top: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  overflow-y: none;
  padding: 20px;
}
@media (max-width: 991px) {
  .favourites-box {
    width: 300px;
    padding: 100px 15px;
  }
}
.display-favourites .favourites-box {
  visibility: visible;
  z-index: 11000;
  top: 0;
  animation: overlay-favourites 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
    forwards;
}
@keyframes overlay-favourites {
  0% {
    box-shadow: 0 0 50px 10px transparent;
    z-index: 0;
    right: -100%;
  }
  1% {
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
    z-index: 1100;
  }
  to {
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
    z-index: 99000;
    right: 0;
  }
}
.favourites-box .favourites-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.favourites-box .favourites-close .bar1,
.favourites-box .favourites-close .bar3 {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  font-size: 10px;
  padding: 0;
  -webkit-appearance: none;
  color: #000;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transform: rotate(0deg);
}
.favourites-box .favourites-close .bar3 {
  -webkit-transform: rotate(135deg);
}
.favourites-box .favourites-close .bar1 {
  -webkit-transform: rotate(-135deg);
}
.favourites-box div.loading {
  display: block;
  height: 1.2rem;
  left: 50%;
  top: 50%;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  position: absolute;
}
.favourites-box .loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.favourites-listing-products {
  margin-bottom: 20px;
  overflow-y: auto;
  height: calc(100% - 60px);
  padding-right: 70px;
  width: calc(100% + 70px);
  padding-bottom: 150px;
}
.favourites-listing-products .favourites-listing-one-product {
  border: 1px solid #d5d5d5;
  margin: 2px;
  padding: 5px;
  display: table;
  position: relative;
  width: 100%;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-image {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-content {
  display: table-cell;
  padding: 5px 30px 5px 5px;
  vertical-align: top;
  width: 60%;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-content
  .product-name {
  margin-bottom: 7px;
  font-size: 15px;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-content
  .to-basket {
  margin-top: 10px;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-icons {
  position: absolute;
  top: 12px;
  right: 0;
  width: 35px;
  text-align: center;
}
.favourites-listing-products
  .favourites-listing-one-product
  .favourites-listing-one-product-icons
  span {
  display: block;
  width: 100%;
}
.favourites-listing-products
  .favourites-listing-one-product
  .dropdown-menu
  .dropdown-header {
  color: #333;
  font-weight: 700;
  font-size: 0.95em;
  background: #777;
}
.favourites-listing-products
  .favourites-listing-one-product
  .dropdown-menu
  li
  > span.dropdown-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.favourites-listing-products
  .favourites-listing-one-product
  li
  > span.dropdown-item:focus,
.favourites-listing-products
  .favourites-listing-one-product
  li
  > span.dropdown-item:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.favourites-listing-products
  .favourites-listing-one-product
  > .active
  > span.dropdown-item,
.favourites-listing-products
  .favourites-listing-one-product
  > .active
  > span.dropdown-item:focus,
.favourites-listing-products
  .favourites-listing-one-product
  > .active
  > span.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #cb922a;
}
.favourites-listing-products.index-page {
  margin-bottom: 0;
  overflow-y: unset;
  height: auto;
  padding-right: 0;
  width: auto;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.favourites-listing-products.index-page .favourites-listing-one-product {
  width: 32%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .favourites-listing-products.index-page .favourites-listing-one-product {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .favourites-listing-products.index-page .favourites-listing-one-product {
    width: 100%;
  }
}
.shopping_lists {
  position: relative;
}
.shopping_lists .favourites-count {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  background: #cb922a;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
}
.lib-product-variations h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
  clear: both;
}
.lib-product-variations .error,
.lib-product-variations .variation_attribute {
  margin: 15px 0;
  clear: both;
}
.lib-product-variations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 40px;
}
.lib-product-variations ul > li {
  margin: 0 1px 0 0;
  padding: 1px;
  float: left;
}
.lib-product-variations ul > li .image {
  position: relative;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-size: cover;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 1px;
}
.lib-product-variations ul > li .image.single {
  cursor: default;
}
.lib-product-variations ul > li .selected.image:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.lib-product-variations ul > li .unavailable {
  opacity: 0.85;
  border: 1px solid gray;
  cursor: not-allowed;
  position: relative;
}
.lib-product-variations ul > li .unavailable:after,
.lib-product-variations ul > li .unavailable:before {
  position: absolute;
  left: 45px;
  content: " ";
  height: 90px;
  width: 2px;
  background-color: #333;
}
.lib-product-variations ul > li .unavailable:before {
  transform: rotate(45deg);
}
.lib-product-variations ul > li .unavailable:after {
  transform: rotate(-45deg);
}
.lib-product-variations select {
  min-width: 250px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.lib-product-variations select :selected {
  color: red;
}
.lib-product-variations select option.unavailable {
  color: #a69586;
  background: #d9aba7;
  line-height: 20px;
}
.sideA .lib-product-variations {
  position: absolute;
  z-index: 10;
  bottom: 155px;
  width: 100%;
}
.sideA .lib-product-variations h3 {
  display: none;
}
.sideA .lib-product-variations .variation_attribute {
  margin: 0;
  text-align: center;
}
.sideA .lib-product-variations ul {
  min-height: auto;
}
.sideA .lib-product-variations ul > li {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sideA .lib-product-variations ul > li .image {
  width: 22px;
  height: 22px;
}
.lib-variations-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.lib-variations-overlay .modal.products.loading {
  display: block !important;
}
.lib-variations-overlay.active {
  display: block;
}
.controller-Overview .lib-variation-data {
  clear: both;
}
.controller-Overview .lib-variation-data .variation-option {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}
.controller-Overview .lib-variation-data .variation-option img {
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.variation_attribute.animate {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-4px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(8px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-16px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(16px, 0, 0);
  }
}
.delivery {
  color: red;
}
.form-inline .form-control,
.slick-list {
  width: 100%;
}
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 43px;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.lang-jpn .cc-cookies {
  display: none !important;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #046659;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: 0 0;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    bottom: 0;
    padding-top: 10px;
  }
}
.cookieSettings {
  font-weight: 700;
}
.body-cart .all-to-basket-container {
  display: none;
}
body.controller-StepOne .all-to-basket-container {
  display: block;
}
.lib-cart-header .caret,
.lib-cart-header .cart-header-items {
  -display: none;
}
.lib-cart-header.empty a {
  -cursor: default;
}
.lib-cart-header .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cb922a !important;
}
.addresses .addressBox {
  margin-bottom: 20px;
}
.addresses .address a:hover {
  text-decoration: none;
}
.addresses .address .addressData {
  margin-left: 32px;
  margin-right: 23px;
}
.addresses .address .addressDataProfile {
  margin-left: 10px;
  margin-right: 23px;
}
.addresses .address .checkbox {
  position: absolute;
  top: 13px;
  left: 30px;
  float: left;
  display: block;
  padding: 0;
}
.addresses .address .editFcomUserAddress {
  position: absolute;
  top: 0;
  right: 15px;
}
.addresses .address .deleteFcomUserAddress {
  position: absolute;
  top: 27px;
  right: 15px;
}
.addresses .address.active-address {
  border: 1px solid #cb922a;
}
.addresses .addressAdd a {
  display: block;
}
.addresses .addressAdd a span {
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  margin: 25px auto;
}
.addresses .addressAdd a span:before {
  border-left: 1px solid #000;
  left: 25px;
  top: 0;
}
.addresses .addressAdd a span:after,
.addresses .addressAdd a span:before {
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.addresses .addressAdd a span:after {
  border-top: 1px solid #000;
  left: 0;
  top: 25px;
}
.addresses .addressAdd a:hover {
  text-decoration: none;
}
.addresses .addressAdd a:hover span:before {
  border-left: 1px solid #cb922a;
}
.addresses .addressAdd a:hover span:after {
  border-top: 1px solid #cb922a;
}
.checkout-register-btn {
  font-size: 14px;
  color: #cb922a;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-register-btn {
    padding-left: 0;
    padding-top: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .btn.checkout-register-btn {
    padding: 8px 19px;
    display: block;
  }
}
.shipping-page .edit-data {
  font-size: 14px;
  float: right;
  margin-top: 5px;
}
.package-gift-wrap,
.shipping-option {
  margin-bottom: 30px;
  margin-top: 30px;
}
.package-gift-wrap .price,
.shipping-option .price {
  font-size: 27px;
  font-weight: 700;
  float: right;
  color: #cb922a;
}
@media (max-width: 767px) {
  .package-gift-wrap .price,
  .shipping-option .price {
    font-size: 20px;
  }
}
.package-gift-wrap .checkbox,
.shipping-option .checkbox {
  font-size: 27px;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .package-gift-wrap .checkbox,
  .shipping-option .checkbox {
    font-size: 20px;
  }
}
.package-gift-wrap .checkbox input,
.shipping-option .checkbox input {
  margin-top: 15px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .package-gift-wrap .checkbox input,
  .shipping-option .checkbox input {
    margin-top: 9px;
  }
}
.package-gift-wrap .shipping-option-desc,
.shipping-option .shipping-option-desc {
  margin-left: 22px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .package-gift-wrap .shipping-option-desc,
  .shipping-option .shipping-option-desc {
    font-size: 14px;
  }
}
.package-gift-wrap .shipping-container,
.shipping-option .shipping-container {
  margin-left: 22px;
}
.payment-option {
  margin-bottom: 30px;
  margin-top: 30px;
}
.payment-option .price {
  font-size: 27px;
  font-weight: 700;
  float: right;
  color: #cb922a;
}
@media (max-width: 767px) {
  .payment-option .price {
    font-size: 20px;
  }
}
.payment-option .checkbox {
  font-size: 27px;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .payment-option .checkbox {
    font-size: 20px;
  }
}
.payment-option .checkbox input {
  margin-top: 15px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .payment-option .checkbox input {
    margin-top: 9px;
  }
}
.payment-option .payment-option-desc {
  margin-left: 22px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .payment-option .payment-option-desc {
    font-size: 14px;
  }
}
.payment-option .payment-container {
  margin-left: 22px;
}
.cart-promo-codes .promo-code-holder {
  float: left;
  width: 160px;
  text-align: center;
  padding: 6px;
  margin: 0 15px 25px 0;
}
.cart-promo-codes .promo-code-holder a {
  float: right;
  font-size: 30px;
  margin-bottom: 5px;
}
.cart-promo-codes .promo-code-holder a:hover {
  text-decoration: none;
}
.cart-promo-codes .promo-code-holder div {
  font-size: 12px;
  margin: 4px 0;
}
.cart-overview-terms-container {
  margin: 10px 0 0;
}
.cart-overview-terms-container .form-group {
  margin: 0 2px 0 0;
  line-height: 16px;
}
.cart-overview-terms-container .terms-checkbox {
  text-align: right;
  padding-bottom: 15px;
}
.cart-overview-terms-container .terms-checkbox label {
  font-weight: 700;
  padding-top: 0;
}
.cart-overview-terms-container .terms-checkbox input[type="checkbox"] {
  margin-left: -20px;
  margin-top: 4px;
}
.cart-overview-terms-container .terms-checkbox a {
  color: #cb922a;
  text-decoration: underline;
}
.cart-overview-terms-container .terms-checkbox a:hover {
  color: #494949;
  text-decoration: none;
}
.summery-mailing-lists .lib-mailing-lists-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.summery-mailing-lists .lib-mailing-lists-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.summery-mailing-lists .checkbox {
  display: inline-block;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 5px;
}
.summery-mailing-lists .child-checkbox {
  padding-left: 40px;
  margin-right: 0;
}
.summery-mailing-lists h6 {
  padding-top: 10px;
  margin: 0;
}
.style-booking #footer-mobile {
  display: none;
}
@media (max-width: 767px) {
  .style-booking .adults-list-options,
  .style-booking .children-list-options {
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 20px;
  }
}
.style-booking .main-header {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 15px;
}
.style-booking .main-header img {
  max-height: 60px;
  max-width: 300px;
}
.style-booking .title {
  font-size: 32px;
}
@media (max-width: 991px) {
  .style-booking .title {
    font-size: 26px;
  }
}
.style-booking h5.with-border {
  font-weight: 700;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .style-booking h5.with-border {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid #9c9c9c;
  }
}
.style-booking .price-summary {
  padding-bottom: 15px;
}
.style-booking .total-price {
  font-size: 22px;
  margin-bottom: 25px;
}
.style-booking .text-small {
  font-size: 14px;
}
.style-booking .service-cancellation {
  display: block;
  min-height: 22px;
}
.style-booking .service-cancellation a {
  display: block;
}
.style-booking label {
  font-weight: inherit;
}
.style-booking .booking-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  z-index: 4;
  background: #9c9c9c;
}
@media (max-width: 767px) {
  .style-booking .booking-steps {
    top: auto;
    padding-bottom: 0;
  }
}
.style-booking .booking-steps .step {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-right: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .style-booking .booking-steps .step {
    display: block;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.style-booking .booking-steps .step .step-wrapper {
  position: relative;
  padding: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  .style-booking .booking-steps .step .step-wrapper {
    padding: 2px 0 2px 10px;
    border-bottom: 1px solid #b7b7b7;
  }
}
.style-booking .booking-steps .step .step-wrapper h6 {
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .style-booking .booking-steps .step .step-wrapper h6 {
    font-size: 16px;
  }
}
.style-booking .booking-steps .step .step-wrapper span {
  display: block;
  padding-left: 20px;
  font-weight: 700;
}
.style-booking .booking-steps .step .step-wrapper a {
  display: inline-block;
  color: #fff;
}
.style-booking .booking-steps .step .step-wrapper a:hover {
  text-decoration: none;
}
.style-booking .booking-steps .step .step-wrapper a.flip-booking-remove {
  margin-left: 10px;
  color: #c8c8c8;
}
.style-booking .booking-steps .step:last-child {
  padding-right: 0;
}
.style-booking .booking-steps .step.active .step-wrapper,
.style-booking .booking-steps .step.current .step-wrapper {
  font-weight: 700;
}
.style-booking .booking-steps .step.active .step-wrapper a,
.style-booking .booking-steps .step.current .step-wrapper a {
  font-weight: 300;
  font-size: 14px;
}
.style-booking .booking-steps .step.active .step-wrapper a:hover,
.style-booking .booking-steps .step.current .step-wrapper a:hover {
  color: #eee;
}
.style-booking .calendar-wrap {
  margin-top: 20px;
  margin-bottom: 60px;
}
.style-booking .calendar-wrap .calendar {
  width: 100%;
}
.style-booking .calendar-wrap .calendar a {
  text-decoration: none;
}
.style-booking .calendar-wrap .calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.style-booking .calendar-wrap .calendar ul li {
  display: block;
  float: left;
  width: 12%;
  margin: 1%;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.style-booking .calendar-wrap .calendar ul.weekdays {
  height: 35px;
}
@media (max-width: 767px) {
  .style-booking .calendar-wrap .calendar ul.weekdays {
    display: none;
  }
}
.style-booking .calendar-wrap .calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  border-left: none !important;
  border-right: none !important;
  font-size: 13px;
  background: #eee;
}
.style-booking .calendar-wrap .calendar ul.days li {
  height: 70px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .style-booking .calendar-wrap .calendar ul.days li {
    height: 30px;
    line-height: 30px;
  }
}
.style-booking .calendar-wrap .calendar ul.days li .date {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 991px) {
  .style-booking .calendar-wrap .calendar ul.days li .date {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .style-booking .calendar-wrap .calendar ul.days li .date {
    font-size: 18px;
  }
}
.style-booking .calendar-wrap .calendar ul.days li.current {
  color: #cb922a;
}
.style-booking .calendar-wrap .calendar ul.days li.disabled {
  background: #eee;
  color: #c4c4c4;
}
.style-booking .calendar-wrap .calendar ul.days li.selected {
  background: #80b539;
  color: #fff;
}
.style-booking .calendar-wrap .calendar ul.days li.other-month {
  background: #fff;
  border: none;
  color: #c4c4c4;
}
@media (max-width: 767px) {
  .style-booking .calendar-wrap .calendar ul.days li.other-month {
    display: none;
  }
}
.style-booking .calendar-wrap .calendar ul.days li.available:hover {
  background: #eee;
  cursor: pointer;
}
.style-booking .calendar-wrap .calendar ul.days li.available.selected:hover {
  background: #80b539;
  color: #fff;
  opacity: 0.8;
}
.style-booking .calendar-wrap .calendar ul.days li.empty-day {
  border: none;
}
.style-booking .people-list-options {
  margin-top: 20px;
  margin-bottom: 60px;
}
.style-booking .people-list-options ul {
  list-style-type: none;
  padding: 0;
}
.style-booking .people-list-options ul li {
  width: 98%;
  margin: 1%;
}
.style-booking .people-list-options ul li a {
  padding: 15px;
  display: block;
  border: 1px solid #eee;
  font-size: 28px;
}
.style-booking .people-list-options ul li a:hover {
  background: #eee;
  color: #494949;
  text-decoration: none;
}
.style-booking .people-list-options ul li.selected {
  background: #80b539;
}
.style-booking .people-list-options ul li.selected a {
  color: #fff;
}
.style-booking .people-list-options.three-columns li {
  width: 30%;
  display: inline-block;
}
@media (max-width: 767px) {
  .style-booking .people-list-options.three-columns li {
    width: 98%;
  }
}
.style-booking .people-list-options.two-columns li {
  width: 47%;
  display: inline-block;
}
@media (max-width: 767px) {
  .style-booking .people-list-options.two-columns li {
    width: 98%;
  }
}
.style-booking .time-list-options {
  margin-top: 20px;
  margin-bottom: 60px;
}
.style-booking .time-list-options ul {
  list-style-type: none;
  padding: 0;
}
.style-booking .time-list-options ul li {
  width: 98%;
  margin: 1%;
}
.style-booking .time-list-options ul li a {
  padding: 15px;
  display: block;
  border: 1px solid #eee;
  font-size: 28px;
}
.style-booking .time-list-options ul li a:hover {
  background: #eee;
  color: #494949;
  text-decoration: none;
}
.style-booking .time-list-options ul li.selected {
  background: #80b539;
}
.style-booking .time-list-options ul li.selected a {
  color: #fff;
}
.style-booking .time-list-options ul li.disabled {
  background: #eee;
}
.style-booking .time-list-options ul li.disabled a {
  color: #c4c4c4;
  cursor: not-allowed;
}
.style-booking .time-list-options.two-columns li {
  width: 47%;
  display: inline-block;
}
@media (max-width: 767px) {
  .style-booking .time-list-options.two-columns li {
    width: 98%;
  }
}
.style-booking .guest-list-options {
  margin-bottom: 60px;
}
.style-booking .guest-list-options h5.with-border {
  margin-top: 20px;
  font-size: 18px;
}
.style-booking .guest-list-options h5.with-border span {
  font-size: 12px;
  display: block;
  height: 20px;
  font-weight: 300;
}
.style-booking .guest-list-options .quantity {
  font-size: 28px;
}
.style-booking .guest-list-options .quantity .decrease-quantity,
.style-booking .guest-list-options .quantity .increase-quantity {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #eee;
  line-height: 27px;
  font-size: 12px;
  top: -6px;
  position: relative;
}
.style-booking .guest-list-options .quantity .text-quantity {
  line-height: 27px;
  padding-left: 10px;
  padding-right: 10px;
}
.style-booking .room-list-options {
  margin-top: 20px;
  margin-bottom: 60px;
}
.style-booking .room-list-options ul {
  list-style-type: none;
  padding: 0;
}
.style-booking .room-list-options ul li {
  padding: 15px;
  display: block;
  cursor: pointer;
  border: 1px solid #eee;
  width: 98%;
  margin: 1%;
}
.style-booking .room-list-options ul li:hover {
  background: #eee;
}
.style-booking .room-list-options ul li a .price {
  font-size: 22px;
  font-weight: 700;
  float: right;
}
@media (max-width: 767px) {
  .style-booking .room-list-options ul li a .price {
    float: none;
    display: block;
    padding-bottom: 5px;
  }
}
.style-booking .room-list-options ul li a .title {
  font-size: 28px;
}
.style-booking .room-list-options ul li a .desc {
  display: block;
  padding-top: 10px;
}
.style-booking .room-list-options ul li a:hover {
  color: #494949;
  text-decoration: none;
}
.style-booking .room-list-options ul li .image {
  float: right;
  padding-left: 15px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .style-booking .room-list-options ul li .image {
    float: none;
    padding-left: 0;
    text-align: center;
    display: block;
    padding-bottom: 15px;
    max-width: 100%;
  }
}
.style-booking .room-list-options ul li.selected {
  background: #80b539;
}
.style-booking .room-list-options ul li.selected a {
  color: #fff;
}
.style-booking .duration-box {
  margin: 30px 0;
}
.style-booking .duration-box .time-select {
  font-size: 28px;
  display: inline-block;
  line-height: 1em;
}
@media (max-width: 767px) {
  .style-booking .duration-box .time-select {
    font-size: 22px;
  }
}
.style-booking .duration-box .custom-select {
  background: none;
  font-size: 28px;
  padding: 5px 10px;
  margin: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background: #fff;
  color: #494949;
  border: 1px solid #eee;
  border-radius: 0;
}
@media (max-width: 767px) {
  .style-booking .duration-box .custom-select {
    font-size: 22px;
  }
}
.style-booking .duration-box .custom-select option:disabled {
  background: #eee;
  color: #c4c4c4;
}
.style-booking .duration-box .time-select-disabled {
  display: none;
}
.style-booking .form-group {
  margin-bottom: 22px;
}
.style-booking .form-group .form-control {
  box-shadow: none;
  margin-bottom: 0;
}
.style-booking .form-group .error {
  font-size: 90%;
}
.style-booking .form-group .lib-selecting {
  background-color: unset;
}
.style-booking .form-group .date-select {
  font-size: 17px;
}
.style-booking .form-group .clear-date-field {
  position: absolute;
  right: 27px;
  top: 12px;
  cursor: pointer;
  opacity: 0.8;
  display: none;
}
.style-booking .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.style-booking .under-booking-price-info {
  text-align: right;
  font-size: 14px;
  padding-right: 10px;
  color: #494949;
}
.style-booking .more-info-link {
  font-size: 13px;
  color: #eee;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  cursor: pointer;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.lib-box-container .slick-dotted.slick-slider,
.lib-box-container .slick-list {
  margin-bottom: 60px;
}
.lib-box-container .slick-dots {
  bottom: 20px;
}
.lib-box-container .slick-next,
.lib-box-container .slick-prev {
  left: 0;
  top: 20px;
  background: red;
}
.lib-box-container .slick-next {
  left: auto;
  right: 0;
}
.lib-box-container .slick-next:focus,
.lib-box-container .slick-next:hover,
.lib-box-container .slick-prev:focus,
.lib-box-container .slick-prev:hover {
  background: cyan;
}
.product-holder .slick-slider {
  margin-bottom: 0;
}
.slick-loading .slick-list {
  background: #fff 50% no-repeat;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  top: -20px;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
#wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home-izredna {
  position: absolute;
  right: 20px;
  top: 100px;
  padding: 30px;
  background: hsla(0, 0%, 100%, 0.8);
  z-index: 100;
  width: 400px;
}
.home-izredna h4 {
  color: #cb922a;
}
@media (max-width: 767px) {
  .home-izredna {
    width: auto;
    position: relative;
    padding-top: 60px;
    top: auto;
    right: auto;
  }
}
@media (max-width: 767px) {
  .home-slick.home-slick-inside .image {
    min-height: 200px;
  }
}
.home-slick.home-slick-inside .image .big-text,
.home-slick.home-slick-inside .image .caption .white-bg-text {
  padding-left: 0;
}
@media (max-width: 767px) {
  .home-slick.home-slick-inside {
    min-height: 240px;
  }
}
.home-slick {
  background: #fff;
  margin-bottom: 0 !important;
}
.home-slick .image {
  position: relative;
}
.home-slick .image img {
  width: auto;
}
@media (max-width: 767px) {
  .home-slick,
  .home-slick .image {
    min-height: 300px;
  }
}
.home-slick .caption {
  position: absolute;
  bottom: 0;
  font-style: normal;
  margin-bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.home-slick .caption .big-text {
  font-size: 80px;
  font-weight: 400;
  margin: 0;
  padding: 15px 20px;
  line-height: normal;
  color: #fff;
  z-index: 25;
  bottom: 100px;
  left: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .home-slick .caption .big-text {
    font-size: 60px;
    line-height: 60px;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .home-slick .caption .big-text {
    font-size: 50px;
    line-height: 50px;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .home-slick .caption .big-text {
    font-size: 25px;
    line-height: 30px;
    bottom: 35px;
  }
}
.home-slick .caption .big-text:hover {
  text-decoration: none;
}
.home-slick .caption .white-bg {
  background: #fff;
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
  color: #cb922a;
  z-index: 25;
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  transition: all 0.3s;
}
.home-slick .caption .white-bg .white-bg-text {
  padding: 20px;
}
@media (max-width: 1199px) {
  .home-slick .caption .white-bg {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .home-slick .caption .white-bg {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .home-slick .caption .white-bg {
    font-size: 25px;
    line-height: 30px;
    bottom: 0;
  }
}
.home-slick .caption .white-bg:hover {
  text-decoration: none;
  color: #cb922a;
  background: #fff;
}
.home-slick .caption .white-bg:hover .more {
  color: #fff;
  background: #cb922a;
}
.home-slick .caption .white-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(1deg);
  display: block;
}
.home-slick .caption .white-bg-text-small {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .home-slick .caption .white-bg-text-small {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-slick .caption .white-bg-text-small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-slick .caption .white-bg-text-small {
    font-size: 14px;
  }
}
.home-slick .caption .more {
  height: 40px;
  display: inline-block;
  color: #000;
  background: #fff;
  line-height: 37px;
  padding-left: 3px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  font-size: 20px;
  font-family:
    Open Sans,
    sans-serif;
}
.home-slick .caption .more img {
  margin-bottom: 0;
  margin-left: 10px;
}
.home-slick .avtorske {
  margin: 0;
  padding: 2px 20px;
  line-height: normal;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 30px;
  height: 125px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
}
@media (max-width: 1199px) {
  .home-slick .avtorske {
    line-height: 30px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .home-slick .avtorske {
    line-height: 30px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .home-slick .avtorske {
    height: 40px;
    bottom: 28px;
    padding: 0 10px 20px 0;
  }
}
.home-slick .avtorske:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(-1deg);
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
.home-slick .slick-dots {
  bottom: 135px;
  right: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .home-slick .slick-dots {
    bottom: 75px;
    right: 8px;
  }
}
.home-slick .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
  opacity: 1;
}
.home-slick .slick-dots li.slick-active button:before {
  color: #cb922a;
  opacity: 1;
}
.home-slick .slick-next,
.home-slick .slick-prev {
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
}
.home-slick .slick-next:before,
.home-slick .slick-prev:before {
  font-family: simple-line-icons;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-slick .slick-prev:before {
  content: "\e605";
}
.home-slick .slick-next:before {
  content: "\e606";
}
.inside-slick {
  background: #fff;
  margin-bottom: 0 !important;
}
.inside-slick .image {
  position: relative;
}
.inside-slick .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .inside-slick .image {
    min-height: 300px;
  }
}
.inside-slick .caption {
  position: absolute;
  bottom: 0;
  font-style: normal;
  margin-bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  z-index: 1;
}
.inside-slick .caption .big-text {
  font-size: 80px;
  font-weight: 400;
  margin: 0;
  padding: 15px 20px;
  line-height: normal;
  color: #fff;
  z-index: 25;
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 1199px) {
  .inside-slick .caption .big-text {
    font-size: 60px;
    line-height: 60px;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .inside-slick .caption .big-text {
    font-size: 50px;
    line-height: 50px;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .inside-slick .caption .big-text {
    font-size: 25px;
    line-height: 30px;
    bottom: 10px;
  }
}
.inside-slick .caption .big-text:hover {
  text-decoration: none;
}
.inside-slick .caption .big-text.big-text-brez-pod {
  bottom: 35px;
}
@media (max-width: 991px) {
  .inside-slick .caption .big-text.big-text-brez-pod {
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .inside-slick .caption .big-text.big-text-brez-pod {
    bottom: 0;
  }
}
.inside-slick .caption .white-bg {
  background: #fff;
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
  color: #cb922a;
  z-index: 25;
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s;
}
.inside-slick .caption .white-bg .white-bg-text-small {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .inside-slick .caption .white-bg .white-bg-text-small {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .inside-slick .caption .white-bg .white-bg-text-small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inside-slick .caption .white-bg .white-bg-text-small {
    font-size: 14px;
  }
}
.inside-slick .caption .white-bg .white-bg-text {
  padding: 20px 20px 20px 0;
}
@media (max-width: 1199px) {
  .inside-slick .caption .white-bg {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .inside-slick .caption .white-bg {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .inside-slick .caption .white-bg {
    font-size: 25px;
    line-height: 30px;
  }
}
.inside-slick .caption .white-bg:hover {
  text-decoration: none;
  color: #cb922a;
  background: #fff;
}
.inside-slick .caption .white-bg:hover .more {
  color: #fff;
  background: #cb922a;
}
.inside-slick .caption .white-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(1deg);
  display: block;
}
.inside-slick .caption .more {
  height: 40px;
  display: inline-block;
  color: #000;
  background: #fff;
  line-height: 37px;
  padding-left: 3px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  font-size: 20px;
  font-family:
    Open Sans,
    sans-serif;
}
.inside-slick .caption .more img {
  margin-bottom: 0;
  margin-left: 10px;
}
.inside-slick .avtorske {
  margin: 0;
  padding: 2px 20px;
  line-height: normal;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 30px;
  height: 125px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
}
@media (max-width: 1199px) {
  .inside-slick .avtorske {
    line-height: 30px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .inside-slick .avtorske {
    line-height: 30px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .inside-slick .avtorske {
    height: 40px;
    bottom: -13px;
    padding: 0 10px 20px 0;
  }
}
.inside-slick .avtorske:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(-1deg);
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
.inside-slick .slick-dots {
  bottom: 5px;
  right: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .inside-slick .slick-dots {
    bottom: 47px;
    right: 8px;
  }
}
.inside-slick .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
  opacity: 1;
}
.inside-slick .slick-dots li.slick-active button:before {
  color: #cb922a;
  opacity: 1;
}
.inside-slick .slick-next,
.inside-slick .slick-prev {
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
}
.inside-slick .slick-next:before,
.inside-slick .slick-prev:before {
  font-family: simple-line-icons;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inside-slick .slick-prev:before {
  content: "\e605";
}
.inside-slick .slick-next:before {
  content: "\e606";
}
.promo-img-header .image {
  position: relative;
}
.promo-img-header .image img {
  width: 100%;
}
.promo-img-header .image .big-text {
  position: absolute;
  bottom: 50px;
  font-style: normal;
  margin-bottom: 0;
  left: 0;
  background: #cb922a;
  display: block;
  float: left;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  line-height: normal;
  color: #fff;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .promo-img-header .image .big-text {
    font-size: 30px;
    padding: 5px 10px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .promo-img-header .image .big-text {
    font-size: 14px;
  }
}
.breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 30px 0;
}
.breadcrumb a {
  color: inherit;
}
.container-fluid,
.container-fluid.max-width {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container-fluid.max-width {
    margin: 0;
  }
}
.bg-primary {
  background-color: #cb922a;
}
.bg-success {
  background-color: #80b539;
}
.bg-info {
  background-color: #494949;
}
.bg-warning {
  background-color: #b65b89;
}
.bg-danger {
  background-color: #bc9731;
}
.color-primary {
  color: #cb922a;
}
.color-success {
  color: #80b539;
}
.color-info {
  color: #494949;
}
.color-warning {
  color: #b65b89;
}
.color-danger {
  color: #bc9731;
}
.no-margin {
  margin: 0;
}
.margin-top-15 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .margin-top-15 {
    margin-top: 10px;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .margin-top-30 {
    margin-top: 15px;
  }
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .margin-bottom-30 {
    margin-bottom: 15px;
  }
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-top-45 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .margin-top-45 {
    margin-top: 22px;
  }
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .margin-bottom-45 {
    margin-bottom: 22px;
  }
}
.margin-top-90 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .margin-top-90 {
    margin-top: 45px;
  }
}
.margin-top-10 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .margin-top-10 {
    margin-top: 5px;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .margin-bottom-10 {
    margin-bottom: 5px;
  }
}
.no-padding {
  padding: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-top {
  padding-top: 0;
}
.padding-top-30 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .padding-top-30 {
    padding-top: 15px;
  }
}
.padding-left-30 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .padding-left-30 {
    padding-left: 15px;
  }
}
.padding-right-30 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .padding-right-30 {
    padding-right: 15px;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .padding-bottom-30 {
    padding-bottom: 15px;
  }
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-700 {
  font-weight: 700;
}
#menu-button {
  position: absolute;
  top: 98px;
  z-index: 1020;
  left: 0;
}
@media (max-width: 767px) {
  #menu-button {
    top: 76px;
  }
}
#menu-button a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-size: 36px;
}
@media (max-width: 767px) {
  #menu-button a {
    font-size: 20px;
    padding: 5px 10px;
  }
}
#menu-button a:hover {
  background: #494949;
  color: #fff;
  text-decoration: none;
}
#menu-button.affix {
  position: fixed;
  top: 0;
}
#menu-button.affix a {
  background: rgba(93, 190, 202, 0.9);
}
.section {
  padding-bottom: 40px;
  padding-top: 50px;
  background: #fff;
}
.section.min {
  padding-bottom: 40px;
  padding-top: 40px;
}
.section.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.section.no-padding-top {
  padding-top: 0;
}
.section.no-padding-bottom {
  padding-bottom: 0;
}
.section.min-top {
  padding-top: 40px;
}
.section.min-bottom {
  padding-bottom: 40px;
}
.border-bottom-white {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.news-contact {
  float: right;
  text-align: right;
  font-weight: 500;
  font-family: Oswald, sans-serif;
}
.news-box,
.news-contact {
  font-size: 14px;
}
.news-box .news-img {
  overflow: hidden;
}
.news-box .news-img img {
  transition: all 0.3s;
}
.news-box .news-img:hover img {
  transform: scale(1.05);
}
.news-box .news-date {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 5px;
}
.news-box .news-title {
  font-size: 20px;
  position: relative;
  font-weight: 500;
  font-family: Oswald, sans-serif;
  padding-bottom: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .news-box .news-title {
    font-size: 20px;
  }
}
.news-box .news-desc {
  padding-bottom: 20px;
}
.news-box .more,
.news-box:hover .more {
  color: #fff;
  background: #cb922a;
}
.news-box .more {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 47px;
  padding-left: 3px;
  margin-left: 10px;
  text-align: center;
  margin-top: -40px;
  margin-right: -35px;
}
.news-box .news-padding-right {
  padding: 15px 50px 15px 15px;
}
.h2-small h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .h2-small h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .h2-small h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .h2-small h2 {
    font-size: 16px;
  }
}
.tabs-vertical > .nav-tabs > li {
  float: none;
}
.tabs-vertical > .nav-tabs > li > a {
  border: none;
  background-clip: padding-box;
  background-color: #fff;
  border-color: #eaebec;
  border-image: none;
  border-radius: 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  margin-right: -2px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tabs-vertical > .nav-tabs > li > a {
    background-color: #f1f1f1;
  }
}
.tabs-vertical .tab-content > .tab-pane {
  padding: 0;
}
.tabs-vertical > .nav-tabs {
  border-bottom: medium none;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tabs-vertical > .nav-tabs {
    display: block;
  }
}
.tabs-vertical > .nav-tabs > li > a:focus,
.tabs-vertical > .nav-tabs > li > a:hover {
  background-color: #fafafa;
  border-color: #e5e5e5 #e5e5e5 #e5e5e5 -moz-use-text-color;
  border-left: medium none;
}
.tabs-vertical > .nav-tabs .active > a,
.tabs-vertical > .nav-tabs .active > a:focus,
.tabs-vertical > .nav-tabs .active > a:hover {
  border-right-color: #fff;
}
.tabs-vertical > .nav-tabs li.active a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.tabs-vertical .tab-content {
  border: medium none;
  display: table-cell;
  padding: 0 30px;
}
.tabs-horizontal > .nav-tabs li.active > a:before,
.tabs-vertical > .nav-tabs li.active > a:before {
  background-color: #b65b89;
}
@media (max-width: 767px) {
  .tabs-horizontal > .nav-tabs li.active > a:before,
  .tabs-vertical > .nav-tabs li.active > a:before {
    background-color: #818285;
  }
}
.overlay:before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 2;
}
.overlay .v-center {
  position: relative;
  z-index: 3;
}
.loading {
  background: hsla(0, 0%, 100%, 0.7);
}
.loading .spinner {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}
.loading .dot1,
.loading .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #cb922a;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}
.loading .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}
@keyframes sk-bounce {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.cc-cookies {
  bottom: 0 !important;
}
@media (max-width: 767px) {
  .cc-cookies {
    position: fixed !important;
  }
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto 2em;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline:before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background: none;
  margin-top: 40px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cd-horizontal-timeline .events-wrapper {
    width: 80%;
    margin-left: 10%;
  }
}
.cd-horizontal-timeline .events-wrapper:after,
.cd-horizontal-timeline .events-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper:before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper:after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #008948;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover:after {
  background-color: #008948;
  border-color: #008948;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color: #008948;
  font-weight: 700;
}
.cd-horizontal-timeline .events a.selected:after {
  background-color: #008948;
  border-color: #008948;
}
.cd-horizontal-timeline .events a.older-event:after {
  border-color: #008948;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline:before {
    content: "desktop";
  }
}
.table.table-condensed > tbody > tr > td {
  padding: 10px;
}
.table.table-no-border > tbody > tr > td {
  border-top: 0;
}
.table {
  font-size: 16px;
}
.checkbox {
  padding: 0;
}
.zelena {
  color: #008948;
}
h4 small {
  color: #494949;
}
.img-width-70 {
  width: 70%;
}
.text-odmik {
  padding: 0 15px;
}
.well.well-custom {
  padding: 30px;
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  margin-right: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 137, 72, 0.95);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(/img/nivo/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(/img/nivo/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(/img/nivo/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(/img/nivo/close.png) no-repeat 5px 5px;
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font:
    14px/20px Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #003876;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
  (min--moz-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(/img/nivo/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/img/nivo/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/img/nivo/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(/img/nivo/close@2x.png);
    background-size: 35px 35px;
  }
}
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-ajax,
.nivo-lightbox-inline {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
  transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: scale(1);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateZ(0);
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .padding-right-md {
    padding-right: 30px;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.input-surovina .form-control {
  border-radius: 20px;
}
.content-text p {
  text-align: justify;
}
.content-text .text-center p {
  text-align: center !important;
}
@media (max-width: 991px) {
  .slider-for {
    margin-top: 40px;
  }
}
.slider-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.slider-links li {
  margin: 0 5px 5px 0;
}
.slider-links .video-image a {
  position: relative;
  display: block;
}
.slider-links .video-image a img {
  width: 70px;
  height: 37px;
  overflow: hidden;
}
.slider-links .video-image a:after {
  color: #fff;
  content: "\f16a";
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  margin-left: -14px;
  opacity: 1;
  position: absolute;
  top: 4px;
}
.slider-for .slick-next:before,
.slider-for .slick-prev:before {
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 12px;
  background-color: #008948;
  border-radius: 50px;
}
.slider-for .slick-prev:before {
  margin-right: 100px;
  content: "\f104";
}
.slider-for .slick-next:before {
  margin-left: 100px;
  content: "\f105";
}
.slick-slide img {
  max-height: 660px;
}
.slick-slide {
  text-align: center;
  cursor: auto;
}
.text-right {
  text-align: right !important;
}
.slider-for .slick-next,
.slider-for .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
  width: 150px;
  z-index: 1;
}
.slider-for .slick-next.slick-disabled:before,
.slider-for .slick-prev.slick-disabled:before {
  opacity: 0;
}
.social-list .icon {
  margin-left: 5px;
}
.has-feedback .form-control,
form .form-control,
form input {
  border-radius: 20px;
}
.img-shadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
.greenbox {
  background-color: #008948;
  padding: 10px;
  color: #fff;
}
.greenbox h4 {
  margin-bottom: 0;
  font-weight: 300;
}
.modal-dialog.modal-big {
  width: 800px;
}
@media (max-width: 767px) {
  .modal-dialog.modal-big {
    width: 95%;
  }
}
.fa-lg {
  line-height: 0.5em;
}
.modal {
  z-index: 10000;
}
.navbar {
  min-height: 5px;
  position: absolute;
  width: 100%;
}
.nav > li > a {
  padding: 18px 18px 0;
}
.navbar-header:after,
.navbar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  height: 100px;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(1deg);
  display: block;
}
.navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #wrapper .navbar-header {
    width: 100%;
    position: absolute !important;
  }
}
.background-box-padding {
  padding: 50px;
}
@media (max-width: 767px) {
  .background-box-padding {
    padding: 30px 0;
  }
}
h5 .h5-small {
  font-size: 14px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
}
.hr-small {
  margin: 20px 0;
}
.allmargin {
  margin: 50px !important;
}
.leftmargin {
  margin-left: 50px !important;
}
.rightmargin {
  margin-right: 50px !important;
}
.topmargin {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .topmargin {
    margin-top: 30px !important;
  }
}
.bottommargin {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .bottommargin {
    margin-bottom: 30px !important;
  }
}
.clear-bottommargin {
  margin-bottom: -50px !important;
}
.allmargin-sm {
  margin: 30px !important;
}
.leftmargin-sm {
  margin-left: 30px !important;
}
.rightmargin-sm {
  margin-right: 30px !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.bottommargin-sm {
  margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}
.allmargin-lg {
  margin: 80px !important;
}
.leftmargin-lg {
  margin-left: 80px !important;
}
.rightmargin-lg {
  margin-right: 80px !important;
}
.topmargin-lg {
  margin-top: 80px !important;
}
.bottommargin-lg {
  margin-bottom: 80px !important;
}
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}
.nomargin {
  margin: 0 !important;
}
.noleftmargin {
  margin-left: 0 !important;
}
.norightmargin {
  margin-right: 0 !important;
}
.notopmargin {
  margin-top: 0 !important;
}
.nobottommargin {
  margin-bottom: 0 !important;
}
.vzorec-bg-siv {
  background-color: #efefef;
  background-image: URL("/img/vzorec-bg.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
.vzorec-bg-siv:before {
  z-index: 0;
  top: 0;
  margin-top: -40px;
}
.vzorec-bg-siv:after,
.vzorec-bg-siv:before {
  content: "";
  width: 100%;
  height: 65px;
  transform-origin: right top;
  transform: skewY(1deg);
  display: block;
  background-color: #efefef !important;
  background-image: none;
}
.vzorec-bg-siv:after {
  z-index: 2;
  bottom: 0;
  margin-bottom: -70px;
}
.top-bottom-line {
  background-color: #fff;
}
.top-bottom-line:before {
  height: 50px;
  top: 0;
  transform-origin: right top;
  transform: skewY(-1deg);
  margin-top: -80px;
}
.top-bottom-line:after,
.top-bottom-line:before {
  content: "";
  width: 100%;
  z-index: 0;
  display: block;
  background-color: #fff !important;
  background-image: none;
}
.top-bottom-line:after {
  height: 65px;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(1deg);
  margin-bottom: -70px;
  z-index: 100;
}
.border-left-lg:before {
  background: #fff;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}
@media (max-width: 767px) {
  .border-left-lg:before {
    width: 0;
  }
}
.border-right-lg-siv {
  border-right: 1px solid #ecece0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .border-right-lg-siv {
    border-right: 0 solid #ecece0;
    padding-right: 15px;
  }
}
.mesecna-odmik {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .mesecna-odmik {
    padding-left: 15px;
  }
}
.mesecna-odmik i {
  font-size: 24px;
}
.gallery .gallery-title {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gallery .gallery-title {
    top: 15px;
    left: 15px;
    font-size: 18px;
  }
}
.gallery .gallery-img img {
  width: 100%;
}
.gallery .img-gallery {
  float: left;
  width: 50%;
  position: relative;
}
.gallery .img-gallery2 {
  width: calc(50% - 1px);
  border-left: 1px solid #fff;
  float: left;
  position: relative;
}
.subtype-homepage-left-right-image-content .left-right-box .col-md-6 > div {
  min-height: 300px;
}
.left-right-box .dl-horizontal dt {
  width: 200px;
  font-weight: 300;
}
.left-right-box .dl-horizontal dd {
  margin-left: 200px;
}
.up {
  margin-left: 5px;
}
.silhueta-bottom-right {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 337px;
  width: 167px;
}
@media (max-width: 767px) {
  .silhueta-bottom-right {
    display: none;
  }
}
.content-inside {
  z-index: 100000;
}
@media (min-width: 767px) {
  .navbar-nav > li:first-child > a:before {
    font-family: simple-line-icons;
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e069";
    left: -10px;
    top: 16px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 70px;
  }
}
.body-vsebina #footer:before {
  content: "";
  width: 100%;
  height: 50px;
  z-index: 0;
  top: 0;
  transform-origin: right top;
  transform: skewY(-1deg);
  display: block;
  margin-top: -95px;
  background-color: #cb922a !important;
  background-image: none;
}
.body-vsebina #footer h5 {
  margin-top: 30px;
}
.menu-trigger-text {
  position: absolute;
  right: 30px;
  font-size: 18px;
  top: 0;
}
.sub-menu {
  position: absolute;
  bottom: 24px;
  transform: rotate(-1deg);
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 10000;
}
@media (max-width: 1199px) {
  .sub-menu {
    bottom: 22px;
  }
}
.sub-menu li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 2px;
}
.sub-menu li a {
  color: #000;
  padding: 10px 8px;
  background-color: #fff;
  font-size: 12px;
}
.sub-menu li a:hover {
  background-color: #efefef;
}
@media (max-width: 1199px) {
  .sub-menu li a {
    padding: 4px 8px;
  }
}
@media (max-width: 991px) {
  .sub-menu li a {
    padding: 4px;
    font-size: 12px;
  }
}
.sub-menu .active a {
  background-color: #efefef;
}
.lightbox {
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.lightbox:before {
  background: #494949;
  border-radius: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  content: "+";
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 2;
}
.lightbox:hover {
  opacity: 0.7;
}
.lightbox:hover:before {
  opacity: 1;
}
#contactViewForm .form-control,
#contactViewForm form input {
  border-radius: 0;
}
#contactViewForm .form-group {
  margin: 0;
  margin-bottom: 15px;
}
#contactViewForm .required label:before {
  right: -10px;
}
#contactViewForm .submit .btn {
  background-color: transparent;
  color: #cb922a;
  border: 1px solid #cb922a;
}
#form-success-messages {
  background-color: #cb922a !important;
  border-color: #cb922a !important;
}
@media (min-width: 767px) {
  .navbar .dropdown-menu {
    box-shadow: none;
    padding: 0;
    margin: 0;
    top: 35px;
    display: block;
    visibility: hidden;
    transition-duration: 0.4s;
    transition-property: all;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    z-index: 9990;
    list-style: none;
    pointer-events: none;
    border-radius: 0;
    margin-left: 20px;
    padding-top: 20px;
  }
  .navbar .dropdown-menu:before {
    content: "";
    width: 100%;
    height: 7px;
    top: -6px;
    position: absolute;
    left: 0;
  }
  .navbar .dropdown-menu:hover,
  .navbar li.dropdown:hover > .dropdown-menu {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar li.dropdown:hover > .dropdown-menu {
    pointer-events: auto;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f105";
    font-family: fontawesome;
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    padding: 10px 20px;
    top: 0;
    left: 100%;
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    > li {
    min-width: 220px;
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    > li.active
    a {
    color: inherit;
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    > li.active
    a:active,
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    > li.active
    a:focus,
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu
    > li.active
    a:hover {
    background-color: #f8f8f8;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:active:before,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:focus:before,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover:before {
    color: #fff;
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu:active
    > .dropdown-menu,
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu:focus
    > .dropdown-menu,
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu,
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu:hover {
    pointer-events: auto;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar
    li.dropdown:hover
    > .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu:hover {
    top: 0;
  }
  .navbar
    li.dropdown:last-child:hover
    > .dropdown-menu
    > li.dropdown-submenu:active
    > .dropdown-menu,
  .navbar
    li.dropdown:last-child:hover
    > .dropdown-menu
    > li.dropdown-submenu:focus
    > .dropdown-menu,
  .navbar
    li.dropdown:last-child:hover
    > .dropdown-menu
    > li.dropdown-submenu:hover
    > .dropdown-menu,
  .navbar
    li.dropdown:last-child:hover
    > .dropdown-menu
    > li.dropdown-submenu
    > .dropdown-menu:hover {
    left: auto;
    right: 100%;
    margin: 0;
    margin-right: -9px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    max-width: 220px;
  }
  .navbar-brand img {
    max-width: 100%;
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  .accordion-tab,
  .tabs-left .accordion-tab,
  .tabs-right .accordion-tab {
    border: 0 none;
    float: none;
    width: 100%;
  }
  .accordion-tab > li,
  .tabs-left > .accordion-tab > li,
  .tabs-right > .accordion-tab > li {
    float: none;
    margin: 0 0 3px;
  }
  .accordion-tab > li > a,
  .products-tab .accordion-tab > li > a,
  .tabs-left > .accordion-tab > li > a,
  .tabs-right > .accordion-tab > li > a {
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border: 0 none;
    border-radius: 0;
    color: #1e1e1e;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
  }
  .accordion-tab > li > a:hover,
  .products-tab .accordion-tab > li > a:hover {
    transition: all 0.2s linear;
  }
  .accordion-tab > li.active:hover > a,
  .accordion-tab > li.active > a,
  .accordion-tab > li.active > a:focus,
  .accordion-tab > li.active > a:hover,
  .products-tab .accordion-tab > li.active:hover > a,
  .products-tab .accordion-tab > li.active > a {
    background-color: #494949;
    border: 0 none;
    border-radius: 0;
    color: #fff !important;
  }
  .accordion-tab > li > a:before,
  .products-tab .accordion-tab > li > a:before {
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .accordion-tab > li > a .open-sub,
  .products-tab .accordion-tab > li > a .open-sub {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 9px;
    width: 45px;
  }
  .accordion-tab > li > a .open-sub:before,
  .products-tab .accordion-tab > li > a .open-sub:before {
    color: #494949;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 8px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px;
    content: "\f107";
    font-size: 24px;
    font-family: FontAwesome;
  }
  .accordion-tab > .active > a .open-sub:before,
  .products-tab .accordion-tab > .active > a .open-sub:before {
    color: #fff;
    content: "\f106";
  }
  .accordion-tab .tab-pane {
    border: 0 none;
    display: none;
    font-size: 13px;
    padding: 0;
  }
  .nav.nav-tabs.accordion-tab > li > a {
    padding: 20px 18px 20px 45px;
  }
  .nav.nav-tabs.accordion-tab {
    margin-bottom: 20px;
  }
  #wrapper {
    position: relative;
  }
  body.navbar-fixed,
  body.navbar-fixed.with-topbar {
    padding-top: 0;
  }
  body.navbar-transparent .navbar {
    z-index: auto;
    color: #313842;
  }
  body.navbar-dark .navbar .dropdown-menu {
    color: #fff;
  }
  .navbar-nav {
    margin: 0;
    margin-top: 20px;
  }
  .navbar {
    position: static !important;
    min-height: 0;
  }
  .snapjs-left .navbar-collapse {
    overflow-y: auto;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #fff;
    color: #222 !important;
  }
  .navbar-collapse {
    display: block;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 100%;
    background: #262626;
    border-top: none;
    color: #fff;
  }
  .navbar-collapse:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background: rgba(0, 0, 0, 0.3);
  }
  .navbar-collapse .open .dropdown-menu {
    max-height: none;
  }
  .navbar-collapse .dropdown-menu {
    background-color: #262626;
    margin: 0 -15px;
    display: block;
    position: static;
    float: none;
    z-index: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
  }
  .navbar-collapse .dropdown-menu ul {
    margin-left: 15px;
  }
  .navbar-collapse .dropdown-menu ul li a {
    font-size: 12px;
    margin: 3px 10px;
  }
  .navbar-collapse .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-collapse .dropdown-menu a {
    color: #fff;
    font-size: 16px;
    white-space: normal;
  }
  .navbar-collapse .active > a {
    color: #262626;
  }
  .navbar-collapse .nav > li > a {
    padding: 10px;
    color: #fff;
  }
  .navbar-collapse .nav-bottom,
  .navbar-collapse .nav-image {
    display: none;
  }
  .yamm-dropdown .navbar-title,
  .yamm-fw .navbar-title {
    margin-top: 10px;
  }
  .yamm-dropdown .row,
  .yamm-fw .row {
    margin: 0;
  }
  .yamm-dropdown .list-unstyled,
  .yamm-fw .list-unstyled {
    margin-bottom: 0;
  }
  .showHeaderSearch {
    margin-right: 0;
  }
  .headerSearchClose {
    padding-right: 0;
  }
  #wrapper .navbar-header {
    position: relative;
    z-index: 9999;
    background-color: #fff;
  }
  table.table-vizitka td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 20px 15px;
    margin-top: 20px;
    margin-bottom: -40px;
    background-color: #f4f5f5;
  }
  .sidebar-left {
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .section {
    padding-bottom: 40px;
  }
  .section,
  .section-top {
    padding-top: 40px;
  }
  .section-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .header-search input[type="text"] {
    width: 100%;
    font-size: 28px;
    padding: 5px 15px;
  }
  .navbar-brand {
    max-width: 166px;
  }
  .navbar-brand img {
    max-width: 100%;
    padding-top: 20px;
  }
  .headerSearchClose {
    top: 10px;
    right: 10px;
  }
  h1.huge {
    font-size: 120px;
  }
}
