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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #575757;
  background-color: #fbfbfb;
}

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

a {
  color: #D71156;
  text-decoration: none;
}

a:hover, a:focus {
  color: #900b3a;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

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

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

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

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

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

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
.h1 i, .h2 i, .h3 i, .h4 i, .h5 i, .h6 i {
  margin-right: 10px;
  font-size: 16.6666666667px;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 11px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #D71156;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #D71156;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ebebeb;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ebebeb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (min-width: $screen-sm-min) {
    max-width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
    max-width: $container-md;
  }*/
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

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

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

.col-xs-1 {
  max-width: 8.3333333333%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 52px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  line-height: 23.1111111111px;
}

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

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

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

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

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 80px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 80px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  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: 13px;
  }
}

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

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

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

.checkbox {
  padding-left: 35px;
  margin-bottom: 15px;
}

.checkbox input {
  margin-top: 4px;
  width: 17px;
  height: 17px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 600;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  cursor: pointer;
  margin-top: 0px;
  margin-left: -35px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin-top: 0px;
  cursor: pointer;
  left: 0;
  top: 0;
  margin-left: -35px;
  padding-left: 7px;
  padding-top: 4px;
  font-size: 14px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio.radio-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #D71156;
  border-color: #D71156;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #D71156;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #D71156;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #D71156;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

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

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

.btn:hover, .btn:focus, .btn.focus {
  color: #555555;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn i {
  margin-right: 10px;
  font-size: 16.6666666667px;
}

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

.btn-default {
  color: #555555;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 4px;
}

.btn-default:focus, .btn-default.focus {
  color: #555555;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #555555;
  background-color: #e6e5e5;
  border-color: #adadad;
}

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

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #D71156;
  border-color: #D71156;
  border-radius: 4px;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a80d43;
  border-color: #610827;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a80d43;
  border-color: #9e0d3f;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a80d43;
  border-color: #9e0d3f;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #870b36;
  border-color: #610827;
}

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

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

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

.btn-highlight {
  color: #fff;
  background-color: #3181c3;
  border-color: #D71156;
  border-radius: 4px;
}

.btn-highlight:focus, .btn-highlight.focus {
  color: #fff;
  background-color: #27669a;
  border-color: #610827;
}

.btn-highlight:hover {
  color: #fff;
  background-color: #27669a;
  border-color: #9e0d3f;
}

.btn-highlight:active, .btn-highlight.active,
.open > .btn-highlight.dropdown-toggle {
  color: #fff;
  background-color: #27669a;
  border-color: #9e0d3f;
}

.btn-highlight:active:hover, .btn-highlight:active:focus, .btn-highlight:active.focus, .btn-highlight.active:hover, .btn-highlight.active:focus, .btn-highlight.active.focus,
.open > .btn-highlight.dropdown-toggle:hover,
.open > .btn-highlight.dropdown-toggle:focus,
.open > .btn-highlight.dropdown-toggle.focus {
  color: #fff;
  background-color: #20537e;
  border-color: #610827;
}

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

.btn-highlight.disabled:hover, .btn-highlight.disabled:focus, .btn-highlight.disabled.focus, .btn-highlight[disabled]:hover, .btn-highlight[disabled]:focus, .btn-highlight[disabled].focus,
fieldset[disabled] .btn-highlight:hover,
fieldset[disabled] .btn-highlight:focus,
fieldset[disabled] .btn-highlight.focus {
  background-color: #3181c3;
  border-color: #D71156;
}

.btn-highlight .badge {
  color: #3181c3;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-radius: 4px;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #D71156;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

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

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

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

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

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

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

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  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-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

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

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

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

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

.input-group-addon {
  border: 0px;
  width: 55px;
  background-color: #fff;
  padding: 12px 17.5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #D71156;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 80px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #555555;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #555555;
  border-color: #D71156;
}

.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #D71156;
}

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

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

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

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  width: 100%;
  padding: 9px 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border: 1px solid transparent;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .navbar-name {
  width: calc(100% - 25px);
  display: block;
  float: left;
  text-align: left;
  color: #fff;
}

.navbar-toggle .navbar-name span.is-number {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 13.3333333333px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  float: right;
  margin-top: 5px;
  border-radius: 1px;
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .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: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px;
}

@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 22px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 66px 0 22px;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a i {
  color: #555555;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #D71156;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

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

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #900b3a;
  background-color: #ebebeb;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #D71156;
  border-color: #D71156;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ebebeb;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #D71156;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #a80d43;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #D71156;
  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:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ebebeb;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d1d1d1;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #575757;
}

.rounded {
  border-radius: 500px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #D71156;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #8fbf3f;
  border-color: #8fbf3f;
  color: #fff;
}

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

.alert-success .alert-link {
  color: #e6e5e5;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #eaeaea;
  border-radius: 4px;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #D71156;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: visible;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  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;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

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

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

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

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

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

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

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

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
  border-color: #D71156;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0px 0px;
  left: 50%;
  top: 0%;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 5px solid #555555;
  background-clip: padding-box;
  background-color: #f1f1f1;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FFF;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-header {
  padding: 15px 15px 0px;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

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

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

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

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

.modal-footer {
  padding: 0px 15px 15px;
  text-align: right;
}

.modal-footer:before, .modal-footer:after {
  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;
  }
  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  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;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.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: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  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: rgba(0, 0, 0, 0);
}

.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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  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: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .btn {
  width: 100%;
  padding: 14px 15px 15px;
  font-size: 16px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .btn {
  border-width: 1px;
  border-style: solid;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 900;
  box-sizing: border-box;
  max-height: 350px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  height: 230px;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: fade(#64b1d8, 40%);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  padding: 0px 0px !important;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px fade(black, 5%);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  display: block;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: fade(#cccccc, 20%);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: fade(#cccccc, 20%);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

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

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

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

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

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

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

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

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

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 0px;
  left: 0px;
  width: auto !important;
  display: inline-block;
  text-align: left;
  margin-left: 0px !important;
  font-weight: 700;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label:last-child {
  left: inherit !important;
  right: 0px !important;
  text-align: right;
}

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

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

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

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

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

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

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

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

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

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

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

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
}

.slider-selection {
  position: absolute;
  background-color: #D71156;
  box-sizing: border-box;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-radius: 500px;
}

.slider-selection.tick-slider-selection {
  background-color: #D71156;
}

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

.slider-handle {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0px solid transparent;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  border-radius: 500px;
  background-color: #D71156;
}

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

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

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

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

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-filter: none;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

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

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

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

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

.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

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

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

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

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

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

.slick-dots {
  padding: 0px;
  margin-top: 15px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  height: 12px;
  width: 12px;
  padding: 0px;
  margin: 3px;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #D71156;
  border-radius: 500px;
}

.slick-dots li.slick-active {
  background-color: #D71156;
}

.slick-dots li button {
  display: none;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

button.slick-arrow {
  border: 0rem;
  position: absolute;
  z-index: 999;
  display: block;
  top: 50%;
  left: 0%;
  outline: none;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  padding: 0rem 0rem;
  color: transparent;
  background-color: transparent;
}

button.slick-arrow.slick-prev {
  left: 0%;
  right: inherit;
}

button.slick-arrow.slick-next {
  right: 0%;
  left: inherit;
}

button.slick-arrow.slick-next:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

button.slick-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  speak: none;
  color: #575757;
  font-size: 50px;
  display: block;
  margin-bottom: 0rem;
  margin-top: 0rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2");
  src: url("../../../assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2#iefix") format("embedded-opentype"), url("../../../assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../../../assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../../../assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../../../assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

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

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

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

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

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

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

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

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

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

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,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");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/*@import "fancybox/_fancybox";
@import "fancybox/_fancybox-buttons";
@import "fancybox/_fancybox-thumbs";*/
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-Regular.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-SemiBold.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-SemiBold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-Bold.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(/fonts/opensans/OpenSans-Bold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*@import 'https://esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css';*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
  Temporary Styles added until refactoring
 */
#uploadImageButton:hover {
  cursor: pointer;
  cursor: hand;
}

#searchOpenMobile {
  background-color: #ffffff;
}

.body-ios-cursor-fix {
  position: fixed;
  width: 100%;
}

#searchFieldMobile {
  line-height: normal;
}

#searchFieldPositionMobile {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
}

#searchFieldRadiusMobile {
  text-indent: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#radiusicon {
  top: 83px;
}

#radiusiconmobile {
  top: 93px;
}

.form__fieldset {
  position: relative;
}

.form__fieldset input {
  padding-left: 40px;
}

.form__fieldset img {
  position: absolute;
  top: 18px;
  left: 30px;
}

#mobsearchmarkericon {
  top: 28px;
}

.ui-autocomplete {
  z-index: 910;
}

#resetSearchFieldMobile {
  position: absolute;
  top: 2px;
  right: 15px;
  padding: 15px;
  z-index: 1000;
}

#resetSearchFieldPositionMobile {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 15px;
  z-index: 1000;
}

#searchButtonMobile {
  width: 100%;
}

/**
 * Disables text seleting for element and child elements.
 */
.level {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.flex {
  -webkit-box-flex: 1;
  flex: 1;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.text-gold {
  color: #995B07 !important;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.4);
  z-index: 801;
  top: 0;
}

.loading .middle {
  margin: -100px 0 0 -100px;
  top: 50%;
  position: absolute;
  left: 50%;
}

.loading .middle .heart-pulsate {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 65px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 103;
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone {
  border-radius: 0.8em !important;
  border: 0.18em dashed gray !important;
  padding: 20px 20px !important;
  min-height: 150px !important;
}

@media (max-width: 767px) {
  .dropzone {
    padding: 20px 0 20px 0;
  }
}

.dropzone.dragenter {
  border-style: solid !important;
  transition: 1s all !important;
}

.dropzone .dz-details {
  display: none !important;
}

.dropzone .dz-preview .dz-remove {
  width: 120px;
}

.dropzone .dz-preview .dz-remove.transparent {
  visibility: hidden;
}

.dropzone .dz-preview:hover {
  z-index: 0 !important;
}

.dropzone .dz-preview:hover img {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.dropzone .dz-preview .dz-image {
  z-index: inherit;
  border-radius: 0;
  height: 120px;
  background-color: grey;
  border-radius: 20px;
}

.dropzone .dz-preview .dz-image img {
  height: inherit !important;
  min-width: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}

@media (max-width: 767px) {
  .dropzone .dz-preview {
    margin: 0 !important;
  }
}

.dropzone .dz-preview .feedback {
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
}

.dropzone .dz-preview .feedback-success, .dropzone .dz-preview .feedback-error {
  display: none !important;
  z-index: 99;
  color: rgba(255, 255, 255, 0);
  transition: all 2s;
  margin-top: 15px;
  font-size: 5.5em;
}

.dropzone .dz-preview .feedback-success.done, .dropzone .dz-preview .feedback-success.occurred, .dropzone .dz-preview .feedback-error.done, .dropzone .dz-preview .feedback-error.occurred {
  display: inherit !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 5em;
  transition: all 2s;
}

.dropzone .dz-preview .heart-pulsate {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 60%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 103;
}

.dropzone .dz-preview .progress {
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 100%;
  height: 16px;
  background-color: transparent;
}

.dropzone .dz-preview .computable {
  position: absolute;
  text-align: center;
  font-size: 3em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: 83px;
  width: 100px;
  background: #b4b4b4;
  height: 16px;
  border-radius: 4px;
  z-index: 104;
}

.dropzone .dz-preview .computable .percentage {
  width: 0%;
  height: 100%;
  height: 16px;
  border-radius: 4px;
  background: #9c0a6d;
  background: -webkit-gradient(left top, right top, color-stop(0%, #9c0a6d), color-stop(100%, #e22866));
  background: linear-gradient(to right, #9c0a6d 0%, #e22866 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0a6d', endColorstr='#e22866', GradientType=1);
  transition: width 0.4s;
}

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?u852ns");
  src: url("/assets/fonts/icomoon.eot?u852ns#iefix") format("embedded-opentype"), url(data:font/ttf;charse=utf-8;base64,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) format("truetype"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff"), url("/assets/fonts/icomoon.svg?u852ns#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.sl-icon.fs-10 {
  font-size: 10em;
}

.sl-icon.is-highlight {
  color: #D71156;
}

.sl-icon.sl-icon-lg {
  font-size: 21px;
}

.sl-icon.icon-fork-outline:before {
  content: "\e919";
  color: #b3b2b2;
}

.sl-icon.icon-fork-o:before {
  content: "\e91a";
  color: #b3b2b2;
}

.sl-icon.icon-fork:before {
  content: "\e91a";
  color: #D71156;
}

.sl-icon.icon-fork-half-full:before {
  content: "\e91a";
  background: linear-gradient(to right, #ed7034 0%, #ed7034 52%, #b3b2b2 52%, #b3b2b2 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.sl-icon.icon-poi-full:before {
  content: "\e900";
}

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

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

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

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

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

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

.sl-icon.icon-fax:before {
  content: "\e909";
}

.sl-icon.icon-open-bag:before {
  content: "\e90c";
}

.sl-icon.icon-open-bag-o:before {
  content: "\e90e";
}

.sl-icon.icon-closed-bag:before {
  content: "\e90b";
}

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

.sl-icon.icon-closed-bag-o:before {
  content: "\e90d";
}

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

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

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

.sl-icon.icon-poi-o:before {
  content: "\e901";
}

.sl-icon.fs-10 {
  font-size: 10em;
}

.sl-icon.is-highlight {
  color: #D71156;
}

.sl-icon.icon-rating {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  border: 1px solid #D71156;
  padding-left: 1.5px;
  padding-top: 1.5px;
  display: inline-block;
  background: #9BC34b;
}

.sl-icon.icon-rating-o {
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #e4e4e4;
  height: 16px;
  width: 16px;
  padding-left: 1.5px;
  padding-top: 1.5px;
  display: inline-block;
}

.brand-color {
  color: #D71156 !important;
}

.star-color {
  color: #ffc708 !important;
}

@font-face {
  font-family: 'lvh-font';
  src: url("/assets/fonts/lvh-font.eot?u852ns");
  src: url("/assets/fonts/lvh-font.eot?u852ns#iefix") format("embedded-opentype"), url(data:font/ttf;charse=utf-8;base64,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) format("truetype"), url(data:application/font-woff2;charset=utf-8;base64,d09GRgABAAAAACM8AAsAAAAAIvAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIF5WNtYXAAAAFoAAAAVAAAAFQXVtKfZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAHqQAAB6kr4P8IWhlYWQAACBoAAAANgAAADYZiRe2aGhlYQAAIKAAAAAkAAAAJA3VCfJobXR4AAAgxAAAAHQAAAB0YpcAAGxvY2EAACE4AAAAPAAAADxYYGAUbWF4cAAAIXQAAAAgAAAAIAAwAVZuYW1lAAAhlAAAAYYAAAGGmUoJ+3Bvc3QAACMcAAAAIAAAACAAAwAAAAMDowGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6RgDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkY//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/8AEAAPAAB4APAAABSInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjMREiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIwIAal1eiygoKCiLXl1qal1eiygoKSiLXV1qWE1OcyIhISJzTk1YWE1OcyIhIiFzTk1YQCgoi15dampdXosoKCgoi15dampdXYsoKQOpISJzTk1YWE1OcyIhISJzTk1YWE1OcyEiAAAAAQAA/8AEAAPAAB0AAAUyNz4BNzY1NCcuAScmIyIHDgEHBhUxFBceARcWMwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qQCgoi15dampdXosoKCgoi15dampdXosoKAAAAQAA/78CXwO/ACsAABc4ATEiJjU0MDUxNDY3IzcJAScuATU0NjMyFhcVARceARUUBgcxBwEOASsBcC5CCAcBBgFD/r0GBghDLhsvDwGBBgcHBwcG/n8PLxsBQUIuAQEPHAwKAU4BTgoMGw8vQhgTAf5uCgwcDw8cDAr+bhUZAAACAAH/wAQBA8AAJABMAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTgBMTQnLgEnJiMwIjkBEwcBDgEjIiY1OAE5ATQ2Nwc/AS8BLgE1NDYzMhYXMQEXHgEVFAYHNQIAal1diikoKSiLXV1qal5diygoKCiLXV5qAfIE/vALIhMhLwYFAQXk5AQEBS8hEiALARAEBQYFBQPAKSiLXV1qal1eiygoKCiLXl1qal1eiygo/fEH/uIOES8hChQJAQjs7QcIEgohLxAN/uMHCRQLChMJAQAAAAMAAP/ABJgDwAAcAFEArwAAATwBNTQ2NzMeARUcAQcxFhQVFAYHMS4BNTwBNRUlDgEHFRwBFRQWFzEeATMhMjY3MT4BNTQmNTEuAScXLgEvAS4BIyoBIzMqASMiBgc3DgEPAQEuAS8BLgEjKgEjMSoBMSIGBzcOAQcVDgEVHAEVNR4BFzEeATM6ATcHPgE3Iz4BNzE+ATc1PgE3PgEzOgEzIzoBMzIWFyceARceARcjHgEzMhYzMjY3MT4BNTQmJzEBmmhKAUtoAQFoS0to/u8eJwYUEhI2HwMBHzYSEhUBBicfAR1PMQI7jUwECAQBBAgETI0+AzJQHAED5TF6RQRDmVEBAgEBAlGZSAZHeTETFgIWEQ4jFAMHAwEfPB0EGy0TDQ8CBAcJK2Q1AwYDAQMGAzZlLwQJBwQCEA0BG4cvAgYDFCMOExYWEwECAgQCS2wDA2xLAgQCAQQCTGsDA2tMAgQCAVI0ekECAwUCHjYVFhoaFhU1HgMFA0N6NwMzUx8BIygoJQIfUzICAZ80ThcCGBobGQIYTTMBFDUdAwYDARwwEwwNAQEBCQgFFxAPJxUBFRAGEhQVEwEEERYWJw8dIQEOCxU1Hh42FAADAAD/wAQAA8AAHQA9AF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIxcyFhUcARUxMBQVFAYjOAE5ASIwMSImJzE8ATU0NjMxAyImNTwBNxMnNz4BNzMyFhUUBw4BBwYHPgE3BxcOAQcjAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWoUHioxIwEeKQEyIywwIgInUgQhTCkBJxwGBg8HBwIVJxICGx9RLgEDwCgoi15dampdXosoKCgoi15dampdXosoKJgqHgEBAQIBIzIqHQEDAiMz/SQqIgYNBwE3DUILDQEaGQgxMnc3NxMCCgkBOx8lBAACAAD/wAGMA8AAIgBDAAATDgEVHAEVNTAUMRQWMzAyMyMyMDEyNjU8ATUxMDQ1NCYjMQMOAQc3BxcDFAYVFBYzPgE3IycOAQcjNjc+ATc2NTQmI+syRTopAQEBATFFOykTOWwzBgZ0OAMxQkFyLQEmFzYdAQMKChYICCc4A8ABRjECBQIBASg6RTEBAwECASo7/tMDEhABWxT+UAsTCC87BTQqVAwPAxxMTadFRAskJgAAAAAGAAD/wAQAA8AAOABGAGQA6gEjASsAAAEqASMiBgcxDgEVHAEVMRwBFRQWFzUeATM6ATMxOgEzMjY3MT4BNTwBNRU8ATU0JicxLgEjKgEjMQUuAScOAQc3BzMnLgEnASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjAw4BIyoBIzMqASMiJicXNR4BHwEeATMxOgEzMjY3MT4BNTgBOQE0MDU0JicxLgEnIy4BJzEuATU8ATUxMDQ1NDY3MT4BMzoBMzEyFhcnBy4BJyMqASMiBgcxDgEVFDAVNRQwFRQWFzEeARczHgEfAR4BFyceARcxHgEVHAEVMRwBFRQGBzElDgEjKgEnMwYiIyImJzEuATU8ATUVPAE1NDY3MT4BMzoBFyM2MjMyFhcxHgEVHAEVNRwBFRQGBzElIwcjEzMTIwHwAQMBFSQMDQ4ODQwkFQEDAQEDARUjDQwNDQwMJBUBAwEBQQMEAQQKBgIfYyECAwT+z2pdXosoKCgoi15dampdXosoKCgoi15dauwRKRcCBAMBAgQDFysTAQoYDQIKGQ0BAwEMFgkHCAcHDR0PAhMiDQcJEA4PJhQCAgIaMRYCERIoFQEBAgIKEwcHBwMDAwkFAQkWDAIQGwwBCA0EBAURDwFQFDgfAwQDAQIFAiA3FRMWFhQUNyACBQMBAgUCIDcUExYWEwEFgCE6fjt+OwJMEg8SKxgCBAICBQMYKxMBDxISDxErFwMGAwEDBQMXKhIPEiEKDgUTIA8EV1sEDwoBlSgoi15dampdXosoKCgoi15dampdXosoKP17DA0JCQE0BQgDAQMDBwYFEQoBAQkRBQoPBgcVDwsaDgICAgIBEyALDA0MCgEtCAoBBgYFEAgBAQEBAQULBQUJBAULBAEGDwkBBg8JCBMKAQEBAQIBFCIMExUZAQEZFRg7IQQGAwEDBgMhPBcVGAEBGRUXPCEDBgMBAwYDITwXNF0BUv6uAAX/+/+/ChcDwQAKABIASwCjASkAAAETPgE/ARYXFhcTCQEjATMTIRMBPgEzOgEXIzYyMzIWHwEeARUUBhU1FBYVFAYHNw4BIyoBJzMGIiMiJic1LgE1PAE3FSY0NTQ2NwclJicuAScmIyIGIzMiJiMiBw4BBwYHMQYHDgEHBhUUFhc1DgEVFBceARcWFzUWFx4BFxYzMjYzIzIWMzI3PgE3Njc1Njc+ATc2NTQmNRU0NjU0Jy4BJyYnAS4BJyMuAS8BLgEnFy4BLwEuATU8ATUVPAE1NDY3Mz4BMzoBMyMeARcnNy4BJyMqASMiBgc3DgEVHAEVNRwBFRQWFyceAR8BHgEXJx4BFRQwFTEcARUUBgcxDgEjIiYjMy4BJzMuAScXFR4BMzoBMyMyFjMyNjcHPgE1PAE1FTwBNTQmJxcHuVoOGwsCBhMUCGABOf6LsP6LqGkBfGD6YyRpPQUKBQEECgY8ZyIBIigBASgkASRoPQQKBQEECQU8aSQkKAEBKCUBAjQeJCRQLCwuBw4HAQcOCC8sLFEkJB4dFxYgCAkBAQEBCQggFxccHiQjUSwsLwcPBwEGDgguLCxRIyQeHRYXIAkIAQEICSAWFx38ZA0mFgEjTisFJ0QfBBAbCgEHCRYSARc5IAMFAwFBeTYDMT+RTQEDCQU+cC4BJy0eGgEnXzcDMVUmARMXGRUbPyMFCQQBJ0ojBSpKIgU4gUUGDAYBBQsGRHs0ASw0DQwBAW4BAiRYLwsaOjoa/vD+YQPl/BsBE/7tAwYsNAEBNCsBNH1FCBAIAQcRCEV/NQIsMwEBNCsBNH9FCBAHAQcPCEV/NQJlHxkZIwkKAQEJCiIZGB8jJyhWLy8xCRMJAggSCjEvL1coKCMBHxkZIwoJAQEKCSMZGR8BIigoVy4vMQkSCQIIEQkxLy9XKCgj/hYbLBIZKREBDyETAgkYDwENHxEBAgIBAQIBGi4QEhQDHRkBhR4hAScjASFeNwMIBAEBAwEuVCIBKkATARIwHQERMBwBAQECAR0xEBIUAQEKCAoaEAKaGRsBKSUBI2c8AwQDAQICAh46GgIAAAACAAH/wAJVA8AAFAAzAAABFAYjIiY1NDY3MTAyMTIWFTgBOQEzOAE1NCcuAScmIyIHDgEHBhUUFhcnGwE+ATU4ATkBAbRQOTlQUDgBOVChFxhQNzY+PTc2URcYGBYB/P0VGAKVOVBRODlQAVE5AT03NlEXGBgXUTY3PSxQIgH9xwI5IU8rAAAAAgAA/8EDzQPAADgAWgAABQE+ATU0Jy4BJyYjIgcOAQcGFTEUFx4BFxYzMToBMzI2NwcBHgEzOAE5ATgBMTI2NzE+ATU0JicxATAUMRQHDgEHBiMiJy4BJyY1NDc+ATc2MzEyFx4BFxYXMQPF/tkvNx8eaUZGUFBGR2gfHh4faEdGUAEBAUN3MQEBJQUMBwcLBQUFBAT+/RoZVzo6QkI7OlcZGRkZVzo7QkI6OlcZGQEJAUIzhkxQRkZpHh8fHmlGRlBQRkZpHx4rJgH+wAUGBAQFDAcHCwQCSAFCOjpXGRoaGVc6OkJCOzpXGRkZGlY6O0IAAAIAAP/ABDQDwAAJABMAAAUlBRMtARsBDQElFwMlBQM3JQsBA2f+s/60Xf7VAYWVlAGG/tf9bulKAQIBAkjo/tFzckDOzgF8/R0Bav6WHf3Ww/7Yn58BJ8IWARv+5wAAAAEAAP/ABDUDwAAKAAABAw0BAyUFAy0BAwIalP56AStdAUwBTV0BK/55lAPA/pYd/f6Ezs4BfP0dAWoAAAT////ABAADwAAkAEUAagCHAAABOAExIgcOAQcGFRQXHgEXFjMyNz4BNzY1MTgBMTQnLgEnJiMxAS4BNTQ2NzM+ATMyFhcVHgEVFAYHNy4BIyIGBzUuASc1ASInLgEnJjU+ATczHgEzOgEzMToBMzI2NwceARcxFgcOAQcGIwEOAQcxLgEjIgYHNy4BNTQ2NxU+ATMyFhUUBgc1AgBrXV2LKCkpKItdXWtqXV2LKCkpKItdXWr+zQECOisBBAoFLkUHAQEFBQEQIxIlQxoNEQQBNDUuLkQUFAIfGQEqYjQBBAEBAwEyYC0EGB4BARQTRS4uNAEyAxENGkIlEyMQAQUFAQEFRS8yRwECA8AoKIxdXWpqXl2LKCgoKItdXmpqXV6KKSj+dAUMBy1ECAEBPCwBBQwGDRkMAQYGGRcBDSATAf4XDg0wICAkIjkTERIREQETOCEkICAwDQ4B6RQhDRYZBwYBCxkOBgsGAS4+RzMHDgcBAAoAAP/ABAQDwAAjAC0AMQA7AD8AQwBHAFEAVQBfAAAXOAExIiY1ETQ2MzgBMSE4ATEyFhU4ATkBETgBMRQGIzgBOQE1OAExMjY9ASERIxEhESUeATM4ATEzESElESERJxEhEScRIREBNTQmIzgBMSMRIxEhESMRIzgBMSIGBxVbJTY2JQNOJjU1JhAX/u81/u/+uwEWEOr+7wOc/u81/u80/u8DnBcQ6jX+7zTqEBYBQDUmA0omNTUm/LYmNTQXEOn+8AEQ/vAnEBcBEDQBD/7wAQEP/vABAQ/+8AFF6RAX/vABEP7wARAXEOkABQAA/8ADtQPAABkAMgBGAFoAxgAAASEOAQcxFTM0NjMxITIWFTEzNTgBMTQmJyMDFAYjMSEiJj0BNDYzMSE4ATEyFhU4ARUxAyImNTQ2MzIWFTEwFDEUBiM4ATEhIjAxIiY1NDYzMhYVMTgBMRQGIwUzFRQWMzEzMDIxMjY1OAE5ATUwNDUwNDkBPgE1ER4BOwE+AT0BNCYjMSMiBgczNTgBMTQmIyEiBgcxFS4BKwEiBhUxFRQWOwEyNjcjETgBMRQWFzEVOAEVFBYzOAExMzgBMTI2NTQwOQE1IQM9/TgVGwIREw4CyA4TEh4UARwTDv26DRMTDQJGDhNNGiUlGhklJBr+DAEaJCQaGiQkGQHkBg8KVQEKDwMDAwcELw0TEw0yAwcEAR4W/W4VHgEDBgQwDRISDTAEBwMBBAMOC1UKDwHaA8AGIRaIDRMTDYgVHQH+EA0TEw3CDhMTDQH90iQaGiQkGgEZJCQaGiQkGhokTjMKDw8KSwEBAQYMBwGKAQIBEg2VDRIBAiUWHh0VJgIBEg2VDRIBAv52Bw0FTgEKDw8KATEAAAEAAP+/BAADwACxAAABJjYXFhceARcWMR4BFzY3PgE3NjU0Jy4BJyYjIgcOAQcGFTgBOQE4ARUUFx4BFxYXMT4BPwE+ATU0JicxLgE1NDY3FTA2NzY3PgE3NjE+ARcWFAcwBw4BBwYHHAEVFBYzMjY3MzY3PgE3NjE+ARcWFAcwBw4BBwYHBhY/AT4BFxYUBzAHDgEHBgcOATEOAQcjDgEHFQcOAQcWFx4BFxYzMjc+ATc2NzUuAScmJy4BJyYnAj8CNRoIJidWIyMDDgoYExQbBwcoKIteXWpqXV6LKCgKCyYbHCIICwIzAQEKCAsNBAQVAwcQDyEMDAQLCQoDCwoaDQ0GDAgGCQIBBg4OHgsMAwsKCgQJCRgLDAUHJgdPBAsKCgQIBxULCgUCFg0yIAEPFwYyAwsHICUkUSsrLTYyM10pKSMGDARAMzRIFBQBAkJQXjgQUlG3SUoHGREgJCROKiosal1eiygoKCiLXl1qATQyMlspKSIQGAeFBAgFDBcIDiQUDBUKATkGECIiQxoZCgwEBBAJGxtHIiIPAQIBCQwGBBAiIkUaGgoLAwQQChscSCMiDhAQEdAKDAQEEAobG0gjJBEGOR0oBQMTDQGDCSUZGhUUHQcICwsnHRwjAREeCyI5OHw8OygAAAQAAP++AhoDvgAfADEARgBaAAABIy4BNTwBNzE0Njc+ATMyFhUUBgcxDgExDgEjOAE5AQEVFhceARcWMzI3PgE3Njc9AScVMzQnLgEnJicVHgEVHAEVFAYHFSMuATUmNDU0Njc9AQYHDgEHBhUhARAECw8BDQgDDwsMEgEBBg0CEQv+8AMXFkgwLzY1MC9IFxYD/f4UFEUuLjUPFRQQGw8VARQRNS8vRhQUAQEDHQERDAECAQJNGgoMEQ0CBAIYSgsO/pv9NS4vRBMUFBNELi41Af1sTDUyM1AYGQJEBScaAgUCFCEIAQUnGwIEAhQhCAFEARkYUDMzNQAAAAIAAP/BAtwDwAARACkAACUUBiMiJjU0NjMxMhYVOAE5ARMJAQ4BFRQXHgEXFjMyNz4BNzY1NCYnFwJYNSUlNTQlJjVK/sz+yxseHB1kQkNMTENCZB0cHhwB0SU1NSYlNTUmASQBy/41KmU3TEJDZBwdHRxkQ0JMN2UrAQACAAD/vwMrA8AAJQApAAAlLgEnMy4BLwEzJicGBzMOAQ8BMwYHIRUUFjMwMjEzOAExMjY9AQcjNTMDKydIIXMqTiUCc/VbWfJyJk4oAnRBTgE9DwoBfQsPMktKwiRJJSdQKgPk5OTmLFImAUlK5woODgvnzc0AAAACAAD/wAJRA8AALAAwAAATNz4BNzMUFh8BHgEVFAYPAQ4BFwYWHwEeASMhIjY/AT4BJzYmLwEuATU0NjcTMxUjJoEhFQKTFyGBDhgjIgMVLgYCXxAECRIt/fstEgkED18CBy4WAiIjGA7kPT0DLjANNCEhNA0wBQ0NPDA0AyFqJxJpJQgUdHQUCCVpEidqIQMzMDwNDgT9OKUAAAADAAD/wANnA8AAJQBJAG0AAAEiJjUxNSEVOAExFAYjIjAxIxEzOAEzMhYVOAE5ARUhNTQ2OwERATU4ATE0NjczESM4ATEiJic9ASEVFAYjMSMRMx4BFTgBOQEVMzU4ATE0NjczESM4ATEiJic9ASEVFAYjMSMRMx4BFTgBOQEVApseK/7DKx4BNTUBHisBPSseN/0uKx5JSR4qAQGjKx5JSR4rISseSUkeKgEBoyseSUkeKwIdKx5JSR4rAaMrHklJHiv+Xf2jNh4rAQE9Kh0BNjYfK/7FASseNjYeKwEBPSodATY2Hyv+xQErHjYAAAASAAD/vwKcA8AABAAOABoAMwBFAFEAWABgAGYAagBvAHcAegB/AJIAogDrAQgAABMHMycjEzAGIyImJzEDMwMHFBYzMTMyNjUxJxM3DgEHIw4BIzEiJicVEx4BMzEyNjE3JzcDNycjBxU+ATczPgE/AT4BNzE3FAYjIiY1NDYzMhYTJzcOAQcjPwEOATEwNjcHNxcwJic3Fwc3Nw4BBycHLgEnNw4BBw8BNzcXBz4BEzwBNTQ2PwEuASMiBgc3DgEHMScwJyY2NzY3MAcOAQcGHwETJjYnLgE1NDY3FS8DDgEPAQ4BBw4BFRQWFzEeATMyNjcjPgE3PgE3HgEfAR4BMzAyMzEUFhcOARceARcxMjY3PgE1NCYnFScuATU0NjcVPgEzMhYXIx4BFRQGBzEOASMiJicxIhx4GkJCDhMNEgIceHAOEQ1GDREOmwwHFw8BBQwGCxMIFAISDRMNBSEdBRENQhsFCgYBCA4EAQYUDhMcFBQeHhQUHKZbbwUIBQIhQxU/DAXLQVdyJnc8WyBeBQoFNkkLFQtLCBAIDT4V1yk9BQkkTDwCCxoODhsLAS02AgcDAwgPECYfH0QXFxFZGQczBAECAwItA0ctFS8ZAhMfFA8SAgEFGRAFCAUBFiYVCiQLBQwGAQYOCAEBAgICKwgFFg4LCwgLDQECTQoMAgIEEwsFCAQBCg0CAgUSDAQIBAK7y8v9JR4RDQH4AejMDBISDMz839kRGgkCAgYGAf6SDREeUhdWAZwMa94XBQYDChgNAhMgDNYwEREwMXh4/JOIHClSKagRLX90JzQRflAdYSUXOxsOGw8lRgsTChQOHhAGDzY3Jw8OGAGOBAoERW4ZAQYICAcBImQ7BR0dWDM0LQYHMjIzWCr+yxRUFg0eDxIkEQIVAiIVFykRAQtfCAYZEAUJBA4SAQIIWxMGGwgGCgMBAwMPLwwbVBcNEgEBBQcWDgQJBAHMBRMMBAkEAQoNAgIFEwsFCAQKDAIBAAwABP/BBBwDwAApAC0AMQBCAJUAtwDMAOoBBQEqAUUBUwAAAQ4BBxUOAQcGFhceAR8BOAExMjY3MTc+AT8BPgE3Jy4BLwEuAScjDgEHAzcXBxMHJzcDHgEXNR4BFz8BPgE3JyIGBwUuAScuAS8BLgEnIyoBIyImIyIGBzcOAR8BHgEVHAEHMQ4BBw4BBw4BFRQWFzEeARceAR8BHgEXJx8BHgEzOgE5AT4BNzE+ATU0JicVLwEuAS8BJw8BDgEvAi4BNTQ2NzE3PgE3PgEzMhYzIxceARUUBgcxAT4BMzIWFRQGIyImJzEuATU0NjcxAS4BIyIGFRQWFzEXHgEzMTgBMzI2NzE+ATU0JicxJy4BIyIGFRQWFTEXHgEzMTI2NzE+ATU0JicxJy4BIyIGBzEOARUUFhcxFx4BMzgBOQEyMDEyNjcxPgE1NCYnMTcuASMiBhUUFhcxFx4BMzEyNjcxPgE1NCYnMSUXAR4BFzEeARcBFzcnATkvVSctUQwLIiQUMx4CBAYCiShLIgMLGg0WDRwPARQvGQQHDwe10hXLbdIPy8UBEA4IEAgcFwIEAmoCCgQB0xIgBBAoFwEiTyoCChIJAwgEDRcLAQUCA34CAgECMCEgMAMBAQMCAyoXJVUtBStLIQHT4AkWDAEBEyEMDQ8KCeDTGSgPAYsmJQIIAyEfAQICASUMFwECBQMBAgEBPgECAgECLQcRChQbGxQKEQcGBwcG/YkCBAIFBwEBIAEFAwECAwECAgICMAIDAwQHASACBAMCAwIBAgIBMAIDAwIEAQICAgIIAQUCAQIDAQICAgIuAgUCBQcCAR4CBQICBAECAgEBAfgM/usDCwcGDQcBGCBHLgGTJUsnASxRCgtFIxchBwEDAoknVCwEECMPFA8bDAEJEAYFCwX+atIWywEq0hzLAf0bLxUBDxoNKyUDBwNDBgaJL1INFyQOARMaBQEGBQEHDQJRAgQDAQMBA0oxMUwEAQMCAgUBAhQMDxkIAQYdFgHS4AgKAQ8MCx8SDxkLAd3SIEooBDY6OgQDAhQUAQQCAgQBOhQjAwMEASgCAwMCAwL9dAYIHBQTHAgGBhIJChEHApACAgcFAQMCKAICAQECBAICBAINAQIHBQEDASkCAgIBAQQDAgQBDQIBAQIBBAIDBAELAgIBAQEFAgIEAl4CAgYFAwQBJwICAQECBQICBAGuG/7tCxMHBgoHARgMdy4ABgAA/8ADLAPAAAMABwAMABEAFQAaAAATIRUhJSEVIQEhFSE1KQEVITUDIRUhESEVITUAAXf+iQG1AXf+if5LAXf+iQG1AXf+idUBdv6KAXb+igK03Nzc/sTc3NzcAyTc/sTc3AAAAAABAAAAAQAAmrZoI18PPPUACwQAAAAAANgr6Z0AAAAA2Cvpnf/7/74KFwPBAAAACAACAAAAAAAAAAEAAAPA/8AAAAoX//v//QoXAAEAAAAAAAAAAAAAAAAAAAAdBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAAAl8AAAQAAAEElwAABAAAAAGLAAAEAAAAChf/+wJUAAEDzQAABDUAAAQ1AAAEAP//BAQAAAOyAAAEAAAAAhoAAALcAAADKwAAAlEAAANnAAACnAAABBsABAMsAAAAAAAAAAoAFAAeAHgAqADoAVICOAK2AxAEggYWBloG1AcEByIH3AhSCSYKHAqaCtgLFAtiC9oNUg8eD1IAAQAAAB0BVAASAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"), url("/assets/fonts/lvh-font.svg?u852ns#lvh-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.lvh-icon.fs-10 {
  font-size: 10em;
}

.lvh-icon.is-highlight {
  color: #D71156;
}

.lvh-icon.sl-icon-lg {
  font-size: 21px;
}

.lvh-icon.icon-fork-outline:before {
  content: "\e919";
  color: #b3b2b2;
}

.lvh-icon.icon-fork-o:before {
  content: "\e91a";
  color: #b3b2b2;
}

.lvh-icon.icon-fork:before {
  content: "\e91a";
  color: #D71156;
}

.lvh-icon.icon-rate .give-rating__desktop {
  border: 5px solid transparent;
  margin-left: -5px;
}

.lvh-icon.icon-rate:before {
  content: '\e900';
}

.lvh-icon.icon-rated .give-rating__desktop {
  border: 5px solid transparent;
  margin-left: -5px;
}

.lvh-icon.icon-rated:before {
  content: '\e901';
}

.lvh-icon.icon-carret-left:before {
  content: '\e902';
}

.lvh-icon.icon-carret-up {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.lvh-icon.icon-carret-up:before {
  content: '\e902';
}

.lvh-icon.icon-carret-right {
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.lvh-icon.icon-carret-right:before {
  content: '\e902';
}

.lvh-icon.icon-carret-down {
  /* Safari */
  -webkit-transform: rotate(-270deg);
  /* Firefox */
  -moz-transform: rotate(-270deg);
  /* IE */
  -ms-transform: rotate(-270deg);
  /* Opera */
  -o-transform: rotate(-270deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.lvh-icon.icon-carret-down:before {
  content: '\e902';
}

.lvh-icon.icon-carret-left-full:before {
  content: '\e903';
}

.lvh-icon.icon-phone:before {
  content: '\e904';
}

.lvh-icon.icon-info-bubble:before {
  content: '\e905';
}

.lvh-icon.icon-info:before {
  content: '\e906';
}

.lvh-icon.icon-soa-bubble:before {
  content: '\e907';
}

.lvh-icon.icon-soa:before {
  content: '\e908';
}

.lvh-icon.icon-poi-marker:before {
  content: '\e909';
}

.lvh-icon.icon-magnifier:before {
  content: '\e90a';
}

.lvh-icon.icon-favorite:before {
  content: '\e90b';
}

.lvh-icon.icon-favorite-full:before {
  content: '\e90c';
}

.lvh-icon.icon-experience:before {
  content: '\e90d';
}

.lvh-icon.icon-all-types:before {
  content: '\e90e';
}

.lvh-icon.icon-transport:before {
  content: '\e90f';
}

.lvh-icon.icon-food:before {
  content: '\e910';
}

.lvh-icon.icon-design:before {
  content: '\e911';
}

.lvh-icon.icon-self-care:before {
  content: '\e912';
}

.lvh-icon.icon-wood:before {
  content: '\e913';
}

.lvh-icon.icon-wear:before {
  content: '\e914';
}

.lvh-icon.icon-steel:before {
  content: '\e915';
}

.lvh-icon.icon-fine-art:before {
  content: '\e916';
}

.lvh-icon.icon-handyman:before {
  content: '\e917';
}

.lvh-icon.icon-construction:before {
  content: '\e918';
}

.brand-color {
  color: #D71156 !important;
}

.icon-rated {
  color: #D71156;
}

.fancybox-container .btn-highlight {
  background-color: #ee2d70 !important;
}

.fancybox-container .btn-highlight:focus, .fancybox-container .btn-highlight:active, .fancybox-container .btn-highlight:hover {
  background-color: #d71156 !important;
}

#event_dates .datepicker {
  background-color: #4a4b4d;
  border-radius: 4px;
}

#event_dates .datepicker > div {
  padding: 5px 10px;
}

#event_dates .datepicker .datepicker-switch {
  text-align: center;
}

#event_dates .datepicker .datepicker-days tr th {
  width: 14.28%;
  text-align: center;
}

#event_dates .datepicker-dropdown {
  z-index: 9999 !important;
}

#event_dates .datepicker .prev, #event_dates .datepicker .next {
  cursor: pointer;
}

#event_dates .datepicker .next {
  text-align: right;
}

#event_dates .datepicker .month, #event_dates .datepicker .year {
  padding: 5px 5px;
}

#event_dates .datepicker table {
  border-spacing: 5px;
  border-collapse: separate;
  width: 100% !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                              supported by Chrome and Opera */
}

#event_dates .datepicker table tfoot th.today {
  border-top: 1px dotted #FFF;
  color: #D71156;
  cursor: pointer;
}

#event_dates .datepicker table tfoot th.today:hover {
  color: #ec1560;
}

#event_dates .datepicker table thead {
  color: #FFF !important;
}

#event_dates .datepicker table tr td {
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  color: #57585A;
}

#event_dates .datepicker table tr td.day:not(.disabled):not(.new):not(.old) {
  border: 2px solid #FFF101;
  background-color: #FFF799;
  color: #57585A;
}

#event_dates .datepicker table tr td.today {
  font-weight: 600 !important;
  background-color: #464646;
  color: #fff;
}

#event_dates .datepicker table tr td.active {
  border: 2px solid #819518;
  background-color: #bed737 !important;
  color: #4a4b4d;
  font-weight: bold;
}

#event_dates .datepicker table tr td.disabled {
  background-color: #4a4b4d !important;
  color: #8e8e8e !important;
  font-weight: 600;
}

#event_dates .datepicker table tr td.range {
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #57585A;
  font-weight: bold;
}

#event_dates .datepicker table tr td.range-start {
  background-color: #fff !important;
  color: #57585A;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
}

#event_dates .datepicker table tr td.range-end {
  background-color: #fff !important;
  color: #57585A;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
}

#event_dates .datepicker table tr td.old, #event_dates .datepicker table tr td.new {
  visibility: hidden;
}

.btn-rst-float {
  border-radius: 0;
  border-left: 1px solid #4f5052;
  background-color: #4a4b4d;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #57585a;
  min-height: 30px;
  line-height: 30px;
  display: block;
  padding: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.label-has-begun {
  color: #4a4b4d;
  background-color: #fff;
  font-size: 10px;
}

@media (max-width: 767px) {
  .label-has-begun {
    font-size: 14px;
  }
}

.label-has-begun__dark {
  color: #fff;
  background-color: #4a4b4d;
}

#event_times {
  position: relative;
  min-height: 100px;
}

#event_times .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.4);
  z-index: 801;
  top: 0;
}

#event_times .loading .middle {
  margin: -44px -38px;
  top: 50%;
  position: absolute;
  left: 50%;
}

#event_times .loading .middle .heart-pulsate {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 100px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 103;
}

.is-certified {
  margin-top: 2px;
}

.is-certified i {
  color: #4a4b4d;
  background-color: #fff;
  border-radius: 50px;
  padding: 3px;
}

.tickets-select {
  width: 55px;
  height: 38px;
  line-height: 38px;
  padding: 2px 6px;
  display: inline-block;
  margin-bottom: 4px;
}

.event-picture {
  width: 150px;
}

@media (max-width: 767px) {
  .event-picture {
    width: 100%;
  }
}

/* Default
* ------------------------------------------------ */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  body.sm-xs-active {
    overflow: hidden;
  }
}

.brand-gradient {
  background-image: linear-gradient(to bottom, #e62b60 0%, #a70d70 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE62B60', endColorstr='#FFA70D70', GradientType=0);
}

.btn {
  border-radius: 5px;
}

.btn-primary {
  font-weight: bold;
  background: transparent linear-gradient(180deg, #d60b52, #b9144e) 0 0 no-repeat padding-box;
  text-transform: uppercase;
  border-bottom: 2px solid #a80d43;
}

.btn-primary:active, .btn-primary:focus {
  background: #49061d !important;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover {
  background: #bf0f4d !important;
  border-color: #a80d43 !important;
}

.btn-light {
  background: #ee2d70;
}

.glyphicon {
  display: none !important;
}

/*.fancybox-title-float-wrap {

  right: auto;

  .child {
    background: none;
    text-shadow: none;
    color: #808080;
    margin-right: auto;
  }

}*/
.fancybox-container {
  font-family: inherit !important;
}

.fancybox-caption {
  border-top: 0px !important;
}

.fancybox-caption .userAvatar {
  -o-object-fit: cover;
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

#booking-helper h2 {
  margin-bottom: 1em;
}

#booking-helper div.btn, #booking-helper a.btn {
  margin-bottom: 1em;
}

.is-animated {
  opacity: 0;
  transition: all 0.9s;
}

.is-animated.is-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

.is-animated.fadeInTop {
  position: relative;
  top: -30px;
}

.is-animated.is-visible.fadeInTop {
  top: 0px;
}

.is-animated.fadeInBottom {
  position: relative;
  bottom: -30px;
}

.is-animated.is-visible.fadeInBottom {
  bottom: 0px;
}

.is-animated.slideInLeft {
  position: relative;
  left: -100%;
}

.is-animated.is-visible.slideInLeft {
  left: 0%;
}

.is-animated.slideInRight {
  position: relative;
  right: -100%;
}

.is-animated.is-visible.slideInRight {
  right: 0%;
}

.is-animated.delay05 {
  transition-delay: 0.5s;
}

.is-animated.delay10 {
  transition-delay: 1s;
}

.is-animated.delay15 {
  transition-delay: 1.5s;
}

.is-animated.delay20 {
  transition-delay: 2s;
}

.is-animated.delay25 {
  transition-delay: 2.5s;
}

.is-animated.delay30 {
  transition-delay: 3s;
}

@media (max-width: 767px) {
  .is-animated[class^="delay"], .is-animated[class*=" delay"] {
    transition-delay: 0.5s;
  }
}

.is-white {
  background-color: #FFF;
}

.is-grey {
  background-color: #E6E7E9;
}

.is-darkgrey {
  background-color: #ebebeb;
}

a.is-grey, p.is-grey, ul.is-grey, i.is-grey {
  background-color: transparent;
  color: #d9d9d9;
}

.is-detail {
  color: #f5c1c1;
}

.is-unstyled {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.list-inline {
  margin-bottom: 5px;
}

.list-inline--details {
  margin-bottom: 15px;
}

.app_badge {
  width: 180px;
  margin: 5px 0px;
}

@media (max-width: 991px) {
  .app_badge {
    width: 100%;
  }
}

.badge {
  padding: 5px 10px;
}

.badge-primary {
  background: #3181c3;
}

.badge--search {
  padding: 8px 10px;
}

@media (max-width: 991px) {
  .badge--search {
    margin-bottom: 10px;
  }
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #3181c3 !important;
}

.alert--langNotAvl {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.dropdown-backdrop {
  height: 60px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

/* Fixes the Safari display error for password fields */
.input-group .form-control {
  line-height: normal;
}

/* Fixes IE11 display error for search fields */
.form--search fieldset.form__fieldset .form-control {
  line-height: normal !important;
}

.form-control {
  height: 60px;
  line-height: normal !important;
}

/* Fixes readmore for jQuery 3.2.1 which deletes .selector property */
.read-more-component {
  overflow: hidden;
}

.show-more-component {
  overflow: hidden;
}

/* Patch background colour for readonly fields in mobile */
input[readonly="readonly"].fix-bg, input[readonly].fix-bg {
  background-color: #fff !important;
}

/*
Always display the prev next buttons in Fancybox and always in the same place
Source: http://stackoverflow.com/questions/18964605/fancybox-keep-prev-next-arrows-in-same-place
*/
/*
.fancybox-nav {
  position: fixed;
  top: 0;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-next span {
  right: 40px;
}

.fancybox-prev span {
  left: 40px;
}*/
/* Page
* ------------------------------------------------ */
.modal-content {
  position: relative;
  border: 5px solid #D71156;
  background-color: #ffffff;
  outline: 0;
  box-shadow: 0px 0px 20px #aaa;
  border-radius: 10px;
  padding: 10px;
}

.modal-content .modal-title {
  font-weight: bold;
  font-size: 20px;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 767px) {
  .close-modal {
    top: 10px;
    right: 10px;
  }
  .close-modal .fa-times {
    font-size: 14px;
  }
}

#modalCookieConsent {
  background: rgba(0, 0, 0, 0.4);
}

#modalCookieConsent img {
  width: 50px;
  margin-right: 10px;
}

#modalCookieConsent .modal-dialog {
  margin-top: 10vh;
}

@media (max-width: 767px) {
  #modalCookieConsent .modal-dialog {
    height: 80%;
    width: 95%;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
}

#modalCookieConsent .modal-dialog .modal-content {
  position: fixed;
  border: 10px solid #D71156;
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px;
}

#modalCookieConsent .modal-dialog .modal-content .modal-title {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {
  #modalCookieConsent .modal-dialog .modal-content .modal-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #modalCookieConsent .modal-dialog .modal-content {
    padding: 0px;
    position: relative;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #modalCookieConsent .modal-dialog .panel-title {
    font-size: 12px;
  }
}

#modalCookieConsent .modal-dialog .modal-footer button {
  margin-bottom: 15px;
  white-space: normal;
}

@media (min-width: 992px) {
  #modalCookieConsent .modal-dialog .modal-footer button {
    height: 50px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  #modalCookieConsent .modal-dialog .modal-footer button {
    margin-left: 5px;
    margin-right: 5px;
    white-space: normal;
    font-size: 14px;
  }
}

#modalCookieConsent .modal-dialog .modal-footer button:hover {
  color: #fff;
}

#modalCookieConsent .modal-dialog .modal-footer .btn-manual {
  background: #bcbcbc !important;
}

.btn-food {
  color: #fff;
  background-color: #f48529;
  border-color: #f48529;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .btn-food {
    font-size: 0.8em;
    padding: 10px 20px;
  }
}

.btn-food:hover {
  color: #fff;
  background-color: #e86130;
  border-color: #e86130;
}

.btn-readmore {
  font-size: 20px;
}

.btn-map {
  background-image: url(https://cdn.suedtirol.live/assets/mapbtn2.png) !important;
  color: #575757;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 13px 35px;
}

.btn-map i {
  color: #D71156;
}

.spinner {
  background-image: url(https://cdn.suedtirol.live/assets/spinners/oval.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  color: transparent !important;
}

#wrapper {
  position: relative;
  background-color: #fff;
  transition: all 0.5s;
}

#wrapper #langNavigation, #wrapper #langNavigationMobile {
  position: relative;
}

#wrapper #langNavigation.open, #wrapper #langNavigationMobile.open {
  background-color: #fff;
  color: #575757;
}

#wrapper #langNavigation.open > a, #wrapper #langNavigationMobile.open > a {
  background-color: #444243 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#wrapper #langNavigation.open > a:hover, #wrapper #langNavigationMobile.open > a:hover {
  background-color: #444243 !important;
  color: #fff !important;
}

#wrapper #langNavigation .dropdown-menu, #wrapper #langNavigationMobile .dropdown-menu {
  background-color: #444243;
  min-width: auto !important;
  width: 100%;
  top: calc(100% - 1px);
  border-bottom: 0px;
}

#wrapper #langNavigation .dropdown-menu ul, #wrapper #langNavigationMobile .dropdown-menu ul {
  list-style: none;
  padding-left: 0px;
}

#wrapper #langNavigation .dropdown-menu ul li, #wrapper #langNavigationMobile .dropdown-menu ul li {
  border-top: 1px solid #555555;
}

#wrapper #langNavigation .dropdown-menu ul li a, #wrapper #langNavigationMobile .dropdown-menu ul li a {
  padding: 15px;
  display: block;
  color: #fff;
}

#wrapper #loginNavigation, #wrapper #loginNavigationMobile {
  position: relative;
  float: left;
}

#wrapper #loginNavigation .avatar-border::after, #wrapper #loginNavigationMobile .avatar-border::after {
  background: #D71156;
  content: '';
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
}

#wrapper #loginNavigation .avatar-border .img-circle, #wrapper #loginNavigationMobile .avatar-border .img-circle {
  border: 3px solid transparent;
}

#wrapper #loginNavigation .media-left, #wrapper #loginNavigationMobile .media-left {
  padding-right: 5px;
}

#wrapper #loginNavigation .media-body, #wrapper #loginNavigationMobile .media-body {
  width: auto;
  vertical-align: top;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  #wrapper #loginNavigation .media-body, #wrapper #loginNavigationMobile .media-body {
    padding-left: 0;
  }
}

#wrapper #loginNavigation > a, #wrapper #loginNavigationMobile > a {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper #loginNavigation > a img, #wrapper #loginNavigationMobile > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1199px) {
  #wrapper #loginNavigation > a img, #wrapper #loginNavigationMobile > a img {
    width: 45px;
    height: 45px;
  }
}

#wrapper #loginNavigation.open, #wrapper #loginNavigationMobile.open {
  background-color: #444243;
  color: #fff;
}

#wrapper #loginNavigation.open > a, #wrapper #loginNavigationMobile.open > a {
  background-color: #444243 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#wrapper #loginNavigation.open > a:hover, #wrapper #loginNavigationMobile.open > a:hover {
  background-color: #444243 !important;
  color: #fff !important;
  text-decoration: none;
}

#wrapper #loginNavigation .dropdown-menu, #wrapper #loginNavigationMobile .dropdown-menu {
  background-color: #444243;
  min-width: auto !important;
  width: 100%;
  top: calc(100% - 1px);
  border-bottom: 0px;
  right: 0px;
}

#wrapper #loginNavigation .dropdown-menu ul, #wrapper #loginNavigationMobile .dropdown-menu ul {
  list-style: none;
  padding-left: 0px;
}

#wrapper #loginNavigation .dropdown-menu ul li, #wrapper #loginNavigationMobile .dropdown-menu ul li {
  border-top: 1px solid #555555;
}

#wrapper #loginNavigation .dropdown-menu ul li a, #wrapper #loginNavigationMobile .dropdown-menu ul li a {
  padding: 15px;
  display: block;
  color: #fff;
}

#wrapper #mobile-wrapper {
  z-index: 900;
  position: fixed;
  left: 100vw;
  padding-top: 75px;
  width: calc(100vw - 15px);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #2c3742;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

#wrapper #mobile-wrapper .moTopbar__header {
  position: relative;
  z-index: 901;
  top: 0px;
  left: 0px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #ebebeb;
}

#wrapper #mobile-wrapper .moTopbar__header > div {
  display: table-cell;
  vertical-align: middle;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__left {
  padding: 0px 0px 0px 20px;
  width: 80px;
  vertical-align: middle;
  background-color: #fff;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__left.open {
  background-color: #efeded !important;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__left a.btn-header {
  color: #575757;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__left .dropdown-menu {
  top: calc(100% - 2px);
  padding-top: 0px;
  border: 0px !important;
  border-radius: 0px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__left .dropdown-menu ul {
  margin-bottom: 0px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right {
  background-color: #444243;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right #loginNavigation {
  float: right !important;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right a {
  padding: 15px 20px;
  display: block;
  color: #fff;
  line-height: 1.1904761908;
  background-color: #444243;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right a .is-title {
  display: block;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile {
  padding: 15px 20px;
  display: block;
  color: #fff;
  line-height: 1.1904761908;
  float: none;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile:before, #wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile:after {
  content: " ";
  display: table;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile:after {
  clear: both;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a {
  color: #444243;
  padding: 0px 0px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a .is-title, #wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a .is-number {
  display: block;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a .is-number {
  font-weight: 700;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a .media-body {
  width: 100%;
  padding-left: 50px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile > a img {
  width: 45px;
  height: 45px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile .dropdown-menu {
  border-radius: 0px;
  padding: 0px 0px;
  margin: 0px 0px;
  border: 0px;
}

#wrapper #mobile-wrapper .moTopbar__header > div.moTopbar__right nav#loginNavigationMobile .dropdown-menu ul {
  margin-bottom: 0px;
}

#wrapper #mobile-wrapper .moTopbar__content {
  width: 100%;
  position: relative;
  z-index: 900;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li {
  border-top: 1px solid rgba(235, 235, 235, 0.07);
  padding-top: 20px;
  margin-top: 20px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 5px 20px;
  text-transform: uppercase;
  box-sizing: border-box;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li > a:hover {
  text-decoration: none;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li > a.open-menu:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: grey;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li > a.open-menu.collapsed:after {
  content: "\f054";
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li > div.sub-menu-container {
  margin-top: 0.4em;
  background-color: #2c3742;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li:first-child {
  border-top: 0px;
  padding-top: 1em;
  margin-top: -0.5em;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  letter-spacing: normal;
  list-style: none;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item li .nav__dropdown-item--headline {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  color: #969696;
  font-size: 18px;
  margin-bottom: 11px;
  font-weight: bold;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav {
  width: 100%;
  position: relative;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img {
  width: 100%;
  position: relative;
  z-index: 1001;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img:before {
  content: '';
  z-index: 1001;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,0.5+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1000;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
  top: 0px;
  left: 0px;
  padding: 20px;
  color: #fff;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser {
  background-color: #444243;
  display: table;
  width: 105px;
  height: 105px;
  left: -52px;
  top: -10px;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 500px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.0989010992;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser {
    display: none;
  }
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ebebeb;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom p i {
  margin-right: 5px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li ul {
  list-style: none;
  padding-left: 0px;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li ul li {
  display: block;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li ul li h5 {
  color: #8a8a8a;
  text-transform: uppercase;
}

#wrapper #mobile-wrapper .moTopbar__content > div > ul > li ul li a {
  display: block;
  width: 100%;
  padding: 5px 30px;
  color: #fff;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  #wrapper.toggled {
    overflow: hidden;
  }
  #wrapper.toggled .btn-fixed {
    display: none;
  }
  #wrapper.toggled .page-c {
    left: calc(-100vw + 15px);
  }
  #wrapper.toggled #mobile-wrapper {
    left: calc(0vw + 15px);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* Page
* ------------------------------------------------ */
.page-c {
  position: relative;
  overflow-x: hidden;
  left: 0vw;
  transition: all 0.9s;
}

/* Header
* ------------------------------------------------ */
header.header-c {
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 901;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

header.header-c .logo-wrap {
  margin: auto auto;
}

header.header-c #logo {
  max-width: 410px;
  width: 100%;
  height: auto;
  padding-top: 41px;
  min-width: 100px;
}

@media (max-width: 767px) {
  header.header-c #logo {
    padding-top: 27px;
    width: 160px;
    min-width: 30px;
    padding-bottom: 0px;
    margin-left: 0;
  }
}

header.header-c #logo-forkonly {
  width: 40px;
  height: auto;
  padding-top: 25px;
}

@media (max-width: 767px) {
  header.header-c #logo-forkonly {
    padding-top: 15px;
    max-width: 220px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header.header-c #logo-forkonly {
    padding-top: 15px;
    width: 100px;
    padding-bottom: 0px;
  }
}

header.header-c #mobileNavigation {
  margin-right: -15px;
}

header.header-c #mobileNavigation > ul {
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

header.header-c #mobileNavigation > ul > li {
  height: 75px;
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  border-left: 1px solid #ebebeb;
}

header.header-c #mobileNavigation > ul > li.is-mobile-hearth {
  position: relative;
}

header.header-c #mobileNavigation > ul > li.is-mobile-hearth.is-active a {
  background-color: #f1f1f1;
  position: relative;
}

header.header-c #mobileNavigation > ul > li.is-mobile-hearth.is-active a:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #D71156;
  z-index: 905;
}

header.header-c #mobileNavigation > ul > li.is-mobile-hearth span.is-number {
  width: auto;
  padding: 4px 8px;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #575757;
  text-align: center;
  font-size: 11.6666666667px;
}

header.header-c #mobileNavigation > ul > li > a, header.header-c #mobileNavigation > ul > li > nav {
  height: 75px;
  padding: 0px 15px;
  display: table-cell;
  vertical-align: middle;
  color: #575757;
  font-size: 20px;
}

header.header-c #mobileNavigation > ul > li > a a, header.header-c #mobileNavigation > ul > li > nav a {
  color: #575757;
}

header.header-c #mobileNavigation > ul > li > a span.is-heart, header.header-c #mobileNavigation > ul > li > nav span.is-heart {
  color: #D71156;
}

header.header-c #mobileNavigation > ul > li.is-grey {
  background-color: transparent;
}

header.header-c #mobileNavigation > ul > li.is-grey a {
  padding: 0px 20px;
}

header.header-c #mobileNavigation .menu-icon {
  position: relative;
  overflow: visible;
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s;
}

header.header-c #mobileNavigation .menu-icon.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.header-c #mobileNavigation .menu-icon.open span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

header.header-c #mobileNavigation .menu-icon.open span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

header.header-c #mobileNavigation .menu-icon span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-color: #D71156;
  border-radius: 3px;
}

header.header-c #mobileNavigation .menu-icon span:before, header.header-c #mobileNavigation .menu-icon span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background-color: #D71156;
  border-radius: 3px;
  transition: all 0.3s;
}

header.header-c #mobileNavigation .menu-icon span:before {
  -webkit-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

header.header-c #mobileNavigation .menu-icon span:after {
  -webkit-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

header.header-c #socialNavigation {
  float: right;
  margin: 35px 20px 0px 0px;
}

header.header-c #socialNavigation > ul {
  margin-bottom: 0px;
}

header.header-c #socialNavigation > ul li {
  padding: 0px 2px;
}

header.header-c #socialNavigation > ul li a.btn-social {
  padding: 0px 0px 0px 0px !important;
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
}

header.header-c #socialNavigation > ul li a.btn-social--facebook {
  background-color: #4267B2;
  color: #fff !important;
}

header.header-c #socialNavigation > ul li a.btn-social--facebook:hover {
  border-color: #34518d;
  background-color: #34518d;
}

header.header-c #socialNavigation > ul li a.btn-social--twitter {
  background-color: #000000;
  fill: #fff;
}

header.header-c #socialNavigation > ul li a.btn-social--twitter:hover {
  border-color: black;
  background-color: black;
}

header.header-c #socialNavigation > ul li a.btn-social--instagram {
  background-color: #555555;
  color: #fff;
}

header.header-c #socialNavigation > ul li a.btn-social--instagram:hover {
  border-color: #3c3b3b;
  background-color: #3c3b3b;
}

header.header-c #socialNavigation > ul li a.btn-social--pintest {
  background-color: #ca1c23;
  color: #fff;
}

header.header-c #socialNavigation > ul li a.btn-social--pintest:hover {
  border-color: #9d161b;
  background-color: #9d161b;
}

header.header-c #socialNavigation > ul li a.btn-social--google {
  background-color: #df4a32;
  color: #fff;
}

header.header-c #socialNavigation > ul li a.btn-social--google:hover {
  border-color: #c0341e;
  background-color: #c0341e;
}

header.header-c #socialNavigation > ul li a.btn-social i {
  margin-right: 0px;
}

header.header-c #mainNavigation {
  text-align: left;
}

header.header-c #mainNavigation > ul {
  margin-top: 24px;
  margin-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.header-c #mainNavigation > ul {
    margin-left: 20px;
  }
}

header.header-c #mainNavigation > ul li:first-child a {
  color: #57585A;
}

header.header-c #mainNavigation > ul li:last-child {
  padding-bottom: 10px;
}

header.header-c #mainNavigation > ul > li {
  padding-left: 0px;
  padding-right: 0px;
  display: inherit !important;
}

header.header-c #mainNavigation > ul > li a {
  color: #575757;
  font-weight: 400;
}

header.header-c #mainNavigation > ul > li a:hover, header.header-c #mainNavigation > ul > li a:focus, header.header-c #mainNavigation > ul > li a:active {
  text-decoration: none;
}

header.header-c #mainNavigation > ul > li.open {
  box-shadow: inset 7px 0 #D71156;
}

header.header-c #mainNavigation > ul > li.open + li {
  box-shadow: inset 7px 0 #D71156;
}

header.header-c #mainNavigation > ul > li.open + li + li {
  box-shadow: inset 7px 0 #D71156;
}

header.header-c #mainNavigation > ul > li.open a {
  background-color: transparent;
}

header.header-c #mainNavigation > ul > li:first-child > a span {
  border-left: 0px;
}

header.header-c #mainNavigation > ul > li > a {
  padding: 3px 0px 2px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

header.header-c #mainNavigation > ul > li > a:hover {
  background-color: transparent;
}

header.header-c #mainNavigation > ul > li > a span {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.header-c #mainNavigation > ul > li > a span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header.header-c #metaNavigation {
  margin-top: 0px;
  text-align: left;
}

header.header-c #metaNavigation > ul {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

header.header-c #metaNavigation > ul > li {
  float: left;
}

header.header-c #metaNavigation > ul > li.open a {
  background-color: transparent;
}

header.header-c #metaNavigation > ul > li.open a.btn-header:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  z-index: 999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2c3742;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

header.header-c #metaNavigation > ul > li.open a.btn-header:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  z-index: 998;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #e6e6e6;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

header.header-c #metaNavigation > ul > li.is-active a.btn-header {
  background-color: #f1f1f1;
}

header.header-c #metaNavigation > ul > li.is-active a.btn-header:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #D71156;
  z-index: 905;
}

header.header-c #metaNavigation > ul > li a.btn-header {
  padding: 33px 8px;
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  color: #575757;
  font-weight: 700;
}

header.header-c #metaNavigation > ul > li a.btn-header:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

header.header-c #metaNavigation > ul > li a.btn-header-login {
  background-color: #3181c3;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
}

header.header-c #metaNavigation > ul > li a.btn-header-login span.is-title {
  color: #fff;
}

header.header-c #metaNavigation > ul > li a.btn-header-login:hover {
  background-color: #27669a;
}

header.header-c #metaNavigation > ul > li a.btn-header .is-title {
  display: block;
  margin-bottom: -2px;
  color: #6C6F85;
  font-size: 14px;
  font-weight: 400;
}

header.header-c #metaNavigation > ul > li a.btn-header .is-heart {
  color: #D71156;
  margin-left: 5px;
}

header.header-c #metaNavigation > ul > li a.btn-header .is-arrow {
  margin-left: 5px;
}

header.header-c .nav__dropdown {
  width: 61%;
  z-index: 800;
  margin-top: -1px;
  border: 0px;
  padding: 0px 0px;
  left: inherit;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

header.header-c .nav__dropdown--main {
  background: linear-gradient(to right, #D71156 0%, #ce1052 27%, #bf0f4d 72%, #900b3a 100%);
}

header.header-c .nav__dropdown--search {
  background: #393939;
  padding: 20px 0;
  right: 0;
  width: 100% !important;
  height: 100vh;
}

@media (max-width: 991px) {
  header.header-c .nav__dropdown--search {
    padding: 60px 0px 20px 0px;
    top: 0px;
    margin: 0px;
  }
  header.header-c .nav__dropdown--search--searchclose {
    color: #fff;
    position: absolute;
    right: 28px;
    top: 15px;
    font-size: 20px;
  }
}

header.header-c .nav__dropdown--search .input-group .form-control:first-child {
  border-radius: 4px;
}

header.header-c .nav__dropdown--search .input-group-addon {
  border: 0px;
  padding: 0px 0px 0px 20px;
  background-color: transparent;
}

header.header-c .nav__dropdown--search .ui-widget {
  font-family: "Open Sans", Helvetica, sans-serif;
}

header.header-c .nav__dropdown--search .ui-menu .ui-menu-item-wrapper {
  padding: 10px 15px;
}

header.header-c .nav__dropdown .ui-state-active {
  border: none;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background: #e6e6e6;
  font-weight: normal;
  color: #4c4c4c;
}

header.header-c .nav__dropdown .nav__dropdown-item {
  display: inline-block;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: top;
  letter-spacing: normal;
  list-style: none;
}

header.header-c .nav__dropdown .nav__dropdown-item li .nav__dropdown-item--headline {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  color: #fafafa;
  font-size: 18px;
  margin-bottom: 11px;
  font-weight: bold;
}

header.header-c .nav__dropdown .nav__dropdown-item li a {
  color: #FFF !important;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser {
  width: 40%;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-right: 40px;
  margin-left: -20px;
  margin-bottom: -1px;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav {
  width: 100%;
  position: relative;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img {
  width: 100%;
  position: relative;
  z-index: 1001;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img:before {
  content: '';
  z-index: 1001;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,0.5+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1000;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
  top: 0px;
  left: 0px;
  padding: 20px;
  color: #fff;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser {
  background-color: #444243;
  display: table;
  width: 105px;
  height: 105px;
  left: -52px;
  top: -10px;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 500px;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.0989010992;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__teaser {
    display: none;
  }
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ebebeb;
}

header.header-c .nav__dropdown .nav__dropdown-item--teaser .tiblock--teaser-nav .tiblock__wrap-text .tiblock__text--bottom p i {
  margin-right: 5px;
}

header.header-c .nav__dropdown .nav__dropdown-item h5 {
  margin-top: 0px;
  position: relative;
  text-transform: uppercase;
  color: #D71156;
}

header.header-c .nav__dropdown .nav__dropdown-item h5 i, header.header-c .nav__dropdown .nav__dropdown-item h5 img {
  position: absolute;
  right: calc(100% + 15px);
  top: -3px;
  font-size: 27px;
}

header.header-c .nav__dropdown .nav__dropdown-item li {
  margin: 7px 0;
}

header.header-c .navbar-form {
  margin-top: 30px;
}

@media (max-width: 991px) {
  header.header-c .navbar-form {
    margin-top: 10px;
  }
}

header.header-c .navbar-form .has-feedback input, header.header-c .navbar-form .has-feedback select {
  padding-left: 40px;
  padding-right: 0;
}

header.header-c .navbar-form .has-feedback .form-control-feedback {
  top: 13px;
  left: -2px;
  font-size: 27px;
  color: #D71156;
}

header.header-c .navbar-form .has-feedback .form-control-feedback.loader {
  top: 0;
  left: -3px;
}

header.header-c .navbar-form .has-feedback .form-control-feedback.is-stack {
  font-size: 15px;
  top: 0;
  left: -3px;
}

header.header-c .navbar-form #searchFieldDesktop, header.header-c .navbar-form #searchFieldPosition {
  width: 205px;
}

@media (max-width: 1199px) {
  header.header-c .navbar-form #searchFieldDesktop, header.header-c .navbar-form #searchFieldPosition {
    width: 150px;
  }
}

@media (max-width: 991px) {
  header.header-c .navbar-form #searchFieldDesktop, header.header-c .navbar-form #searchFieldPosition {
    width: 100px;
  }
}

header.header-c .navbar-form #searchFieldRadius {
  width: 120px;
}

@media (max-width: 991px) {
  header.header-c .navbar-form .form-group {
    float: left;
    margin-left: 5px;
  }
  header.header-c .navbar-form .form-group:last-child {
    margin-bottom: 5px;
  }
}

/* Content
* ------------------------------------------------ */
.content-c {
  padding-top: 109px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /*@media (max-width: $screen-xs-max) {
    padding-top: 75px;
  }*/
  /*@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
    padding-top: 30px;
  }*/
}

.content-c .avatarBlock__rating {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .content-c .avatarBlock__rating {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content-c .avatarBlock__rating--small {
  padding-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
}

.content-c .avatarBlock__rating--small li {
  padding: 0px;
}

.content-c .avatarBlock__rating--small li i {
  margin-right: 0px;
}

.content-c .avatarBlock__rating--small li i.fa-star-o {
  color: #b3b3b3;
}

.content-c .avatarBlock__rating li {
  padding: 0 2px;
  color: #b3b3b3;
}

@media (max-width: 767px) {
  .content-c .avatarBlock__rating li {
    padding: 0px;
  }
}

.content-c .avatarBlock__rating li span {
  color: #b3b2b2;
  display: table;
  line-height: 1;
}

.content-c .avatarBlock__rating li .fa-star, .content-c .avatarBlock__rating li .fa-star-half-empty {
  color: #ffc708;
}

.content-c .avatarBlock__rating li .sl-icon {
  width: 20px;
  height: 20px;
}

.content-c .search-field-query {
  width: 42% !important;
}

@media (max-width: 767px) {
  .content-c .search-field-query {
    width: 40% !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .content-c .search-field-query {
    width: 38% !important;
  }
}

.content-c .search-field-position {
  width: 30% !important;
}

.content-c .catblock ul.catblock__rating li span {
  color: #b3b2b2;
  display: table;
  line-height: 18px;
}

.content-c .catblock--teaser {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 120px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .content-c .catblock--teaser {
    margin: 15px 0;
    height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-c .catblock--teaser {
    margin: 15px 0;
  }
}

.content-c .catblock--teaser .catblock__wrap-img {
  width: 100%;
  position: relative;
  z-index: 301;
}

.content-c .catblock--teaser .catblock__wrap-img:before {
  content: '';
  z-index: 301;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

@media (max-width: 991px) {
  .content-c .catblock--teaser .catblock__wrap-img:before {
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.content-c .catblock--teaser .catblock__wrap-img img {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 300;
}

.content-c .catblock--teaser .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--teaser .catblock__wrap-text {
  width: 100%;
  position: absolute;
  z-index: 302;
  top: 50%;
  left: 0px;
  padding: 0 30px;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.content-c .catblock--teaser .catblock__wrap-text h2 {
  margin-top: 5px;
  font-size: 32px;
}

@media (max-width: 991px) {
  .content-c .catblock--teaser .catblock__wrap-text h2 {
    font-size: 24px;
  }
}

.content-c .catblock--teaser .catblock__wrap-text--promobox {
  font-size: 32px;
  font-weight: bold;
}

.content-c .catblock--teaser .catblock__wrap-text button, .content-c .catblock--teaser .catblock__wrap-text a {
  min-width: 60%;
  border-radius: 500px;
  color: #fff;
  transition: font-size 0.2s;
}

.content-c .catblock--teaser .catblock__wrap-text a:hover {
  font-size: 1.1em;
  text-decoration: none;
}

.content-c .catblock--poster {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .content-c .catblock--poster {
    margin: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-c .catblock--poster {
    margin: 15px 0;
  }
}

.content-c .catblock--poster .catblock__wrap-img {
  width: 100%;
  padding: 30px 30px 20px 30px;
  position: relative;
  z-index: 301;
}

.content-c .catblock--poster .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .catblock--poster .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--poster .catblock__wrap-text {
  width: 100%;
  z-index: 302;
  left: 0px;
  padding: 0 30px;
}

.content-c .catblock--poster .catblock__wrap-text .catblock__info li:first-child {
  border-right: 1px solid #ebebeb;
}

.content-c .catblock--poster .catblock__wrap-text h2 {
  margin-top: 0px;
}

.content-c .catblock--poster .catblock__wrap-text button {
  min-width: 60%;
  border-radius: 500px;
}

.content-c .catblock--poster .catblock__wrap-footer {
  padding: 20px 30px 30px 30px;
}

.content-c .catblock--offer {
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .content-c .catblock--offer {
    margin: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-c .catblock--offer {
    margin: 15px 0;
  }
}

.content-c .catblock--offer .catblock__wrap-img {
  width: 100%;
  position: relative;
  z-index: 301;
  height: 235px;
}

.content-c .catblock--offer .catblock__wrap-img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 300;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.content-c .catblock--offer .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--offer .catblock__wrap-text {
  width: 100%;
  z-index: 302;
  left: 0px;
  padding: 20px;
}

@media (max-width: 992px) {
  .content-c .catblock--offer .catblock__wrap-text {
    padding: 10px;
  }
}

.content-c .catblock--offer .catblock__wrap-text .catblock__info li:first-child {
  border-right: 1px solid #ebebeb;
}

.content-c .catblock--offer .catblock__wrap-text h2 {
  margin-top: 0px;
}

.content-c .catblock--offer .catblock__wrap-text button {
  min-width: 60%;
  border-radius: 500px;
}

.content-c .catblock--offer .catblock__wrap-footer {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media (max-width: 992px) {
  .content-c .catblock--offer .catblock__wrap-footer {
    padding: 10px;
  }
}

.content-c .catblock--coupon {
  border: 0px;
}

.content-c .catblock--coupon:hover {
  box-shadow: none;
}

.content-c .catblock--gallery-big .catblock__wrap-img {
  padding-bottom: 58%;
}

.content-c .catblock--gallery {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .content-c .catblock--gallery-big h4 {
    font-size: 36px;
  }
}

.content-c .catblock--gallery .catblock__wrap-img {
  width: 100%;
  position: relative;
  z-index: 301;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-c .catblock--gallery .catblock__wrap-img:before {
  content: '';
  z-index: 301;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,0.5+100 */
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
}

.content-c .catblock--gallery .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--gallery .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .catblock--gallery .catblock__wrap-text {
  width: 100%;
  position: absolute;
  z-index: 302;
  left: 0px;
  bottom: 0px;
  padding: 20px;
  color: #fff;
}

.content-c .catblock--gallery .catblock__wrap-text .list-inline {
  /*:nth-child(2) {
            border-left: 1px solid $gray-lighter;
          }*/
}

.content-c .catblock--gallery .catblock__wrap-text h4, .content-c .catblock--gallery .catblock__wrap-text h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #333;
  color: #fff;
  padding: 5px 10px;
}

.content-c .catblock--gallery .catblock__wrap-text h5 {
  margin-bottom: 5.4545454545px;
}

.content-c .catblock--gallery .catblock__wrap-text p {
  margin-bottom: 0px;
}

.content-c .catblock--polaroid {
  /* background-color: $body-bg; */
  /* border: 1px solid $gray-lighter; */
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .content-c .catblock--polaroid {
    margin: 0 0 0 0;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img {
  width: calc(100% + 2);
  position: relative;
  margin: -1px -1px 0 -1px;
}

.content-c .catblock--polaroid .catblock__wrap-img.catblock--cover {
  height: 240px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.content-c .catblock--polaroid .catblock__wrap-img.catblock--cover--lg {
  height: 480px;
}

@media (max-width: 767px) {
  .content-c .catblock--polaroid .catblock__wrap-img.catblock--cover {
    height: 180px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img.catblock--cover .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--polaroid .catblock__wrap-img:before {
  content: '';
  z-index: 301;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,0.5+100 */
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
}

.content-c .catblock--polaroid .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 6px;
  z-index: 302;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.6);
  padding-top: 5px;
  padding-left: 5px;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity {
  position: absolute;
  top: 10px;
  margin-top: 11px;
  right: 15px;
  z-index: 302;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity a {
  color: #fff;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity a i {
  margin-right: 5px;
  font-size: 22px;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity a:hover {
  text-decoration: none;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity a:hover i {
  color: #D71156;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity.in-guidebook {
  background: #D71156;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity.in-guidebook a {
  color: #FFF101;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--entity.in-guidebook a:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay {
    height: 41px;
    width: 41px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--logo {
  background-position: 10px center;
  border: 6px solid #fff;
  background-repeat: no-repeat;
  background-size: 75%;
  right: auto;
  left: -12px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  top: 32%;
  padding: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--logo {
    top: 37%;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay--logo img {
  border-radius: 50%;
  width: 60px;
  margin-top: 9px;
  margin-left: 11px;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay > a {
  float: right;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a {
  color: #fff;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a i {
  margin-right: 5px;
  font-size: 22px;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a:hover {
  text-decoration: none;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a:hover i {
  color: #D71156;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay.in-guidebook {
  background: #D71156;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay.in-guidebook a {
  color: #FFF101;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay.in-guidebook a:hover i {
  color: #fff;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .btn-promoitem-gallery {
  position: relative;
  bottom: -175px;
  right: -24px;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .btn-promoitem-gallery {
    bottom: -110px;
    right: -27px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .btn-promoitem-gallery i {
  margin-right: 0;
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .promoitem-marker {
  position: relative;
  bottom: -175px;
  right: -27px;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .promoitem-marker {
    bottom: -110px;
    right: -32px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay .promoitem-marker i {
  margin-right: 0;
}

.content-c .catblock--polaroid .catblock__wrap-text {
  width: 100%;
  z-index: 302;
  /* padding: $padding-brand-horizontal $padding-brand-vertical; */
  padding: 15px 0px 10px 0px;
  /* border-bottom: 1px solid $gray-lighter; */
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-text {
    padding-top: 10px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text .catblock__info li {
  font-weight: 700;
  color: black;
}

.content-c .catblock--polaroid .catblock__wrap-text .catblock__info > li:first-child {
  display: block !important;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-text .catblock__info {
    font-size: 16px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text .catblock__headline {
  margin-top: 0px;
  margin-bottom: 5px;
}

.content-c .catblock--polaroid .catblock__wrap-text a.catblock__headline-link {
  text-transform: uppercase;
  color: #D71156;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-text a.catblock__headline-link {
    font-size: 16px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text a.catblock__headline-link .catblock__headline {
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-text a.catblock__headline-link .catblock__headline {
    font-size: 18px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text .is-price {
  color: #D71156;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .content-c .catblock--polaroid .catblock__wrap-text .is-price {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 0px;
    display: inline;
    margin-right: 5px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text .is-info {
  color: #6C6F85;
  font-size: 14px;
}

.content-c .catblock--polaroid .catblock__wrap-text .is-category {
  color: #6C6F85;
  /* text-decoration: underline;*/
  display: inline-block;
  /* border-right: 1px solid $gray-lighter; */
  white-space: normal;
}

.content-c .catblock--polaroid .catblock__wrap-text ul.catblock__rating {
  padding-left: 5px;
  margin-bottom: 15px;
  display: inline;
}

@media (max-width: 767px) {
  .content-c .catblock--polaroid .catblock__wrap-text ul.catblock__rating {
    margin-bottom: 0px;
  }
}

.content-c .catblock--polaroid .catblock__wrap-text ul.catblock__rating li {
  font-size: 14px;
  color: #b3b3b3;
  padding: 0px 0px;
}

.content-c .catblock--polaroid .catblock__wrap-text ul.catblock__rating .fa-star, .content-c .catblock--polaroid .catblock__wrap-text ul.catblock__rating .fa-star-half-empty {
  color: #ffc708;
}

.content-c .catblock--polaroid .catblock__wrap-text p {
  margin-bottom: 0px;
}

.content-c .catblock--polaroid .catblock__wrap-footer {
  width: 100%;
  z-index: 302;
  padding: 20px 30px;
  color: #6C6F85;
}

.content-c .catblock--polaroid .catblock__wrap-footer .btn.btn-primary {
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.content-c .catblock--polaroid .catblock__wrap-footer .vertical-center {
  min-height: 45px;
  display: table;
}

.content-c .catblock--polaroid .catblock__wrap-footer .vertical-center > div {
  display: table-cell;
  vertical-align: middle;
}

.content-c .catblock--article {
  background-color: #fff;
  position: relative;
  margin: 10px 0px !important;
  min-height: 170px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-radius: 4px;
}

.content-c .catblock--article:first-child {
  margin-top: 0px;
}

.content-c .catblock--article.is-highlight {
  background-color: #fff3d3;
}

.content-c .catblock--article.is-highlight .catblock__wrap-img {
  width: 297px;
  height: calc(100% + 0px);
  margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
  .content-c .catblock--article.is-highlight .catblock__wrap-img {
    width: 100%;
    height: 250px;
  }
}

.content-c .catblock--article.is-highlight .catblock__wrap-img .catblock__teaser {
  display: inline-block;
  position: absolute;
  z-index: 302;
  top: 15px;
  left: 0px;
  padding: 5px 30px;
  background-color: #2ce77d;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.content-c .catblock--article.is-highlight .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--article.is-topsearch .catblock__wrap-img .catblock__teaser {
  display: inline-block;
  position: absolute;
  z-index: 301;
  top: 15px;
  left: 0px;
  padding: 5px 30px;
  background-color: #2ce77d;
  color: #fff;
  font-weight: 700;
}

.content-c .catblock--article.is-topsearch .btn-topsearch {
  background: #A1BD33 !important;
  padding: 15px 3px !important;
  left: 15px !important;
  top: 0px !important;
  border-radius: 0px 0px 23px 23px !important;
}

@media (max-width: 767px) {
  .content-c .catblock--article {
    margin: 0px -15px;
    padding: 15px;
    background-color: #fff;
  }
}

.content-c .catblock--article .catblock__wrap-img {
  width: 300px;
  height: calc(100%);
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-img {
    width: calc(100%);
    height: 180px;
    position: relative;
  }
}

.content-c .catblock--article .catblock__wrap-img:before {
  content: '';
  z-index: 301;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,0.5+100 */
  /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
}

.content-c .catblock--article .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .catblock--article .catblock__wrap-img .catblock--cover-link {
  display: block;
  position: absolute;
  z-index: 301;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 6px;
  z-index: 302;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background: rgba(250, 250, 250, 0.6);
  padding-top: 5px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-img .catblock__overlay {
    height: 41px;
    width: 41px;
  }
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay--logo {
  background-position: 7px center;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  background-size: 88%;
  right: auto;
  left: -12px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  top: 32%;
  padding: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-img .catblock__overlay--logo {
    top: 37%;
  }
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay--logo img {
  border-radius: 50%;
  width: 60px;
  margin-top: 9px;
  margin-left: 11px;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay a {
  color: #fff;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay a i {
  margin-right: 8px;
  font-size: 22px;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay a:hover {
  text-decoration: none;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay a:hover i {
  color: #D71156;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay.in-guidebook {
  background: #D71156;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay.in-guidebook a {
  color: #FFF101;
}

.content-c .catblock--article .catblock__wrap-img .catblock__overlay.in-guidebook a:hover i {
  color: #fff;
}

.content-c .catblock--article .btn.btn-primary {
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.content-c .catblock--article .btn.btn-primary i {
  margin-right: -2px;
}

.content-c .catblock--article .catblock__wrap-text {
  width: calc(100% - 330px);
  margin-left: 330px;
  z-index: 302;
  padding: 20px 30px 20px 0px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-text {
    width: 100%;
    margin-left: 0px;
    padding: 20px 0px 0px 0px;
    /*padding-left: $padding-brand-horizontal / 2;
          padding-right: $padding-brand-horizontal / 2;*/
  }
}

.content-c .catblock--article .catblock__wrap-text a.catblock__headline-link {
  color: #D71156;
  text-transform: uppercase;
}

.content-c .catblock--article .catblock__wrap-text a.catblock__headline-link h3 {
  font-weight: 600 !important;
  font-size: 18px;
}

.content-c .catblock--article .catblock__wrap-text a.catblock__headline-link .catblock__headline {
  margin-top: 5px;
  margin-bottom: 5px;
}

.content-c .catblock--article .catblock__wrap-text .is-price {
  color: #D71156;
  font-weight: 700;
  font-size: 25.7142857143px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
}

.content-c .catblock--article .catblock__wrap-text .is-info {
  color: #6C6F85;
  font-size: 14px;
}

.content-c .catblock--article .catblock__wrap-text .is-category {
  color: #6C6F85;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-text .is-category {
    margin-bottom: 5px;
  }
}

.content-c .catblock--article .catblock__wrap-text .is-highlight {
  color: #D71156;
  margin-right: 3px;
}

.content-c .catblock--article .catblock__wrap-text ul.catblock__rating {
  padding-left: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-text ul.catblock__rating {
    margin-bottom: 0px;
  }
}

.content-c .catblock--article .catblock__wrap-text ul.catblock__rating li {
  font-size: 16px;
  color: #b3b3b3;
  padding: 0px 0px;
}

.content-c .catblock--article .catblock__wrap-text ul.catblock__rating li span {
  color: #b3b2b2;
}

.content-c .catblock--article .catblock__wrap-text ul.catblock__rating .fa-star, .content-c .catblock--article .catblock__wrap-text ul.catblock__rating .fa-star-half-empty {
  color: #ffc708;
}

.content-c .catblock--article .catblock__wrap-text p {
  margin-bottom: 0px;
}

.content-c .catblock--article .catblock__wrap-footer {
  width: calc(100% - 330px);
  margin-left: 330px;
  z-index: 302;
  /*padding: $padding-brand-vertical / 1.5 $padding-brand-horizontal / 1.5 $padding-brand-vertical / 1.5 0px;*/
  padding: 0px 20px 20px 0px;
  color: #6C6F85;
}

@media (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-footer {
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.content-c .catblock--article .catblock__wrap-footer .is-price {
  color: #D71156;
  font-weight: 700;
  font-size: 25.7142857143px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
}

.content-c .catblock--article .catblock__wrap-footer ul {
  margin-bottom: 0px;
}

.content-c .catblock--article .catblock__wrap-footer ul li {
  margin-top: 5px;
}

.content-c .catblock--article .catblock__wrap-footer ul li:first-child {
  /* margin-top: 0px; */
}

.content-c .catblock--article .catblock__wrap-footer ul li i {
  margin-right: 5px;
}

.content-c .catblock--article .catblock__wrap-footer .properties {
  margin-right: 10px;
}

.content-c .catblock--article.catblock--small .catblock__wrap-img {
  width: 250px;
}

@media (max-width: 767px) {
  .content-c .catblock--article.catblock--small .catblock__wrap-img {
    width: calc(100% + 6px);
    height: 180px;
    position: relative;
  }
}

.content-c .catblock--article.catblock--small .catblock__wrap-text {
  width: calc(100% - 280px);
  margin: 20px 0 20px 280px;
}

@media (max-width: 767px) {
  .content-c .catblock--article.catblock--small .catblock__wrap-text {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-c .catblock--marker {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.content-c .catblock--marker:first-child {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .content-c .catblock--marker {
    margin: 15px 0 0;
  }
}

.content-c .catblock--marker .catblock__wrap-img {
  width: calc(100% + 2);
  position: relative;
  z-index: 301;
  margin: -1px -1px 0 -1px;
}

.content-c .catblock--marker .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .catblock--marker .catblock__wrap-text {
  width: 100%;
  z-index: 302;
  padding: 15px 0px 10px 0px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .content-c .catblock--marker .catblock__wrap-text {
    width: 100%;
    margin-left: 0px;
  }
}

.content-c .catblock--marker .catblock__wrap-text a.catblock__headline-link {
  color: #575757;
}

.content-c .catblock--marker .catblock__wrap-text a.catblock__headline-link .catblock__headline {
  margin-top: 0px;
  margin-bottom: 5px;
}

.content-c .catblock--marker .catblock__wrap-text .is-category {
  color: #6C6F85;
  /* text-decoration: underline; */
  padding-right: 6px;
  display: inline-block;
  border-right: 1px solid #ebebeb;
  white-space: nowrap;
}

.content-c .catblock--marker .catblock__wrap-text .is-highlight {
  color: #D71156;
  margin-right: 3px;
}

.content-c .catblock--marker .catblock__wrap-text ul.catblock__rating {
  padding-left: 5px;
  margin-bottom: 15px;
}

.content-c .catblock--marker .catblock__wrap-text ul.catblock__rating li {
  font-size: 14px;
  color: #b3b3b3;
  padding: 0px 0px;
}

.content-c .catblock--marker .catblock__wrap-text ul.catblock__rating .fa-star, .content-c .catblock--marker .catblock__wrap-text ul.catblock__rating .fa-star-half-empty {
  color: #ffc708;
}

.content-c .catblock--marker .catblock__wrap-text p {
  margin-bottom: 0px;
}

.content-c .catblock--marker .catblock__wrap-footer {
  width: 100%;
  z-index: 302;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #d9d9d9;
  color: #6C6F85;
}

@media (max-width: 767px) {
  .content-c .catblock--marker .catblock__wrap-footer {
    width: 100%;
    margin-left: 0px;
  }
}

.content-c .catblock--marker .catblock__wrap-footer .is-price {
  color: #D71156;
  font-weight: 700;
  font-size: 25.7142857143px;
  line-height: 100%;
  display: block;
  white-space: nowrap;
}

.content-c .catblock--marker .catblock__wrap-footer .is-info {
  color: #6C6F85;
  font-size: 14px;
}

.content-c .catblock--marker .catblock__wrap-footer .btn.btn-primary {
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.content-c .catblock--marker .catblock__wrap-footer .btn.btn-primary i {
  margin-right: -2px;
}

.content-c .content-c__mainpromobar {
  background: #D71156;
  height: 60px;
  margin-bottom: 40px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.content-c .content-c__image {
  height: 400px;
  background-position-x: center;
  background-position-y: top;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: visible;
  /*
    .fancybox-open {
      position: absolute;
      bottom: 20px;
      right: 20px;
    }
    */
}

.content-c .content-c__image--small {
  height: 160px;
}

.content-c .content-c__image--small .content-c__tabs {
  margin-top: 3em;
}

@media (max-width: 991px) {
  .content-c .content-c__image--small .content-c__tabs {
    margin-top: 3rem;
  }
}

.content-c .content-c__image .userAvatar {
  -o-object-fit: cover;
  object-fit: cover;
  width: 25px;
  height: 25px;
  display: none;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  left: 5px;
  bottom: 5px;
  position: absolute;
}

@media (max-width: 767px) {
  .content-c .content-c__image {
    height: 280px;
    padding-bottom: 90px;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-c .content-c__image {
    height: 200px;
    padding-bottom: 75px;
  }
}

.content-c .content-c__image h1 {
  padding-top: 6%;
  margin-bottom: 0px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.content-c .content-c__image h2 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 10px #000;
}

.content-c .content-c__image p {
  margin-top: 0px;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 10px #000;
}

@media (max-width: 767px) {
  .content-c .content-c__image p {
    font-size: 1em !important;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__header {
    padding: 0px;
    border-bottom: 1px solid #ddd;
  }
}

.content-c .content-c__header .breadcrumb {
  border-radius: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.content-c .content-c__header--breadcrumb {
  padding: 15px 0px;
  background: #f1f1f1;
}

@media (max-width: 991px) {
  .content-c .content-c__header .avatarBlock--detail {
    padding: 20px 0px;
  }
}

.content-c .content-c__header .avatarBlock .media-left {
  padding-right: 0px;
  padding-bottom: 0px;
}

.content-c .content-c__header .avatarBlock .ratingcount {
  font-size: 14px;
  color: #b3b2b2;
}

.content-c .content-c__header .avatarBlock img {
  /* margin-right: $padding-brand-horizontal;*/
}

.content-c .content-c__header .avatarBlock .avatarBlock__list > li:first-child {
  border-left: 0px;
}

.content-c .content-c__header .avatarBlock .restaurant-status {
  display: table;
  margin-bottom: 30px;
}

.content-c .content-c__header .avatarBlock .restaurant-status .status-text {
  display: table-cell;
  left: 5px;
  top: -10px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.content-c .content-c__header .avatarBlock .restaurant-status .status-text small {
  font-size: 70%;
  color: gray;
}

.content-c .content-c__header .avatarBlock .restaurant-status .status {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding-left: 1.5px;
  padding-top: 1.5px;
  display: inline-block;
}

.content-c .content-c__header .avatarBlock .restaurant-status .status.open::before {
  content: ' ';
  height: 23px;
  width: 23px;
  background: radial-gradient(#9BC34b, #007032);
  border-radius: 50%;
  display: block;
}

.content-c .content-c__header .avatarBlock .restaurant-status .status.closed::before {
  content: ' ';
  height: 23px;
  width: 23px;
  background: radial-gradient(#EF322A, #740E10);
  border-radius: 50%;
  display: block;
}

.content-c .content-c__header .avatarBlock h1 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #D71156;
}

@media (max-width: 991px) {
  .content-c .content-c__header .avatarBlock h1 {
    margin-bottom: 0px;
    font-size: 25.7142857143px;
  }
}

.content-c .content-c__header .avatarBlock media address {
  line-height: 2em;
}

.content-c .content-c__header .inquiry h1 {
  font-size: 24px;
}

.content-c .content-c__header .inquiry .media-middle {
  vertical-align: top;
}

.content-c .content-c__header .social-menu {
  margin-bottom: 0px;
}

.content-c .content-c__header .social-menu li {
  margin-top: 10px;
}

.content-c .content-c__header .social-menu a {
  margin-bottom: 0px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  padding: 7px 0px 0px 0px !important;
}

.content-c .content-c__header .social-menu a i {
  margin-right: 0px;
}

.content-c .content-c__header .btn-like, .content-c .content-c__header .btn-share-page {
  border: 0px;
  padding: 0px;
}

.content-c .content-c__header .btn-like:hover, .content-c .content-c__header .btn-share-page:hover {
  background: transparent;
}

.content-c .content-c__header .separator {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}

.content-c .content-c__header .btn-fixed {
  transition: all 0.9s;
}

.content-c .content-c__header .btn-fixed.affix-top {
  box-sizing: border-box;
  margin-top: 20px;
}

.content-c .content-c__header .btn-fixed.affix-top .btn-open-booking-panel {
  padding: 10px;
}

.content-c .content-c__header .btn-fixed.affix {
  position: fixed;
  z-index: 1000;
  width: calc(100% + 30px);
  bottom: 0px;
  left: 0px;
}

.content-c .content-c__header .btn-fixed.affix .btn {
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-c .content-c__content {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .content-c .content-c__content {
    border-bottom: 1px solid #ddd;
  }
}

.content-c .content-c__content .content-c__wrapper {
  padding: 20px 30px;
  background: #fff;
  margin: 20px -15px;
  box-shadow: 0px 5px 10px #ccc;
}

.content-c .content-c__content .content-c__wrapper .type-heading {
  /*border-bottom: 1px dotted $lvh-text-color-darkest;*/
  font-weight: bold;
  padding-bottom: 10px;
}

.content-c .content-c__content .expired .title {
  font-size: 39px;
  text-align: center;
}

.content-c .content-c__content .expired .tip {
  text-align: center;
}

.content-c .content-c__content .list-properties h3 {
  margin-bottom: 4px;
  font-size: 17px;
  margin-top: 15px !important;
}

.content-c .content-c__content .list-properties h4 {
  color: #D71156;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}

.content-c .content-c__content .list-properties li {
  display: inline-block;
  width: 48%;
}

.content-c .content-c__content h2 {
  font-size: 21.1764705882px;
  margin-top: 0px;
  border-bottom: 1px dotted #57585A;
  padding-bottom: 5px;
  color: #D71156;
}

@media (max-width: 767px) {
  .content-c .content-c__content h2 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.content-c .content-c__content--maplarge {
  padding-bottom: 80px;
}

.content-c .content-c__content--article {
  padding-top: 5px;
}

.content-c .content-c__content--article .breadcrumb a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .content-c .content-c__content--article .breadcrumb {
    font-weight: bold;
    margin: 15px 0px 0px 0px;
  }
}

.content-c .content-c__content--article h1 {
  font-size: 42px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .content-c .content-c__content--article h1 {
    font-size: 28px;
  }
}

.content-c .content-c__content--article h2 {
  background: #a1bd33;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 24px;
  text-transform: none;
  border-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .content-c .content-c__content--article h2 {
    padding: 0px;
    box-shadow: 5px 0 0 #e52a63, -5px 0 0 #e52a63;
    margin: 0px 5px;
    -webkit-box-decoration-break: clone;
    line-height: 40px;
    box-decoration-break: clone;
    display: inline;
    font-size: 20px;
  }
  .content-c .content-c__content--article h2:before {
    content: ' ';
    display: block;
  }
  .content-c .content-c__content--article h2:after {
    content: ' ';
    display: block;
    margin-top: -30px;
  }
}

.content-c .content-c__content--article .article-teaser {
  margin-bottom: 30px;
}

.content-c .content-c__content--article .authorbox .author-description {
  margin-top: .5em;
}

.content-c .content-c__content--article .authorbox .author-name {
  color: #D71156;
}

.content-c .content-c__content--article .authorbox .links {
  letter-spacing: 1rem;
  text-align: center;
}

.content-c .content-c__content--article .authorbox .avatar {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: #efefef solid .2rem;
  margin-right: 0.7em;
}

@media (max-width: 767px) {
  .content-c .content-c__content--article .authorbox {
    margin: 20px 0px;
  }
}

.content-c .content-c__content--article .catblock__headline-link {
  text-decoration: none;
}

.content-c .content-c__content--article .list-inline {
  margin-bottom: 0px;
}

.content-c .content-c__content--article .catblock--polaroid {
  margin-top: 10px;
  margin-bottom: 0px;
}

.content-c .content-c__content a.btn {
  text-decoration: none;
}

.content-c .content-c__content .btn-file {
  cursor: pointer;
  position: relative;
  border-radius: 500px;
}

.content-c .content-c__content .btn-dragDrop {
  border: 2px dashed #b3b2b2;
  margin: 30px 0;
  color: #b3b2b2;
  text-align: center;
  border-radius: 4px;
}

.content-c .content-c__content .btn-dragDrop span {
  display: block;
  padding: 60px 0px;
  line-height: 1.428571429;
  white-space: normal;
}

.content-c .content-c__content .btn-dragDrop input {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.content-c .content-c__content .list-dragDrop {
  margin-bottom: 30px;
}

.content-c .content-c__content .list-rating li {
  padding: 0 3px;
}

.content-c .content-c__content .list-rating div {
  color: #ffc708;
  font-size: 36px;
  cursor: pointer;
}

.content-c .content-c__content .list-rating div.rating-symbol-background {
  color: #b3b2b2;
}

.content-c .content-c__content .list-subLink li {
  margin-top: 30px;
}

.content-c .content-c__content .list-subLink li:first-child {
  margin-top: 0px;
}

.content-c .content-c__content .list-subLink li img {
  width: 100%;
}

.content-c .content-c__content .list-subLink .is-subline, .content-c .content-c__content .list-subLink .is-date {
  display: block;
  font-size: 16px;
  color: #898587;
  margin-top: 5px;
}

.content-c .content-c__content .list-subLink .is-date {
  font-size: 14px;
}

.content-c .content-c__content .list-subLink a {
  display: inline-block;
}

.content-c .content-c__content .list-payment {
  display: block;
  margin-bottom: 0px;
  margin-top: 6px;
}

.content-c .content-c__content .list-payment:after {
  content: '';
  display: table;
  clear: both;
}

.content-c .content-c__content .list-payment li {
  width: 30%;
  display: block;
  float: left;
  margin-left: 5%;
  margin-top: 10px;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 991px) {
  .content-c .content-c__content .list-payment li {
    width: 100%;
    margin-left: 0%;
  }
}

.content-c .content-c__content .list-payment li:nth-child(3n+1) {
  margin-left: 0%;
  clear: left;
}

.content-c .content-c__content .list-payment li div {
  display: table;
  width: 100%;
  height: 100%;
}

.content-c .content-c__content .list-payment li div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.content-c .content-c__content .list-payment li div > div img {
  max-width: 90%;
  width: auto;
  max-height: 40px;
  height: auto;
}

.content-c .content-c__content .list-highlight li {
  margin-top: 12px;
}

.content-c .content-c__content .list-highlight li i {
  color: #D71156;
}

.content-c .content-c__content .list-description {
  display: block;
  margin-bottom: 0px;
}

.content-c .content-c__content .list-description:after {
  content: '';
  display: table;
  clear: both;
}

.content-c .content-c__content .list-description > li {
  width: 18%;
  display: block;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  height: 90px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.content-c .content-c__content .list-description > li.is-highlight {
  border-color: #D71156;
}

@media (max-width: 991px) {
  .content-c .content-c__content .list-description > li {
    width: 48%;
  }
  .content-c .content-c__content .list-description > li:nth-child(2n+1) {
    margin-left: 0%;
    clear: left;
  }
}

.content-c .content-c__content .list-description > li h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.content-c .content-c__content .list-description > li ul {
  list-style: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

.content-c .content-c__content .list-description > li ul li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 1px;
  border-radius: 500px;
  background-color: #d9d9d9;
}

.content-c .content-c__content .list-description > li ul li.is-highlight {
  background-color: #D71156;
}

.content-c .content-c__content .list-location, .content-c .content-c__content .list-service {
  /* 20180322 fix */
  display: inline;
  margin-bottom: 0px;
  margin-top: -20px;
}

.content-c .content-c__content .list-location li:before {
  top: 1px;
  content: "\f041";
  color: #b3b2b2;
}

.content-c .content-c__content .list-location li b {
  display: block;
  color: #D71156;
  line-height: 100%;
}

.content-c .content-c__content .list-timeline, .content-c .content-c__content .list-season {
  position: relative;
}

.content-c .content-c__content .list-timeline li, .content-c .content-c__content .list-season li {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 30px;
  position: relative;
}

.content-c .content-c__content .list-timeline li.is-highlight:before, .content-c .content-c__content .list-season li.is-highlight:before {
  background-color: #D71156;
}

.content-c .content-c__content .list-timeline li:before, .content-c .content-c__content .list-season li:before {
  content: '';
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 202;
  top: 12px;
  left: 0px;
  background-color: #d9d9d9;
  border-radius: 500px;
}

.content-c .content-c__content .list-timeline li:after, .content-c .content-c__content .list-season li:after {
  content: '';
  width: 1px;
  height: 100%;
  z-index: 201;
  position: absolute;
  background-color: #d9d9d9;
  top: 0%;
  left: 7px;
}

.content-c .content-c__content .list-timeline li:first-child:after, .content-c .content-c__content .list-season li:first-child:after {
  top: 12px;
}

.content-c .content-c__content .list-timeline li:last-child:after, .content-c .content-c__content .list-season li:last-child:after {
  height: 12px;
}

.content-c .content-c__content .list-timeline .is-subline, .content-c .content-c__content .list-timeline .list-subLink .is-date, .content-c .content-c__content .list-subLink .list-timeline .is-date, .content-c .content-c__content .list-season .is-subline, .content-c .content-c__content .list-season .list-subLink .is-date, .content-c .content-c__content .list-subLink .list-season .is-date {
  display: block;
  font-size: 16px;
  color: #898587;
}

.content-c .content-c__content .list-timeline a, .content-c .content-c__content .list-season a {
  /*font-weight: 600;*/
  text-decoration: underline;
}

.content-c .content-c__content .list-catblock .catblock--poster {
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .content-c .content-c__content .list-catblock .catblock--poster {
    margin: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-c .content-c__content .list-catblock .catblock--poster {
    margin: 15px 0;
  }
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-img {
  width: 100%;
  padding: 0px 0px 15px 0px;
  position: relative;
  z-index: 301;
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-text {
  width: 100%;
  z-index: 302;
  left: 0px;
  padding: 0 30px;
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-text h4 {
  margin-top: 8px;
  margin-bottom: 5px;
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-footer {
  padding: 12px 30px 30px 30px;
}

.content-c .content-c__content .list-catblock .catblock--poster .catblock__wrap-footer a.btn {
  text-decoration: none;
}

.content-c .content-c__content .list-tourInfoBlock li {
  margin-top: 10px;
}

.content-c .content-c__content .list-tourInfoBlock li h3 {
  padding-left: 30px;
  margin-right: 30px;
  position: relative;
  font-size: 20px;
  margin-top: 0px;
}

.content-c .content-c__content .list-tourInfoBlock li h3 .is-subline, .content-c .content-c__content .list-tourInfoBlock li h3 .list-subLink .is-date, .content-c .content-c__content .list-subLink .list-tourInfoBlock li h3 .is-date {
  display: block;
  color: #b3b2b2;
  font-size: 15px;
  font-weight: 400;
}

.content-c .content-c__content .list-tourInfoBlock li h3 i {
  position: absolute;
  top: 50%;
  left: 0px;
  color: #b3b2b2;
  font-size: 18px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.content-c .content-c__content .list-season {
  display: table;
  width: calc(100% + 30px);
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  color: #d9d9d9;
}

@media (max-width: 767px) {
  .content-c .content-c__content .list-season {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.content-c .content-c__content .list-season li {
  display: table-cell;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.content-c .content-c__content .list-season li.is-highlight {
  color: #D71156;
}

.content-c .content-c__content .list-season li:before {
  bottom: 0px;
  top: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.content-c .content-c__content .list-season li b.is-title {
  /*font-weight: 300;*/
  font-size: 15px;
}

.content-c .content-c__content .list-season li:after {
  width: 100%;
  height: 1px;
  left: 0px;
  top: inherit;
  bottom: 7px;
}

.content-c .content-c__content .list-season li:first-child:after {
  top: inherit;
  bottom: 7px;
  left: 50%;
}

.content-c .content-c__content .list-season li:last-child:after {
  height: 1px;
  width: 50%;
}

.content-c .content-c__content .tourInfoBlock__wrap {
  margin-top: -30px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}

.content-c .content-c__content .tourInfoBlock__wrap h3 {
  padding-left: 30px;
  position: relative;
  font-size: 30px;
}

.content-c .content-c__content .tourInfoBlock__wrap h3 .is-subline, .content-c .content-c__content .tourInfoBlock__wrap h3 .list-subLink .is-date, .content-c .content-c__content .list-subLink .tourInfoBlock__wrap h3 .is-date {
  display: block;
  color: #b3b2b2;
  font-size: 18px;
  font-weight: 400;
}

.content-c .content-c__content .tourInfoBlock__wrap h3 i {
  position: absolute;
  top: 50%;
  left: 0px;
  color: #b3b2b2;
  font-size: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.content-c .content-c__content .seasBlock {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.content-c .content-c__content .galBlock {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.content-c .content-c__content .galBlock.galBlock--video span.galBlock__wrap-img.is-overlay {
  display: block;
  width: 100%;
  position: relative;
  z-index: 301;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-c .content-c__content .galBlock.galBlock--video span.galBlock__wrap-img.is-overlay:after {
  content: "\f04b";
  display: block;
  width: 70px;
  height: 70px;
  z-index: 302;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #D71156;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 500px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-c .content-c__content .galBlock li {
  margin-top: 8.57px;
  margin-bottom: 20px;
}

.content-c .content-c__content .galBlock li div.user-picture-tooltip {
  position: absolute;
  bottom: 0;
  left: 4px;
  z-index: 500;
}

.content-c .content-c__content .galBlock li div.user-picture-tooltip i {
  color: white;
  font-size: 12px;
}

.content-c .content-c__content .galBlock li a {
  margin: -7.5px;
  display: block;
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 301;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-img.is-overlay:before {
  content: '';
  z-index: 301;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 300;
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-img img.userAvatar {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  left: 5px;
  bottom: 5px;
  position: absolute;
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-text {
  width: 100%;
  position: absolute;
  z-index: 302;
  display: block;
  top: 50%;
  left: 0px;
  padding: 0 30px;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.content-c .content-c__content .galBlock li a span.galBlock__wrap-text span {
  display: block;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991px) {
  .content-c .content-c__content .galBlock li a span.galBlock__wrap-text span {
    font-size: 14px;
  }
}

.content-c .content-c__content .cippy-campaigns .campaign_scrollcontainer {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.content-c .content-c__content .cippy-campaigns .campaign_scrollarea {
  display: -webkit-inline-box;
  display: inline-flex;
  white-space: nowrap;
}

.content-c .content-c__content .cippy-campaigns .campaign_scrollbox {
  width: 65vw;
}

.content-c .content-c__content .cippy-campaign__wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.content-c .content-c__content .cippy-campaign__wrapper .cippy-campaign__description {
  padding: 5px;
  margin-top: 10px;
  white-space: normal;
}

.content-c .content-c__tabs {
  position: relative;
  z-index: 100;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .content-c .content-c__tabs {
    margin-top: 1vh;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 54px;
  }
  .content-c .content-c__tabs .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content-c .content-c__tabs ul.nav-tabs {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.content-c .content-c__tabs ul.nav-tabs li {
  width: calc(25% - 3px);
  margin-bottom: 0px;
  margin-left: 4px;
  box-sizing: border-box;
  text-align: center;
}

.content-c .content-c__tabs ul.nav-tabs li:first-child {
  margin-left: 0px;
}

.content-c .content-c__tabs ul.nav-tabs li a {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  height: 56px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  .content-c .content-c__tabs ul.nav-tabs li a {
    font-size: 13.3333333333px;
    font-weight: normal;
  }
}

.content-c .content-c__tabs ul.nav-tabs li a.is-yellow {
  background-color: #feb82c;
}

.content-c .content-c__tabs ul.nav-tabs li a.is-green {
  background-color: #2c5452;
}

.content-c .content-c__tabs ul.nav-tabs li a.is-red {
  background-color: #d9264a;
}

.content-c .content-c__tabs ul.nav-tabs li a.is-blue {
  background-color: #416496;
}

.content-c .content-c__tabs ul.nav-tabs li a.is-lilac {
  background-color: #963e68;
}

.content-c .content-c__tabs ul.nav-tabs li a.is-orange {
  background-color: #d99826;
}

.content-c .content-c__tabs ul.nav-tabs li a > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  line-height: 100%;
  word-wrap: break-word;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.content-c .content-c__tabs ul.nav-tabs li a > span i {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .content-c .content-c__tabs ul.nav-tabs li a > span i {
    display: block;
  }
}

.content-c .content-c__tabs ul.nav-tabs li.active a {
  background-color: #f1f1f1;
  color: #D71156;
}

.content-c .content-c__tabs ul.nav-tabs li.active a:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.content-c .content-c__tabs .tab-content {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 26px;
  padding-right: 9px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .content-c .content-c__tabs .tab-content {
    border-radius: 45px;
  }
}

@media (max-width: 767px) {
  .content-c .content-c__tabs .tab-content {
    padding-left: 14px;
  }
}

.content-c .content-c__tabs .tab-content h3 {
  margin: 0px 0px 20px 0px;
}

.content-c .content-c__tabs .tab-content form .separator {
  width: 10px;
  float: left;
  height: 60px;
  border-left: 2px solid #D71156;
  border-radius: 50%/30px;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.content-c .content-c__tabs .tab-content form .btn-search {
  height: 77px;
  position: absolute;
  top: -8px;
  right: 0px;
  border-radius: 71%;
  width: 77px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  transition: 1s;
  background: linear-gradient(180deg, #d60b52, #b9144e) no-repeat padding-box;
  border: 0px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  z-index: 1001;
}

.content-c .content-c__tabs .tab-content form .btn-search:hover {
  background-image: radial-gradient(#bf0f4d, #bf0f4d) !important;
}

.content-c .content-c__tabs .tab-content form .btn-search i.lvh-icon {
  margin-right: 0;
  font-size: 1.8em;
}

.content-c .content-c__tabs .tab-content form .search-marker {
  float: left;
  font-size: 30px;
  padding-top: 15px;
  color: #D71156;
}

.content-c .content-c__tabs .tab-content form .search-marker.right {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .content-c .content-c__tabs .tab-content form .search-marker.right {
    margin-left: auto;
  }
}

.content-c .content-c__tabs .tab-content form .search-marker.soa-checkbox {
  font-size: 19px;
  padding-top: 21px;
}

.content-c .content-c__tabs .tab-content form .search-marker.soa-info {
  font-size: 19px;
  padding-top: 21px;
  color: #57585A;
}

.content-c .content-c__tabs .tab-content form .soa_placeholder {
  float: left;
  height: 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #57585A;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.content-c .content-c__tabs .tab-content form .loader-container {
  float: left;
  padding-top: 13px;
}

.content-c .content-c__tabs .tab-content form .loader-container .fa-spin {
  font-size: 25px;
  color: #D71156;
}

.content-c .content-c__tabs .tab-content form input[type="text"] {
  float: left;
  border: 0;
  border-radius: 0;
  display: inline !important;
  width: 45%;
}

@media (max-width: 767px) {
  .content-c .content-c__tabs .tab-content form input[type="text"][name="q"] {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .content-c .content-c__tabs .tab-content form input[type="text"] {
    width: inherit;
  }
}

.content-c .content-c__tabs .tab-content form input[type="text"]:focus {
  outline: 0 none;
}

.content-c .content-c__tabs .tab-content form input[readonly="readonly"], .content-c .content-c__tabs .tab-content form input[readonly] {
  background-color: #fff !important;
}

.content-c .content-c__tabs .tab-content form fieldset {
  min-height: 50px;
}

.content-c .content-c__tabs .tab-content form fieldset div.flex {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 991px) {
  .content-c .content-c__tabs .tab-content form fieldset {
    min-height: inherit;
  }
  .content-c .content-c__tabs .tab-content form fieldset .btn-primary {
    border-radius: 40px;
  }
}

.content-c .content-c__tabs .tab-content form label {
  position: absolute;
  bottom: calc(100%);
  left: 15px;
}

@media (max-width: 991px) {
  .content-c .content-c__tabs .tab-content form label {
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}

.content-c .content-c__tabs .tab-content form .form-group {
  margin-bottom: 0px;
}

.content-c .content-c__tabs .tab-content form .vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  line-height: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 991px) {
  .content-c .content-c__tabs .tab-content form .vertical-center {
    position: relative;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.content-c .content-c__tabs .tab-content .input-group-addon {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  color: #D71156;
  cursor: pointer;
}

.content-c .content-c__tabs .tab-content .btn-sm, .content-c .content-c__tabs .tab-content .btn-group-sm > .btn {
  margin: 10px 10px 0px 0px;
}

.content-c .content-c__rating .rate {
  height: 60px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* border: 1px solid; */
  line-height: 52px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  padding-top: 4px;
}

.content-c .content-c__rating .rate .icon-rated {
  color: #D71156;
}

.content-c .content-c__rating .progBlock__wrap .progBlock__wrap--text {
  margin-top: 3px;
}

.content-c .content-c__rating .progBlock__wrap .progBlock__wrap--text .is-number {
  color: #d9d9d9;
}

.content-c .content-c__rating .progBlock__wrap .progBlock__wrap--divider .progress {
  height: 30px;
}

@media (min-width: 768px) {
  .content-c .content-c__rating .progBlock__wrap.progBlock--left .progBlock__wrap--text {
    float: right;
    text-align: left;
  }
  .content-c .content-c__rating .progBlock__wrap.progBlock--left .progBlock__wrap--divider {
    float: left;
  }
  .content-c .content-c__rating .progBlock__wrap.progBlock--left .progress-bar {
    float: left;
  }
  .content-c .content-c__rating .progBlock__wrap.progBlock--right .progBlock__wrap--text {
    float: left;
    text-align: right;
  }
  .content-c .content-c__rating .progBlock__wrap.progBlock--right .progBlock__wrap--divider {
    float: right;
  }
  .content-c .content-c__rating .progBlock__wrap.progBlock--right .progress-bar {
    float: right;
  }
}

.content-c .content-c__rating .ratBlock {
  margin: 0px 0px 10px 0px;
  padding: 20px 0px;
  border-radius: 4px;
  background: #fff;
}

@media (min-width: 768px) {
  .content-c .content-c__rating .ratBlock {
    font-size: 15px;
  }
}

.content-c .content-c__rating .ratBlock .author {
  font-size: 12px;
}

.content-c .content-c__rating .ratBlock--authorbox {
  margin: 0px;
  padding: 0px;
}

.content-c .content-c__rating .ratBlock--authorbox i {
  font-size: 24px;
  margin-right: 7px;
  color: #bababa;
}

.content-c .content-c__rating .ratBlock--myRatings {
  padding: 20px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .user-info {
  margin-right: -30px;
  text-align: center;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media {
  min-height: 80px;
}

@media (max-width: 767px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media {
    min-height: 0px;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-left {
  padding-left: 10px;
  padding-right: 20px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-left.avatar-border::before {
  background: #D71156;
  content: '';
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
}

@media (max-width: 767px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-left.avatar-border::before {
    width: 50px;
    height: 50px;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-left.avatar-border .img-circle {
  position: absolute;
  border: 3px solid transparent;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-left.avatar-border .img-circle {
    width: 50px;
    height: 50px;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media .media-body i {
  margin-right: 5px;
  color: #d9d9d9;
}

@media (max-width: 767px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .media-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating li {
  padding: 0px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating:first-child {
  padding-left: 6px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating i {
  color: #ffc708;
  font-size: 20px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating i.icon-rated {
  color: #D71156;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating i.icon-rate {
  color: #57585A;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating i.fa-star-o {
  color: #b3b3b3;
}

@media (max-width: 767px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--header .ratBlock__rating {
    padding-left: 10px;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content {
  padding-left: 20px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .media-body {
  word-break: break-word;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content img {
  width: 50px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote {
  position: relative;
  overflow: visible;
  background-color: #fff;
  padding: 30px 30px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 3px rgba(85, 85, 85, 0.1);
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote:before {
  content: '';
  position: absolute;
  left: 85px;
  top: -15px;
  z-index: 900;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #fff;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote:after {
  content: '';
  position: absolute;
  left: 84px;
  top: -17px;
  z-index: 998;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 17px 0 0 17px;
  border-color: transparent transparent transparent #ebebeb;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote p {
  margin-bottom: 0px;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote img.pull-left {
  margin: 0 30px 0 0;
}

@media (max-width: 768px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote img.pull-left {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap--quote img {
    width: 100%;
    height: auto;
  }
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap-comment {
  margin: 30px 0 0 50px;
  color: #b3b2b2;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content .ratBlock__wrap-comment h6 {
  font-weight: 400;
}

.content-c .content-c__rating .ratBlock .ratBlock__wrap .ratBlock__wrap--content h3 {
  margin-top: 10px;
}

.content-c .content-c__category, .content-c .content-c__season, .content-c .content-c__rating, .content-c .content-c__map, .content-c .content-c__results {
  padding: 20px 0px 20px 0px;
}

@media (max-width: 767px) {
  .content-c .content-c__category, .content-c .content-c__season, .content-c .content-c__rating, .content-c .content-c__map, .content-c .content-c__results {
    padding: 20px 0px 0px 0px;
  }
}

.content-c .content-c__category .container, .content-c .content-c__season .container, .content-c .content-c__rating .container, .content-c .content-c__map .container, .content-c .content-c__results .container {
  margin-top: 60px;
}

.content-c .content-c__category .container:first-child, .content-c .content-c__season .container:first-child, .content-c .content-c__rating .container:first-child, .content-c .content-c__map .container:first-child, .content-c .content-c__results .container:first-child {
  margin-top: 0px;
}

.content-c .content-c__category > div > .row, .content-c .content-c__season > div > .row, .content-c .content-c__rating > div > .row, .content-c .content-c__map > div > .row, .content-c .content-c__results > div > .row {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .content-c .content-c__category > div > .row, .content-c .content-c__season > div > .row, .content-c .content-c__rating > div > .row, .content-c .content-c__map > div > .row, .content-c .content-c__results > div > .row {
    margin-top: -15px;
  }
}

.content-c .content-c__category > div > .row:nth-child(1), .content-c .content-c__season > div > .row:nth-child(1), .content-c .content-c__category > div > .row:nth-child(2), .content-c .content-c__season > div > .row:nth-child(2), .content-c .content-c__rating > div > .row:nth-child(1), .content-c .content-c__rating > div > .row:nth-child(2), .content-c .content-c__map > div > .row:nth-child(1), .content-c .content-c__map > div > .row:nth-child(2), .content-c .content-c__results > div > .row:nth-child(1), .content-c .content-c__results > div > .row:nth-child(2) {
  margin-top: 0px;
}

.content-c .content-c__category .category__head--wrap, .content-c .content-c__season .category__head--wrap, .content-c .content-c__rating .category__head--wrap, .content-c .content-c__map .category__head--wrap, .content-c .content-c__results .category__head--wrap {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.content-c .content-c__category .category__head i, .content-c .content-c__season .category__head i, .content-c .content-c__rating .category__head i, .content-c .content-c__map .category__head i, .content-c .content-c__results .category__head i {
  color: #D71156;
  font-size: 36px;
  margin-bottom: 12px;
}

.content-c .content-c__category .category__head img, .content-c .content-c__season .category__head img, .content-c .content-c__rating .category__head img, .content-c .content-c__map .category__head img, .content-c .content-c__results .category__head img {
  margin-bottom: 12px;
}

.content-c .content-c__category .category__head .category-icon, .content-c .content-c__season .category__head .category-icon, .content-c .content-c__rating .category__head .category-icon, .content-c .content-c__map .category__head .category-icon, .content-c .content-c__results .category__head .category-icon {
  width: 58px;
  margin-right: 10px;
}

.content-c .content-c__category .category__head h2, .content-c .content-c__season .category__head h2, .content-c .content-c__rating .category__head h2, .content-c .content-c__map .category__head h2, .content-c .content-c__results .category__head h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}

.content-c .content-c__category .category__head h3, .content-c .content-c__season .category__head h3, .content-c .content-c__rating .category__head h3, .content-c .content-c__map .category__head h3, .content-c .content-c__results .category__head h3 {
  font-size: 21.1764705882px;
  margin-top: 0px;
  border-bottom: 1px dotted #57585A;
  padding-bottom: 5px;
  color: #D71156;
  text-align: left;
}

.content-c .content-c__category .category__head p.lead, .content-c .content-c__season .category__head p.lead, .content-c .content-c__rating .category__head p.lead, .content-c .content-c__map .category__head p.lead, .content-c .content-c__results .category__head p.lead {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.6;
  display: inline;
  color: #6f6f6f;
  margin-left: 10px;
}

.content-c .content-c__category .category__head--newsletter, .content-c .content-c__season .category__head--newsletter, .content-c .content-c__rating .category__head--newsletter, .content-c .content-c__map .category__head--newsletter, .content-c .content-c__results .category__head--newsletter {
  font-size: 16px;
}

.content-c .content-c__category .category_scrollcontainer, .content-c .content-c__season .category_scrollcontainer, .content-c .content-c__rating .category_scrollcontainer, .content-c .content-c__map .category_scrollcontainer, .content-c .content-c__results .category_scrollcontainer {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.content-c .content-c__category .category_scrollarea, .content-c .content-c__season .category_scrollarea, .content-c .content-c__rating .category_scrollarea, .content-c .content-c__map .category_scrollarea, .content-c .content-c__results .category_scrollarea {
  display: -webkit-inline-box;
  display: inline-flex;
  white-space: nowrap;
}

.content-c .content-c__category .category_scrollbox, .content-c .content-c__season .category_scrollbox, .content-c .content-c__rating .category_scrollbox, .content-c .content-c__map .category_scrollbox, .content-c .content-c__results .category_scrollbox {
  width: 90vw;
  display: inline-block;
  white-space: initial;
}

@media (max-width: 991px) {
  .content-c .content-c__category .category_scrollbox, .content-c .content-c__season .category_scrollbox, .content-c .content-c__rating .category_scrollbox, .content-c .content-c__map .category_scrollbox, .content-c .content-c__results .category_scrollbox {
    width: 75vw;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__category .category_scrollbox--promobox, .content-c .content-c__season .category_scrollbox--promobox, .content-c .content-c__rating .category_scrollbox--promobox, .content-c .content-c__map .category_scrollbox--promobox, .content-c .content-c__results .category_scrollbox--promobox {
    width: 75vw;
  }
}

.content-c .content-c__category--htmlblock, .content-c .content-c__rating--htmlblock, .content-c .content-c__map--htmlblock, .content-c .content-c__results--htmlblock {
  padding-top: 0px;
}

.content-c .content-c__category--htmlblock a, .content-c .content-c__rating--htmlblock a, .content-c .content-c__map--htmlblock a, .content-c .content-c__results--htmlblock a {
  font-weight: bold;
}

.content-c .content-c__category--typebox .container, .content-c .content-c__rating--typebox .container, .content-c .content-c__map--typebox .container, .content-c .content-c__results--typebox .container {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@media (max-width: 991px) {
  .content-c .content-c__category--typebox .container, .content-c .content-c__rating--typebox .container, .content-c .content-c__map--typebox .container, .content-c .content-c__results--typebox .container {
    padding-left: 15px !important;
  }
}

.content-c .content-c__category--typebox .category__head h2, .content-c .content-c__rating--typebox .category__head h2, .content-c .content-c__map--typebox .category__head h2, .content-c .content-c__results--typebox .category__head h2 {
  display: block;
  font-size: 25px;
  border-bottom: 3px dotted #D71156;
  padding-top: 10px;
}

.content-c .content-c__category, .content-c .content-c__season {
  padding: 35px 0px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .content-c .content-c__category, .content-c .content-c__season {
    padding: 20px 0px;
  }
}

.content-c .content-c__category--promoboxes {
  padding-top: 0px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .content-c .content-c__category--promoboxes {
    padding-bottom: 20px;
  }
}

.content-c .content-c__category .clp-campaign__wrapper, .content-c .content-c__season .clp-campaign__wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 300px;
}

.content-c .content-c__category .clp-campaign__wrapper div:first-child, .content-c .content-c__season .clp-campaign__wrapper div:first-child {
  text-align: center;
}

.content-c .content-c__category .clp-campaign__wrapper .clp-campaign__description, .content-c .content-c__season .clp-campaign__wrapper .clp-campaign__description {
  padding: 5px;
  margin-top: 10px;
  min-height: 78px;
  white-space: normal;
}

@media (max-width: 767px) {
  .content-c .content-c__category .clp-campaign__wrapper, .content-c .content-c__season .clp-campaign__wrapper {
    min-height: 330px;
    width: 55vw;
  }
  .content-c .content-c__category .clp-campaign__wrapper img, .content-c .content-c__season .clp-campaign__wrapper img {
    min-width: 155px;
    min-height: 235px;
    max-width: 100%;
  }
}

.content-c .content-c__tabsnav {
  background-color: #2c3742;
  max-height: 60px;
  box-shadow: 0px 0px 10px #2f2f2f;
  position: fixed;
  width: 100%;
  z-index: 900;
}

@media (max-width: 991px) {
  .content-c .content-c__tabsnav {
    position: relative;
  }
}

.content-c .content-c__tabsnav #tabNavigation {
  margin: 0px -15px;
}

.content-c .content-c__tabsnav #tabNavigation ul {
  border-bottom: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
}

.content-c .content-c__tabsnav #tabNavigation ul li {
  margin-bottom: 0px;
}

.content-c .content-c__tabsnav #tabNavigation ul li a {
  background: #2c3742;
  display: block;
  padding: 18px 17.5px;
  border: 0px;
  margin-right: 0px;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.content-c .content-c__tabsnav #tabNavigation ul li a:hover {
  background: #2c3742;
  border-bottom: 3px solid #e72c60;
}

.content-c .content-c__tabsnav #tabNavigation ul li a span.is-number {
  font-size: 13.3333333333px;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.content-c .content-c__tabsnav #tabNavigation ul li.active a {
  background-color: #f1f1f1;
  color: #D71156 !important;
  border-bottom: 3px solid #e72c60;
}

.content-c .content-c__tabsnav #tabNavigation ul.dropdown-menu {
  background-color: #444243;
}

.content-c .content-c__tabsnav #tabNavigation ul.dropdown-menu li a:hover {
  background-color: #555555;
}

@media (max-width: 991px) {
  .content-c .content-c__results, .content-c .content-c__mobile, .content-c .content-c__mobile--resultnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__results .page_info, .content-c .content-c__mobile .page_info, .content-c .content-c__mobile--resultnav .page_info {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-c .content-c__results .page_info .main_panel, .content-c .content-c__mobile .page_info .main_panel, .content-c .content-c__mobile--resultnav .page_info .main_panel {
  position: relative;
}

.content-c .content-c__results .page_info .main_panel img, .content-c .content-c__mobile .page_info .main_panel img, .content-c .content-c__mobile--resultnav .page_info .main_panel img {
  max-width: 100%;
  margin-bottom: 20px;
}

.content-c .content-c__results .page_info .main_panel span, .content-c .content-c__mobile .page_info .main_panel span, .content-c .content-c__mobile--resultnav .page_info .main_panel span {
  position: absolute;
  bottom: 40px;
}

.content-c .content-c__results .page_info .main_panel span h1, .content-c .content-c__mobile .page_info .main_panel span h1, .content-c .content-c__mobile--resultnav .page_info .main_panel span h1 {
  font-size: 28px;
  border-radius: 0 23px 23px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  background: #D71156;
}

@media (max-width: 991px) {
  .content-c .content-c__results .page_info .main_panel span h1, .content-c .content-c__mobile .page_info .main_panel span h1, .content-c .content-c__mobile--resultnav .page_info .main_panel span h1 {
    font-size: 16px;
  }
}

.content-c .content-c__results .results__header h1.page-heading, .content-c .content-c__mobile .results__header h1.page-heading, .content-c .content-c__mobile--resultnav .results__header h1.page-heading {
  font-size: 48px;
}

@media (max-width: 767px) {
  .content-c .content-c__results .results__header h1.page-heading, .content-c .content-c__mobile .results__header h1.page-heading, .content-c .content-c__mobile--resultnav .results__header h1.page-heading {
    font-size: 28px;
  }
}

.content-c .content-c__results .results__header h1.page-heading img.category-icon, .content-c .content-c__mobile .results__header h1.page-heading img.category-icon, .content-c .content-c__mobile--resultnav .results__header h1.page-heading img.category-icon {
  width: 52px;
}

.content-c .content-c__results .results__header h3.page-teaser, .content-c .content-c__mobile .results__header h3.page-teaser, .content-c .content-c__mobile--resultnav .results__header h3.page-teaser {
  font-size: 17px;
  border-bottom: 1px dotted #57585A;
  font-weight: 400;
  padding-bottom: 7px;
}

@media (max-width: 991px) {
  .content-c .content-c__results .results__header .page_info, .content-c .content-c__mobile .results__header .page_info, .content-c .content-c__mobile--resultnav .results__header .page_info {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-c .content-c__results .results__header .page_info .main_panel, .content-c .content-c__mobile .results__header .page_info .main_panel, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel {
  position: relative;
}

.content-c .content-c__results .results__header .page_info .main_panel img, .content-c .content-c__mobile .results__header .page_info .main_panel img, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel img {
  max-width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .content-c .content-c__results .results__header .page_info .main_panel img, .content-c .content-c__mobile .results__header .page_info .main_panel img, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel img {
    margin-bottom: 0;
    border-bottom: 1px solid #f8f8f8;
  }
}

.content-c .content-c__results .results__header .page_info .main_panel span, .content-c .content-c__mobile .results__header .page_info .main_panel span, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel span {
  position: absolute;
  bottom: 40px;
}

.content-c .content-c__results .results__header .page_info .main_panel span h1, .content-c .content-c__mobile .results__header .page_info .main_panel span h1, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel span h1 {
  font-size: 28px;
  border-radius: 0 23px 23px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  background: #D71156;
}

@media (max-width: 991px) {
  .content-c .content-c__results .results__header .page_info .main_panel span h1, .content-c .content-c__mobile .results__header .page_info .main_panel span h1, .content-c .content-c__mobile--resultnav .results__header .page_info .main_panel span h1 {
    font-size: 16px;
  }
}

.content-c .content-c__results .results__header h3, .content-c .content-c__mobile .results__header h3, .content-c .content-c__mobile--resultnav .results__header h3 {
  margin-top: 0px;
}

.content-c .content-c__results .results__header .result-count-location-container, .content-c .content-c__mobile .results__header .result-count-location-container, .content-c .content-c__mobile--resultnav .results__header .result-count-location-container {
  padding-bottom: 10px;
}

.content-c .content-c__results .results__header .ResultNav, .content-c .content-c__mobile .results__header .ResultNav, .content-c .content-c__mobile--resultnav .results__header .ResultNav {
  margin: 10px 0px 10px;
  display: table;
  width: 100%;
}

.content-c .content-c__results .results__header .ResultNav li, .content-c .content-c__mobile .results__header .ResultNav li, .content-c .content-c__mobile--resultnav .results__header .ResultNav li {
  display: table-cell;
  padding-left: 6px;
  padding-right: 0px;
}

.content-c .content-c__results .results__header .ResultNav li:first-child, .content-c .content-c__mobile .results__header .ResultNav li:first-child, .content-c .content-c__mobile--resultnav .results__header .ResultNav li:first-child {
  border-left: 0px;
  padding-left: 0px;
}

.content-c .content-c__results .results__header .ResultNav li a, .content-c .content-c__mobile .results__header .ResultNav li a, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a {
  font-size: 16px;
}

.content-c .content-c__results .results__header .ResultNav li a:hover, .content-c .content-c__results .results__header .ResultNav li a:focus, .content-c .content-c__results .results__header .ResultNav li a.active, .content-c .content-c__mobile .results__header .ResultNav li a:hover, .content-c .content-c__mobile .results__header .ResultNav li a:focus, .content-c .content-c__mobile .results__header .ResultNav li a.active, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a:hover, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a:focus, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a.active {
  background-color: transparent;
  color: #D71156;
  box-shadow: none;
}

.content-c .content-c__results .results__header .ResultNav li a.collapsed, .content-c .content-c__mobile .results__header .ResultNav li a.collapsed, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a.collapsed {
  /*background-color: $brand-primary;
              color: $text-color-light;*/
}

.content-c .content-c__results .results__header .ResultNav li a .is-number, .content-c .content-c__mobile .results__header .ResultNav li a .is-number, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a .is-number {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 13.3333333333px;
  font-weight: 400;
}

.content-c .content-c__results .results__header .bg-danger, .content-c .content-c__mobile .results__header .bg-danger, .content-c .content-c__mobile--resultnav .results__header .bg-danger {
  margin-top: 20px;
  background-color: #D71156;
  padding: 14.4px 17.5px;
  color: #fff;
  border-radius: 4px;
}

.content-c .content-c__results .results__header .bg-danger a, .content-c .content-c__mobile .results__header .bg-danger a, .content-c .content-c__mobile--resultnav .results__header .bg-danger a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.content-c .content-c__results .results__header .bg-danger i, .content-c .content-c__mobile .results__header .bg-danger i, .content-c .content-c__mobile--resultnav .results__header .bg-danger i {
  margin-right: 10px;
}

.content-c .content-c__results .results__content, .content-c .content-c__mobile .results__content, .content-c .content-c__mobile--resultnav .results__content {
  margin-top: 30px;
}

.content-c .content-c__results .results__content .results__wrapper, .content-c .content-c__mobile .results__content .results__wrapper, .content-c .content-c__mobile--resultnav .results__content .results__wrapper {
  padding-left: 30px;
}

.content-c .content-c__results .results__content .results__header, .content-c .content-c__mobile .results__content .results__header, .content-c .content-c__mobile--resultnav .results__content .results__header {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .content-c .content-c__results .results__content, .content-c .content-c__mobile .results__content, .content-c .content-c__mobile--resultnav .results__content {
    margin-top: 10px;
  }
}

.content-c .content-c__results .results__content #formResultsFilterMobile, .content-c .content-c__mobile .results__content #formResultsFilterMobile, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile {
  overflow-y: scroll;
  height: 100vh;
}

.content-c .content-c__results .results__content #formResultsFilter, .content-c .content-c__results .results__content #formResultsFilterMobile, .content-c .content-c__mobile .results__content #formResultsFilter, .content-c .content-c__mobile .results__content #formResultsFilterMobile, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile {
  background-color: #fff;
  padding-top: 20px;
  border-radius: 4px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .content-c .content-c__results .results__content #formResultsFilter, .content-c .content-c__results .results__content #formResultsFilterMobile, .content-c .content-c__mobile .results__content #formResultsFilter, .content-c .content-c__mobile .results__content #formResultsFilterMobile, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile {
    padding-bottom: 180px;
  }
}

.content-c .content-c__results .results__content #formResultsFilter fieldset, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset, .content-c .content-c__mobile .results__content #formResultsFilter fieldset, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset {
  margin-top: 10px;
  padding-top: 15px;
  position: relative;
  padding-bottom: 10px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .form-group, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .form-group, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .form-group, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .form-group, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .form-group, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .form-group {
  /* border-bottom: 3px solid $lvh-border-color; */
}

.content-c .content-c__results .results__content #formResultsFilter fieldset h5, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset h5, .content-c .content-c__mobile .results__content #formResultsFilter fieldset h5, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset h5, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset h5, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset h5 {
  text-transform: uppercase;
  color: #D71156;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .checkbox, .content-c .content-c__results .results__content #formResultsFilter fieldset .radio, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .checkbox, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .radio, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .checkbox, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .radio, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .checkbox, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .radio, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .checkbox, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .radio, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .checkbox, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .radio {
  margin-bottom: 15px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .checkbox label.flex, .content-c .content-c__results .results__content #formResultsFilter fieldset .radio label.flex, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .checkbox label.flex, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .radio label.flex, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .checkbox label.flex, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .radio label.flex, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .checkbox label.flex, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .radio label.flex, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .checkbox label.flex, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .radio label.flex, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .checkbox label.flex, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .radio label.flex {
  border-bottom: 1px dotted #57585A;
  padding-bottom: 8px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset.mobile-apply, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset.mobile-apply, .content-c .content-c__mobile .results__content #formResultsFilter fieldset.mobile-apply, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset.mobile-apply, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset.mobile-apply, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset.mobile-apply {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset.mobile-apply .apply-search-filters, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset.mobile-apply .apply-search-filters, .content-c .content-c__mobile .results__content #formResultsFilter fieldset.mobile-apply .apply-search-filters, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset.mobile-apply .apply-search-filters, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset.mobile-apply .apply-search-filters, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset.mobile-apply .apply-search-filters {
  border-radius: 0;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset.mobile-filter-back, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset.mobile-filter-back, .content-c .content-c__mobile .results__content #formResultsFilter fieldset.mobile-filter-back, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset.mobile-filter-back, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset.mobile-filter-back, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset.mobile-filter-back {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  padding-bottom: 0px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset.mobile-filter-back .apply-search-filters, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset.mobile-filter-back .apply-search-filters, .content-c .content-c__mobile .results__content #formResultsFilter fieldset.mobile-filter-back .apply-search-filters, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset.mobile-filter-back .apply-search-filters, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset.mobile-filter-back .apply-search-filters, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset.mobile-filter-back .apply-search-filters {
  border-radius: 0;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset:before, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset:before, .content-c .content-c__mobile .results__content #formResultsFilter fieldset:before, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset:before {
  /* content: '';
            display: block;
            position: absolute;
            left: 15px;
            top: 0px;
            width: calc(100% - 30px);
            height: 0px;
            background-color: $gray-xxlight; */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-c .content-c__results .results__content #formResultsFilter fieldset, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset, .content-c .content-c__mobile .results__content #formResultsFilter fieldset, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset {
    padding-top: 0px;
    margin-top: 0px;
  }
  .content-c .content-c__results .results__content #formResultsFilter fieldset:before, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset:before, .content-c .content-c__mobile .results__content #formResultsFilter fieldset:before, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset:before {
    display: none;
  }
}

.content-c .content-c__results .results__content #formResultsFilter fieldset:first-child, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset:first-child, .content-c .content-c__mobile .results__content #formResultsFilter fieldset:first-child, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset:first-child, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset:first-child, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset:first-child {
  padding-top: 0px;
  margin-top: 0px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset:first-child:before, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset:first-child:before, .content-c .content-c__mobile .results__content #formResultsFilter fieldset:first-child:before, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset:first-child:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset:first-child:before, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset:first-child:before {
  display: none;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset h5, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset h5, .content-c .content-c__mobile .results__content #formResultsFilter fieldset h5, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset h5, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset h5, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset h5 {
  margin-top: 0px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset a, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset a, .content-c .content-c__mobile .results__content #formResultsFilter fieldset a, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset a, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset a, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset a {
  text-decoration: none;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .opentime-dayfilter button, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .opentime-dayfilter button, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .opentime-dayfilter button, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .opentime-dayfilter button, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .opentime-dayfilter button, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .opentime-dayfilter button {
  font-size: 14px;
  padding-left: 10px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .opentime-hourfilter, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .opentime-hourfilter, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .opentime-hourfilter, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .opentime-hourfilter, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .opentime-hourfilter, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .opentime-hourfilter {
  line-height: 28px;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .avatarBlock__rating--small li, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .avatarBlock__rating--small li, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .avatarBlock__rating--small li, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li {
  color: #ffc708;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .avatarBlock__rating--small li span, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li span, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .avatarBlock__rating--small li span, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li span, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .avatarBlock__rating--small li span, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .avatarBlock__rating--small li span {
  color: #777777;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset .form-hotelcategory .avatarBlock__rating--small li, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset .form-hotelcategory .avatarBlock__rating--small li, .content-c .content-c__mobile .results__content #formResultsFilter fieldset .form-hotelcategory .avatarBlock__rating--small li, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset .form-hotelcategory .avatarBlock__rating--small li, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset .form-hotelcategory .avatarBlock__rating--small li, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset .form-hotelcategory .avatarBlock__rating--small li {
  color: #555555;
}

.content-c .content-c__results .results__content #formResultsFilter fieldset #priceFilterValue, .content-c .content-c__results .results__content #formResultsFilterMobile fieldset #priceFilterValue, .content-c .content-c__mobile .results__content #formResultsFilter fieldset #priceFilterValue, .content-c .content-c__mobile .results__content #formResultsFilterMobile fieldset #priceFilterValue, .content-c .content-c__mobile--resultnav .results__content #formResultsFilter fieldset #priceFilterValue, .content-c .content-c__mobile--resultnav .results__content #formResultsFilterMobile fieldset #priceFilterValue {
  font-weight: 700;
}

.content-c .content-c__results .pagination, .content-c .content-c__mobile .pagination, .content-c .content-c__mobile--resultnav .pagination {
  margin-bottom: 0px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .content-c .content-c__results .pagination, .content-c .content-c__mobile .pagination, .content-c .content-c__mobile--resultnav .pagination {
    margin: 10px 0 20px;
  }
}

.content-c #mapContainer:before {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
}

@media (max-width: 991px) {
  .content-c #mapContainer:before {
    display: none;
  }
}

.content-c #mapContainer #location_button {
  bottom: 24px;
  position: absolute;
  z-index: 800;
  border-radius: 4px;
  padding: 11px 15px;
  right: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  /* margin-left: -120px; */
  color: #747474;
  background: #fff;
  text-align: center;
}

.content-c #mapContainer #location_button.btn-give-location {
  height: 55px;
  padding: 13px 15px;
}

@media (max-width: 991px) {
  .content-c #mapContainer #location_button {
    right: 45px;
  }
}

.content-c #mapContainer #location_button i {
  font-size: 32px;
  margin-right: 0;
}

.content-c .content-c__map {
  position: relative;
  overflow: hidden;
  padding: 0px 0px;
  border-radius: 4px;
}

.content-c .content-c__map.floating {
  position: fixed !important;
  width: 64%;
  height: 87%;
  z-index: 850;
  box-shadow: 0 0 1px 0 #888888;
  border-radius: 0;
  top: 112px;
}

.content-c .content-c__map .container {
  margin-top: 0px;
}

.content-c .content-c__map .container:first-child {
  margin-top: 0px;
}

.content-c .content-c__map > div > .row {
  margin-top: 0px;
}

.content-c .content-c__map #mapFullWidth {
  min-height: 500px;
  height: 100%;
  display: block;
}

@media (max-width: 991px) {
  .content-c .content-c__map #mapFullWidth {
    min-height: 300px;
  }
}

.content-c .content-c__map .showgeolocation {
  max-height: 400px !important;
}

.content-c .content-c__map .container {
  float: left;
  max-width: 100%;
}

.content-c .content-c__map:after {
  content: '';
  clear: both;
  display: table;
}

.content-c .content-c__video {
  padding: 35px 0px;
  margin: 55px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .content-c .content-c__video {
    padding: 180px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video iframe {
    max-width: 100%;
    max-height: 220px;
  }
}

.content-c .content-c__video .promoArticle__image {
  min-height: 300px;
  background-size: cover;
}

.content-c .content-c__video .c__article {
  height: 500px;
  position: relative;
}

.content-c .content-c__video .c__article--text {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.content-c .content-c__video p.subline {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .content-c .content-c__video p.subline {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video--content {
    padding: 0px 20px;
    color: #FFF;
  }
}

.content-c .content-c__video--wrapper {
  background: #fff;
  padding: 30px 30px 40px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .content-c .content-c__video--wrapper {
    margin: 0px -20px;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video--wrapper a:focus {
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video--wrapper p {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video--wrapper p i {
    margin-top: -5px;
  }
}

@media (max-width: 991px) {
  .content-c .content-c__video--wrapper h2 {
    margin-top: 0px;
    color: #fff;
    font-weight: normal;
  }
}

.content-c .content-c__video .content-c__video--category {
  position: absolute;
  top: -15px;
  background: #e52a65;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}

.content-c .content-c__video h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 991px) {
  .content-c .content-c__video h2 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
  }
}

.content-c .content-c__video p {
  /* line-height: $headings-line-height; */
}

@media (max-width: 991px) {
  .content-c .content-c__video p {
    font-size: 16px;
  }
}

.content-c .content-c__video button.btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  margin-top: 20px;
  color: #fff;
}

.content-c .content-c__video button.btn-default:hover {
  background-color: #D71156;
  border-color: #D71156;
}

.content-c .content-c__newsletter {
  transition: all 0.5s ease-in-out;
  position: fixed;
  width: 100%;
  bottom: -500px;
  left: 0;
  z-index: 10000;
  padding: 50px 0;
  box-shadow: 0 0 30px #0000008f;
  background-color: #D71156;
  color: #fff;
  font-size: 20px;
}

.content-c .content-c__newsletter--visible {
  bottom: -1px;
}

.content-c .content-c__newsletter > div {
  position: relative;
  z-index: 301;
}

.content-c .content-c__newsletter:before {
  /* content: ''; */
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 55%;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg) skewY(0deg);
  transform: skewX(-15deg) skewY(0deg);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.2+0,0+50 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.content-c .content-c__newsletter h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .content-c .content-c__newsletter h2 {
    font-size: 22px;
  }
}

.content-c .content-c__newsletter #newsletter-close {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.content-c .content-c__newsletter #newsletter-checkmark {
  font-size: 4em;
  color: #a5dc86;
}

.content-c .content-c__newsletter #newsletter-checkmark-text {
  font-size: 1.5em;
}

.content-c .content-c__newsletter #confirm-checkmark {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-c .content-c__newsletter #newsletterForm {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 500px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .content-c .content-c__newsletter #newsletterForm {
    padding: 0 5px;
  }
}

.content-c .content-c__newsletter #newsletterForm .form-group {
  margin-bottom: 0px;
}

.content-c .content-c__newsletter #newsletterForm input {
  border: 0px;
  background-color: transparent;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}

.content-c .content-c__newsletter #newsletterForm input:focus {
  outline: 0px;
  box-shadow: 0px;
}

.content-c .content-c__newsletter #newsletterForm .input-group-addon {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

.content-c .content-c__newsletter #newsletterForm button {
  border-radius: 500px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.content-c .content-c__newsletter ul {
  margin-top: 20px;
  color: #e3b20a;
}

.content-c .content-c__newsletter ul li {
  padding: 0 10px;
}

.content-c .content-c__newsletter ul li i {
  margin-right: 5px;
}

.content-c .content-c__overview {
  padding: 40px 0px;
}

.content-c .content-c__overview h2 {
  margin-top: 0px;
}

.content-c .content-c__overview ul {
  list-style: none;
  padding-left: 0px;
}

.content-c .content-c__overview ul li {
  margin-top: 10px;
}

.content-c .content-c__overview ul li a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 700;
}

.content-c .content-c__season {
  background-color: #555555;
  padding: 0px 0px;
}

.content-c .content-c__season a {
  transition: all 0.5s;
}

.content-c .content-c__season a img {
  transition: all 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.content-c .content-c__season a:hover .catblock__wrap-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-c .content-c__season a:hover .catblock__wrap-img:before {
  transition: all 0.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.content-c .content-c__season .catblock {
  margin: 0 -15px;
}

.content-c .content-c__season .catblock .catblock__wrap-img {
  position: relative;
  overflow: hidden;
}

.content-c .content-c__season .catblock h2 {
  margin-bottom: 0px;
}

.content-c .sidebar-c--article {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .content-c .sidebar-c {
    font-size: 15px;
    line-height: 1.428571429;
  }
}

.content-c .sidebar-c .mobile-booking-panel {
  position: fixed !important;
  background-color: white;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  left: 100%;
  transition: all 0.8s;
}

.content-c .sidebar-c .mobile-booking-panel #bookingForm {
  top: 20px;
  position: relative;
  border: 0px;
}

.content-c .sidebar-c .mobile-booking-panel #bookingForm .btn-close-panel {
  float: right;
  font-size: 2em;
  color: #575757;
  margin-right: 20px;
}

.content-c .sidebar-c.is-different {
  margin-top: 0px;
}

.content-c .sidebar-c .sideBlock {
  color: #57585A;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
}

.content-c .sidebar-c .sideBlock #event_times .time {
  font-weight: 600;
}

.content-c .sidebar-c .sideBlock #event_times [itemprop="location"] {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .content-c .sidebar-c .sideBlock {
    border: 0px;
    margin: -15px;
  }
}

.content-c .sidebar-c .sideBlock h3 {
  border-bottom: 1px dotted #57585A;
  color: #D71156;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.content-c .sidebar-c .sideBlock .content-c__rating {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
}

.content-c .sidebar-c .sideBlock .content-c__rating .ratBlock {
  margin: 0px 0px 20px 0px;
}

.content-c .sidebar-c .sideBlock .sideBlock__wrap {
  border-bottom: 1px solid #3f3f40;
}

@media (max-width: 767px) {
  .content-c .sidebar-c .sideBlock .sideBlock__wrap {
    border-bottom: none;
  }
}

.content-c .sidebar-c .sideBlock address {
  line-height: 30px;
}

.content-c .sidebar-c .sideBlock address .company-logo {
  max-height: 80px;
  max-width: 120px;
  margin: 10px 0px;
}

.content-c .sidebar-c .sideBlock--bookingForm--fixed {
  position: fixed;
  top: 140px;
  width: 358px;
}

.content-c .sidebar-c .sideBlock--bookingForm--absolute {
  position: absolute;
  width: 358px;
  z-index: 99;
}

.content-c .sidebar-c .sideBlock > div {
  padding: 20px 20px;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  box-sizing: border-box;
}

.content-c .sidebar-c .sideBlock > div .rest-days {
  text-transform: uppercase;
}

.content-c .sidebar-c .sideBlock > div .rest-days > .days {
  color: #fff;
  text-transform: capitalize;
}

.content-c .sidebar-c .sideBlock > div #mapSmall {
  min-height: 180px;
  max-height: 180px;
  border-radius: 4px;
}

.content-c .sidebar-c .sideBlock > div:first-child, .content-c .sidebar-c .sideBlock > div:last-child {
  border-top: 0px;
  border-bottom: 0px;
}

.content-c .sidebar-c .sideBlock > div:last-child {
  padding-bottom: 20px;
}

.content-c .sidebar-c .sideBlock > div a.btn, .content-c .sidebar-c .sideBlock > div button.btn {
  text-decoration: none;
  font-size: 16px;
}

.content-c .sidebar-c .sideBlock > div form input[readonly="readonly"], .content-c .sidebar-c .sideBlock > div form input[readonly] {
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form fieldset {
  margin-top: 0px;
  position: relative;
  padding-top: 20px;
  /* &:before {
               content: '';
               display: block;
               height: 1px;
               width: calc(100% + 40px);
               left: -20px;
               top: 0px;
               position: absolute;
               background-color: $gray-lighter;
             }*/
}

.content-c .sidebar-c .sideBlock > div form fieldset:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.content-c .sidebar-c .sideBlock > div form fieldset:first-child:before {
  display: none;
}

.content-c .sidebar-c .sideBlock > div form fieldset > .row {
  margin-top: 10px;
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group {
  margin-bottom: 5px;
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group label {
  min-height: 21px;
  width: 100%;
  display: block;
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group.is-datepickerFromTo label {
  width: calc(50% - 26px);
  float: left;
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group.is-datepickerFromTo label:first-child {
  width: calc(50% - 11px);
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group.is-datepickerFromTo #dateFromTo input {
  width: 50%;
}

.content-c .sidebar-c .sideBlock > div form fieldset .form-group.is-datepickerFromTo #dateFromTo input:first-child {
  border-right: 0px;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking b.is-number {
  padding-top: 15px;
  display: block;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn--close {
  padding: 0px;
  margin-top: 15px;
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn--close:hover {
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn--close:focus {
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn--close i {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn-add-room {
  text-align: left;
  padding-left: 0px;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn-add-room:hover {
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn-add-room:focus {
  background-color: #fff !important;
}

.content-c .sidebar-c .sideBlock > div form#formHotelBooking .btn-add-room i {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
}

.content-c .sidebar-c .sideBlock > div dl.sideBlock__list--openingtimes dt {
  width: 20%;
  text-align: left;
  float: left;
}

.content-c .sidebar-c .sideBlock > div dl.sideBlock__list--openingtimes dd {
  margin-left: 20%;
  text-align: left;
  font-size: 16px;
}

.content-c .sidebar-c .sideBlock > div p.sideBlock__text--openingtimes {
  margin-bottom: 0px;
}

.content-c .sidebar-c .sideBlock > div p.sideBlock__text--openingtimes i {
  height: 12px;
  width: 12px;
  display: inline-block;
  float: left;
  margin: 4px 10px 20px 0;
  border-radius: 500px;
}

.content-c .sidebar-c .sideBlock > div p.sideBlock__text--openingtimes i.bg-green {
  background-color: #33c002;
  margin-bottom: 40px;
}

.content-c .sidebar-c .sideBlock > div p.sideBlock__text--openingtimes i.bg-yellow {
  background-color: #ffc708;
  margin-bottom: 40px;
}

.content-c .sidebar-c .sideBlock > div p.sideBlock__text--openingtimes i.bg-red {
  background-color: #ff0019;
  margin-bottom: 40px;
}

.content-c .sidebar-c .sideBlock > div.is-grey {
  background-color: #b3b2b2;
  color: #fff;
  padding: 30px 30px;
}

.content-c .sidebar-c .sideBlock > div.is-grey p {
  font-size: 17.6px;
}

.content-c .sidebar-c .sideBlock > div.is-grey p i {
  display: block;
  padding-top: 20px;
  font-size: 14.4px;
}

.content-c .sidebar-c .sideBlock > div h3 {
  margin-top: 0px;
}

.content-c .sidebar-c .sideBlock > div h3 span {
  color: #8fbf3f;
}

.content-c .sidebar-c .sideBlock--ratings {
  padding: 0;
}

.content-c .sidebar-c .sideBlock--ratings h2 {
  padding-top: 15px;
}

.content-c .sidebar-c .sideBlock--ratings .content-c__rating {
  border: 0;
}

.content-c .sidebar-c .sideBlock--ratings .content-c__rating .ratBlock {
  margin: 0 !important;
}

.content-c .sidebar-c .sideBlock--ratings:last-child {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.content-c .sidebar-c .list-downloads li {
  margin-top: 12px;
}

.content-c .sidebar-c .list-downloads li a.btn-primary {
  text-align: left;
  position: relative;
  padding-left: 60px;
  text-decoration: none;
}

.content-c .sidebar-c .list-downloads li a.btn-primary span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 12.5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-c .sidebar-c .list-downloads li a.btn-primary i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Footer
* ------------------------------------------------ */
.footer-c {
  background: transparent linear-gradient(180deg, #d60b52, #b9144e) 0 0 no-repeat padding-box;
  position: relative;
  padding-top: 30px;
}

.footer-c__container {
  min-height: 315px;
}

.footer-c__image-container {
  min-width: 120px;
}

.footer-c__image-container--logo {
  top: 36%;
  z-index: 1;
}

.footer-c__image-container--logo img {
  max-width: 120px;
}

.footer-c__image-container--person {
  top: 0;
}

.footer-c__image-container--person img {
  width: 323px;
  border-radius: 50%;
  height: 323px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 60px;
}

.footer-c__image-container--entry {
  background: #fff;
  border-radius: 50%;
  width: 315px;
  height: 315px;
  left: 320px;
}

@media (max-width: 767px) {
  .footer-c__image-container--entry {
    left: 30px;
  }
}

.footer-c__image-container--entry h3 {
  padding: 40px;
  padding-left: 50px;
  padding-bottom: 0;
  color: #A26E34;
}

.footer-c__image-container--entry .info {
  padding-left: 50px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.footer-c__image-container--entry .btn-gold {
  background-color: #A26E34;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 50px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

.footer-c__image-container--entry .btn-gold:hover {
  background-color: #8f612e;
  color: #fff;
}

.footer-c hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-c p {
  color: #fff;
}

.footer-c > .container {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .footer-c > .container ul.social-menu li {
    width: 100%;
  }
  .footer-c > .container ul.social-menu li a, .footer-c > .container ul.social-menu li button {
    width: 100%;
  }
  .footer-c > .container .text-right {
    text-align: center;
  }
}

.footer-c .footerNavigation {
  padding-top: 50px;
}

.footer-c .footerNavigation h4 {
  color: #fff;
}

.footer-c .footerNavigation li {
  margin-right: 5px;
  margin-bottom: 10px;
}

.footer-c .footerNavigation li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}

.footer-c .footerNavigation .btn-social {
  color: #D71156;
}

@media (max-width: 991px) {
  .footer-c .footerNavigation ul {
    display: inline-block;
    width: auto;
  }
}

/* Social
* ------------------------------------------------ */
.btn-social {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 500px;
  background-color: #fff;
  padding: 10px 35px !important;
  position: relative;
  margin-bottom: 10px;
  text-decoration: none !important;
  font-weight: 700;
  /*&:hover {
        color: #fff;
        background-color: $brand-primary;
        border: 2px solid $brand-primary;
    }*/
}

.btn-social i {
  font-size: 24px;
  margin-right: 0px;
}

.btn-social.btn-ico {
  width: 37px;
  height: 37px;
  padding: 5px 0px 5px 0px !important;
  text-align: center;
}

.btn-social.btn-ico i {
  margin-right: 0px;
}

.btn-social.btn-full-bg {
  color: #fff;
}

.btn-social--facebook {
  border-color: #f1f1f1;
  color: #57585a;
  background: #fff;
}

.btn-social--facebook.btn-full-bg {
  background-color: #4267B2;
  color: #fff;
  border-color: #4267B2;
}

.btn-social--facebook.btn-full-bg:hover {
  border-color: #34518d;
  background-color: #34518d;
}

.btn-social--facebook:hover {
  border-color: #3d62b3;
  color: #fff !important;
  background: #3d62b3;
}

.btn-social--twitter {
  border-color: #f1f1f1;
  fill: #57585a;
  background: #ffffff;
}

.btn-social--twitter.btn-full-bg {
  background-color: #000000;
}

.btn-social--twitter:hover {
  border-color: #000000;
  fill: #fff !important;
  background: #000000;
}

.btn-social--pinterest {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--pinterest.btn-full-bg {
  background-color: #ffffff;
}

.btn-social--pinterest:hover {
  border-color: #df4a32;
  color: #fff !important;
  background: #df4a32;
}

.btn-social--google {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--google.btn-full-bg {
  background-color: #df4a32;
}

.btn-social--google:hover {
  border-color: #df4a32;
  color: #fff !important;
  background: #df4a32;
}

.btn-social--youtube {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--youtube.btn-full-bg {
  background-color: #ffffff;
}

.btn-social--youtube:hover {
  border-color: #df4a32;
  color: #fff !important;
  background: #df4a32;
}

.btn-social--instagram {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--instagram.btn-full-bg {
  background-color: #555555;
}

.btn-social--instagram:hover {
  border-color: #8c8f94;
  color: #fff !important;
  background: #8c8f94;
}

.btn-social--mail {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--mail.btn-full-bg {
  background-color: #D71156;
}

.btn-social--mail:hover {
  border-color: #D71156;
  color: #fff !important;
  background: #D71156;
}

.btn-social--whatsapp {
  border-color: #f1f1f1;
  color: #57585a;
  background: #ffffff;
}

.btn-social--whatsapp.btn-full-bg {
  background-color: #14ba45;
}

.btn-social--whatsapp:hover {
  border-color: #14ba45;
  color: #fff !important;
  background: #14ba45;
}

@media (max-width: 991px) {
  .btn-social {
    padding: 10px 15px !important;
  }
  .btn-social--facebook {
    padding: 10px 20px !important;
  }
}

.datepicker > div {
  padding: 5px 10px;
}

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

.datepicker .datepicker-days tr th {
  width: 14.28%;
  text-align: center;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

.datepicker .prev, .datepicker .next {
  cursor: pointer;
}

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

.datepicker .month, .datepicker .year {
  padding: 5px 5px;
}

.datepicker table tr td {
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}

.datepicker table tr td.active {
  background-color: #D71156;
  color: #fff;
}

.datepicker table tr td.today {
  font-weight: 600 !important;
}

.datepicker table tr td.disabled {
  background-color: #e4e4e4 !important;
  border-radius: 0 !important;
  color: #8e8e8e !important;
}

.datepicker table tr td.range {
  background-color: #8fbf3f;
  border-radius: 0 !important;
  color: #fff;
}

.datepicker table tr td.range-start {
  background-color: #8fbf3f;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.datepicker table tr td.range-end {
  background-color: #8fbf3f;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.btn-social--twitter:hover {
  fill: #555555;
}

.mapPopup-c {
  border: 0px;
  display: block;
  width: 100%;
  position: relative;
}

.mapPopup-c .popover-content {
  padding: 5px 0px;
  max-width: 180px;
}

.mapPopup-c .popover-content .media-middle {
  width: 100%;
  display: inline;
}

.mapPopup-c .popover-content .media-left {
  display: inline;
}

.mapPopup-c .popover-content .media-left img {
  max-width: 100%;
  max-height: 140px;
}

@media (max-width: 991px) {
  .mapPopup-c .popover-content .media-left img {
    max-height: 70px;
  }
}

.mapPopup-c .popover-content .media-body h3 {
  margin: 10px 0px;
  font-size: 16px;
}

.mapPopup-c .popover-content .media-body i {
  margin-right: 5px;
}

.mapPopup-c .popover-content .media-body .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mapPopup-c .popover-content .media-body .is-price {
  font-size: 14px;
  margin-bottom: .6em;
}

.mapPopup-c .popover-content .media-body .is-price .price-label {
  font-size: 16px;
  color: #8fbf3f;
  font-weight: 600;
}

.mapPopup-c .popover-content .media-body .catblock__rating {
  display: inline;
  margin-left: 0;
  margin-bottom: 10px;
  display: inline-block;
  color: #ffc708;
}

.mapPopup-c .popover-content .media-body .catblock__rating li {
  padding: 0;
}

.mapPopup-c .popover-content .media-body .catblock__rating li i.fa-star-o {
  color: #b3b3b3;
}

/* Differenz Page
* ------------------------------------------------ */
body.page-front .content-c {
  max-width: 100%;
  border: 0px;
}

body.page-front .content-c__image {
  height: calc(90vh - 209px);
  min-height: 400px;
  background: #ffffff bottom no-repeat;
  background-size: cover;
  /* max-width: 1900px; */
  max-height: 400px;
  background-position: center;
  display: relative;
}

body.page-front .content-c__image .video_darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(10, 10, 10, 0.47);
             opacity: .7;
            -khtml-opacity: 0.5;
            filter: alpha(opacity=70);
            -moz-opacity: 0.8; */
  background-image: url(https://cdn.suedtirol.live/assets/videos/pattern3x3.png);
  z-index: 1;
}

body.page-front .content-c__image .video_container {
  position: absolute;
  left: 0px;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}

body.page-front .content-c__image video {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body.page-front .content-c__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0.3+0,0+100 */
    /* background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);  FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);  Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );  IE6-9 */
  }
}

@media (max-width: 767px) {
  body.page-front .content-c__image {
    min-height: inherit;
    height: 30vh;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-front .content-c__image {
    min-height: 400px;
    max-height: 450px;
  }
}

body.page-front .content-c__image h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.page-front .content-c__image h1 {
    padding-top: 4vh;
    font-size: 1.4em !important;
  }
}

body.page-front .content-c__image h2 {
  text-shadow: 0px 0px 10px #000;
}

@media (max-width: 767px) {
  body.page-front .content-c__image h2 {
    font-size: 1em !important;
  }
}

body.page-default .content-c__image {
  margin: 0 auto;
}

body.page-default .content-c__image a[data-fancybox] {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

body.page-default .content-c__content.is-grey, body.page-default .content-c__category.is-grey, body.page-default .content-c .is-grey.content-c__season, .content-c body.page-default .is-grey.content-c__season {
  border-top: 1px solid #ebebeb;
}

body.page-account .content-c {
  background: #fff url(../../../assets/images/bg__content-c.jpg) top no-repeat;
  background-size: cover;
}

body.page-account .content-c a.is-grey, body.page-account .content-c p.is-grey, body.page-account .content-c ul.is-grey {
  background-color: transparent;
  color: #b3b2b2;
}

body.page-account .content-c .content-c__content {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 16px;
}

@media (max-width: 991px) {
  body.page-account .content-c .content-c__content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body.page-account .content-c .content-c__content .contentBlock {
  background-color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  body.page-account .content-c .content-c__content .contentBlock {
    border-radius: 0px;
  }
}

body.page-account .content-c .content-c__content .contentBlock > form > .row {
  padding: 30px 15px;
}

@media (max-width: 991px) {
  body.page-account .content-c .content-c__content .contentBlock > form > .row {
    padding: 30px 0px;
  }
}

body.page-account .content-c .content-c__content .contentBlock > form > .row:first-child {
  border-top: 0px;
}

body.page-account .content-c .content-c__content .contentBlock h2, body.page-account .content-c .content-c__content .contentBlock h3 {
  color: #555555;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  body.page-account .content-c .content-c__content .contentBlock .social-menu li {
    width: 100%;
  }
  body.page-account .content-c .content-c__content .contentBlock .social-menu li .btn-social {
    width: 100%;
  }
}

body.page-account .content-c .content-c__content .contentBlock .form-group {
  margin-top: 15px;
}

body.page-account .content-c .content-c__content .sidebar-c {
  margin-top: 0px;
  color: #fff;
}

@media (max-width: 991px) {
  body.page-account .content-c .content-c__content > div {
    background-color: transparent;
  }
}

body.page-account .content-c .content-c__content h2 {
  margin-top: 0px;
}

body.page-account .content-c .content-c__content ul.list--check {
  font-size: 16px;
  margin-bottom: 0px;
}

body.page-account .content-c .content-c__content ul.list--check li {
  margin-top: 5px;
}

body.page-account .content-c .content-c__content ul.list--check li:first-child {
  margin-top: 0px;
}

body.page-account .content-c .content-c__content ul.list--check li i {
  margin-right: 5px;
}

body.page-account .content-c ul.is-grey {
  margin-top: 20px;
}

.hidden-while-loading {
  display: none !important;
}

.swal2-modal .btn-secondary {
  display: inline-block;
  border: solid #a4a4a4 1px;
  margin-right: 1em;
  border-radius: 50px;
}

.btn.telephone-number {
  padding: 3px 10px 2px 10px;
  color: #fff;
  background: transparent linear-gradient(180deg, #d60b52, #b9144e) 0 0 no-repeat padding-box;
  border-color: #D71156;
}

.telephone-number--searchresult {
  padding: 6px 11px !important;
  border-bottom: 2px solid #c3c3c3 !important;
  background-color: #efefef !important;
  background: #efefef !important;
  text-transform: uppercase;
  color: #6c6f85 !important;
}

.btn.coupon {
  padding: 3px 10px 2px 10px;
  color: #fff;
  background-color: #D71156;
  border-color: #D71156;
}

.btn.coupon i {
  margin-right: 3px;
}

.swal2-container {
  z-index: 99999999 !important;
}

/* Breakpoints
* ------------------------------------------------ */
@media (max-width: 767px) {
  .dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: none !important;
    filter: none !important;
  }
}

@media (max-width: 991px) {
  /*
  .fancybox-nav span {
    visibility: hidden;
  }

  .fancybox-title-float-wrap {
    height: 80px;
    margin-bottom: -85px;
  }

  .fancybox-title-float-wrap .child {
    white-space: normal;
    line-height: 18px;
    text-align: left;
    padding-left: 5px;
  }
  */
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  body.page-front .content-c__image h1 {
    font-size: 2.5em;
  }
  .content-c .content-c__image h2 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .content-c .content-c__tabsnav #tabNavigation ul {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
  }
  .content-c .content-c__tabsnav #tabNavigation ul li {
    float: none;
  }
  .content-c .content-c__results .results__header .ResultNav, .content-c .content-c__mobile .results__header .ResultNav, .content-c .content-c__mobile--resultnav .results__header .ResultNav {
    margin: 5px 0px 5px;
  }
  .content-c .content-c__results .results__header h3, .content-c .content-c__mobile .results__header h3, .content-c .content-c__mobile--resultnav .results__header h3 {
    margin-top: 10px;
  }
  .content-c .content-c__tabsnav #tabNavigation {
    margin: 0px -15px;
  }
  .content-c .content-c__results .results__header .ResultNav li a.collapsed, .content-c .content-c__mobile .results__header .ResultNav li a.collapsed, .content-c .content-c__mobile--resultnav .results__header .ResultNav li a.collapsed {
    background-color: transparent;
    color: #d9264a;
  }
  .content-c .content-c__tabs ul.nav-tabs li {
    /*width: calc(25%);
    margin-left: 0px;*/
  }
  /* Search box */
  .nav__dropdown--search .fa-search {
    margin-right: 0px;
  }
  /* Search Results */
  .content-c .catblock--article .catblock__wrap-text ul.catblock__rating {
    margin-bottom: 0px;
  }
  .content-c .catblock--article .catblock__wrap-footer .is-price {
    font-size: 20px;
  }
  .properties {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .content-c .catblock--article .btn.btn-primary {
    font-size: 0px;
  }
  .content-c .catblock--article .catblock__wrap-img .catblock__overlay a i, .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a i {
    margin-right: 5px;
    font-size: 28px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .content-c .catblock--article .catblock__wrap-img .catblock__overlay a i, .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a i {
    margin-right: 3px;
    font-size: 24px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .content-c .catblock--article .catblock__wrap-img .catblock__overlay a i, .content-c .catblock--polaroid .catblock__wrap-img .catblock__overlay a i {
    margin-right: 5px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .content-c .catblock--article .catblock__wrap-text p {
    margin-top: 10px;
  }
}

a.guidebook {
  text-decoration: none;
}

.ui-autocomplete .ui-menu-item > .ui-state-active {
  border: 1px solid #D71156;
  background: #ee2d70;
  font-weight: normal;
  color: #fff;
}

.results__wrapper .content-c__category--htmlblock .container, .results__content .content-c__category--htmlblock .container {
  padding: 0;
}

#promoitemMapModal {
  background: rgba(100, 100, 100, 0.5);
}

#promoitemMapModal .modal-dialog {
  width: 70%;
  -webkit-transform: translate(-50%, 12%);
  transform: translate(-50%, 12%);
}

@media (max-width: 767px) {
  #promoitemMapModal .modal-dialog {
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
  }
}

#promoitemMapModal .modal-dialog .close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #555555;
  border-radius: 100%;
  z-index: 9999;
  right: -10px;
  top: -10px;
  color: white;
  text-align: center;
  padding-top: 3px;
  transition: all 0.3s;
}

#promoitemMapModal .modal-dialog .close-modal i {
  transition: all 0.3s;
}

@media (max-width: 767px) {
  #promoitemMapModal .modal-dialog .close-modal {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    padding-top: 5px;
    font-size: 20px;
  }
}

#promoitemMapModal .modal-dialog .close-modal:hover {
  background: #777;
  padding-left: 1px;
}

#promoitemMapModal .modal-dialog .close-modal:hover i {
  font-size: 23px;
}

#promoitemMapModal .modal-dialog .modal-content {
  height: 80%;
  padding: 0 0 0 0;
}

@media (max-width: 767px) {
  #promoitemMapModal .modal-dialog .modal-content {
    height: 90%;
  }
}

#promoitemMapModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
}

#promoitemMapModal .modal-dialog .modal-content .modal-body .content-c__map {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #promoitemMapModal #location_button {
    bottom: 20px;
    left: 55%;
  }
}

#mapContainer .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.4);
  z-index: 801;
  top: 0;
}

#mapContainer .loading .middle {
  margin: -100px 0 0 -100px;
  top: 50%;
  position: absolute;
  left: 50%;
}

#mapContainer .loading .middle .heart-pulsate {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 100px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 103;
}

.collapsing {
  transition: height 0s;
}

.btn-light {
  border-bottom: 2px solid #a80d43;
}

.btn-light-list {
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .btn-light-list {
    padding: 10px 20px;
    font-size: 18px;
  }
}

.media-body {
  width: 100%;
}

.btn-highlight {
  border-bottom: 2px solid #a30d41;
  background: transparent linear-gradient(180deg, #d60b52, #b9144e) 0 0 no-repeat padding-box !important;
}

.btn-highlight:active, .btn-highlight:hover, .btn-highlight:focus {
  border-color: #bf0f4d !important;
  background-color: #d71156 !important;
}

.btn-order {
  border-bottom: 2px solid #287f3a;
  background: #49c061;
  color: #fff;
}

.btn-order:hover {
  background: #287f3a;
  color: #fff;
}

.btn-rst-float {
  border-radius: 0px;
  width: 100%;
  border-left: none;
  background-color: #49c061;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #287f3a;
  min-height: 4.5vh;
  line-height: 5vh;
  display: block;
  padding: 5px;
}

.btn-rst-float.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: not-allowed;
}

.btn-rst-float i.fa-phone {
  font-size: 16px;
  border-radius: 22px;
}

.btn-rst-float.full-width {
  width: 100%;
}

.btn-rst-float-right {
  right: 0px;
}

.btn-rst-float:hover, .btn-rst-float:focus {
  color: #fff;
  text-decoration: none;
}

.btn-default.btn-claim {
  background-color: #eeeded;
  border-bottom: 3px solid #ccc;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx {
  /* Minus x margin for mobile to get something 100% from left to right*/
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-m15 {
  margin: 0px -15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

.positionFixed-down {
  z-index: 9999;
  bottom: 0;
  position: fixed;
  width: 100%;
}

.border-t-10-light {
  border-top: 10px solid #f1f1f1;
}

.br-4 {
  border-radius: 4px;
}

/* Temporary Shitfix */
.magazine-h1 {
  margin-top: 0px;
  line-height: 28px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .magazine-h1 {
    margin-top: 10px;
  }
}

.map-fullscreen {
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100% !important;
  position: fixed !important;
  z-index: 800;
  top: 110px;
}

@media (max-width: 767px) {
  .map-fullscreen {
    top: inherit !important;
  }
}

.map-fullscreen-filtersidebar {
  top: 130px;
  left: 50px;
  height: 100%;
  z-index: 900;
  position: fixed;
  background: #fff;
  width: 370px;
  border: 20px solid #fff;
  border-radius: 10px;
  height: 80vh;
  overflow: auto;
}

.map-fullscreen-filtersidebar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.map-fullscreen-filtersidebar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

small.is-ad {
  color: #9b9b9b;
}

.tooltip--soa .tooltip-arrow {
  border-bottom-color: #fff !important;
}

.tooltip--soa .tooltip-inner {
  text-align: left;
  font-size: 11px;
  overflow-wrap: break-word;
  background: #fff;
  color: #57585A;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

.tooltip--soa .tooltip-inner h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #D71156;
}

.btn-share-guidebook {
  background-color: #fff;
  border: 1px solid #57585A;
  border-radius: 50%;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  padding-left: 7px;
  padding-top: 3px;
}

.btn-share-guidebook:hover {
  border-color: #707174;
  background-color: #f2f2f2;
}

.btn-share-guidebook.in-guidebook {
  background-color: #D71156;
  color: #FFF101;
}

.btn-share-guidebook.in-guidebook:hover {
  background-color: #bf0f4d;
  color: #fff434;
}

.type-container .type-icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.type-container .type-name {
  text-transform: uppercase;
  font-weight: 600;
}

.type-container .type-name a {
  color: #57585A;
}

.btn-search-tab {
  font-weight: 400;
  text-transform: none;
  padding: 11px;
  border: 0;
}

.btn-search-tab .query-string {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .btn-search-tab.btn-default {
    background-color: #F1F1F1;
  }
}

.p-rel {
  position: relative !important;
}

.experience-icon {
  width: 120px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 900;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.experience-icon__searchbox {
  left: 100px;
  right: inherit;
  width: 150px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.results__header .bootstrap-select {
  height: auto !important;
}

.results__header .bootstrap-select .btn-default {
  padding: 4px;
  padding-left: 15px;
}

.content-c__category--htmlblock {
  padding-top: 0 !important;
}

.content-c__category--htmlblock .show_more--container {
  border-bottom: 4px dotted #D71156;
  padding-bottom: 20px;
}

.content-c__category--ticket_inquire {
  font-size: 14px;
}

.content-c__category--ticket_inquire h1.media-heading {
  font-size: 20px;
}

.content-c__category--ticket_inquire .content-c__content {
  font-size: 14px;
}

.content-c__category--ticket_inquire .content-c__content h3 {
  border-bottom: 1px dotted #57585A;
  color: #D71156;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -15px;
  border-width: 0 15px 15px;
  border-bottom-color: #000;
}

.tooltip.bottom .tooltip-inner {
  max-width: 250px;
}

.tooltip.bottom .tooltip-inner h4 {
  font-size: 18px;
}

.content-c__category--lvh_experience {
  background-color: #D71156;
  border-radius: 4px;
  padding: 0px 0px 20px 0px;
  position: relative;
}

@media (max-width: 767px) {
  .content-c__category--lvh_experience {
    max-height: inherit;
  }
}

.content-c__category--lvh_experience img {
  width: 160px;
  position: absolute;
  top: -20px;
  left: -50px;
}

@media (max-width: 767px) {
  .content-c__category--lvh_experience img {
    width: 90px;
    top: -70px;
    left: 38%;
  }
}

.content-c__category--lvh_experience .level {
  padding-left: 130px;
  color: #fff;
}

@media (max-width: 767px) {
  .content-c__category--lvh_experience .level {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }
}

.content-c__category--lvh_experience .level h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.content-c__category--lvh_experience .level h3 .yellow {
  color: #FFDB09;
}

.content-c__category--lvh_experience .level .btn-experience {
  margin-top: 28px;
  margin-right: 20px;
  background-color: #FFDB09;
  color: #D71156;
  text-transform: uppercase;
}

.form__fieldset--soa {
  padding: 20px;
}

.btn-filter-back {
  background: #f1f1f1;
}

.mobile-apply {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}

.mobile-apply .apply-search-filters {
  border-radius: 0;
}

.filterwrapper.in {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  top: 0px;
  height: 93vh;
}

.label-info--region {
  background-color: #D71156;
  padding: .2em .6em;
  display: inline-block;
  margin-left: 5px;
}

.coupon-m {
  width: 85vw !important;
  white-space: normal;
}

.coupon-m img {
  vertical-align: top;
}

.offer {
  color: #575757 !important;
  display: block;
}

.offer--coupon:hover {
  box-shadow: none !important;
}

.offer--coupon img {
  vertical-align: top;
}

@media (max-width: 767px) {
  .offer {
    background: #fff;
    padding: 5px;
  }
}

.offer h4 {
  margin-bottom: 0px;
}

.offer .is-category {
  margin: 5px 0px;
  display: block;
  font-size: 14px;
  color: #a4a4a4;
}

@media (max-width: 767px) {
  .offer .is-category {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .offer {
    min-height: 470px;
  }
  .offer a:hover {
    text-decoration: none;
  }
}

.offer .p-wrap {
  display: block;
  white-space: normal;
}

@media (max-width: 767px) {
  .offer .p-wrap {
    font-size: 14px;
  }
}

.offer .catblock--price {
  position: absolute;
  top: 380px;
}

.offer .price {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .offer .price {
    font-size: 16px;
  }
}

.offer .price--unit {
  font-size: 14px;
}

.offer .offer-description {
  display: none;
}

/* Wrapper for fancybox offers*/
.offer-wrapper {
  /* Right block -Contains the description and the button */
  /* Set position of the form */
}

.offer-wrapper .inner-content-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 10vh;
  left: 10vw;
  right: 10vw;
  bottom: 10vh;
  height: 100vh;
}

@media (max-width: 767px) {
  .offer-wrapper .inner-content-wrapper {
    top: 30vh;
  }
}

.offer-wrapper .fancybox-stage {
  width: 67%;
  float: left;
}

@media (max-width: 767px) {
  .offer-wrapper .fancybox-stage {
    width: 100%;
    float: unset;
    height: 42vh;
  }
}

.offer-wrapper .fancybox-form-wrap {
  width: 33%;
  height: inherit;
  float: right;
  background: #fff;
}

@media (max-width: 767px) {
  .offer-wrapper .fancybox-form-wrap {
    width: inherit;
    height: 82vh;
    float: unset;
  }
}

.offer-wrapper .offer-description {
  padding: 0 20px;
  position: relative;
  top: 3vh;
  bottom: 3vh;
  height: 80vh;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .offer-wrapper .offer-description {
    top: 37vh !important;
    bottom: 0 !important;
    height: 40vh;
    overflow: auto;
    padding: 0 5vw;
    -webkit-transform: none;
    transform: none;
  }
}

.offer-wrapper .offer-description .price {
  font-weight: bold;
}

.offer-wrapper .offer-description .price-description {
  display: block;
  margin-bottom: 10px;
}

.btn-offer-linkout {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .btn-offer-linkout {
    position: fixed !important;
    bottom: 5vh;
    left: 10vw;
    right: 10vw;
  }
}

.holidays {
  list-style: none;
  padding: 0px;
}

.bg-light {
  background: #f1f1f1 !important;
}

.h-0 {
  height: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-0 {
  padding: 0px !important;
}

.pr-30 {
  padding-right: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.col-w {
  color: #fff !important;
}

.bor-r-1-b {
  border-right: 1px solid #000 !important;
}

.fs-px-14 {
  font-size: 14px !important;
}

.pos-r {
  position: relative !important;
}

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

.fancybox-stage .fancybox-offer-price-container {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  z-index: 9999999;
}

.fancybox-stage .fancybox-offer-price-container .fancybox-offer-linkout {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 9px;
  padding: 12px;
  font-size: 26px;
  display: inline-block;
  bottom: 135px;
}

.fancybox-stage .fancybox-offer-price-container .fancybox-price {
  position: absolute;
  display: inline-block;
  color: #575757;
  z-index: 999;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px;
  font-size: 26px;
}

.fancybox-stage .fancybox-offer-price-container .fancybox-price .fancybox-price-container {
  background: #fff;
}

.fancybox-stage .fancybox-offer-price-container .fancybox-price .fancybox-price-container .price {
  font-weight: bold;
  padding-left: 10px;
}

.fancybox-stage .fancybox-offer-price-container .fancybox-price .fancybox-price-container .price-unit {
  padding-right: 10px;
}

.positionFixed-down {
  z-index: 800;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.py-35 {
  padding: 35px 0px !important;
}

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

.border-0 {
  border: none !important;
}

/* checkbox-slider */
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
}

.switch input {
  display: none;
}

.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #979797;
  transition: .4s;
}

.checkbox-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .checkbox-slider {
  background-color: #31b948;
}

input:focus + .checkbox-slider {
  box-shadow: 0 0 1px #31b948;
}

input:checked + .checkbox-slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded checkbox-sliders */
.checkbox-slider.round {
  border-radius: 34px;
}

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

#sortContainer {
  position: fixed;
  bottom: 59px;
  z-index: 1000;
  width: 100%;
  padding: 0px 55px;
}

#sortContainer button {
  border: 4px solid #333;
}

.buttonbar {
  position: fixed !important;
  width: 100% !important;
  bottom: 20px;
  z-index: 500;
}

.txt-applied-filters {
  position: absolute;
  right: -11px;
  bottom: -6px;
  background: #eb6631;
  color: #fff;
  border-radius: 100px;
  padding: 2px 5px;
  opacity: 1;
  font-size: 11px;
}

#buttonBarMobile .results__header {
  background: #444;
  border-radius: 150px;
  background: #333;
  box-shadow: 0px 5px 10px #00000080;
  border-radius: 150px;
}

/* Fix Bootstrap Select padding */
.bootstrap-select > .btn {
  padding: 20px 15px 15px;
}

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

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

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

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

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

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    justify-content: flex-end;
    height: 2.2em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
    font-size: 1em; }

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-shown {
    background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: initial; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon-text {
      font-size: 2em;
      font-weight: bold;
      line-height: 1em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 2em;
      height: 2.8125em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.25em;
        left: -.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
  .swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
            animation: animate-toast-success-tip .75s; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
            animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }
  body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0; }

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }
  .swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      width: 2.5em;
      height: 2.5em;
      margin: .46875em;
      padding: 0;
      border: .25em solid transparent;
      border-radius: 100%;
      border-color: transparent;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      box-sizing: border-box;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
      margin-right: 30px;
      margin-left: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      border: 3px solid #999999;
      border-radius: 50%;
      border-right-color: transparent;
      box-shadow: 1px 1px 1px #fff;
      content: '';
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none; }
    .swal2-popup .swal2-styled:not([disabled]) {
      cursor: pointer; }
    .swal2-popup .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #3085d6;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background: initial;
      background-color: #aaa;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
    .swal2-popup .swal2-styled::-moz-focus-inner {
      border: 0; }
  .swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }
  .swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  .swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: calc(2.5em - 0.25em);
    line-height: 1.2em;
    cursor: pointer; }
    .swal2-popup .swal2-close:hover {
      -webkit-transform: none;
              transform: none;
      color: #f27474; }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none; }
  .swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word; }
  .swal2-popup #swal2-content {
    text-align: center; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 1em auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box; }
    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-popup .swal2-input::-webkit-input-placeholder,
    .swal2-popup .swal2-file::-webkit-input-placeholder,
    .swal2-popup .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input:-ms-input-placeholder,
    .swal2-popup .swal2-file:-ms-input-placeholder,
    .swal2-popup .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-ms-input-placeholder,
    .swal2-popup .swal2-file::-ms-input-placeholder,
    .swal2-popup .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-popup .swal2-range input {
    width: 80%; }
  .swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center; }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }
  .swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0.75em; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 10em; }
  .swal2-popup .swal2-file {
    font-size: 1.125em; }
  .swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  .swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em; }
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    align-items: center;
    justify-content: center; }
    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
      margin: 0 .4em; }
  .swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden; }
    .swal2-popup .swal2-validationerror::before {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center;
      content: '!';
      zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal; }
  .swal2-icon-text {
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
                transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 3.75em;
                transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      top: -.25em;
      left: -.25em;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%;
      z-index: 2;
      box-sizing: content-box; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 1; }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s; }
  .swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
            animation: swal2-animate-error-x-mark 0.5s; }

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

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

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

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