@charset 'UTF-8';
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c8c8c8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #eeeeee;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #eeeeee;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d5d5d5;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #eeeeee;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d5d5d5;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #eeeeee;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 238, 238, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 238, 238, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 238, 238, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 43px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #222;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #222;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #222;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #222;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #222;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  color: #222;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #222;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}
.btn-primary:hover {
  color: #222;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #222;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #c3c3c3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #222;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.btn-primary .badge {
  color: #eeeeee;
  background-color: #222;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f18a00;
  border-color: #d87b00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #be6d00;
  border-color: #583200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #be6d00;
  border-color: #9a5800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #be6d00;
  background-image: none;
  border-color: #9a5800;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9a5800;
  border-color: #583200;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f18a00;
  border-color: #d87b00;
}
.btn-warning .badge {
  color: #f18a00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #c8c8c8;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #eeeeee;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  font-size: 18px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e2e2e2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #eeeeee;
  outline: 0;
}
.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c8c8c8;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #333;
  background-color: #eeeeee;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@media (min-width: 768px) {
  .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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 70px;
  padding: 22.5px 15px;
  font-size: 23px;
  line-height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .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: #eeeeee;
  }
  .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-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: #fff;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.navbar-inverse .navbar-brand {
  color: #222;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #222;
}
.navbar-inverse .navbar-nav > li > a {
  color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: #000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #222;
  background-color: #d5d5d5;
}
.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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #222;
  background-color: #d5d5d5;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #d5d5d5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #d5d5d5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: #000;
  }
  .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: #222;
    background-color: #d5d5d5;
  }
  .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-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e2e2e2;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dddddd;
}
.navbar-inverse .navbar-link {
  color: #222;
}
.navbar-inverse .navbar-link:hover {
  color: #eeeeee;
}
.navbar-inverse .btn-link {
  color: #222;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #eeeeee;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #000;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #000000;
}
.label-primary {
  background-color: #eeeeee;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d5d5d5;
}
.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: #f18a00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #be6d00;
}
.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: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c8c8c8;
  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;
}
.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: #000;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #000000;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 2em;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c8c8c8;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #c1e2b3;
}
.alert-success hr {
  border-top-color: #b2dba1;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #afd9ee;
}
.alert-info hr {
  border-top-color: #9acfea;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f7ecb5;
}
.alert-warning hr {
  border-top-color: #f5e79e;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e4b9b9;
}
.alert-danger hr {
  border-top-color: #dca7a7;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: #333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.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: #eeeeee;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-primary > .panel-heading .badge {
  color: #eeeeee;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-success {
  border-color: #c1e2b3;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #c1e2b3;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c1e2b3;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c1e2b3;
}
.panel-info {
  border-color: #afd9ee;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #afd9ee;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #afd9ee;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #afd9ee;
}
.panel-warning {
  border-color: #f7ecb5;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f7ecb5;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7ecb5;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7ecb5;
}
.panel-danger {
  border-color: #e4b9b9;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e4b9b9;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e4b9b9;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e4b9b9;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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 #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.container:before,
.container:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.container:after,
.container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .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: 479px) {
  .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;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}
.visible-ms {
  display: none !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .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) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
/*.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {

	@media (min-width: @screen-xl-min) {
		.responsive-invisibility();
	}
}*/
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/*	
	CSS helpers for Here&Now
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
	Mixins
   ========================================================================== */
/* =============================================================================
	General Helpers
   ========================================================================== */
/*
ul:empty,
li:empty,
p:empty {
	display: none;
}
*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 * https://gist.github.com/larrybotha/7881691
 */
/* IE9 */
.ie9 .svg,
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .svg,
  img[src$=".svg"] {
    width: 100%;
  }
}
/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */
.google-map-canvas,
.google-map-canvas * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rounded.r4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounded.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounded.r16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ease-in {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ease-out {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ease {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.pull-right + .btn.pull-right {
  margin-right: 10px;
}
.label + .label {
  margin-left: 5px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.txt-font2 {
  font-family: Arial !important;
}
.txt-normal {
  font-weight: 400 !important;
}
.txt-semibold {
  font-weight: 500 !important;
}
.txt-bold {
  font-weight: 700 !important;
}
.txt-italic {
  font-style: italic !important;
}
.txt-right {
  text-align: right !important;
}
.txt-center {
  text-align: center !important;
}
.txt-xs {
  font-size: 0.7em !important;
}
.txt-sm {
  font-size: 0.8em !important;
}
.txt-lg {
  font-size: 1.2em !important;
}
.btm0 {
  bottom: 0px;
}
.top0 {
  top: 0px;
}
.left0 {
  left: 0px;
}
.right0 {
  right: 0px;
}
.w100pc {
  width: 100%;
}
.w90pc {
  width: 90%;
}
.w80pc {
  width: 80%;
}
.w70pc {
  width: 70%;
}
.w60pc {
  width: 60%;
}
.w50pc {
  width: 50%;
}
.w40pc {
  width: 40%;
}
.w30pc {
  width: 30%;
}
.w20pc {
  width: 20%;
}
.w10pc {
  width: 10%;
}
.w5pc {
  width: 5%;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w500 {
  width: 500px;
}
.w600 {
  width: 600px;
}
.w700 {
  width: 700px;
}
.w800 {
  width: 800px;
}
.opacity100 {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.opacity90 {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.opacity80 {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.opacity70 {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.opacity60 {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.opacity50 {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.opacity40 {
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.opacity30 {
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.opacity20 {
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.opacity10 {
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.opacity0 {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.rotate-m45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-m90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-m180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* =============================================================================
	Vertical align
   ========================================================================== */
.vertical-align {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media all and (min-width: 480px) {
  .vertical-align-ms {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 480px) {
  .vertical-align-xs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 768px) {
  .vertical-align-sm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 992px) {
  .vertical-align-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .vertical-align-lg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1440px) {
  .vertical-align-xl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
/* =============================================================================
	Margins & paddings
   ========================================================================== */
/* 
    Margin classes 
    Creates .margin10T {margin-top: 10px;}, .margin20B {margin-bottom: 20px;} etc.
*/
.margin100 {
  margin: 100px;
}
.margin100T {
  margin-top: 100px;
}
.margin100B {
  margin-bottom: 100px;
}
.margin100L {
  margin-left: 100px;
}
.margin100R {
  margin-right: 100px;
}
.margin90 {
  margin: 90px;
}
.margin90T {
  margin-top: 90px;
}
.margin90B {
  margin-bottom: 90px;
}
.margin90L {
  margin-left: 90px;
}
.margin90R {
  margin-right: 90px;
}
.margin80 {
  margin: 80px;
}
.margin80T {
  margin-top: 80px;
}
.margin80B {
  margin-bottom: 80px;
}
.margin80L {
  margin-left: 80px;
}
.margin80R {
  margin-right: 80px;
}
.margin70 {
  margin: 70px;
}
.margin70T {
  margin-top: 70px;
}
.margin70B {
  margin-bottom: 70px;
}
.margin70L {
  margin-left: 70px;
}
.margin70R {
  margin-right: 70px;
}
.margin60 {
  margin: 60px;
}
.margin60T {
  margin-top: 60px;
}
.margin60B {
  margin-bottom: 60px;
}
.margin60L {
  margin-left: 60px;
}
.margin60R {
  margin-right: 60px;
}
.margin50 {
  margin: 50px;
}
.margin50T {
  margin-top: 50px;
}
.margin50B {
  margin-bottom: 50px;
}
.margin50L {
  margin-left: 50px;
}
.margin50R {
  margin-right: 50px;
}
.margin40 {
  margin: 40px;
}
.margin40T {
  margin-top: 40px;
}
.margin40B {
  margin-bottom: 40px;
}
.margin40L {
  margin-left: 40px;
}
.margin40R {
  margin-right: 40px;
}
.margin30 {
  margin: 30px;
}
.margin30T {
  margin-top: 30px;
}
.margin30B {
  margin-bottom: 30px;
}
.margin30L {
  margin-left: 30px;
}
.margin30R {
  margin-right: 30px;
}
.margin20 {
  margin: 20px;
}
.margin20T {
  margin-top: 20px;
}
.margin20B {
  margin-bottom: 20px;
}
.margin20L {
  margin-left: 20px;
}
.margin20R {
  margin-right: 20px;
}
.margin10 {
  margin: 10px;
}
.margin10T {
  margin-top: 10px;
}
.margin10B {
  margin-bottom: 10px;
}
.margin10L {
  margin-left: 10px;
}
.margin10R {
  margin-right: 10px;
}
.margin-auto {
  margin: auto;
}
.margin0 {
  margin: 0 !important;
}
.margin0B {
  margin-bottom: 0px !important;
}
.margin0T {
  margin-top: 0px !important;
}
.margin0L {
  margin-left: 0px !important;
}
.margin0R {
  margin-right: 0px !important;
}
/* 
    Padding classes 
    Creates .padding10T {padding-top: 10px;}, .padding20B {padding-bottom: 20px;} etc.
*/
.padding100T {
  padding: 100px;
}
.padding100T {
  padding-top: 100px;
}
.padding100B {
  padding-bottom: 100px;
}
.padding100L {
  padding-left: 100px;
}
.padding100R {
  padding-right: 100px;
}
.padding90T {
  padding: 90px;
}
.padding90T {
  padding-top: 90px;
}
.padding90B {
  padding-bottom: 90px;
}
.padding90L {
  padding-left: 90px;
}
.padding90R {
  padding-right: 90px;
}
.padding80T {
  padding: 80px;
}
.padding80T {
  padding-top: 80px;
}
.padding80B {
  padding-bottom: 80px;
}
.padding80L {
  padding-left: 80px;
}
.padding80R {
  padding-right: 80px;
}
.padding70T {
  padding: 70px;
}
.padding70T {
  padding-top: 70px;
}
.padding70B {
  padding-bottom: 70px;
}
.padding70L {
  padding-left: 70px;
}
.padding70R {
  padding-right: 70px;
}
.padding60T {
  padding: 60px;
}
.padding60T {
  padding-top: 60px;
}
.padding60B {
  padding-bottom: 60px;
}
.padding60L {
  padding-left: 60px;
}
.padding60R {
  padding-right: 60px;
}
.padding50T {
  padding: 50px;
}
.padding50T {
  padding-top: 50px;
}
.padding50B {
  padding-bottom: 50px;
}
.padding50L {
  padding-left: 50px;
}
.padding50R {
  padding-right: 50px;
}
.padding40T {
  padding: 40px;
}
.padding40T {
  padding-top: 40px;
}
.padding40B {
  padding-bottom: 40px;
}
.padding40L {
  padding-left: 40px;
}
.padding40R {
  padding-right: 40px;
}
.padding30T {
  padding: 30px;
}
.padding30T {
  padding-top: 30px;
}
.padding30B {
  padding-bottom: 30px;
}
.padding30L {
  padding-left: 30px;
}
.padding30R {
  padding-right: 30px;
}
.padding20T {
  padding: 20px;
}
.padding20T {
  padding-top: 20px;
}
.padding20B {
  padding-bottom: 20px;
}
.padding20L {
  padding-left: 20px;
}
.padding20R {
  padding-right: 20px;
}
.padding10T {
  padding: 10px;
}
.padding10T {
  padding-top: 10px;
}
.padding10B {
  padding-bottom: 10px;
}
.padding10L {
  padding-left: 10px;
}
.padding10R {
  padding-right: 10px;
}
.padding0 {
  padding: 0 !important;
}
.padding0B {
  padding-bottom: 0px !important;
}
.padding0T {
  padding-top: 0px !important;
}
.padding0L {
  padding-left: 0px !important;
}
.padding0R {
  padding-right: 0px !important;
}
/* =============================================================================
	Animations
    Also see animations.css
   ========================================================================== */
/* Spin */
.spin {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 0.7s infinite linear;
  -moz-animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Ken burns effect */
@-webkit-keyframes kenburns-1 {
  0% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  23.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  26.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.21176);
    -moz-transform: scale(1.21176);
    -ms-transform: scale(1.21176);
    -o-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  23.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  26.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.21176);
    -moz-transform: scale(1.21176);
    -ms-transform: scale(1.21176);
    -o-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  48.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  51.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  48.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  51.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  73.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  76.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  73.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  76.5625% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98.4375% {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* =============================================================================
	Media Queries
   ========================================================================== */
/* Desktop large
	   ========================================================================== */
@media all and (min-width: 1200px) {
  .pull-disabled-lg {
    float: none !important;
  }
}
/* Desktop small
	   ========================================================================== */
@media all and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Tablet to small desktop
	   ========================================================================== */
@media all and (min-width: 768px) and (max-width: 991px) {
  .pull-disabled-md {
    float: none !important;
  }
}
/* Landscape phones
	   ========================================================================== */
@media all and (max-width: 991px) {
  .pull-disabled-sm {
    float: none !important;
  }
}
/* Portrait phones
	   ========================================================================== */
@font-face {
  font-family: 'simple-line-icons';
  src: url(/dist/assets/src/style/fonts/Simple-Line-Icons.eot?f33df365d6d0255b586f2920355e94d7);
  src: url(/dist/assets/src/style/fonts/Simple-Line-Icons.eot?f33df365d6d0255b586f2920355e94d7#iefix) format('embedded-opentype'), url(/dist/assets/src/style/fonts/Simple-Line-Icons.woff2?0cb0b9c589c0624c9c78dd3d83e946f6) format('woff2'), url(/dist/assets/src/style/fonts/Simple-Line-Icons.ttf?d2285965fe34b05465047401b8595dd0) format('truetype'), url(/dist/assets/src/style/fonts/Simple-Line-Icons.woff?78f07e2c2a535c26ef21d95e41bd7175) format('woff'), url(/dist/assets/src/style/fonts/Simple-Line-Icons.svg?2fe2efe63441d830b1acd106c1fe8734#simple-line-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
	Less Vars
   ========================================================================== */
/* =============================================================================
	General Styles
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}
html,
body,
[data-reactroot] {
  min-height: 100%;
}
body {
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -ms-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
}
body.bg-image {
  background-image: url(/dist/assets/src/style/img/bg.png?961ee483583d0ce8668c10a842995c35);
  background-position: center center;
  background-repeat: no-repeat;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Gronika', sans-serif;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 2.1em;
}
h3,
.h3 {
  font-size: 1.7em;
}
h4,
.h4 {
  font-size: 1.4em;
}
h5,
.h5 {
  font-size: 1.2em;
}
h6,
.h6 {
  font-size: 1.1em;
}
b,
strong {
  font-weight: 600;
}
::selection {
  background: #eeeeee;
  color: #fff;
}
::-moz-selection {
  background: #eeeeee;
  color: #fff;
}
a {
  cursor: pointer;
}
@media all and (min-width: 1200px) {
  *[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid,
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (max-width: 1439px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
/* =============================================================================
	Lay-out
   ========================================================================== */
#app-root {
  min-height: 100vh;
  height: 100%;
}
#app-root .navbar + div,
#app-root .content-wrapper {
  min-height: calc(100vh - 70px);
  padding-bottom: 40px;
}
/* =============================================================================
	Top navigation
   ========================================================================== */
.navbar.navbar-static-top {
  border: 0 none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  /* Disabled site selector icon */
}
.navbar.navbar-static-top .navbar-brand {
  max-width: 220px;
  padding-bottom: 15px;
  padding-top: 16px;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.site-friesland .navbar.navbar-static-top .navbar-brand {
  max-width: 170px;
}
@media all and (max-width: 767px) {
  .navbar.navbar-static-top .navbar-right {
    margin-top: -12px;
  }
  .navbar.navbar-static-top .visible-xs {
    display: block !important;
  }
}
.navbar.navbar-static-top .navbar-nav > li > a {
  font-family: 'Gronika', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .navbar.navbar-static-top .navbar-nav > li > a {
    font-size: 1.3em;
  }
}
.navbar.navbar-static-top .navbar-nav > li > a .svg {
  width: 30px;
}
.navbar.navbar-static-top .navbar-nav > li > a #icon-facebook .logo,
.navbar.navbar-static-top .navbar-nav > li > a #icon-instagram .logo {
  fill: #fff;
}
.navbar.navbar-static-top .navbar-nav > li > a svg {
  text-align: center;
  vertical-align: middle;
}
.navbar.navbar-static-top .navbar-nav > li > a:hover #icon-facebook .circle,
.navbar.navbar-static-top .navbar-nav > li > a:hover #icon-instagram .circle {
  fill: #fff;
}
.navbar.navbar-static-top .navbar-nav > li > a:hover #icon-facebook .logo,
.navbar.navbar-static-top .navbar-nav > li > a:hover #icon-instagram .logo {
  fill: #000;
}
.navbar.navbar-static-top .navbar-nav > li > a:hover #icon-hn-marker path {
  fill: #fff;
}
.navbar.navbar-static-top.navbar-browse .category-icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.navbar.navbar-static-top.navbar-browse .category-first-letter {
  background: #fff;
  border-radius: 50%;
  font-size: 1em;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
  margin-right: 10px;
  color: #333333;
  text-transform: uppercase;
}
.navbar.navbar-static-top .link-icon {
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: end;
  /*justify-content: center; <-- this inproperly aligns Instagram icon in Navigation.js*/
}
@media all and (max-width: 767px) {
  .navbar.navbar-static-top .link-icon {
    height: 60px;
    min-height: 60px;
  }
}
.navbar.navbar-static-top .link-icon.text-left {
  justify-content: left;
}
.navbar.navbar-static-top .disabled .svg #icon-hn-marker path {
  fill: #4d4d4d !important;
}
/* =============================================================================
    Navbar site selection
    navbar-header
     ========================================================================== */
.navbar-browse {
  background: #fff;
}
.navbar-site-switch {
  background: #000;
  min-height: 46px;
  z-index: 999;
}
.navbar-site-switch .navbar-nav > li > a {
  font-size: 0.9em;
  color: #fff;
  padding: 10px;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.navbar-site-switch .navbar-nav > li > a:hover,
.navbar-site-switch .navbar-nav > li > a:active,
.navbar-site-switch .navbar-nav > li > a:focus {
  background-color: #fff;
  color: #000;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-site-switch .navbar-nav > li.active > a,
.navbar-site-switch .navbar-nav > li.active > a:hover,
.navbar-site-switch .navbar-nav > li.active > a:active,
.navbar-site-switch .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-site-switch .navbar-nav > li.disabled > a,
.navbar-site-switch .navbar-nav > li.disabled > a:hover,
.navbar-site-switch .navbar-nav > li.disabled > a:active,
.navbar-site-switch .navbar-nav > li.disabled > a:focus {
  background-color: transparent;
  color: #fff;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* =============================================================================
    Navbar Search
     ========================================================================== */
.navbar-search {
  /* =============================================================================
       2nd navbar search (tablet)
       ========================================================================== */
}
@media all and (min-width: 992px) {
  .navbar-search {
    margin-bottom: 0px;
  }
}
.navbar-search .form-control {
  background-color: #ffffff;
  border-color: #e2e2e2;
  color: #000;
}
.navbar-search .form-control::-moz-placeholder {
  color: rgba(200, 200, 200, 0.5);
  opacity: 1;
}
.navbar-search .form-control:-ms-input-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control::-webkit-input-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control::-webkit-input-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control:-moz-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control::-moz-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control:-ms-input-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control::-ms-input-placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .form-control::placeholder {
  color: rgba(200, 200, 200, 0.5);
}
.navbar-search .btn-default {
  background-color: #d9d9d9;
  border-color: #e2e2e2;
}
.navbar-search .btn-default:hover,
.navbar-search .btn-default:active {
  background-color: #ffffff;
}
.navbar-search .btn-default .icon {
  color: #000;
  margin: 0 !important;
  font-size: 16px;
}
@media all and (max-width: 479px) {
  .navbar-search {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .navbar-search {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .navbar-search .form-group,
  .navbar-search .input-group {
    width: 100%;
  }
  .navbar-search .input-group-btn {
    width: 1% !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1439px) {
  .navbar-browse .navbar-search {
    display: none;
  }
}
.navbar-site-switch .navbar-search {
  margin-top: 5px;
  display: none;
}
@media all and (min-width: 992px) and (max-width: 1439px) {
  .navbar-site-switch .navbar-search {
    display: block;
  }
}
.navbar-site-switch .navbar-search .form-control {
  background-color: #d9d9d9;
  border-color: #000;
}
.navbar-site-switch .navbar-search .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.navbar-site-switch .navbar-search .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-site-switch .navbar-search .form-control:focus {
  background-color: #fff;
}
.navbar-site-switch .navbar-search .btn-default {
  background-color: #262626;
  border-color: #000;
}
.navbar-site-switch .navbar-search .btn-default:hover,
.navbar-site-switch .navbar-search .btn-default:active {
  background-color: #fff;
}
.navbar-site-switch .navbar-search .btn-default:hover .icon,
.navbar-site-switch .navbar-search .btn-default:active .icon {
  color: #000;
}
.navbar-site-switch .navbar-search .btn-default .icon {
  color: #fff;
  font-size: 16px;
}
/* =============================================================================
    Navbar toggle button
     ========================================================================== */
.navbar-toggle .icon-bar {
  transition: 300ms ease-in-out;
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 3px;
}
.navbar-toggle .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
}
/* =============================================================================
    Submenu's (dropdown)
     ========================================================================== */
.navbar-inverse .navbar-nav > .dropdown.open > a {
  background-color: #fff;
  color: #222;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
}
@media all and (max-width: 991px) {
  .navbar .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .navbar .nav > .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #dddddd;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
@media all and (min-width: 1200px) {
  .dropdown-menu > li > a {
    padding: 5px 20px;
    line-height: 40px;
  }
}
/* =============================================================================
    Mobile menu (XS)
     ========================================================================== */
@media all and (max-width: 767px) {
  #navbar.navbar-collapse.collapsing,
  #navbar.navbar-collapse.collapse.in {
    display: flex;
    flex-flow: column;
  }
  #navbar.navbar-collapse.collapsing .navbar-nav,
  #navbar.navbar-collapse.collapse.in .navbar-nav {
    order: 2;
  }
  #navbar.navbar-collapse.collapsing .navbar-nav.navbar-right,
  #navbar.navbar-collapse.collapse.in .navbar-nav.navbar-right {
    order: 3;
  }
  #navbar.navbar-collapse.collapsing .navbar-search,
  #navbar.navbar-collapse.collapse.in .navbar-search {
    order: 1;
    margin-top: -1px;
  }
}
/* =============================================================================
	Footer
   ========================================================================== */
.navbar.page-footer {
  background: #000;
  border: 0;
  /* Do not display the HereAndNow links of the footer */
  /* FOOTER container with links */
}
body.slider-open .navbar.page-footer {
  -webkit-transform: translate3d(0, 450px, 0);
  -moz-transform: translate3d(0, 450px, 0);
  -ms-transform: translate3d(0, 450px, 0);
  -o-transform: translate3d(0, 450px, 0);
  transform: translate3d(0, 450px, 0);
  -webkit-transition: 450ms all;
  -moz-transition: 450ms all;
  -ms-transition: 450ms all;
  -o-transition: 450ms all;
  transition: 450ms all;
}
.navbar.page-footer .page-footer-top {
  background: white;
  padding: 20px 0;
}
.navbar.page-footer .page-footer-top [class^="col-"] {
  text-align: center;
}
.navbar.page-footer .page-footer-top [class^="col-"] .footer-link {
  display: block;
  padding: 20px 0;
}
.navbar.page-footer .page-footer-top [class^="col-"] .footer-link img {
  display: inline-block;
  max-height: 60px;
  margin: 0 auto;
}
.navbar.page-footer .page-footer-top [class^="col-"] .footer-link:focus,
.navbar.page-footer .page-footer-top [class^="col-"] .footer-link:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media all and (max-width: 1199px) {
  .navbar.page-footer .page-footer-top [class^="col-"] .footer-link {
    padding: 0;
  }
}
@media all and (max-width: 479px) {
  .navbar.page-footer .page-footer-top [class^="col-"] .footer-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 110px;
  }
}
.navbar.page-footer .page-footer-top [class^="col-"] .footer-link-lg img {
  width: 100%;
  max-height: 200px;
}
@media all and (max-width: 1199px) {
  .navbar.page-footer .page-footer-top [class^="col-"] .footer-link-lg img {
    width: auto;
    max-height: 60px;
  }
}
.navbar.page-footer .navbar-brand {
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: 150px;
  padding-bottom: 20px;
  padding-top: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.navbar.page-footer .navbar-brand:hover,
.navbar.page-footer .navbar-brand:active {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar.page-footer .navbar-brand {
  display: none;
}
.site-groningen .navbar.page-footer .navbar-brand.groningen {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.site-friesland .navbar.page-footer .navbar-brand.friesland {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.site-drenthe .navbar.page-footer .navbar-brand.drenthe {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar.page-footer .footer-container {
  width: 100%;
  min-height: 75px;
  margin: 2em auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  /* Footer link box */
  /* Footer link styling */
  /* disabled link is faded */
}
@media all and (min-width: 1440px) {
  .navbar.page-footer .footer-container {
    width: 75%;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .navbar.page-footer .footer-container {
    width: 75%;
  }
}
.navbar.page-footer .footer-container .footer-nav {
  width: 20%;
  max-height: 37px;
  margin: 0px 6px 13px;
  padding: 5px 5px;
  border: 1px solid #eeeeee;
}
@media all and (max-width: 479px) {
  .navbar.page-footer .footer-container .footer-nav {
    width: 75%;
    flex-direction: column;
  }
}
@media all and (min-width: 480px) and (max-width: 992px) {
  .navbar.page-footer .footer-container .footer-nav {
    width: 40%;
  }
}
.navbar.page-footer .footer-container a.footer-nav {
  font-family: 'Gronika', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* coming soon label smaller in footer */
}
.navbar.page-footer .footer-container a.footer-nav:hover,
.navbar.page-footer .footer-container a.footer-nav:active {
  background-color: #eeeeee;
  transition: background-color 0.6s;
  text-decoration: none;
  color: #222;
}
.navbar.page-footer .footer-container a.footer-nav .label {
  font-size: 65%;
}
.navbar.page-footer .footer-container .disabled {
  pointer-events: none;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* =============================================================================
   Content pages
   ========================================================================== */
body.page-about {
  background-image: url(/dist/assets/src/style/img/svg/bg-pattern-about.svg?5e65d2efc9e3a6fd6acbf4f620db899b);
}
body.page-explore {
  background-image: url(/dist/assets/src/style/img/svg/bg-pattern-explore.png?1a7b241c38bbd21823a0fca85989e711);
}
body.page-explore-alt {
  background-image: url(/dist/assets/src/style/img/svg/bg-pattern-explore-alt.png?296ea617bcdcc6270c5af357b8c2626f);
}
body.content-page {
  background-color: #000;
  background-position: center 0;
  background-repeat: repeat;
}
@media all and (max-width: 1199px) {
  body.content-page {
    background-size: 80%;
  }
}
@media all and (max-width: 767px) {
  body.content-page {
    background-size: 70%;
  }
}
body.content-page #app-root .content-wrapper {
  min-height: calc(100vh - 70px - 480px);
}
body.content-page .well-white {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  body.content-page .well-white {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.content-page .well-white h1 {
  font-size: 4em;
  font-weight: 800;
}
@media all and (max-width: 767px) {
  body.content-page .well-white h1 {
    font-size: 3em;
  }
}
body.content-page .well-white p + h2,
body.content-page .well-white ol + h2,
body.content-page .well-white ul + h2 {
  margin-top: 40px;
}
body.content-page .well-white ol,
body.content-page .well-white ul {
  padding-left: 20px;
}
body.content-page .well-white ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.content-page .well-white ol li {
  counter-increment: step-counter;
  padding-left: 30px;
  position: relative;
}
body.content-page .well-white ol li + li {
  margin-top: 10px;
}
body.content-page .well-white ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #eeeeee;
  color: #000;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}
@media all and (max-width: 767px) {
  body.content-page .well-white p,
  body.content-page .well-white li {
    font-size: 1.2em;
  }
}
/* =============================================================================
    Introduction Steps
   ========================================================================== */
.introduction-steps-wrapper {
  background-color: #fff;
  margin-bottom: 30px;
}
.introduction-steps-wrapper:hover {
  cursor: pointer;
}
.introduction-steps-wrapper .introduction-steps-item {
  font-family: 'Quicksand', sans-serif;
  padding: 40px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .introduction-steps-wrapper .introduction-steps-item {
    height: 200px;
    padding: 40px 0;
  }
}
.introduction-steps-wrapper .introduction-steps-item .introduction-step-number {
  border: 3px solid #000;
  border-radius: 50%;
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin: 0 auto 30px;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.introduction-steps-wrapper .introduction-steps-item .introduction-step-image {
  display: block;
  margin: 0 auto 20px;
  min-width: 200px;
  /* IE10+ */
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .introduction-steps-wrapper .introduction-steps-item .introduction-step-image {
    min-width: auto;
  }
}
@media all and (max-width: 479px) {
  .introduction-steps-wrapper .introduction-steps-item .introduction-step-image {
    min-width: 140px;
    float: left;
    margin-right: 25px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .introduction-steps-wrapper .introduction-steps-item .introduction-step-image {
    max-width: 200px;
  }
}
.introduction-steps-wrapper .introduction-steps-item .label {
  color: #eeeeee;
  display: inline-block;
  font-size: 1.4em;
  margin: 0 0 20px;
  width: auto;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .introduction-steps-wrapper .introduction-steps-item .label {
    font-size: 1.2em;
  }
}
@media all and (max-width: 767px) {
  .introduction-steps-wrapper .introduction-steps-item .label {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 479px) {
  .introduction-steps-wrapper .introduction-steps-item .label {
    margin-top: 35px;
  }
}
.introduction-steps-wrapper .introduction-steps-item .introduction-step-text {
  font-size: 1.1em;
  display: block;
  text-align: center;
}
@media all and (max-width: 991px) {
  .introduction-steps-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 479px) {
  .introduction-steps-wrapper .col-xs-12 + .col-xs-12 .introduction-steps-item {
    padding-top: 0;
  }
  .introduction-steps-wrapper .col-xs-12 + .col-xs-12 + .col-xs-12 .introduction-steps-item {
    height: 170px;
    padding-bottom: 0;
  }
}
/* =============================================================================
    Yellow Pop Up (Onboarding) styling
   ========================================================================== */
.popup {
  z-index: 2;
  font-family: 'Quicksand', sans-serif;
  background-color: #eeeeee;
  text-align: center;
  border-radius: 4px;
  width: 300px;
  height: auto;
  padding: 0.5em;
  position: fixed;
  bottom: 0px;
  right: 2em;
}
@media all and (max-width: 480px) {
  .popup {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .popup {
    width: 250px;
  }
}
.popup .line {
  border: 0.5px solid #1E1E1E;
  width: 45%;
  margin: 0 auto;
}
.popup h1 {
  font-size: 1.5em;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.popup p {
  width: 80%;
  margin: 0 auto 10px;
  color: #1E1E1E;
  font-size: 1.3em;
}
.popup .chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.1em;
  position: relative;
  top: 0.35em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}
.popup .chevron.collapsed::before {
  transform: rotate(315deg);
}
.popup .popup-button {
  margin: 15px 0;
  overflow-wrap: nowrap;
}
.popup .popup-button .facebook-login {
  background: #000000;
  border-radius: 7.5px;
  padding: 7px 5px;
  margin: 10px 0;
}
.popup .popup-button .facebook-login span {
  color: #eeeeee;
  font-size: 1.1em;
}
.popup .popup-button .facebook-login span::before {
  content: 'f';
  font-size: 1.4em;
  bottom: -3px;
  position: relative;
  font-weight: bold;
  padding-right: 10px;
}
.popup .popup-button:hover a {
  font-weight: bolder;
  text-decoration: none !important;
}
.popup .email-login a {
  font-size: 1em;
  color: #222;
}
.popup .email-login a:hover {
  letter-spacing: 1px;
}
.overlay {
  font-family: 'Quicksand', sans-serif;
  margin-top: 0;
  font-size: 1.7em;
}
/*  
  CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
  Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
Wells
 ========================================================================== */
.well {
  box-shadow: none;
}
/* White wells */
.well.well-white {
  background-color: #fff;
}
/* Loading overlay's in wells */
.well.well-loading::before {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
}
.well.well-loading::after {
  background-image: url(/dist/assets/src/style/img/loading.gif?3fc93726e49a461476b22f5af5e66818);
  background-position: top center;
  background-repeat: no-repeat;
  content: "Loading...";
  display: block;
  text-align: center;
  color: #000;
  font-family: 'Gronika', sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  width: 200px;
  height: 40px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -100px;
  padding: 30px 0 0 0;
}
/* =============================================================================
Alerts
 ========================================================================== */
.alert {
  border-width: 0 0 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* =============================================================================
    Sweet alert
      ========================================================================== */
.sweet-alert:focus {
  outline: none;
}
/* =============================================================================
Buttons
 ========================================================================== */
.btn {
  font-family: 'Gronika', sans-serif;
  text-transform: uppercase;
}
/* Icons in buttons */
.btn .icon {
  font-size: 0.75em;
  line-height: 1em;
  margin-left: 5px;
  margin-right: 0;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  vertical-align: initial;
}
.btn > .icon:first-child {
  margin-left: 0;
  margin-right: 5px;
}
/* Button sizes */
@media (max-width: 767px) {
  .btn.btn-md {
    padding: 6px 8px;
    font-size: 1em;
    line-height: 1em;
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .btn.btn-md {
    padding: 10px 12px;
    font-size: 1em;
    line-height: 1em;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg {
    padding: 10px 12px;
    font-size: 1.3em;
    line-height: 1.3em;
    border-radius: 6px;
  }
}
/* Outlined buttons */
.btn-outline {
  background-color: transparent !important;
  color: inherit;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.btn-outline .icon {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-lg.btn-outline {
  border-width: 2px;
}
.btn-primary.btn-outline {
  color: #eeeeee;
  border-color: #eeeeee;
}
.btn-success.btn-outline {
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f18a00;
  border-color: #f18a00;
}
.btn-danger.btn-outline {
  color: #d9534f;
  border-color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-white .badge {
  color: transparent;
  background-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border-color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #080808;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: #080808;
  border-color: #030303;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #080808;
  background-image: none;
  border-color: #030303;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #222;
  border-color: #222;
}
.btn-black .badge {
  color: #222;
  background-color: #fff;
}
.btn-black.btn-outline {
  color: #222;
  border-color: #222;
}
/* ==========================================================================
   Dropdowns
   ========================================================================== */
.dropdown-menu {
  border-width: 0;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.175);
  min-width: 250px;
}
/* Large dropdowns (megamenu) */
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 31px;
  margin-right: 31px;
  padding: 30px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  clear: both;
  color: #222;
  display: block;
  font-weight: 300;
  line-height: 25px;
  padding: 3px 20px;
  white-space: normal;
}
@media all and (min-width: 1200px) {
  .dropdown-menu-large > li > ul > li > a {
    padding: 10px 20px;
  }
}
.dropdown-menu-large > li > ul > li > a.more-link {
  font-style: italic;
  text-decoration: underline;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #f5f5f5;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  background-color: #eeeeee;
  color: #333333;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.dropdown-menu-large .dropdown-header a,
.dropdown-menu-large .dropdown-header a:hover,
.dropdown-menu-large .dropdown-header a:focus {
  background-color: transparent;
  font-weight: bold;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu-large .dropdown-header a:hover,
.dropdown-menu-large .dropdown-header a:focus {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dropdown-menu-large {
    padding: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 10px;
    padding: 0;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large > li > ul > li > a {
    padding: 3px 15px;
  }
  .dropdown-menu-large .dropdown-header {
    background-color: #000;
    color: #eeeeee;
    padding: 3px 15px !important;
  }
  .dropdown-menu-large .dropdown-header a {
    color: #eeeeee;
  }
}
/* =============================================================================
  Forms
  ========================================================================== */
.control-label.sr-only {
  position: absolute !important;
}
.form-group {
  position: relative;
}
.has-feedback label ~ .form-control-feedback {
  top: 41px;
}
@media (max-width: 1199px) {
  .has-feedback label ~ .form-control-feedback {
    top: 35px;
  }
}
.form-control,
.form-group-lg .form-control,
.form-group-sm .form-control,
.form-group-xs .form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0 0 2px;
}
.search-events {
  border-width: 1px 1px 2px;
}
.input-group-addon {
  border-width: 0 0 2px;
}
select.placeholder {
  color: #999 !important;
}
select.placeholder > option {
  position: relative !important;
  padding-left: 6px !important;
}
.help-block {
  font-size: 0.9em;
}
.input-group .form-control + .input-group-btn .btn {
  border-width: 0 0 2px 0;
}
/* =============================================================================
  Sliders
  ========================================================================== */
/* Headers */
.event-slider-wrapper h2 a,
.event-slider-wrapper h2 .nolink {
  background-color: #eeeeee;
  color: #000;
  display: inline-block;
  line-height: 1.3em;
  padding: 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.event-slider-wrapper h2 a:focus,
.event-slider-wrapper h2 a:hover {
  background-color: #000;
  color: #eeeeee;
  text-decoration: none;
}
@media all and (max-width: 479px) {
  .event-slider-wrapper h2 {
    font-size: 1.9em;
  }
}
.event-slider-wrapper h2 .icon {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.event-slider-wrapper h2 .category-icon {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
  margin: 1px 2px 0 -4px;
  width: 2.5em;
  vertical-align: top;
}
/* Loading state */
.slick-loading .slick-list {
  background: #fff url(/dist/assets/src/style/img/loading.gif?3fc93726e49a461476b22f5af5e66818) center center no-repeat;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
/* Dots */
/*
@slick-dot-color: black;
@slick-dot-color-active: @slick-dot-color;
@slick-dot-character: "\2022";
@slick-dot-size: 6px;

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            &:hover, &:focus {
                outline: none;
                &:before {
                    opacity: @slick-opacity-on-hover;
                }
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: @slick-dot-character;
                width: 20px;
                height: 20px;
                font-family: @slick-font-family;
                font-size: @slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: @slick-dot-color;
                opacity: @slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            color: @slick-dot-color-active;
            opacity: @slick-opacity-default;
        }
    }
}
*/
/* =============================================================================
    Background image sliders
    ========================================================================== */
.background-image-slider {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
@media (min-width: 992px) {
  .background-image-slider {
    width: calc(100vw - 8.33333333%) !important;
  }
}
@media (min-width: 1200px) {
  .background-image-slider {
    width: calc(100vw - 33.33333333%) !important;
  }
}
@media (min-width: 1440px) {
  .background-image-slider {
    width: calc(100vw - 25%) !important;
  }
}
.background-image-slider .slick-track,
.background-image-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.background-image-slider .slick-list {
  display: block;
  height: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.background-image-slider .slick-list :focus {
  outline: none;
}
.background-image-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  max-height: 731px;
  overflow: hidden;
}
.background-image-slider .slick-track :before,
.background-image-slider .slick-track :after {
  display: table;
  content: '';
}
.background-image-slider .slick-track :after {
  clear: both;
}
/* Background image item */
.background-image-item {
  background-size: cover;
  background-position: center center;
  display: none;
  float: left;
  height: 100%;
  right: 0 !important;
  min-height: 200px;
  will-change: transform, opacity;
  width: 100%;
}
.background-image-item:focus,
.background-image-item:hover {
  outline: 0;
}
[dir='rtl'] .background-image-item {
  float: right;
}
.slick-initialized .background-image-item {
  display: block;
}
.slick-vertical .background-image-item {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.background-image-item.slick-active {
  -webkit-animation: scaleBackgroundImage 5s forwards ease-in-out;
  -moz-animation: scaleBackgroundImage 5s forwards ease-in-out;
  -ms-animation: scaleBackgroundImage 5s forwards ease-in-out;
  animation: scaleBackgroundImage 5s forwards ease-in-out;
}
.background-image-item:before {
  content: "";
  display: block;
}
.background-image-item * {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@-webkit-keyframes scaleBackgroundImage {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.01deg);
  }
}
@keyframes scaleBackgroundImage {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1) rotate(0.01deg);
  }
}
/* =============================================================================
    Event item sliders
    ========================================================================== */
/*
  // Calculation example: https://codepen.io/tahiriqbal/pen/OpbaKW
  .calc-offset(@width, @factor) {
    @offset: @width * @factor;
    @slide-left-offset: @offset * 1px;
  }

  .calc-offset(19vw, @slick-slide-hover-scale-factor);
   */
/*@slider-open-offset: calc((@slider-item-detail-container-height - (@grid-gutter-width * 2)) + 32.5px);*/
.event-slider-wrapper {
  padding-bottom: 40px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 450ms all;
  -moz-transition: 450ms all;
  -ms-transition: 450ms all;
  -o-transition: 450ms all;
  transition: 450ms all;
}
.event-slider-wrapper.slider-open {
  overflow: visible;
}
.slider-open ~ .event-slider-wrapper {
  -webkit-transform: translate3d(0, 450px, 0);
  -moz-transform: translate3d(0, 450px, 0);
  -ms-transform: translate3d(0, 450px, 0);
  -o-transform: translate3d(0, 450px, 0);
  transform: translate3d(0, 450px, 0);
}
.event-slider-wrapper .slider-inner-wrapper {
  padding-bottom: 20px;
  position: relative;
}
.event-slider-wrapper.slider-open .slider-inner-wrapper {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .event-slider-wrapper {
    padding-bottom: 10px;
  }
}
.event-slider-wrapper .event-slider.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-right: -30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media all and (min-width: 1440px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 5vw;
  }
}
@media all and (max-width: 1439px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 5vw;
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 4vw;
  }
}
@media all and (max-width: 1199px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 6vw;
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 6vw;
  }
}
@media all and (max-width: 767px) {
  .event-slider-wrapper .event-slider.slick-slider {
    padding-right: 6vw;
  }
}
@media all and (max-width: 479px) {
  .event-slider-wrapper .event-slider.slick-slider {
    margin-left: 0;
  }
}
.event-slider-wrapper .event-slider.slick-slider .slick-track,
.event-slider-wrapper .event-slider.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media all and (min-width: 1440px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 9.2vw;
  }
}
@media all and (max-width: 1439px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 9.2vw;
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 11.6vw;
  }
}
@media all and (max-width: 1199px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 11.6vw;
  }
}
@media all and (max-width: 991px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 15.65vw;
  }
}
@media all and (max-width: 767px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 21.79vw;
  }
}
@media all and (max-width: 479px) {
  .event-slider-wrapper .event-slider.slick-slider .slick-track,
  .event-slider-wrapper .event-slider.slick-slider .slick-list {
    height: 43.58vw;
  }
}
.event-slider-wrapper .event-slider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.event-slider-wrapper .event-slider .slick-list:focus {
  outline: none;
}
.event-slider-wrapper .event-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.event-slider-wrapper .event-slider.slick-loading .slick-list {
  background: #fff url(/dist/assets/src/style/img/loading.gif?3fc93726e49a461476b22f5af5e66818) center center no-repeat;
}
.event-slider-wrapper .event-slider .slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: 450ms transform;
  -moz-transition: 450ms transform;
  -ms-transition: 450ms transform;
  -o-transition: 450ms transform;
  transition: 450ms transform;
  will-change: transform;
  /*
              &:hover, 
              &:focus {
                  .transform(translate3d(-(@slick-slide-width / @slick-slide-hover-scale-factor), 0, 0)) !important;
              }
          */
}
.event-slider-wrapper .event-slider .slick-track:before,
.event-slider-wrapper .event-slider .slick-track:after {
  content: "";
  display: table;
}
.event-slider-wrapper .event-slider .slick-track:after {
  clear: both;
}
.event-slider-wrapper .event-slider.slick-loading .slick-track {
  visibility: hidden;
}
/* =============================================================================
      Disabled sliders
      ========================================================================== */
.slider-inner-disabled {
  background-color: rgba(255, 255, 255, 0.8);
  height: 90%;
  height: calc(90% + 2px);
  left: 0;
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: 999;
}
.slider-inner-disabled .well {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 479px) {
  .slider-inner-disabled .well {
    font-size: 0.8em;
    margin: 0 20px;
  }
}
.slider-inner-disabled + div .slick-arrow {
  display: none !important;
}
/* =============================================================================
      Prev & next arrows
      ========================================================================== */
.event-slider .slick-prev,
.event-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: transparent;
  cursor: pointer;
  display: none !important;
  font-size: 0;
  height: 101%;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 450ms background-color;
  -moz-transition: 450ms background-color;
  -ms-transition: 450ms background-color;
  -o-transition: 450ms background-color;
  transition: 450ms background-color;
  width: 40px;
  will-change: opacity;
  z-index: 99;
}
.event-slider .slick-prev:hover,
.event-slider .slick-next:hover,
.event-slider .slick-prev:focus,
.event-slider .slick-next:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: transparent;
}
.event-slider .slick-prev:hover:before,
.event-slider .slick-next:hover:before,
.event-slider .slick-prev:focus:before,
.event-slider .slick-next:focus:before {
  color: #eeeeee;
  opacity: 1;
}
.event-slider .slick-prev:before,
.event-slider .slick-next:before {
  color: #222;
  font-family: 'simple-line-icons';
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 0.75;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event-slider .slick-prev.slick-disabled:before,
.event-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
@media all and (min-width: 1440px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 5vw;
  }
}
@media all and (max-width: 1439px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 5vw;
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 4vw;
  }
}
@media all and (max-width: 1199px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 6vw;
  }
}
@media all and (max-width: 991px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 6vw;
  }
}
@media all and (max-width: 767px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    width: 6vw;
  }
}
@media all and (max-width: 479px) {
  .event-slider .slick-prev,
  .event-slider .slick-next {
    display: none;
  }
}
.event-slider-wrapper.has-prev .slick-prev {
  display: block !important;
}
.event-slider-wrapper.has-next .slick-next {
  display: block !important;
}
.event-slider .slick-prev {
  left: 0;
}
.event-slider .slick-prev[dir="rtl"] {
  left: auto;
  right: 0;
}
.event-slider .slick-prev:before {
  content: "\e605";
}
.slick-slider.hover .slick-prev {
  z-index: -1;
}
.event-slider .slick-next {
  right: 0;
}
.event-slider .slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
.event-slider .slick-next:before {
  content: "\e606";
}
/* =============================================================================
  Single event item (slide)
  ========================================================================== */
.event-item {
  cursor: pointer;
  float: left;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: 450ms all;
  -moz-transition: 450ms all;
  -ms-transition: 450ms all;
  -o-transition: 450ms all;
  transition: 450ms all;
  will-change: transform;
}
.event-item *:focus {
  outline: none;
}
@media all and (min-width: 1440px) {
  .event-item {
    min-height: 9.2vw;
    width: calc(19vw - 30px);
  }
}
@media all and (min-width: 1440px) and (max-width: 1500px) {
  .event-item {
    min-height: 11.6vw;
    width: calc(24vw - 30px);
  }
}
@media all and (max-width: 1439px) {
  .event-item {
    font-size: 0.9em;
    min-height: 9.2vw;
    width: calc(19vw - 30px);
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .event-item {
    min-height: 11.6vw;
    width: calc(24vw - 30px);
  }
}
@media all and (max-width: 1199px) {
  .event-item {
    font-size: 1em;
    min-height: 11.6vw;
    width: calc(24vw - 30px);
  }
}
@media all and (max-width: 991px) {
  .event-item {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 15.65vw;
    width: calc(32.333333vw - 20px);
  }
}
@media all and (max-width: 767px) {
  .event-item {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 21.79vw;
    width: calc(48vw - 20px);
  }
}
@media all and (max-width: 479px) {
  .event-item {
    margin-left: 5px;
    margin-right: 5px;
    min-height: 43.58vw;
    width: 80vw;
  }
}
[dir="rtl"] .event-item {
  float: right;
}
.event-item:before,
.event-item:after {
  content: "";
  display: block;
}
.event-item:after {
  border-color: #eeeeee transparent transparent transparent;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -20px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 550ms all;
  -moz-transition: 550ms all;
  -ms-transition: 550ms all;
  -o-transition: 550ms all;
  transition: 550ms all;
  width: 0;
  will-change: bottom, opacity;
  z-index: -1;
}
.event-slider .event-item {
  display: none;
}
.slick-initialized .event-item {
  display: block;
}
.slick-loading .event-item {
  visibility: hidden;
}
.slick-vertical .event-item {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider.hover .slick-track .event-item,
.slick-slider.focus .slick-track .event-item {
  opacity: 0.3;
}
.slick-slider.hover .event-item:hover,
.slick-slider.hover .event-item:focus {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.slick-slider.hover .event-item:hover,
.slick-slider.hover .event-item:focus,
.slick-slider.focus .event-item.focus {
  opacity: 1;
}
.event-item.last,
.event-item.last:hover,
.event-item.last:focus,
.slick-slider.hover .event-item.last,
.slick-slider.hover .event-item.last:hover,
.slick-slider.hover .event-item.last:focus,
.slick-slider.focus .event-item.last.focus {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slick-slider.hover .event-item:hover ~ .slick-slide,
.slick-slider.hover .event-item:focus ~ .slick-slide {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  /*
      @media all and (min-width: @screen-xl-min) {
          .transform(translate3d((calc(~".5 * @{slick-slide-width-xl}")), 0, 0));
      }

      @media all and (max-width: @screen-lg-max) {
          .transform(translate3d((calc(~".5 * @{slick-slide-width-lg}")), 0, 0));
      }

      @media all and (max-width: @screen-md-max) {
          .transform(translate3d((calc(~".5 * @{slick-slide-width-md}")), 0, 0));
      }

      @media all and (max-width: @screen-sm-max) {
          .transform(translate3d((calc(~".5 * @{slick-slide-width-sm}")), 0, 0));
      }*/
}
.slick-slider.hover .event-item.scale-left:hover ~ .slick-slide,
.slick-slider.hover .event-item.scale-left:focus ~ .slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.event-item.scale-left {
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}
.event-item.move-left,
.event-item.move-left {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  /*
      @media all and (min-width: @screen-xl-min) {
          .transform(translate3d((calc(~"-0.5 * @{slick-slide-width-xl}")), 0, 0));
      }

      @media all and (max-width: @screen-lg-max) {
          .transform(translate3d((calc(~"-0.5 * @{slick-slide-width-lg}")), 0, 0));
      }

      @media all and (max-width: @screen-md-max) {
          .transform(translate3d((calc(~"-0.5 * @{slick-slide-width-md}")), 0, 0));
      }

      @media all and (max-width: @screen-sm-max) {
          .transform(translate3d((calc(~"-0.5 * @{slick-slide-width-sm}")), 0, 0));
      }
      */
}
.slick-slider.focus .event-item.focus {
  border: 5px solid #eeeeee;
  overflow: visible;
}
.slick-slider.focus .event-item.focus:after {
  bottom: -20px;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slick-slider.focus .event-item.focus > div {
  height: 100%;
}
/* =============================================================================
    Event item (slide) content
    ========================================================================== */
.item-preview {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.item-preview .item-img-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.item-preview .item-img-wrapper img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 300ms -webkit-filter linear;
  -moz-transition: 300ms -moz-filter linear;
  -moz-transition: 300ms filter linear;
  -ms-transition: 300ms -ms-filter linear;
  -o-transition: 300ms -o-filter linear;
  transition: 300ms filter linear, 300ms -webkit-filter linear;
  width: 100%;
  will-change: filter;
}
.slick-loading .item-preview .item-img-wrapper img {
  display: none;
}
.dragging .item-preview .item-img-wrapper img {
  pointer-events: none;
}
.hover .item-preview .item-img-wrapper img {
  -webkit-filter: blur(2px);
}
.item-preview .item-preview-content-wrapper {
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  top: auto;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all;
  -ms-transition: 350ms all;
  -o-transition: 350ms all;
  transition: 350ms all;
  z-index: 1;
  transform: translate3d(0, 0, 1px);
}
.slick-slide.hover .item-preview .item-preview-content-wrapper {
  margin-bottom: 100px;
}
@media all and (min-width: 1440px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 9.2vw * 0.3) + 20px);
  }
}
@media all and (min-width: 1440px) and (max-width: 1500px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 9.2vw * 0.3) + 30px);
  }
}
@media all and (max-width: 1439px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 9.2vw * 0.3) + 20px);
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 11.6vw * 0.3) + 20px);
  }
}
@media all and (max-width: 1199px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 11.6vw * 0.3) + 20px);
  }
}
@media all and (max-width: 991px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 15.65vw * 0.3) + 20px);
  }
}
@media all and (max-width: 767px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 21.79vw * 0.3) + 20px);
  }
}
@media all and (max-width: 479px) {
  .slick-slide.hover .item-preview .item-preview-content-wrapper {
    margin-bottom: calc(( 43.58vw * 0.3) + 20px);
  }
}
.item-preview .item-preview-content-wrapper h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.item-preview .item-preview-content-wrapper h3 span {
  background-color: #000;
  color: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
}
.item-preview .item-preview-content-wrapper .item-date {
  font-size: 0.8em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.item-details {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 0.7em;
  line-height: 1.2em;
  left: 0;
  height: auto;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transition: 450ms opacity;
  -moz-transition: 450ms opacity;
  -ms-transition: 450ms opacity;
  -o-transition: 450ms opacity;
  transition: 450ms opacity;
  will-change: opacity;
  /*
    @media all and (min-width: @screen-xl-min) {
        height: calc(~"@{slick-slide-height-xl} * 0.6214689265536723");
    }

    @media all and (max-width: @screen-lg-max) {
        height: calc(~"@{slick-slide-height-xl} * 0.6214689265536723");
    }

    @media all and (min-width: @screen-lg) and (max-width: @screen-lg-max) {
        height: calc(~"@{slick-slide-height-lg} * 0.6214689265536723");
    }

    @media all and (max-width: @screen-md-max) {
        height: calc(~"@{slick-slide-height-lg} * 0.6214689265536723");
    }

    @media all and (max-width: @screen-sm-max) {
        height: calc(~"@{slick-slide-height-md} * 0.6214689265536723");
    }

    @media all and (max-width: @screen-ms-max) {
        height: calc(~"@{slick-slide-height-sm} * 0.6214689265536723");
    }

    @media all and (max-width: @screen-xs-max) {
        height: calc(~"@{slick-slide-height-ms} * 0.6214689265536723");
    }
*/
}
.slick-slide.hover:hover .item-details {
  opacity: 1;
}
.slick-slider.hover .slick-slide:hover .item-details {
  opacity: 1;
}
.item-details .item-description {
  padding-right: 85px;
  max-height: 50px;
  overflow: hidden;
}
.item-actions {
  bottom: 10px;
  display: block;
  opacity: 0;
  position: absolute;
  right: 10px;
  -webkit-transition: 450ms opacity;
  -moz-transition: 450ms opacity;
  -ms-transition: 450ms opacity;
  -o-transition: 450ms opacity;
  transition: 450ms opacity;
  width: 80px;
  will-change: opacity;
}
.slick-slider.hover .slick-slide:hover .item-actions,
.slick-slider.focus .slick-slide.focus .item-actions {
  opacity: 1;
}
.item-actions .btn-v1 {
  background-color: rgba(0, 0, 0, 0.4) !important;
  bottom: 0;
  border-color: #fff;
  display: inline-block;
  font-size: 1.3em;
  height: 25px;
  line-height: 1.3em;
  right: -100px;
  position: absolute;
  text-align: center;
  -webkit-transition: 700ms right;
  -moz-transition: 700ms right;
  -ms-transition: 700ms right;
  -o-transition: 700ms right;
  transition: 700ms right;
  color: #fff;
  padding: 0 5px;
}
.item-actions .btn-v1:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.slick-slider.hover .slick-slide:hover .item-actions .btn-v1 {
  right: 0;
}
@media all and (max-width: 1439px) {
  .item-actions .btn-v1 {
    line-height: 1.6em;
  }
}
@media all and (max-width: 1199px) {
  .item-actions .btn-v1 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
.item-actions .btn-outline {
  background-color: rgba(0, 0, 0, 0.4) !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: 0;
  display: inline-block;
  font-size: 1.5em;
  height: 25px;
  line-height: 25px;
  padding: 0 !important;
  position: absolute;
  text-align: center;
  -webkit-transition: 700ms margin;
  -moz-transition: 700ms margin;
  -ms-transition: 700ms margin;
  -o-transition: 700ms margin;
  transition: 700ms margin;
  width: 25px;
}
.item-actions .btn-outline .icon {
  margin: 0 !important;
}
.slick-slider.hover .slick-slide:hover .item-actions .btn-outline:nth-of-type(2),
.slick-slider.focus .slick-slide.focus .item-actions .btn-outline:nth-of-type(2) {
  margin-bottom: 30px;
}
.slick-slider.hover .slick-slide:hover .item-actions .btn-outline:nth-of-type(3),
.slick-slider.focus .slick-slide.focus .item-actions .btn-outline:nth-of-type(3) {
  margin-bottom: 60px;
}
.item-actions .btn-outline:hover {
  border-color: transparent;
  color: #eee;
}
/* =============================================================================
  Event item (slide) detail containers (used in slide down in sliders)
   ========================================================================== */
.slider-item-detail-container {
  background-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  /* Close icon */
}
.slider-item-detail-container > div {
  overflow-y: hidden;
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  will-change: max-height;
  width: 100%;
  height: 100%;
}
.slider-item-detail-container.loading > div {
  background: transparent url(/dist/assets/src/style/img/loading.gif?3fc93726e49a461476b22f5af5e66818) center center no-repeat;
}
.slider-item-detail-container.open > div {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 450px;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  .slider-item-detail-container.open > div {
    max-height: calc(450px - 50px);
  }
}
@media all and (max-width: 479px) {
  .slider-item-detail-container.open > div {
    max-height: calc(450px + 170px);
  }
}
.slider-item-detail-container .slider-item-details-slidedown,
.slider-item-detail-container.loading .slider-item-details-slidedown {
  height: 0;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: height 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s, opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  -o-transition: height 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s, opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  -moz-transition: height 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s, opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  transition: height 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s, opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-item-detail-container.loaded .slider-item-details-slidedown,
.slider-item-detail-container.open .slider-item-details-slidedown {
  height: 450px;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media all and (max-width: 1199px) {
  .slider-item-detail-container.loaded .slider-item-details-slidedown,
  .slider-item-detail-container.open .slider-item-details-slidedown {
    max-height: calc(450px - 50px);
  }
}
@media all and (max-width: 479px) {
  .slider-item-detail-container.loaded .slider-item-details-slidedown,
  .slider-item-detail-container.open .slider-item-details-slidedown {
    max-height: calc(450px + 170px);
  }
}
.slider-item-detail-container .item-more-details {
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  .slider-item-detail-container .item-more-details {
    height: calc(450px - 50px);
  }
}
@media all and (max-width: 479px) {
  .slider-item-detail-container .item-more-details {
    height: calc(450px + 170px);
  }
}
.slider-item-detail-container .icon-close {
  background-color: #eeeeee;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 1.8em;
  position: relative;
  right: 25px;
  top: 10px;
  display: block;
  padding: 5px;
  z-index: 999;
}
.slider-item-detail-container .icon-close:hover,
.slider-item-detail-container .icon-close:focus {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media all and (min-width: 1200px) {
  .slider-item-detail-container .icon-close {
    font-size: 2.1em;
  }
}
.slider-item-detail-container.open .icon-close {
  position: absolute;
}
.item-more-details {
  position: relative;
  height: 450px;
  /* Slider */
  /* Full screen (long) description */
  /* Tabs */
}
.item-more-details .tab-content,
.item-more-details .tab-pane,
.item-more-details .item-details-inner-wrapper {
  height: 100%;
  min-height: 100%;
}
.item-more-details .item-details-content-wrapper {
  background: #000;
  background: -moz-linear-gradient(left, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
}
@media all and (min-width: 480px) and (max-width: 1199px) {
  .item-more-details .item-details-content-wrapper {
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    min-height: 280px;
  }
}
.item-more-details .item-details-content-wrapper .item-details-content {
  color: #fff;
  padding-top: 30px;
  padding-right: 90px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.item-more-details .item-details-content-wrapper .item-details-content h1 {
  font-size: 2em;
}
.item-more-details .item-details-content-wrapper .item-details-content > p {
  padding-left: 80px;
  position: relative;
}
.item-more-details .item-details-content-wrapper .item-details-content > p > .detail-label {
  position: absolute;
  left: 0;
}
.item-more-details .item-details-content-wrapper .item-details-content .item-maps-link {
  display: inline-block;
  margin-left: 5px;
}
@media all and (max-width: 768px) {
  .item-more-details .item-details-content-wrapper .item-details-content .item-maps-link {
    display: block;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .item-more-details .item-details-content-wrapper .item-details-content .item-venue-link + .item-maps-link {
    margin-top: 6px;
  }
}
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .item-more-details .item-details-content-wrapper .item-details-content .item-venue-link {
    line-height: 0.9em;
    display: block;
    padding-top: 4px;
  }
}
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link span {
  background: #eeeeee;
  color: #000;
  padding: 1px 3px;
  -webkit-box-shadow: 1px 0 0 #eeeeee, -1px 0 0 #eeeeee, 1px 1px 0 #eeeeee, -1px 1px #eeeeee;
  -moz-box-shadow: 1px 0 0 #eeeeee, -1px 0 0 #eeeeee, 1px 1px 0 #eeeeee, -1px 1px #eeeeee;
  box-shadow: 1px 0 0 #eeeeee, -1px 0 0 #eeeeee, 1px 1px 0 #eeeeee, -1px 1px #eeeeee;
  line-height: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link:hover span,
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link:active span,
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link:focus span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #eeeeee;
}
.item-more-details .item-details-content-wrapper .item-details-content .item-venue-link:empty {
  display: none;
}
.item-more-details .item-details-content-wrapper .item-details-content .btn-group {
  min-width: 500px;
}
@media all and (max-width: 768px) {
  .item-more-details .item-details-content-wrapper .item-details-content .btn-group {
    min-width: 550px;
  }
}
.item-more-details .item-details-slider-wrapper {
  background-color: #000;
  /*background-image: url('../img/loading-white.gif');
    background-position: center;
    background-repeat: no-repeat;*/
  bottom: 0;
  height: 100%;
  left: 0;
  max-height: 150%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.item-more-details .item-details-slider-wrapper .background-image-slider {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  -o-transition: opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  -moz-transition: opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  transition: opacity 0.44s cubic-bezier(0.5, 0, 0.1, 1) 0.1s;
  will-change: opacity;
}
.item-more-details .item-details-slider-wrapper .background-image-slider.slick-initialized {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.item-more-details .item-details-slider-wrapper .background-image-slider .background-image-item {
  min-height: 450px;
}
.item-more-details .item-long-description-fullscreen {
  background-color: #eeeeee;
  bottom: 0;
  color: #000;
  height: 101%;
  left: 0;
  overflow-y: auto;
  padding: 30px 30px 20px;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: 0.2s background;
  -moz-transition: 0.2s background;
  -ms-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
  width: 100%;
  z-index: 999;
}
.item-more-details .item-long-description-fullscreen .item-long-description {
  height: 100%;
  height: calc(100% - 80px);
}
.item-more-details .item-long-description-fullscreen .item-long-description > span {
  display: block;
  height: 100%;
  position: relative;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
}
@media all and (min-width: 992px) {
  .item-more-details .item-long-description-fullscreen {
    padding: 30px 40px 20px;
  }
  .item-more-details .item-long-description-fullscreen .item-long-description > span {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media all and (min-width: 1200px) {
  .item-more-details .item-long-description-fullscreen {
    padding: 30px 60px 30px;
  }
  .item-more-details .item-long-description-fullscreen .item-long-description > span {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}
@media all and (max-width: 479px) {
  .item-more-details .item-long-description-fullscreen {
    position: relative;
  }
}
.item-more-details .item-long-description-fullscreen h1 {
  -webkit-column-span: all;
  column-span: all;
}
.item-more-details .item-long-description-fullscreen p {
  margin-bottom: 12.5px;
  font-size: 1.1em;
  /*
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        */
}
@media all and (max-width: 479px) {
  .item-more-details .item-long-description-fullscreen p {
    font-size: 1.4em;
  }
}
.item-more-details .item-long-description-fullscreen .icon-close {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 2.1em;
  padding: 5px;
  position: absolute;
  right: 25px;
  text-decoration: none;
  text-shadow: none;
  top: 11px;
  z-index: 999;
}
@media all and (max-width: 479px) {
  .item-more-details .item-long-description-fullscreen .icon-close {
    right: 25px;
  }
}
.item-more-details .nav-tabs {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.item-more-details .nav-tabs > li {
  float: none;
  display: inline-block;
  *display: nline;
  zoom: 1;
}
/* =============================================================================
Panels
 ========================================================================== */
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-transparent {
  border-color: transparent;
}
.panel-transparent > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.panel-transparent > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-transparent > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-transparent > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-transparent > .panel-footer {
  background-color: transparent;
  border-color: transparent;
}
/* =============================================================================
Icons
 ========================================================================== */
.icon.svg {
  display: inline-block;
  width: 13px;
}
/* =============================================================================
Labels & badges
 ========================================================================== */
.label-primary {
  color: #000;
}
/* =============================================================================
Images
 ========================================================================== */
/* =============================================================================
  Hover effect 1 (Goliath - https://tympanus.net/Development/HoverEffectIdeas/index2.html)
   ========================================================================== */
.img-hover-effect.hover1 {
  background-color: #eeeeee;
}
.img-hover-effect.hover1 img,
.img-hover-effect.hover1 h2 {
  transition: transform 0.35s, opacity 0.35s;
  will-change: transform;
}
.img-hover-effect.hover1 img {
  backface-visibility: hidden;
  opacity: 0.7;
}
.img-hover-effect.hover1:hover img,
.img-hover-effect.hover1:focus img {
  -webkit-transform: translate3d(0, -80px, 0);
  -moz-transform: translate3d(0, -80px, 0);
  -ms-transform: translate3d(0, -80px, 0);
  -o-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  opacity: 0.4;
}
.img-hover-effect.hover1 h2,
.img-hover-effect.hover1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.img-hover-effect.hover1 p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  will-change: transform, opacity;
}
.img-hover-effect.hover1:hover p,
.img-hover-effect.hover1:focus p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-hover-effect.hover1 h2 {
  bottom: -5px;
}
.img-hover-effect.hover1:hover h2,
.img-hover-effect.hover1:focus h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
/* =============================================================================
Breadcrumbs
 ========================================================================== */
.breadcrumb {
  font-size: 0.8em;
}
.breadcrumb > li + li::before {
  padding: 0 0 0 2px;
}
/* =============================================================================
Patterns
 ========================================================================== */
.pattern-stripe-diagonal::after {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAASElEQVQY02NgQALS/5F5Ssg8qa/IUgooUg+QpWRRpA7hNB5VCsV4VANReKjOQDWDgYFIm/G4F7cv8YSNLG4pFCNQeSjq0MwAAPCoHW3Q0Dt9AAAAAElFTkSuQmCC');
  content: "";
  display: block;
  height: 100%;
  left: 0;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
body.pattern-stripe-diagonal::after {
  z-index: -1;
}
/* =============================================================================
Datepickers
 ========================================================================== */
.cpg-datepicker {
  position: relative;
  /* Calendar */
}
.cpg-datepicker .form-control {
  cursor: pointer;
}
.cpg-datepicker .rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
  /* Time */
}
.cpg-datepicker .rdtPicker table {
  width: 100%;
  margin: 0;
}
.cpg-datepicker .rdtPicker table td,
.cpg-datepicker .rdtPicker table th {
  text-align: center;
  height: 28px;
}
.cpg-datepicker .rdtPicker table th {
  border-bottom: 1px solid #f9f9f9;
}
.cpg-datepicker .rdtPicker table th.rdtSwitch {
  width: 100px;
}
.cpg-datepicker .rdtPicker table th.rdtNext,
.cpg-datepicker .rdtPicker table th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.cpg-datepicker .rdtPicker table th.rdtDisabled,
.cpg-datepicker .rdtPicker table th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.cpg-datepicker .rdtPicker table thead tr:first-child th {
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table thead tr:first-child th:hover {
  background: #eeeeee;
}
.cpg-datepicker .rdtPicker table thead button {
  width: 100%;
  height: 100%;
}
.cpg-datepicker .rdtPicker table td {
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table td.rdtDay:hover,
.cpg-datepicker .rdtPicker table td.rdtHour:hover,
.cpg-datepicker .rdtPicker table td.rdtMinute:hover,
.cpg-datepicker .rdtPicker table td.rdtSecond:hover {
  background: #eeeeee;
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table .rdtTimeToggle {
  background: #eeeeee;
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table .rdtTimeToggle:before {
  content: "\0231A Time: ";
}
.cpg-datepicker .rdtPicker table .rdtTimeToggle:hover {
  background: #ccc;
}
.cpg-datepicker .rdtPicker table td.rdtOld,
.cpg-datepicker .rdtPicker table td.rdtNew {
  color: #999999;
}
.cpg-datepicker .rdtPicker table td.rdtToday {
  position: relative;
}
.cpg-datepicker .rdtPicker table td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #eeeeee;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.cpg-datepicker .rdtPicker table td.rdtActive,
.cpg-datepicker .rdtPicker table td.rdtActive:hover {
  background-color: #eeeeee;
  color: #222;
}
.cpg-datepicker .rdtPicker table td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.cpg-datepicker .rdtPicker table td.rdtDisabled,
.cpg-datepicker .rdtPicker table td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.cpg-datepicker .rdtPicker table td span.rdtOld {
  color: #999999;
}
.cpg-datepicker .rdtPicker table td span.rdtDisabled,
.cpg-datepicker .rdtPicker table td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.cpg-datepicker .rdtPicker table .dow {
  width: 14.2857%;
  border-bottom: none;
}
.cpg-datepicker .rdtPicker table tfoot {
  border-top: 1px solid #f9f9f9;
}
.cpg-datepicker .rdtPicker table button {
  border: none;
  background: none;
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table button:hover {
  background-color: #eee;
}
.cpg-datepicker .rdtPicker table td.rdtMonth,
.cpg-datepicker .rdtPicker table td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
.cpg-datepicker .rdtPicker table td.rdtMonth:hover,
.cpg-datepicker .rdtPicker table td.rdtYear:hover {
  background: #eee;
}
.cpg-datepicker .rdtPicker .rdtTimeToggle {
  padding: 5px 0;
  text-align: center;
}
.cpg-datepicker .rdtPicker .rdtCounters {
  display: inline-block;
}
.cpg-datepicker .rdtPicker .rdtCounters > div {
  float: left;
}
.cpg-datepicker .rdtPicker .rdtCounter {
  height: auto;
  width: 40px;
}
.cpg-datepicker .rdtPicker .rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cpg-datepicker .rdtPicker .rdtCounter .rdtBtn:hover {
  background: #eee;
}
.cpg-datepicker .rdtPicker .rdtCounter .rdtCount {
  height: 35%;
  font-size: 1.2em;
}
.cpg-datepicker .rdtPicker .rdtCounterSeparator {
  line-height: 111px;
}
.cpg-datepicker.rdtOpen .rdtPicker {
  display: block;
}
.cpg-datepicker.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.cpg-datepicker .rdtPrev span,
.cpg-datepicker .rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cpg-datepicker .rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.cpg-datepicker .rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
/* =============================================================================
  Share buttons
 ========================================================================== */
.share-buttons-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 3px;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media all and (max-width: 767px) {
  .share-buttons-wrapper {
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .share-buttons-wrapper {
    text-align: center;
  }
}
.share-buttons-wrapper .title {
  color: #fff;
  display: block;
  margin: 0 5px 5px;
  font-family: 'Gronika', sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
}
.share-buttons-wrapper .share {
  display: inline-block;
  margin: 0 5px;
}
@media all and (max-width: 991px) {
  .share-buttons-wrapper .share {
    display: block;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .share-buttons-wrapper .share {
    display: inline-block;
  }
}
.share-buttons-wrapper .share .svg {
  width: 30px;
  height: 30px;
}
.share-buttons-wrapper .share .svg .circle {
  fill: #eeeeee;
}
.share-buttons-wrapper .share .svg .logo {
  fill: #000;
}
.share-buttons-wrapper .share:hover .svg .circle,
.share-buttons-wrapper .share:focus .svg .circle {
  fill: transparent;
}
.share-buttons-wrapper .share:hover .svg .logo,
.share-buttons-wrapper .share:focus .svg .logo {
  fill: #eeeeee;
}
/* =============================================================================
  Leaflet/Maps
 ========================================================================== */
.page-maps #app-root {
  /* Loading state */
  /* Marker icon */
  /* Info bubble / popup */
}
.page-maps #app-root .leaflet-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 901;
}
.page-maps #app-root .leaflet-loading::after {
  background-image: url(/dist/assets/src/style/img/loading-white.gif?ef486ec0ee6e2ff0b03690ffc44181a8);
  background-position: top center;
  background-repeat: no-repeat;
  content: "Loading...";
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Gronika', sans-serif;
  text-transform: uppercase;
  font-size: 1.7em;
  width: 200px;
  height: 60px;
  position: absolute;
  z-index: 902;
  left: 50%;
  top: calc(150px + 25vh);
  margin: -30px 0 0 -100px;
  padding: 32px 0 0 0;
}
.page-maps #app-root .leaflet-container {
  width: 100%;
  height: 50vh;
  min-height: 400px;
}
@media all and (max-height: 481px) {
  .page-maps #app-root .leaflet-container {
    min-height: 300px;
  }
}
.page-maps #app-root .leaflet-control-attribution {
  display: none;
}
.page-maps #app-root .geolocation-control i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.page-maps #app-root .leaflet-div-icon {
  background: none;
  border: none;
  width: 30px !important;
  height: 30px !important;
}
.page-maps #app-root .leaflet-div-icon .event-count {
  background-color: #eeeeee;
  color: #000;
  width: 15px;
  height: 15px;
  margin-top: -27px;
  margin-left: 7px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.8rem;
  vertical-align: bottom;
  line-height: 15px;
  z-index: 99;
  position: relative;
  font-weight: bold;
}
.page-maps #app-root .leaflet-popup {
  max-width: 95vw;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-content-wrapper,
.page-maps #app-root .leaflet-popup .leaflet-popup-tip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eeeeee;
  color: #000;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 3px;
  margin-bottom: -1px;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-content {
  margin: 10px 19px 10px 10px;
  line-height: 1.2em;
  max-width: 100%;
  position: relative;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-content .title {
  display: block;
  line-height: 1.2em;
  font-family: 'Gronika', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-content .address {
  font-size: 0.7em;
  line-height: 1em;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-close-button {
  color: #000;
}
.page-maps #app-root .leaflet-popup .leaflet-popup-close-button:hover,
.page-maps #app-root .leaflet-popup .leaflet-popup-close-button:active,
.page-maps #app-root .leaflet-popup .leaflet-popup-close-button:focus {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.page-maps #app-root .maps-slider-empty-state {
  position: relative;
}
.page-maps #app-root .maps-slider-empty-state .well {
  margin: 0 auto;
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
    Portal Jumbotron
   ========================================================================== */
.jumbotron-portal {
  background-color: #222;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3em;
}
.jumbotron-portal > .row {
  height: 100%;
}
.jumbotron-portal .jumbotron-portal-content h1 {
  color: #eeeeee;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  max-width: 680px;
  margin: auto;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.jumbotron-portal .jumbotron-portal-content h1 small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #eeeeee;
  font-size: 0.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.jumbotron-portal .jumbotron-portal-content img.logo {
  max-height: 7vh;
  margin: 0 auto;
  margin-bottom: 1em;
}
.jumbotron-portal .jumbotron-portal-content img.map {
  max-height: 28vh;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .jumbotron-portal {
    height: 50vh;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .jumbotron-portal {
    height: 50vh;
  }
  .jumbotron-portal .jumbotron-portal-content h1 {
    max-width: 550px;
  }
  .jumbotron-portal .jumbotron-portal-content img.logo {
    max-height: 6vh;
    margin-bottom: 4em;
  }
  .jumbotron-portal .jumbotron-portal-content img.map {
    max-height: 20vh;
    margin-bottom: 4em;
  }
}
@media all and (max-width: 479px) {
  .jumbotron-portal {
    height: 90vh;
  }
  .jumbotron-portal .jumbotron-portal-content h1 {
    max-width: 240px;
  }
  .jumbotron-portal .jumbotron-portal-content img.logo {
    max-height: 10vh;
    margin-bottom: 4em;
  }
  .jumbotron-portal .jumbotron-portal-content img.map {
    max-height: 22vh;
    margin-bottom: 4em;
  }
}
/* =============================================================================
    Disabled event sliders
   ========================================================================== */
.page-portal .event-slider-wrapper .hover.slider-inner-disabled.vertical-align {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media all and (max-width: 992px) {
  .page-portal .event-slider-wrapper .well.well-white {
    width: calc(100% - 40px);
  }
}
@media all and (min-width: 992px) {
  .page-portal .event-slider-wrapper .well.well-white {
    min-width: 700px;
  }
}
.page-portal .slider-inner-disabled {
  background-color: rgba(255, 255, 255, 0.4);
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
    Homepage Jumbotron
   ========================================================================== */
.jumbotron-homepage {
  overflow: hidden;
  margin-bottom: 60px;
}
.jumbotron-homepage.loading {
  background-image: url(/dist/assets/src/style/img/loading-white.gif?ef486ec0ee6e2ff0b03690ffc44181a8);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.jumbotron-homepage.loading::after {
  content: "Loading events...";
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4em;
  width: 200px;
  height: 40px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin: 20px 0 0 -100px;
}
.jumbotron-homepage > .row {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.jumbotron-homepage h1 small {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 10px;
}
.jumbotron-homepage .jumbotron-homepage-content-wrapper {
  background: #000;
  background: -moz-linear-gradient(left, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 60%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
}
@media all and (min-width: 480px) and (max-width: 1199px) {
  .jumbotron-homepage .jumbotron-homepage-content-wrapper {
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
  }
}
.jumbotron-homepage .jumbotron-homepage-content-wrapper .jumbotron-homepage-content {
  color: #fff;
  padding-top: 30px;
  padding-right: 90px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .jumbotron-homepage .jumbotron-homepage-content-wrapper .jumbotron-homepage-content {
    padding-right: 30px;
  }
}
.jumbotron-homepage .jumbotron-homepage-slider-wrapper {
  bottom: 0;
  left: 0;
  max-height: 50vh;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.jumbotron-homepage .jumbotron-homepage-slider-wrapper .background-image-item {
  min-height: 100%;
}
.jumbotron-explainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 8px 25px 2px #000000;
  box-shadow: 0px 8px 25px 2px #000000;
  overflow: hidden;
}
.jumbotron-explainer .close-button-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .jumbotron-homepage {
    height: 50vh;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .jumbotron-homepage {
    height: 30vh;
  }
}
@media all and (max-width: 479px) {
  .jumbotron-homepage .background-image-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 50vh;
    min-height: 50vh;
  }
  .jumbotron-homepage .jumbotron-homepage-content-wrapper {
    background-image: none;
  }
  .jumbotron-homepage .jumbotron-homepage-content-wrapper::before,
  .jumbotron-homepage .jumbotron-homepage-content-wrapper::after {
    display: none;
  }
  .jumbotron-homepage .jumbotron-homepage-content-wrapper .jumbotron-homepage-content {
    background-color: #000;
    padding: 20px;
    margin: 125px -5px 10px;
  }
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
    Event Jumbotron / header
   ========================================================================== */
.jumbotron-event {
  font-size: 0.9em;
  overflow: hidden;
}
@media all and (min-width: 1367px) and (max-width: 1440px) {
  .jumbotron-event {
    font-size: 0.8em;
  }
}
.jumbotron-event.loading {
  background-image: url(/dist/assets/src/style/img/loading-white.gif?ef486ec0ee6e2ff0b03690ffc44181a8);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.jumbotron-event > .row {
  overflow: hidden;
  position: relative;
}
.jumbotron-event h1 small {
  display: block;
}
.jumbotron-event .item-more-details {
  position: relative;
  height: 450px;
}
@media all and (max-width: 991px) {
  .jumbotron-event .item-more-details {
    height: auto;
    min-height: 350px;
  }
}
.jumbotron-event .item-more-details .item-details-content > p {
  padding-left: 80px;
  position: relative;
}
.jumbotron-event .item-more-details .item-details-content > p > .detail-label {
  position: absolute;
  left: 0;
}
.jumbotron-event .item-more-details .item-details-content > .action-buttons.visible-xs {
  max-width: 400px;
}
@media all and (max-width: 479px) {
  .jumbotron-event .item-details-slider-wrapper .background-image-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 50vh;
    min-height: 50vh;
  }
  .jumbotron-event .item-details-content-wrapper {
    background-image: none;
  }
  .jumbotron-event .item-details-content-wrapper .item-details-content {
    background-color: #000;
    padding: 20px 10px;
    position: relative;
    margin: 125px 10px 5px;
  }
  .jumbotron-event .item-details-content-wrapper .item-details-content > p + p {
    margin-top: 5px;
  }
  .jumbotron-event .item-details-slider-wrapper {
    height: auto;
  }
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
   Category page
   ========================================================================== */
.events-category-wrapper header {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media all and (max-width: 479px) {
  .events-category-wrapper header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.events-category-wrapper header .events-category-title {
  line-height: 1.2em;
  text-transform: uppercase;
}
.events-category-wrapper header .events-category-title .current-category,
.events-category-wrapper header .events-category-title .parent-category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.events-category-wrapper header .events-category-title .current-category {
  background-color: #000;
  color: #eeeeee;
}
.events-category-wrapper header .events-category-title .parent-category {
  background-color: #eeeeee;
  color: #000;
  white-space: nowrap;
}
.events-category-wrapper header .events-category-title .parent-category:focus,
.events-category-wrapper header .events-category-title .parent-category:hover {
  background-color: #000;
  color: #eeeeee;
  text-decoration: none;
}
.events-category-wrapper .category-event-item {
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media all and (min-width: 1200px) {
  .events-category-wrapper .category-event-item {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 479px) {
  .events-category-wrapper .category-event-item {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .events-category-wrapper .category-event-item.col-xs-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .events-category-wrapper .category-event-item.col-xs-6:nth-child(even) {
    padding-left: 7.5px;
  }
}
.events-category-wrapper .category-event-item:hover,
.events-category-wrapper .category-event-item:focus {
  opacity: 0.5;
}
@media all and (max-width: 479px) {
  .events-category-wrapper.main-events-category .item-preview-content-wrapper .item-title {
    font-size: 1em;
  }
}
.item-title {
  font-family: 'Quicksand', sans-serif;
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
   Login
   ========================================================================== */
.page-login {
  background-color: #000;
}
.page-login .navbar-default {
  background-color: transparent;
}
.page-login .login-form-container.vertical-align {
  height: calc(100% - 70px);
}
.page-login .login-form-container.vertical-align > .row {
  width: 100vw;
}
.page-login .login-form-container.vertical-align .well {
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-login .login-form-container.vertical-align .bg-slideshow {
  bottom: 0;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    will-change: transform, opacity;
  }
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3;
  }
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2;
  }
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 1;
  }
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
  }
  .page-login .login-form-container.vertical-align .bg-slideshow .slideshow-image:nth-child(3) {
    display: block;
  }
}
@media (max-width: 479px) {
  .page-login .login-form-container.vertical-align {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* =============================================================================
   Registration
   ========================================================================== */
.page-register {
  background: #000 no-repeat 50% 50%;
  background-size: cover;
}
.page-register .navbar-default {
  background-color: transparent;
}
.page-register .register-form-container.vertical-align {
  height: calc(100% - 70px);
}
.page-register .register-form-container.vertical-align > .row {
  width: 100vw;
}
.page-register .register-form-container.vertical-align .well {
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-register .well.well-loading::after {
  content: "Registering...";
}
@media (max-width: 479px) {
  .page-register {
    min-height: 100%;
    height: auto;
  }
  .page-register .register-form-container.vertical-align {
    display: block;
    height: auto;
    align-items: initial;
  }
  .page-register .register-form-container.vertical-align > .row {
    width: inherit;
  }
  .page-register .register-form-container.vertical-align .well {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* =============================================================================
   E-mail conformation
   ========================================================================== */
.page-email {
  background: #000 no-repeat 50% 50%;
  background-size: cover;
}
.page-email .navbar-default {
  background-color: transparent;
}
.page-email .email-confirmation-container.vertical-align {
  height: calc(100% - 70px);
}
.page-email .email-confirmation-container.vertical-align > .row {
  width: 100vw;
}
.page-email .email-confirmation-container.vertical-align .well {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .page-email {
    min-height: 100%;
    height: auto;
  }
  .page-email .email-confirmation-container.vertical-align {
    display: block;
    height: auto;
    align-items: initial;
  }
  .page-email .email-confirmation-container.vertical-align > .row {
    width: inherit;
  }
  .page-email .email-confirmation-container.vertical-align .well {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* =============================================================================
   Preferences
   ========================================================================== */
.page-preferences {
  background: #fafafa;
}
.page-preferences .preferences-form-container.vertical-align {
  height: calc(100% - 70px);
}
.page-preferences .preferences-form-container.vertical-align > .row {
  width: 100vw;
}
.page-preferences .preferences-form-container.vertical-align .well {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .page-preferences {
    min-height: 100%;
    height: auto;
  }
  .page-preferences .preferences-form-container.vertical-align {
    display: block;
    height: auto;
    margin-top: 30px;
    align-items: initial;
  }
  .page-preferences .preferences-form-container.vertical-align > .row {
    width: inherit;
  }
  .page-preferences .preferences-form-container.vertical-align .well {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* =============================================================================
   Submit event
   ========================================================================== */
.page-submit-event {
  background: #fafafa;
}
.page-submit-event .event-submit-form-container.vertical-align {
  height: calc(100% - 70px);
}
.page-submit-event .event-submit-form-container.vertical-align > .row {
  width: 100vw;
}
.page-submit-event .event-submit-form-container.vertical-align .well {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .page-submit-event {
    min-height: 100%;
    height: auto;
  }
  .page-submit-event .event-submit-form-container.vertical-align {
    display: block;
    height: auto;
    margin-top: 30px;
    align-items: initial;
  }
  .page-submit-event .event-submit-form-container.vertical-align > .row {
    width: inherit;
  }
  .page-submit-event .event-submit-form-container.vertical-align .well {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
   General
   ========================================================================== */
.page-onboarding {
  background-image: url(/dist/assets/src/style/img/svg/bg-pattern-about.svg?5e65d2efc9e3a6fd6acbf4f620db899b);
  background-color: #000;
  background-position: center 0;
  background-repeat: repeat;
}
@media all and (max-width: 1199px) {
  .page-onboarding {
    background-size: 80%;
  }
}
@media all and (max-width: 767px) {
  .page-onboarding {
    background-size: 70%;
  }
}
.page-onboarding .navbar-default {
  background-color: transparent;
}
@media all and (max-width: 767px) {
  .page-onboarding .navbar-default {
    background-color: #000;
  }
}
.page-onboarding .onboarding-form-container.vertical-align {
  height: calc(100% - 70px);
}
.page-onboarding .onboarding-form-container.vertical-align > .row {
  width: 100vw;
}
.page-onboarding .onboarding-form-container.vertical-align .well {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-transition: 0.3s height;
  -moz-transition: 0.3s height;
  -ms-transition: 0.3s height;
  -o-transition: 0.3s height;
  transition: 0.3s height;
}
@media (max-width: 479px) {
  .page-onboarding {
    min-height: 100%;
    height: auto;
  }
  .page-onboarding .onboarding-form-container.vertical-align {
    display: block;
    height: auto;
    align-items: initial;
  }
  .page-onboarding .onboarding-form-container.vertical-align > .row {
    width: inherit;
  }
  .page-onboarding .onboarding-form-container.vertical-align .well {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-onboarding .onboarding-form-container.vertical-align .col-xs-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .page-onboarding .onboarding-form-container.vertical-align .col-xs-6:nth-child(even) {
    padding-left: 7.5px;
  }
}
/* =============================================================================
   Selection buttons
   ========================================================================== */
.btn-category {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  white-space: normal;
}
.btn-category:focus,
.btn-category:active {
  outline: 0;
}
@media (max-width: 479px) {
  .btn-category {
    margin-bottom: 15px;
  }
}
.btn-category.btn-lg {
  line-height: 90px;
}
.btn-category.btn-md {
  line-height: 50px;
}
.btn-category.selected:before {
  background-color: rgba(238, 238, 238, 0.5);
  bottom: 0;
  color: #000;
  content: "\e080";
  font-family: "Simple-Line-Icons";
  font-size: 3em;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-category.btn-lg.selected:before {
  line-height: 90px;
}
.btn-category.btn-md.selected:before {
  font-size: 2em;
  line-height: 50px;
}
.btn-category > span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}
.btn-show-more-wrapper {
  margin-bottom: 10px;
  margin-top: -20px;
  z-index: 2;
}
@media (max-width: 479px) {
  .btn-show-more-wrapper {
    margin-top: -5px;
  }
}
.btn-show-more-wrapper .btn-show-more {
  text-decoration: none !important;
}
/*	
	CSS styles for Here&Now - Based on Twitter Bootstrap 3.x
	Author: J.N. van Oosten (jannico.nl)
*/
/* =============================================================================
    Venue Jumbotron / header
   ========================================================================== */
.jumbotron-venue {
  font-size: 0.9em;
  overflow: hidden;
}
@media all and (min-width: 1367px) and (max-width: 1440px) {
  .jumbotron-venue {
    font-size: 0.8em;
  }
}
.jumbotron-venue.loading {
  background-image: url(/dist/assets/src/style/img/loading-white.gif?ef486ec0ee6e2ff0b03690ffc44181a8);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.jumbotron-venue > .row {
  overflow: hidden;
  position: relative;
}
.jumbotron-venue h1 small {
  display: block;
}
.jumbotron-venue .item-more-details {
  position: relative;
  height: 450px;
}
@media all and (max-width: 991px) {
  .jumbotron-venue .item-more-details {
    height: auto;
    min-height: 350px;
  }
}
.jumbotron-venue .item-more-details .item-details-content > p {
  padding-left: 80px;
  position: relative;
}
.jumbotron-venue .item-more-details .item-details-content > p > .detail-label {
  position: absolute;
  left: 0;
}
.jumbotron-venue .item-more-details .item-details-content > .action-buttons.visible-xs {
  max-width: 400px;
}
@media all and (max-width: 479px) {
  .jumbotron-venue .item-details-slider-wrapper .background-image-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 50vh;
    min-height: 50vh;
  }
  .jumbotron-venue .item-details-content-wrapper {
    background-image: none;
  }
  .jumbotron-venue .item-details-content-wrapper .item-details-content {
    background-color: #000;
    padding: 20px 10px;
    position: relative;
    margin: 125px 10px 5px;
  }
  .jumbotron-venue .item-details-content-wrapper .item-details-content > p + p {
    margin-top: 5px;
  }
  .jumbotron-venue .item-details-slider-wrapper {
    height: auto;
  }
}
/*  
  CSS styles for Here&Now - Explore (Index) Page and related blog sections
  Author: Maurine Kacel 
*/
/* =============================================================================
    Explore Page
   ========================================================================== */
body.explore {
  /* Main Title Full width banner */
  /* h2/h3 titles with yellow banner */
  /* Masonry container */
  /* End of masonry */
  /* End of article-list */
  /* End of back-btn */
}
body.explore .content-wrapper {
  overflow: hidden;
  /* Uglyfix to avoid page from spilling out of viewport */
}
body.explore .row p,
body.explore .row span {
  margin: 0 10px;
}
body.explore .title-banner {
  width: 100%;
  margin: 0 auto 2em;
  padding: 5px 10px;
  color: #222;
}
body.explore .title-banner h1 {
  font-size: 2.8em;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  text-transform: uppercase;
}
body.explore .title-wrap {
  background-color: #d8bd8b;
  color: #222;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  overflow: hidden;
}
body.explore .title-wrap h1,
body.explore .title-wrap h2,
body.explore .title-wrap h3 {
  padding: 0px 5px;
  margin: 2px 2px;
}
body.explore .title-wrap h2 {
  font-size: 1.9em;
}
body.explore .title-wrap h3 {
  font-size: 1.5em;
}
body.explore .masonry {
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 1.5em auto;
  width: 95%;
  justify-content: space-between;
  /* End of masonry-item */
}
body.explore .masonry .masonry-item {
  position: relative;
  margin: 0px 0.25em 0.5em 0.25em;
  max-height: 15vw;
  box-shadow: 2px 2px 4px 0 #ccc;
  border-radius: 4px;
  overflow: hidden;
  /* Masonry grid for tablet-sized devices */
  /* Masonry grid for mobile devices */
  /* End of article-title */
}
body.explore .masonry .masonry-item:nth-child(1) {
  width: calc(60% - 0.5em);
}
body.explore .masonry .masonry-item:nth-child(2) {
  width: calc(40% - 0.5em);
}
body.explore .masonry .masonry-item:nth-child(3) {
  width: calc(30% - 0.5em);
}
body.explore .masonry .masonry-item:nth-child(4) {
  width: calc(40% - 0.5em);
}
body.explore .masonry .masonry-item:nth-child(5) {
  width: calc(30% - 0.5em);
}
body.explore .masonry .masonry-item:nth-child(6) {
  width: calc(100% - 0.5em);
}
@media only screen and (max-width: 991px) and (min-width: 480px) {
  body.explore .masonry .masonry-item {
    max-height: 20vw;
  }
  body.explore .masonry .masonry-item:nth-child(n) {
    width: calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 480px) {
  body.explore .masonry .masonry-item {
    /* Display only the first three children, full width */
    /* Do not display the last three */
  }
  body.explore .masonry .masonry-item:nth-child(1),
  body.explore .masonry .masonry-item:nth-child(2),
  body.explore .masonry .masonry-item:nth-child(3) {
    width: 100%;
    max-height: 35vw;
  }
  body.explore .masonry .masonry-item:nth-child(4),
  body.explore .masonry .masonry-item:nth-child(5),
  body.explore .masonry .masonry-item:nth-child(6) {
    display: none;
  }
}
body.explore .masonry .masonry-item img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
body.explore .masonry .masonry-item .article-title {
  bottom: 10px;
  left: 0px;
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}
body.explore .masonry .masonry-item .article-title p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 5px;
}
body.explore .masonry .masonry-item .article-title p span {
  background-color: #000;
  color: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
}
body.explore .article-list {
  margin: 0 1em;
  display: block;
}
body.explore .article-list ul li {
  display: inline;
  color: #222;
  list-style: none;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
body.explore .article-list ul li::before {
  color: #eeeeee;
  content: "\25A0";
  font-size: 1.5em;
  padding-right: 0.3em;
}
body.explore .article-list ul li h3 {
  font-size: 1em;
  font-weight: 500;
  color: #222;
}
body.explore .article-list ul li h1,
body.explore .article-list ul li h2,
body.explore .article-list ul li h3,
body.explore .article-list ul li p,
body.explore .article-list ul li a {
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
}
body.explore .article-list ul li span {
  display: block;
  font-size: 0.7em;
  color: #989595;
  margin-left: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.explore .article-list ul li .article-date {
  font-size: 0.6em;
  color: #969494;
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}
body.explore .article-list .divider {
  border-bottom: solid 1px lightgray;
}
body.explore .article-list ul li a {
  text-decoration: none;
}
body.explore .back-btn {
  display: inline-block;
  padding: 0.5em;
  background-color: #eeeeee;
  color: #222;
  opacity: 0.7;
}
body.explore .back-btn::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  padding: 4px ;
  color: #222;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  margin: 2px;
  height: 0.45em;
  left: 0.1em;
  top: 0.28em;
  transform: rotate(-135deg);
}
body.explore .back-btn:hover,
body.explore .back-btn:active {
  opacity: 1;
}
@media all and (max-width: 768px) {
  body.explore .back-btn {
    opacity: 1;
  }
}
body.explore .article-text {
  text-align: justify;
}
body.explore .article-text iframe {
  margin: 0 auto !important;
  display: block;
  padding: 20px;
}
body.explore .article-date {
  text-align: right;
  font-size: 1em;
  color: #969494;
  margin-top: -1em;
  margin-bottom: 1.5em;
}
/* end body.explore */
.cc-revoke {
  right: 3em;
  left: auto !important;
}
@media all and (max-width: 480px) {
  .cc-revoke.cc-top {
    bottom: 0;
    top: unset;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    font-size: 0.8em;
    background-color: #e9e9e9 !important;
    color: black !important;
    padding: 0.3em;
    right: 5%;
  }
  .cc-top {
    bottom: 0;
    top: unset !important;
  }
}
.cc-grower .cc-banner.cc-theme-edgeless .cc-message,
.cc-grower .cc-floating.cc-theme-edgeless .cc-message {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0.8em;
}
.cc-grower .cc-banner.cc-theme-edgeless .cc-btn,
.cc-grower .cc-floating.cc-theme-edgeless .cc-btn {
  margin: 0.4em 1em;
  height: 100%;
  padding: 0.4em 1.5em;
  color: white;
  background: none;
}
.cc-grower .cc-banner.cc-theme-edgeless .cc-btn.cc-allow,
.cc-grower .cc-floating.cc-theme-edgeless .cc-btn.cc-allow {
  border-color: #eeeeee;
  color: #eeeeee;
}
.cc-grower .cc-window {
  font-family: inherit;
}
.cc-grower .cc-window a {
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
}
.cc-grower .cc-window .cc-highlight a {
  text-transform: uppercase;
}
.cc-grower .cc-window .cc-btn:hover,
.cc-grower .cc-window .cc-btn:focus {
  background-color: #eeeeee !important;
  transition: background-color 0.6s !important;
  text-decoration: none !important;
  color: #222222 !important;
}
.content-disabled {
  background-color: #eeeeee;
  font-size: 0.8em;
  padding: 5px 0;
  margin: 10px;
}
@font-face {
  font-family: 'Gronika';
  src: url(/dist/assets/src/style/fonts/gronika.woff2?2654b8e862bc56e95372829ca5720372) format('woff2'), url(/dist/assets/src/style/fonts/gronika.ttf?178eae3cbf62ff55398766c9d1e66fa5) format('ttf');
  font-weight: normal;
  font-style: normal;
  ascent-override: 85%;
  /* Moves the font higher */
  descent-override: 15%;
  /* Reduces the descent */
}


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