@charset "UTF-8";
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]: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;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #00aefd;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0079b1;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

p {
  margin: 0 0 11px;
}

.lead p,
.lead ul,
.lead ol,
.lead {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 200;
  line-height: 170%;
}
@media (min-width: 768px) {
  .lead p,
.lead ul,
.lead ol,
.lead {
    font-size: 20px !important;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #00aefd;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1.45;
  color: inherit;
}

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

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

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

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

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

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

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

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

h1 small,
.h1 small {
  font-size: 28px;
}

h2 small,
.h2 small {
  font-size: 20px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}

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

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

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

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

dl {
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

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;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }

  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }

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

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 22px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 20px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  position: relative;
  bottom: -30px;
  height: 0px;
  background-color: transparent;
  border: none;
}

label {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
}

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

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

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

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

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

.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 15px;
  vertical-align: middle;
  background-image: url("../img/trns-1.png");
  position: relative;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio img,
.checkbox img {
  position: absolute;
  right: 4px;
  top: 4px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -24px;
}

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

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

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

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

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

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

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

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

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

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

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn-icon {
  padding: 0px !important;
}

.btn-round,
.btn-icon {
  padding: 0px !important;
  text-align: center;
  max-height: 40px;
}
.btn-round .icon,
.btn-icon .icon {
  display: inline-block;
  font-family: "DingRegular";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  height: 40px;
  width: 40px;
}
.btn-round.btn-xs, .btn-group-xs > .btn-round.btn,
.btn-icon.btn-xs,
.btn-group-xs > .btn-icon.btn {
  max-height: 20px;
}
.btn-round.btn-xs .icon, .btn-group-xs > .btn-round.btn .icon,
.btn-icon.btn-xs .icon,
.btn-group-xs > .btn-icon.btn .icon {
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 15px;
}
.btn-round.btn-sm, .btn-group-sm > .btn-round.btn,
.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
  max-height: 30px;
}
.btn-round.btn-sm .icon, .btn-group-sm > .btn-round.btn .icon,
.btn-icon.btn-sm .icon,
.btn-group-sm > .btn-icon.btn .icon {
  font-size: 10px;
  height: 30px;
  width: 30px;
  line-height: 28px;
}
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn,
.btn-icon.btn-lg,
.btn-group-lg > .btn-icon.btn {
  max-height: 50px;
}
.btn-round.btn-lg .icon, .btn-group-lg > .btn-round.btn .icon,
.btn-icon.btn-lg .icon,
.btn-group-lg > .btn-icon.btn .icon {
  font-size: 14px;
  height: 50px;
  width: 50px;
  line-height: 46px;
}

.btn {
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  min-height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:first-letter {
  text-transform: uppercase;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn:active,
.btn:focus,
input,
input:active,
input:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.btn:active,
.btn:focus,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

.btn-round {
  padding: 0px;
  border-radius: 100%;
}

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #fff;
  background-color: black;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #000;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #00aefd;
  border-color: #009ce4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #0092d4;
  border-color: #0072a6;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0092d4;
  border-color: #0072a6;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #00aefd;
  border-color: #009ce4;
}

.btn-warning {
  color: #fff;
  background-color: #ffe345;
  border-color: #ffdf2c;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ffdd1c;
  border-color: #edca00;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffdd1c;
  border-color: #edca00;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ffe345;
  border-color: #ffdf2c;
}

.btn-danger {
  color: #fff;
  background-color: #ff4582;
  border-color: #ff2c71;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #ff1c67;
  border-color: #ed004e;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1c67;
  border-color: #ed004e;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ff4582;
  border-color: #ff2c71;
}

.btn-success {
  color: #fff;
  background-color: #1edc80;
  border-color: #1bc673;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #19b86b;
  border-color: #149054;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #19b86b;
  border-color: #149054;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #1edc80;
  border-color: #1bc673;
}

.btn-info {
  color: #000;
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  background-color: transparent;
  background-image: url("../img/trns-1.png") !important;
  color: #404040;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #000;
  background-color: #dedede;
  border-color: #c7c7c7;
}
.open .btn-info.dropdown-toggle {
  color: #000;
  background-color: #dedede;
  border-color: #c7c7c7;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.btn-info:hover, .btn-info:focus {
  background-color: transparent;
  background-image: url("../img/trns-2.png") !important;
}

.btn-link {
  color: #00aefd;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-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: #0079b1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  min-height: 50px;
  line-height: 30px;
  min-width: 50px;
  padding: 10px 15px;
  text-transform: none;
  font-size: 18px;
  line-height: 30px;
}

.btn-sm, .btn-group-sm > .btn {
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  padding: 5px 8px;
  font-size: 14px;
}

.btn-xs, .btn-group-xs > .btn {
  min-height: 20px;
  min-width: 20px;
  padding: 5px 8px;
  line-height: 10px;
  font-size: 10px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  background-color: transparent;
  background-image: url("../img/trns-1.png");
  margin: 5px 0;
}
.dropdown-menu > li {
  margin-top: -5px;
  margin-bottom: -5px;
}
.dropdown-menu > li .radio,
.dropdown-menu > li .checkbox {
  white-space: nowrap;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 16px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-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 .caret {
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

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

.input-group-addon {
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  min-width: 50px;
}
.input-group-addon:first-child {
  text-align: left;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  color: inherit;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00aefd;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  margin-top: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  padding: 10px 10px;
}
.nav-tabs > li > span {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  padding: 10px 10px;
  position: relative;
  display: block;
  cursor: not-allowed;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  cursor: default;
  background-color: #f5f5f5;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00aefd;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
}
.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}

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

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

.nav .caret {
  border-top-color: #00aefd;
  border-bottom-color: #00aefd;
}

.nav a:hover .caret {
  border-top-color: #0079b1;
  border-bottom-color: #0079b1;
}

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

.navbar-wrapper {
  height: 132px;
  z-index: 100;
}

.navbar {
  z-index: 1000;
  position: relative;
  -webkit-transition: -webkit-transform 0.45s;
  -moz-transition: -moz-transform 0.45s;
  -o-transition: -o-transform 0.45s;
  transition: transform 0.45s;
}

.navbar.affix {
  width: 100%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .navbar.affix {
    margin-top: -80px;
  }
}

.headroom--unpinned .navbar.affix {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.headroom--pinned .navbar.affix {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar {
  z-index: 1000;
  min-height: 50px;
}
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header {
  min-height: 50px;
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -30px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  padding: 20px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 22px;
  position: absolute;
  left: 30px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 15px;
  background-color: transparent;
  height: 50px;
  border: none;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  margin-top: 2px;
  border-radius: 1px;
  background-color: #404040;
  opacity: 0.5;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav > li > a.btn {
  margin: 0px !important;
}
.navbar-nav > li > a {
  padding: 0px;
  min-height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
}
@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: 22px;
  }
  .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;
    float: none;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

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

.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  background-color: white;
  border-color: #e7e7e7;
  border-bottom: 1px solid #f9f9f9;
}
.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;
  color: black;
  font-weight: 700;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@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: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: transparent;
  margin-left: -1px;
  height: 50px;
  line-height: 48px;
}
.pagination > li > a {
  background-image: url("../img/trns-1.png") !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aefd;
  border-color: #00aefd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-image: url("../img/trns-1.png") !important;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

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

.label-primary {
  background-color: #00aefd;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #008bca;
}

.label-success {
  background-color: #1edc80;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #18af66;
}

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

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

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

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

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00aefd;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #00aefd;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #00aefd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

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

.progress-bar-success {
  background-color: #1edc80;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #f2f2f2;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ffe345;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ff4582;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aefd;
  border-color: #00aefd;
}
.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 {
  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: #caeeff;
}

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

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

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

.panel {
  margin-bottom: 22px;
  background-color: transparent;
}

.panel-body {
  background-position: top;
  background-repeat: repeat-x;
  padding: 15px;
  border: none !important;
}
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

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

.panel > .table {
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
}

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

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #00aefd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00aefd;
  border-color: #00aefd;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00aefd;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00aefd;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

body.modal-open {
  margin-right: 15px;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  color: white;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

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

.modal-header {
  min-height: 16.428571429px;
  background-color: black;
  opacity: 0.75;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
}

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

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

.modal-body {
  position: relative;
  background-color: black;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
}

.modal-footer {
  padding-top: 25px;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > .img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  width: 100%;
  margin: 0px !important;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 40px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  font-family: serif;
  background-color: black;
  display: block;
}
.carousel-control .icon-prev {
  left: -40px;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next {
  right: -40px;
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 1px;
  text-indent: -999px;
  background-color: black;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.125;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  color: #fff;
}
.carousel-caption h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 35px !important;
  padding-bottom: 35px !important;
  background-image: url("../img/trns-1.png") !important;
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  left: 0 !important;
}
.carousel-fade .active {
  opacity: 1 !important;
}
.carousel-fade .left {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out !important;
  -moz-transition: opacity 0.5s ease-in-out !important;
  -ms-transition: opacity 0.5s ease-in-out !important;
  -o-transition: opacity 0.5s ease-in-out !important;
  transition: opacity 0.5s ease-in-out !important;
}
.carousel-fade .carousel-control {
  opacity: 1 !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

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

.affix {
  position: fixed !important;
  top: 0px;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "DingRegular";
  src: url("../fonts/ding/ding-regular.eot");
  src: url("../fonts/ding/ding-regular.eot") format("embedded-opentype"), url("../fonts/ding/ding-regular.woff") format("woff"), url("../fonts/ding/ding-regular.ttf") format("truetype"), url("../fonts/ding/ding-regular.svg#DingRegular") format("svg");
}
.icon {
  display: inline-block;
  font-family: "DingRegular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.icon-white {
  color: #fff !important;
}

.icon-hyphen:before {
  content: "-";
}

.icon-space:before {
  content: " ";
}

.icon-Euro:before {
  content: "€";
}

.icon-minus:before {
  content: "−";
}

.icon-plus:before {
  content: "+";
}

.icon-airplane:before {
  content: "✈";
}

.icon-battery:before {
  content: "🔋";
}

.icon-bell:before {
  content: "🔔";
}

.icon-blackFlag:before {
  content: "⚑";
}

.icon-blackScissorsRight:before {
  content: "✂";
}

.icon-bookmark:before {
  content: "🔖";
}

.icon-calendar:before {
  content: "📅";
}

.icon-camera:before {
  content: "📷";
}

.icon-clipboard:before {
  content: "📋";
}

.icon-cloud:before {
  content: "☁";
}

.icon-copyright:before {
  content: "©";
}

.icon-crossedSwords:before {
  content: "⚔";
}

.icon-envelope:before {
  content: "✉";
}

.icon-heartsuitblack:before {
  content: "♥";
}

.icon-hourglass:before {
  content: "⌛";
}

.icon-microphone:before {
  content: "🎤";
}

.icon-newspaper:before {
  content: "📰";
}

.icon-paperclip:before {
  content: "📎";
}

.icon-pencil:before {
  content: "✏";
}

.icon-radio:before {
  content: "📻";
}

.icon-registered:before {
  content: "®";
}

.icon-sparkle:before {
  content: "❇";
}

.icon-umbrella:before {
  content: "☂";
}

.icon-wheelOfDharma:before {
  content: "☸";
}

.icon-whiteFlag:before {
  content: "⚐";
}

.icon-wrench:before {
  content: "🔧";
}

.icon-align-bottom:before {
  content: "";
}

.icon-align-center-horizontal:before {
  content: "";
}

.icon-align-center-vertical:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-to-canvas:before {
  content: "";
}

.icon-align-top:before {
  content: "";
}

.icon-antenna:before {
  content: "";
}

.icon-application:before {
  content: "";
}

.icon-arrow-bottom-light:before {
  content: "";
}

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

.icon-arrow-fork:before {
  content: "";
}

.icon-arrow-horizontal:before {
  content: "";
}

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

.icon-arrow-left-down:before {
  content: "";
}

.icon-arrow-left-light:before {
  content: "";
}

.icon-arrow-left-up:before {
  content: "";
}

.icon-arrow-merge:before {
  content: "";
}

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

.icon-arrow-right-down:before {
  content: "";
}

.icon-arrow-right-light:before {
  content: "";
}

.icon-arrow-right-up:before {
  content: "";
}

.icon-arrow-thin-down:before {
  content: "";
}

.icon-arrow-thin-left:before {
  content: "";
}

.icon-arrow-thin-right:before {
  content: "";
}

.icon-arrow-thin-rotate-horizontal:before {
  content: "";
}

.icon-arrow-thin-rotate-vertical:before {
  content: "";
}

.icon-arrow-thin-up:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-arrow-top-light:before {
  content: "";
}

.icon-arrow-vertical:before {
  content: "";
}

.icon-arrows-horizontal:before {
  content: "";
}

.icon-arrows-in:before {
  content: "";
}

.icon-arrows-out:before {
  content: "";
}

.icon-arrows-thin-horizontal:before {
  content: "";
}

.icon-arrows-thin-vertical:before {
  content: "";
}

.icon-arrows-vertical:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-bar-code:before {
  content: "";
}

.icon-battery-0:before {
  content: "";
}

.icon-battery-1:before {
  content: "";
}

.icon-battery-2:before {
  content: "";
}

.icon-battery-3:before {
  content: "";
}

.icon-battery-4:before {
  content: "";
}

.icon-battery-5:before {
  content: "";
}

.icon-battery-6:before {
  content: "";
}

.icon-battery-7:before {
  content: "";
}

.icon-battery-8:before {
  content: "";
}

.icon-battery-loading:before {
  content: "";
}

.icon-beverage-beer:before {
  content: "";
}

.icon-beverage-cocktail:before {
  content: "";
}

.icon-beverage-wine:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-book-contacts:before {
  content: "";
}

.icon-book-open:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-calculator-black:before {
  content: "";
}

.icon-camera-black:before {
  content: "";
}

.icon-canvas:before {
  content: "";
}

.icon-canvas-square:before {
  content: "";
}

.icon-cd:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-cevron-left:before {
  content: "";
}

.icon-chart-0:before {
  content: "";
}

.icon-chart-1:before {
  content: "";
}

.icon-chart-2:before {
  content: "";
}

.icon-chart-3:before {
  content: "";
}

.icon-chart-4:before {
  content: "";
}

.icon-chart-5:before {
  content: "";
}

.icon-chart-6:before {
  content: "";
}

.icon-chart-7:before {
  content: "";
}

.icon-chart-8:before {
  content: "";
}

.icon-chart-bars:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-circle-ban:before {
  content: "";
}

.icon-circle-check:before {
  content: "";
}

.icon-circle-checked-hollow:before {
  content: "";
}

.icon-circle-down:before {
  content: "";
}

.icon-circle-down-hollow:before {
  content: "";
}

.icon-circle-exclude:before {
  content: "";
}

.icon-circle-info:before {
  content: "";
}

.icon-circle-intersect:before {
  content: "";
}

.icon-circle-left:before {
  content: "";
}

.icon-circle-minus:before {
  content: "";
}

.icon-circle-plus:before {
  content: "";
}

.icon-circle-question:before {
  content: "";
}

.icon-circle-remove:before {
  content: "";
}

.icon-circle-remove-hollow:before {
  content: "";
}

.icon-circle-right:before {
  content: "";
}

.icon-circle-subtract:before {
  content: "";
}

.icon-circle-unite:before {
  content: "";
}

.icon-circle-up:before {
  content: "";
}

.icon-circle-up-hollow:before {
  content: "";
}

.icon-circle-warning:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-cloud-down:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-cluster:before {
  content: "";
}

.icon-cogwheel:before {
  content: "";
}

.icon-collumns:before {
  content: "";
}

.icon-collumns-3:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-compass-east:before {
  content: "";
}

.icon-compass-north:before {
  content: "";
}

.icon-compass-north-east:before {
  content: "";
}

.icon-compass-north-west:before {
  content: "";
}

.icon-compass-south:before {
  content: "";
}

.icon-compass-south-east:before {
  content: "";
}

.icon-compass-south-west:before {
  content: "";
}

.icon-compass-west:before {
  content: "";
}

.icon-contrast:before {
  content: "";
}

.icon-couple:before {
  content: "";
}

.icon-creditcard:before {
  content: "";
}

.icon-cross-hair:before {
  content: "";
}

.icon-cullumn-spacing:before {
  content: "";
}

.icon-currency-dollar:before {
  content: "";
}

.icon-currency-pound:before {
  content: "";
}

.icon-cuttlery:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-device-desktop:before {
  content: "";
}

.icon-device-mobile:before {
  content: "";
}

.icon-device-mobile-down:before {
  content: "";
}

.icon-device-mobile-transfer:before {
  content: "";
}

.icon-device-mobile-up:before {
  content: "";
}

.icon-device-mp3:before {
  content: "";
}

.icon-device-notebook:before {
  content: "";
}

.icon-device-tablet:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-document-down:before {
  content: "";
}

.icon-document-flag:before {
  content: "";
}

.icon-document-horz:before {
  content: "";
}

.icon-document-horz-down:before {
  content: "";
}

.icon-document-horz-flag:before {
  content: "";
}

.icon-document-horz-locked:before {
  content: "";
}

.icon-document-horz-minus:before {
  content: "";
}

.icon-document-horz-plus:before {
  content: "";
}

.icon-document-horz-remove:before {
  content: "";
}

.icon-document-horz-up:before {
  content: "";
}

.icon-document-locked:before {
  content: "";
}

.icon-document-minus:before {
  content: "";
}

.icon-document-plus:before {
  content: "";
}

.icon-document-remove:before {
  content: "";
}

.icon-document-table:before {
  content: "";
}

.icon-document-text:before {
  content: "";
}

.icon-document-up:before {
  content: "";
}

.icon-document-vert:before {
  content: "";
}

.icon-document-vert-down:before {
  content: "";
}

.icon-document-vert-flag:before {
  content: "";
}

.icon-document-vert-image:before {
  content: "";
}

.icon-document-vert-locked:before {
  content: "";
}

.icon-document-vert-minus:before {
  content: "";
}

.icon-document-vert-plus:before {
  content: "";
}

.icon-document-vert-remove:before {
  content: "";
}

.icon-document-vert-table:before {
  content: "";
}

.icon-document-vert-text:before {
  content: "";
}

.icon-document-vert-up:before {
  content: "";
}

.icon-edge-bottom:before {
  content: "";
}

.icon-edge-left:before {
  content: "";
}

.icon-edge-right:before {
  content: "";
}

.icon-edge-top:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-ellipse-horz:before {
  content: "";
}

.icon-ellipse-vert:before {
  content: "";
}

.icon-eye-closed:before {
  content: "";
}

.icon-eye-open:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-feather:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-female-afro:before {
  content: "";
}

.icon-female-bun:before {
  content: "";
}

.icon-female-emo:before {
  content: "";
}

.icon-female-long-hair:before {
  content: "";
}

.icon-female-moslem:before {
  content: "";
}

.icon-female-pigtails:before {
  content: "";
}

.icon-female-pigtails-alt:before {
  content: "";
}

.icon-female-user:before {
  content: "";
}

.icon-fetch:before {
  content: "";
}

.icon-file-check:before {
  content: "";
}

.icon-file-edit:before {
  content: "";
}

.icon-file-share:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-flip-down:before {
  content: "";
}

.icon-flip-left:before {
  content: "";
}

.icon-flip-right:before {
  content: "";
}

.icon-flip-up:before {
  content: "";
}

.icon-floppydisk:before {
  content: "";
}

.icon-flow:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-download:before {
  content: "";
}

.icon-folder-download-white:before {
  content: "";
}

.icon-folder-favorites:before {
  content: "";
}

.icon-folder-favorites-white:before {
  content: "";
}

.icon-folder-flagged:before {
  content: "";
}

.icon-folder-flagged-white:before {
  content: "";
}

.icon-folder-locked:before {
  content: "";
}

.icon-folder-locked-white:before {
  content: "";
}

.icon-folder-minus:before {
  content: "";
}

.icon-folder-minus-white:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-folder-open-2:before {
  content: "";
}

.icon-folder-open-white:before {
  content: "";
}

.icon-folder-open-white-2:before {
  content: "";
}

.icon-folder-plus:before {
  content: "";
}

.icon-folder-plus-white:before {
  content: "";
}

.icon-folder-remove:before {
  content: "";
}

.icon-folder-remove-white:before {
  content: "";
}

.icon-folder-upload:before {
  content: "";
}

.icon-folder-upload-white:before {
  content: "";
}

.icon-folder-white:before {
  content: "";
}

.icon-form-exclude:before {
  content: "";
}

.icon-form-intersect:before {
  content: "";
}

.icon-form-subtract:before {
  content: "";
}

.icon-form-unite:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-full-screen-alt:before {
  content: "";
}

.icon-fullscreen-off:before {
  content: "";
}

.icon-fullscreen-on:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-group-gentlemen:before {
  content: "";
}

.icon-harddrive:before {
  content: "";
}

.icon-heading:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-heart-hollow:before {
  content: "";
}

.icon-helper-circle:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-image-landscape:before {
  content: "";
}

.icon-image-portrait:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-leave:before {
  content: "";
}

.icon-lightbulb:before {
  content: "";
}

.icon-lines:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-lock-closed:before {
  content: "";
}

.icon-lock-open:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-male-add:before {
  content: "";
}

.icon-male-afro:before {
  content: "";
}

.icon-male-business:before {
  content: "";
}

.icon-male-cool:before {
  content: "";
}

.icon-male-emo:before {
  content: "";
}

.icon-male-flathat:before {
  content: "";
}

.icon-male-gentleman:before {
  content: "";
}

.icon-male-hoodie:before {
  content: "";
}

.icon-male-jew:before {
  content: "";
}

.icon-male-monk:before {
  content: "";
}

.icon-male-moslem:before {
  content: "";
}

.icon-male-mustache:before {
  content: "";
}

.icon-male-punk:before {
  content: "";
}

.icon-male-remove:before {
  content: "";
}

.icon-male-scuba:before {
  content: "";
}

.icon-male-soldier:before {
  content: "";
}

.icon-male-techno:before {
  content: "";
}

.icon-male-user:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-microphone-off:before {
  content: "";
}

.icon-mirror-horizontal:before {
  content: "";
}

.icon-mirror-horizontal-alt:before {
  content: "";
}

.icon-mirror-vertical:before {
  content: "";
}

.icon-mirror-vertical-alt:before {
  content: "";
}

.icon-moon-first-quarter:before {
  content: "";
}

.icon-moon-full:before {
  content: "";
}

.icon-moon-new:before {
  content: "";
}

.icon-moon-third-quarter:before {
  content: "";
}

.icon-moon-waning-crescent:before {
  content: "";
}

.icon-moon-waning-gibbous:before {
  content: "";
}

.icon-moon-waxing-crescent:before {
  content: "";
}

.icon-moon-waxing-gibbous:before {
  content: "";
}

.icon-move:before {
  content: "";
}

.icon-movie:before {
  content: "";
}

.icon-music-note:before {
  content: "";
}

.icon-newspaper-alt:before {
  content: "";
}

.icon-padding-bottom:before {
  content: "";
}

.icon-padding-left:before {
  content: "";
}

.icon-padding-right:before {
  content: "";
}

.icon-padding-top:before {
  content: "";
}

.icon-paperplane:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-photofilm:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-pictures:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pointing-down:before {
  content: "";
}

.icon-pointing-left:before {
  content: "";
}

.icon-pointing-right:before {
  content: "";
}

.icon-pointing-up:before {
  content: "";
}

.icon-postcard:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-present:before {
  content: "";
}

.icon-presentation:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-pull:before {
  content: "";
}

.icon-push:before {
  content: "";
}

.icon-qr-code:before {
  content: "";
}

.icon-radio-black:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-redo:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-resize-full:before {
  content: "";
}

.icon-resize-small:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-rings:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-rotate:before {
  content: "";
}

.icon-rotate-left:before {
  content: "";
}

.icon-rotate-right:before {
  content: "";
}

.icon-selection-circle:before {
  content: "";
}

.icon-selection-circle-strong:before {
  content: "";
}

.icon-selection-square:before {
  content: "";
}

.icon-selection-square-strong:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-shapes:before {
  content: "";
}

.icon-share:before {
  content: "";
}

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

.icon-signal:before {
  content: "";
}

.icon-size:before {
  content: "";
}

.icon-social-dribbble:before {
  content: "";
}

.icon-social-dribbble-square:before {
  content: "";
}

.icon-social-dropbox:before {
  content: "";
}

.icon-social-dropbox-square:before {
  content: "";
}

.icon-social-facebook:before {
  content: "";
}

.icon-social-facebook-square:before {
  content: "";
}

.icon-social-flickr:before {
  content: "";
}

.icon-social-flickr-square:before {
  content: "";
}

.icon-social-tumblr:before {
  content: "";
}

.icon-social-tumblr-square:before {
  content: "";
}

.icon-social-twitter:before {
  content: "";
}

.icon-social-twitter-square:before {
  content: "";
}

.icon-social-vimeo:before {
  content: "";
}

.icon-social-vimeo-square:before {
  content: "";
}

.icon-social-vine:before {
  content: "";
}

.icon-social-vine-square:before {
  content: "";
}

.icon-social-youtube:before {
  content: "";
}

.icon-social-youtube-square:before {
  content: "";
}

.icon-sort-alphabetical-ascending:before {
  content: "";
}

.icon-sort-alphabetical-descending:before {
  content: "";
}

.icon-sort-ascending:before {
  content: "";
}

.icon-sort-descending:before {
  content: "";
}

.icon-sort-numerical-ascending:before {
  content: "";
}

.icon-sort-numerical-descending:before {
  content: "";
}

.icon-sound-5-1:before {
  content: "";
}

.icon-sound-6-1:before {
  content: "";
}

.icon-sound-7-1:before {
  content: "";
}

.icon-sound-dolby:before {
  content: "";
}

.icon-sound-full:before {
  content: "";
}

.icon-sound-off:before {
  content: "";
}

.icon-sound-silent:before {
  content: "";
}

.icon-sound-stereo:before {
  content: "";
}

.icon-space-horizontal:before {
  content: "";
}

.icon-space-verticle:before {
  content: "";
}

.icon-spacedeck-logo:before {
  content: "";
}

.icon-square-down:before {
  content: "";
}

.icon-square-down-hollow:before {
  content: "";
}

.icon-square-left:before {
  content: "";
}

.icon-square-left-hollow:before {
  content: "";
}

.icon-square-right:before {
  content: "";
}

.icon-square-right-hollow:before {
  content: "";
}

.icon-square-up:before {
  content: "";
}

.icon-square-up-hollow:before {
  content: "";
}

.icon-stack-3d:before {
  content: "";
}

.icon-stack-3d-3:before {
  content: "";
}

.icon-stack-3d-bottom:before {
  content: "";
}

.icon-stack-3d-top:before {
  content: "";
}

.icon-stack-bottom:before {
  content: "";
}

.icon-stack-down:before {
  content: "";
}

.icon-stack-down-alt:before {
  content: "";
}

.icon-stack-top:before {
  content: "";
}

.icon-stack-up:before {
  content: "";
}

.icon-stack-up-alt:before {
  content: "";
}

.icon-stack-very-bottom:before {
  content: "";
}

.icon-stack-very-top:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-hollow:before {
  content: "";
}

.icon-stash-apply:before {
  content: "";
}

.icon-stash-save:before {
  content: "";
}

.icon-statistic:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-stroke-weight:before {
  content: "";
}

.icon-subtitles:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-text-align-center:before {
  content: "";
}

.icon-text-align-center-alt:before {
  content: "";
}

.icon-text-align-justify:before {
  content: "";
}

.icon-text-align-justify-alt:before {
  content: "";
}

.icon-text-align-left:before {
  content: "";
}

.icon-text-align-left-alt:before {
  content: "";
}

.icon-text-align-right:before {
  content: "";
}

.icon-text-align-right-alt:before {
  content: "";
}

.icon-text-bold:before {
  content: "";
}

.icon-text-indent:before {
  content: "";
}

.icon-text-italic:before {
  content: "";
}

.icon-text-list:before {
  content: "";
}

.icon-text-list-ordered:before {
  content: "";
}

.icon-text-list-unordered:before {
  content: "";
}

.icon-text-normal:before {
  content: "";
}

.icon-text-size:before {
  content: "";
}

.icon-text-strike:before {
  content: "";
}

.icon-text-styles:before {
  content: "";
}

.icon-text-typeface:before {
  content: "";
}

.icon-text-underline:before {
  content: "";
}

.icon-text-unindent:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-thumbnail:before {
  content: "";
}

.icon-thumbnails:before {
  content: "";
}

.icon-thumbnails-small:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-tint-hollow:before {
  content: "";
}

.icon-tool-arrow:before {
  content: "";
}

.icon-tool-circle:before {
  content: "";
}

.icon-tool-crop:before {
  content: "";
}

.icon-tool-draw:before {
  content: "";
}

.icon-tool-erase:before {
  content: "";
}

.icon-tool-eyedrop:before {
  content: "";
}

.icon-tool-fill:before {
  content: "";
}

.icon-tool-hand:before {
  content: "";
}

.icon-tool-library:before {
  content: "";
}

.icon-tool-line:before {
  content: "";
}

.icon-tool-magic-wand:before {
  content: "";
}

.icon-tool-pointer:before {
  content: "";
}

.icon-tool-rectangle:before {
  content: "";
}

.icon-tool-scribble:before {
  content: "";
}

.icon-tool-stroke:before {
  content: "";
}

.icon-tool-text:before {
  content: "";
}

.icon-tool-zones:before {
  content: "";
}

.icon-transfer:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-tree-conifer:before {
  content: "";
}

.icon-tree-deciduous:before {
  content: "";
}

.icon-triangle-down:before {
  content: "";
}

.icon-triangle-right:before {
  content: "";
}

.icon-triangle-up:before {
  content: "";
}

.icon-triangles-horizontal:before {
  content: "";
}

.icon-triangles-vertical:before {
  content: "";
}

.icon-undo:before {
  content: "";
}

.icon-uniE000:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-user-check:before {
  content: "";
}

.icon-user-minus:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-remove:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-video-camera-off:before {
  content: "";
}

.icon-video-hd:before {
  content: "";
}

.icon-video-sd:before {
  content: "";
}

.icon-vinyl:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-zone:before {
  content: "";
}

.icon-zoom:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-helper-bar:before {
  content: "";
}

.icon-helper-needle:before {
  content: "";
}

.icon-helper-screen:before {
  content: "";
}

#support {
  position: absolute;
  left: 0px;
  top: 20px;
}

#login_button {
  display: block;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
#login_button a {
  margin: 0px !important;
  display: inline-block;
  background-color: #f2f2f2;
  height: 32px;
  color: black;
  line-height: inherit !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
}
#login_button a span {
  display: none;
}
#login_button a:hover {
  background-color: black !important;
  color: white;
}

#meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
#meta > div {
  margin-left: 2px;
}

#header {
  border: none !important;
  min-height: 100px;
}
#header .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#header .logo {
  display: block;
}
#header .logo .img {
  display: block;
  height: 35px;
  width: 220px;
  background-image: url("../img/logo_img.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  float: left;
  margin-right: 15px;
  font-size: 0px;
}
#header .logo .claim {
  font-size: 13px;
  line-height: 16px;
  display: block;
  float: left;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #f2f2f2;
}
#header .inner {
  height: 100px;
  padding: 0px !important;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  padding-bottom: 20px !important;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.tooltip {
  z-index: 5000 !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  overflow: visible;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tooltip.fade {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
  max-width: 100%;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  white-space: nowrap;
  font-weight: 700;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tooltip.top {
  margin-top: -5px;
}

.tooltip.right {
  margin-left: 5px;
}

.tooltip.bottom {
  margin-top: 5px;
}

.tooltip.left {
  margin-left: -5px;
}

#gmap {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
}

#map-toggle {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

#map-return {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.dashboard #gmap-wrapper {
  height: 402px;
  position: relative;
}

#dyn_set_map .form-actions {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  background-color: transparent;
  height: 60px;
}

.row-map {
  width: 100%;
  overflow: hidden;
}

.no-transition #map-sidebar,
.no-transition #map-sidebar > *,
.no-transition #map-wrapper {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#map-sidebar,
#map-sidebar > *,
#map-wrapper {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing: ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing: ease-in-out;
}

#map-wrapper {
  position: relative;
  z-index: 1000;
}

.map-only #map-wrapper {
  width: 100%;
}
.map-only #map-sidebar {
  margin-left: 100% !important;
}

#map-sidebar-wrapper {
  position: absolute;
  left: 100%;
  z-index: 950;
}
#map-sidebar-wrapper #map-sidebar {
  height: 100%;
  width: 100%;
  margin-left: 0%;
  position: relative;
}

#map-list,
#map-description,
#map-filter {
  background-color: white;
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  right: 0%;
  overflow-y: scroll;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

#map-wrapper .cancel,
#list-filter .cancel,
#map-list .cancel,
#map-description .cancel,
#map-filter .cancel {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
}

#show-current-location {
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 50;
}

#toggle-sidebar {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 50;
}

.map-list #map-list,
.map-description #map-description,
.map-filter #map-filter {
  right: 100% !important;
}

#map-list #container {
  margin-left: -30px;
  margin-right: -30px;
}
#map-list .item {
  padding: 0px;
  width: 100%;
}
#map-list .item a {
  padding: 15px 30px !important;
  display: block;
  color: black;
  background-image: url("../img/trns-1.png") !important;
  background-position: top;
  background-repeat: repeat-x;
}
#map-list .item a:hover {
  color: black;
  background-repeat: repeat;
}
#map-list .item a:active {
  color: white;
  background-repeat: repeat-x;
  background-color: #00aefd;
}
#map-list .item a h3 {
  font-weight: 700;
}
#map-list .item a h4 {
  font-weight: 300;
}
#map-list .item a h5 {
  font-weight: 300;
  opacity: 0.5;
}
#map-list .item a h3,
#map-list .item a h4,
#map-list .item a h5 {
  font-size: 14px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 22px !important;
  overflow: hidden;
  margin: 0px !important;
}
#map-list .item a h3:empty,
#map-list .item a h4:empty,
#map-list .item a h5:empty {
  display: none;
}

#map-filter {
  background-image: url("../img/trns-1.png") !important;
}
#map-filter .panel-group {
  margin: 15px 0;
  padding: 15px 0px;
  background-image: url("../img/trns-1.png") !important;
  background-position: top;
  background-repeat: repeat-x;
}
#map-filter .panel-body {
  padding-top: 15px;
}
#map-filter .panel-body ul {
  font-size: 0px;
}
#map-filter .panel-body ul li {
  display: inline-block;
}

#map-description .opening-hours {
  margin-bottom: 20px;
}
#map-description .opening-hours .museum-closed {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 3px 4px;
  margin-bottom: 5px;
  cursor: default;
}
#map-description #cover_img {
  padding: 0px;
  margin: 0 -30px;
  margin-bottom: 20px;
}
#map-description #cover_img .img {
  margin: 0px;
}
#map-description .tools {
  display: none;
}
#map-description header {
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
}
#map-description header h1,
#map-description header h2 {
  font-size: 20px;
  line-height: 140%;
  display: block;
  margin: 0px;
}
#map-description header h1 {
  font-weight: 700;
}
#map-description header h2 {
  font-weight: 300;
}
#map-description header h3 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 160%;
  font-weight: 600;
  margin-top: 15px !important;
}
#map-description header h4 {
  font-size: 12px;
  line-height: 140%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
#map-description header .extras {
  margin-top: 25px;
}
#map-description header .extras dd,
#map-description header .extras dt {
  font-size: 20px;
  line-height: 32px;
}

.marker_label {
  border: 2px solid white;
  height: 20px;
  min-width: 20px;
  font-size: 10px;
  line-height: 16px;
  padding: 0px;
  color: #fff;
  display: block;
  background: #1edc80;
  border-radius: 100%;
  text-align: center;
}

.map-ajax-detail {
  padding: 25px 30px;
  border-bottom: 1px solid #f9f9f9;
}
.map-ajax-detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.gallery #gallery {
  -webkit-transition-duration: 0s, 0.25s;
  -webkit-transition-delay: 0s, 0s;
  top: 0%;
  opacity: 1;
}
.gallery #gallery .gallery-img {
  -webkit-transform: scale(1) !important;
}

#gallery.frontpage {
  position: relative;
  top: 0px;
  border: 1px solid red;
}

#gallery {
  position: fixed;
  top: -100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 40000;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -moz-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
  -webkit-transition-property: top, opacity;
  -webkit-transition-duration: 0s, 0.25s;
  -webkit-transition-delay: 0.25s, 0s;
  -webkit-transition-timing: ease-in-out;
}
#gallery * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gallery.only_one .prev,
#gallery.only_one .next {
  display: none;
}
#gallery > span {
  width: 60px;
  height: 120px;
  line-height: 95px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.75s;
  -o-transition-timing: ease-in-out;
  color: black;
  background-color: black;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 33px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  overflow: hidden;
}
#gallery > span:hover {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
}
#gallery > span.prev {
  left: 0;
  border-right: 20px solid transparent;
  text-align: right;
  margin-left: -30px;
  background-image: url("../img/icons/inv/left.png");
  background-position: center;
}
#gallery > span.prev > span {
  right: 0;
}
#gallery > span.prev:hover {
  margin-left: 0px;
}
#gallery > span.next {
  right: 0;
  border-left: 20px solid transparent;
  text-align: left;
  margin-right: -30px;
  background-image: url("../img/icons/inv/right.png");
  background-position: center;
}
#gallery > span.next > span {
  left: 0;
}
#gallery > span.next:hover {
  margin-right: 0px;
}
#gallery #slider {
  position: absolute;
  height: auto;
  width: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#gallery #slider ul {
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  table-layout: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#gallery #slider ul li {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  position: relative !important;
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#gallery #slider ul li .gallery-img {
  position: absolute;
  top: 6%;
  bottom: 10%;
  left: 6%;
  right: 6%;
  height: auto;
  width: auto;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-color: white;
}
#gallery #slider ul li .info {
  background-color: white;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: auto;
  right: auto;
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing: ease-in-out;
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  line-height: 18px;
}
#gallery #slider ul li .info .title {
  font-weight: 500;
}
#gallery nav {
  position: absolute;
  height: 60px;
  top: 0px;
  right: 0px;
  z-index: 20000;
  text-align: center;
  white-space: nowrap;
  font-size: 0px;
  border-bottom: 0px solid black;
  margin: 0px !important;
}
#gallery nav button {
  width: 60px !important;
  height: 60px !important;
  margin: 0px !important;
  display: block;
  border: 0px;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
#gallery nav button:hover {
  opacity: 0.8;
}
#gallery nav button.prev {
  background-image: url("../img/icons/inv/left.png");
}
#gallery nav button.next {
  background-image: url("../img/icons/inv/right.png");
}
#gallery nav button.info {
  background-image: url("../img/icons/inv/info.png");
}
#gallery nav button.cancel {
  background-image: url("../img/icons/inv/cancel_light_2.png");
}
#gallery .pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  height: 8px;
  position: absolute;
  top: 0px;
  z-index: 10000;
}
#gallery .pagination li {
  display: inline-block;
}
#gallery .pagination li a {
  display: inline-block;
  background-color: #ebebeb;
  color: black;
  white-space: nowrap;
  text-indent: 30px;
  font-size: 0px;
  overflow: hidden;
  height: 8px;
  width: 8px;
  color: transparent;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: 2px;
}
#gallery .pagination li.activeSlide a, #gallery .pagination li:hover a {
  background-color: black;
  color: white;
}

h1 + .row:not(.grid),
h2 + .row:not(.grid),
h3 + .row:not(.grid),
h4 + .row:not(.grid),
h5 + .row:not(.grid),
h6 + .row:not(.grid),
.h1 + .row:not(.grid),
.h2 + .row:not(.grid),
.h3 + .row:not(.grid),
.h4 + .row:not(.grid),
.h5 + .row:not(.grid),
.h6 + .row:not(.grid) {
  margin-top: 0px;
}

.row {
  margin-right: -25px;
  margin-left: -25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.row:last-child {
  margin-bottom: 0px;
}
.row > .col-xs-1,
.row > .col-xs-2,
.row > .col-xs-3,
.row > .col-xs-4,
.row > .col-xs-5,
.row > .col-xs-6,
.row > .col-xs-7,
.row > .col-xs-8,
.row > .col-xs-9,
.row > .col-xs-10,
.row > .col-xs-11,
.row > .col-xs-12,
.row > .col-sm-1,
.row > .col-sm-2,
.row > .col-sm-3,
.row > .col-sm-4,
.row > .col-sm-5,
.row > .col-sm-6,
.row > .col-sm-7,
.row > .col-sm-8,
.row > .col-sm-9,
.row > .col-sm-10,
.row > .col-sm-11,
.row > .col-sm-12,
.row > .col-md-1,
.row > .col-md-2,
.row > .col-md-3,
.row > .col-md-4,
.row > .col-md-5,
.row > .col-md-6,
.row > .col-md-7,
.row > .col-md-8,
.row > .col-md-9,
.row > .col-md-10,
.row > .col-md-11,
.row > .col-md-12,
.row > .col-lg-1,
.row > .col-lg-2,
.row > .col-lg-3,
.row > .col-lg-4,
.row > .col-lg-5,
.row > .col-lg-6,
.row > .col-lg-7,
.row > .col-lg-8,
.row > .col-lg-9,
.row > .col-lg-10,
.row > .col-lg-11,
.row > .col-lg-12 {
  margin-right: -1px;
  padding-top: 0px !important;
  padding: 25px;
  margin: 0 !important;
}
.row > .col-xs-1:last-child,
.row > .col-xs-2:last-child,
.row > .col-xs-3:last-child,
.row > .col-xs-4:last-child,
.row > .col-xs-5:last-child,
.row > .col-xs-6:last-child,
.row > .col-xs-7:last-child,
.row > .col-xs-8:last-child,
.row > .col-xs-9:last-child,
.row > .col-xs-10:last-child,
.row > .col-xs-11:last-child,
.row > .col-xs-12:last-child,
.row > .col-sm-1:last-child,
.row > .col-sm-2:last-child,
.row > .col-sm-3:last-child,
.row > .col-sm-4:last-child,
.row > .col-sm-5:last-child,
.row > .col-sm-6:last-child,
.row > .col-sm-7:last-child,
.row > .col-sm-8:last-child,
.row > .col-sm-9:last-child,
.row > .col-sm-10:last-child,
.row > .col-sm-11:last-child,
.row > .col-sm-12:last-child,
.row > .col-md-1:last-child,
.row > .col-md-2:last-child,
.row > .col-md-3:last-child,
.row > .col-md-4:last-child,
.row > .col-md-5:last-child,
.row > .col-md-6:last-child,
.row > .col-md-7:last-child,
.row > .col-md-8:last-child,
.row > .col-md-9:last-child,
.row > .col-md-10:last-child,
.row > .col-md-11:last-child,
.row > .col-md-12:last-child,
.row > .col-lg-1:last-child,
.row > .col-lg-2:last-child,
.row > .col-lg-3:last-child,
.row > .col-lg-4:last-child,
.row > .col-lg-5:last-child,
.row > .col-lg-6:last-child,
.row > .col-lg-7:last-child,
.row > .col-lg-8:last-child,
.row > .col-lg-9:last-child,
.row > .col-lg-10:last-child,
.row > .col-lg-11:last-child,
.row > .col-lg-12:last-child {
  padding-bottom: 0px !important;
}
.row.row-map {
  margin: 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
}
.row.row-map > .col-xs-1,
.row.row-map > .col-xs-2,
.row.row-map > .col-xs-3,
.row.row-map > .col-xs-4,
.row.row-map > .col-xs-5,
.row.row-map > .col-xs-6,
.row.row-map > .col-xs-7,
.row.row-map > .col-xs-8,
.row.row-map > .col-xs-9,
.row.row-map > .col-xs-10,
.row.row-map > .col-xs-11,
.row.row-map > .col-xs-12,
.row.row-map > .col-sm-1,
.row.row-map > .col-sm-2,
.row.row-map > .col-sm-3,
.row.row-map > .col-sm-4,
.row.row-map > .col-sm-5,
.row.row-map > .col-sm-6,
.row.row-map > .col-sm-7,
.row.row-map > .col-sm-8,
.row.row-map > .col-sm-9,
.row.row-map > .col-sm-10,
.row.row-map > .col-sm-11,
.row.row-map > .col-sm-12,
.row.row-map > .col-md-1,
.row.row-map > .col-md-2,
.row.row-map > .col-md-3,
.row.row-map > .col-md-4,
.row.row-map > .col-md-5,
.row.row-map > .col-md-6,
.row.row-map > .col-md-7,
.row.row-map > .col-md-8,
.row.row-map > .col-md-9,
.row.row-map > .col-md-10,
.row.row-map > .col-md-11,
.row.row-map > .col-md-12,
.row.row-map > .col-lg-1,
.row.row-map > .col-lg-2,
.row.row-map > .col-lg-3,
.row.row-map > .col-lg-4,
.row.row-map > .col-lg-5,
.row.row-map > .col-lg-6,
.row.row-map > .col-lg-7,
.row.row-map > .col-lg-8,
.row.row-map > .col-lg-9,
.row.row-map > .col-lg-10,
.row.row-map > .col-lg-11,
.row.row-map > .col-lg-12 {
  padding: 0px;
  height: 100%;
}
.row.row-md {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.row.row-md > .col-xs-1,
.row.row-md > .col-xs-2,
.row.row-md > .col-xs-3,
.row.row-md > .col-xs-4,
.row.row-md > .col-xs-5,
.row.row-md > .col-xs-6,
.row.row-md > .col-xs-7,
.row.row-md > .col-xs-8,
.row.row-md > .col-xs-9,
.row.row-md > .col-xs-10,
.row.row-md > .col-xs-11,
.row.row-md > .col-xs-12,
.row.row-md > .col-sm-1,
.row.row-md > .col-sm-2,
.row.row-md > .col-sm-3,
.row.row-md > .col-sm-4,
.row.row-md > .col-sm-5,
.row.row-md > .col-sm-6,
.row.row-md > .col-sm-7,
.row.row-md > .col-sm-8,
.row.row-md > .col-sm-9,
.row.row-md > .col-sm-10,
.row.row-md > .col-sm-11,
.row.row-md > .col-sm-12,
.row.row-md > .col-md-1,
.row.row-md > .col-md-2,
.row.row-md > .col-md-3,
.row.row-md > .col-md-4,
.row.row-md > .col-md-5,
.row.row-md > .col-md-6,
.row.row-md > .col-md-7,
.row.row-md > .col-md-8,
.row.row-md > .col-md-9,
.row.row-md > .col-md-10,
.row.row-md > .col-md-11,
.row.row-md > .col-md-12,
.row.row-md > .col-lg-1,
.row.row-md > .col-lg-2,
.row.row-md > .col-lg-3,
.row.row-md > .col-lg-4,
.row.row-md > .col-lg-5,
.row.row-md > .col-lg-6,
.row.row-md > .col-lg-7,
.row.row-md > .col-lg-8,
.row.row-md > .col-lg-9,
.row.row-md > .col-lg-10,
.row.row-md > .col-lg-11,
.row.row-md > .col-lg-12 {
  padding: 10px;
  margin-right: -1px;
}
.row.row-sm {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0px;
}
.row.row-sm > .col-xs-1,
.row.row-sm > .col-xs-2,
.row.row-sm > .col-xs-3,
.row.row-sm > .col-xs-4,
.row.row-sm > .col-xs-5,
.row.row-sm > .col-xs-6,
.row.row-sm > .col-xs-7,
.row.row-sm > .col-xs-8,
.row.row-sm > .col-xs-9,
.row.row-sm > .col-xs-10,
.row.row-sm > .col-xs-11,
.row.row-sm > .col-xs-12,
.row.row-sm > .col-sm-1,
.row.row-sm > .col-sm-2,
.row.row-sm > .col-sm-3,
.row.row-sm > .col-sm-4,
.row.row-sm > .col-sm-5,
.row.row-sm > .col-sm-6,
.row.row-sm > .col-sm-7,
.row.row-sm > .col-sm-8,
.row.row-sm > .col-sm-9,
.row.row-sm > .col-sm-10,
.row.row-sm > .col-sm-11,
.row.row-sm > .col-sm-12,
.row.row-sm > .col-md-1,
.row.row-sm > .col-md-2,
.row.row-sm > .col-md-3,
.row.row-sm > .col-md-4,
.row.row-sm > .col-md-5,
.row.row-sm > .col-md-6,
.row.row-sm > .col-md-7,
.row.row-sm > .col-md-8,
.row.row-sm > .col-md-9,
.row.row-sm > .col-md-10,
.row.row-sm > .col-md-11,
.row.row-sm > .col-md-12,
.row.row-sm > .col-lg-1,
.row.row-sm > .col-lg-2,
.row.row-sm > .col-lg-3,
.row.row-sm > .col-lg-4,
.row.row-sm > .col-lg-5,
.row.row-sm > .col-lg-6,
.row.row-sm > .col-lg-7,
.row.row-sm > .col-lg-8,
.row.row-sm > .col-lg-9,
.row.row-sm > .col-lg-10,
.row.row-sm > .col-lg-11,
.row.row-sm > .col-lg-12 {
  padding: 5px;
  margin-right: -1px;
}
.row.row-xs {
  margin-right: -2px;
  margin-left: -2px;
  margin-bottom: 2px;
}
.row.row-xs > .col-xs-1,
.row.row-xs > .col-xs-2,
.row.row-xs > .col-xs-3,
.row.row-xs > .col-xs-4,
.row.row-xs > .col-xs-5,
.row.row-xs > .col-xs-6,
.row.row-xs > .col-xs-7,
.row.row-xs > .col-xs-8,
.row.row-xs > .col-xs-9,
.row.row-xs > .col-xs-10,
.row.row-xs > .col-xs-11,
.row.row-xs > .col-xs-12,
.row.row-xs > .col-sm-1,
.row.row-xs > .col-sm-2,
.row.row-xs > .col-sm-3,
.row.row-xs > .col-sm-4,
.row.row-xs > .col-sm-5,
.row.row-xs > .col-sm-6,
.row.row-xs > .col-sm-7,
.row.row-xs > .col-sm-8,
.row.row-xs > .col-sm-9,
.row.row-xs > .col-sm-10,
.row.row-xs > .col-sm-11,
.row.row-xs > .col-sm-12,
.row.row-xs > .col-md-1,
.row.row-xs > .col-md-2,
.row.row-xs > .col-md-3,
.row.row-xs > .col-md-4,
.row.row-xs > .col-md-5,
.row.row-xs > .col-md-6,
.row.row-xs > .col-md-7,
.row.row-xs > .col-md-8,
.row.row-xs > .col-md-9,
.row.row-xs > .col-md-10,
.row.row-xs > .col-md-11,
.row.row-xs > .col-md-12,
.row.row-xs > .col-lg-1,
.row.row-xs > .col-lg-2,
.row.row-xs > .col-lg-3,
.row.row-xs > .col-lg-4,
.row.row-xs > .col-lg-5,
.row.row-xs > .col-lg-6,
.row.row-xs > .col-lg-7,
.row.row-xs > .col-lg-8,
.row.row-xs > .col-lg-9,
.row.row-xs > .col-lg-10,
.row.row-xs > .col-lg-11,
.row.row-xs > .col-lg-12 {
  padding: 2px;
  margin-right: -1px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#list {
  margin-top: 30px;
}

.list-header h4 {
  margin-bottom: 15px !important;
}
.list-header #filter-summary {
  margin: 0px;
}
.list-header .list-controls {
  margin-bottom: 15px;
}

.img-full {
  width: 100%;
}

.item-inner {
  background-color: transparent;
  background-image: url("../img/trns-1.png") !important;
}

#teaser .item h3 {
  font-weight: 700;
}
#teaser .item h4 {
  font-weight: 300;
}
#teaser .item h5 {
  font-weight: 300;
  opacity: 0.5;
}
#teaser .item h3,
#teaser .item h4,
#teaser .item h5 {
  font-size: 14px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin: 0px !important;
}
#teaser .item h3:empty,
#teaser .item h4:empty,
#teaser .item h5:empty {
  display: none;
}

a.img.loaded:hover img,
a.img-detail.loaded:hover img {
  opacity: 0.8 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .img,
.img-detail {
    background-image: url("../img/spinner-retina.gif") !important;
    background-size: 32px;
  }
}
.img,
.img-detail {
  background-image: url("../img/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f2f2f2;
  display: block;
}
.img.loaded,
.img-detail.loaded {
  background-image: none;
}
.img.loaded img,
.img-detail.loaded img {
  opacity: 1;
}
.img img,
.img-detail img {
  width: 100%;
  height: auto;
  display: block !important;
  opacity: 0;
  -webkit-transition: opacity 0.125s ease-in-out !important;
  -moz-transition: opacity 0.125s ease-in-out !important;
  -ms-transition: opacity 0.125s ease-in-out !important;
  -o-transition: opacity 0.125s ease-in-out !important;
  transition: opacity 0.125s ease-in-out !important;
}

.img {
  margin-bottom: 10px;
}

.img-detail {
  margin-bottom: 10px;
  position: relative;
}

.image-bg-xs .col-sm-12, .image-bg-xs .col-xs-9 {
  padding: 0;
}

.image-bg {
  padding: 0;
}
.image-bg .image {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

#empty-container {
  display: none;
}
#empty-container.on {
  display: block;
}
@media (max-width: 767px) {
  #empty-container h4 {
    padding: 0 20px;
  }
}

.item {
  list-style: none;
}

.btn-round {
  border-radius: 100% !important;
}
.btn-round.pull-right {
  margin-left: 5px !important;
}
.btn-round.pull-left {
  margin-right: 5px !important;
}

.list .item {
  margin-top: 0px;
  margin-bottom: 10px;
}
.list .item.delete {
  display: none;
}
.list .item:hover > a {
  background-image: url("../img/trns-2.png") !important;
}
.list .item > a {
  background-image: url("../img/trns-1.png") !important;
  color: black;
  padding: 20px 25px;
  display: block;
  overflow: hidden;
}
.list .item > a h3 {
  font-weight: 300;
}
.list .item > a h4 {
  font-weight: 300;
}
.list .item > a h5 {
  font-weight: 300;
  opacity: 0.5;
}
.list .item > a h3,
.list .item > a h4,
.list .item > a h5 {
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px !important;
}
.list .item > a h3:empty,
.list .item > a h4:empty,
.list .item > a h5:empty {
  display: none;
}
.list .item > a h3 {
  font-size: 25px;
  line-height: 40px;
  white-space: nowrap !important;
}

.list .item.item-preview > a {
  display: none !important;
}

.item {
  background-color: white;
}
.item.item-preview .description {
  padding: 30px 0;
  display: block;
  opacity: 1;
  height: auto;
}
.item .description {
  position: relative;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.125s ease-in-out !important;
  -moz-transition: opacity 0.125s ease-in-out !important;
  -ms-transition: opacity 0.125s ease-in-out !important;
  -o-transition: opacity 0.125s ease-in-out !important;
  transition: opacity 0.125s ease-in-out !important;
}
.item .description p.lead {
  margin-right: 40px;
}
.item .description .actions {
  right: 10px;
  top: 0px;
  padding: 0px;
}
.item .description header h3 {
  font-weight: 700;
}
.item .description header h4 {
  font-weight: 300;
}
.item .description header h5 {
  font-weight: 300;
  opacity: 0.5;
}
.item .description header h3,
.item .description header h4,
.item .description header h5 {
  font-size: 22px;
  line-height: 140%;
}
.item .description header h3:empty,
.item .description header h4:empty,
.item .description header h5:empty {
  display: none;
}

.no-transition .row .item {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.grid .item,
.list .item {
  -webkit-transition: -webkit-transform 0s ease-in-out !important;
  -moz-transition: -moz-transform 0s ease-in-out !important;
  -ms-transition: -ms-transform 0s ease-in-out !important;
  -o-transition: -o-transform 0s ease-in-out !important;
  transition: transform 0s ease-in-out !important;
}
.grid .item.first_item_on_next_row,
.list .item.first_item_on_next_row {
  clear: left !important;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid .item {
  padding: 0px 10px 15px !important;
}
.grid .item .crop {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none !important;
}
.grid .item:hover .crop {
  display: block !important;
}
.grid .item > a {
  display: block;
  color: black;
  margin-bottom: 20px;
}
.grid .item > a:hover {
  color: black;
}
.grid .item > a h3 {
  font-weight: 700;
}
.museum-detail .grid .item > a h3 {
  height: auto !important;
  text-overflow: initial;
  white-space: normal;
}
.exhibition-list .grid .item > a h3 {
  height: auto !important;
}
@media (max-width: 767px) {
  .exhibition-list .grid .item > a h3 {
    text-overflow: initial;
    white-space: normal;
  }
}
.grid .item > a h4 {
  font-weight: 300;
}
.museum-detail .grid .item > a h4 {
  height: auto !important;
  text-overflow: initial;
  white-space: normal;
}
.museum-list .grid .item > a h4, .exhibition-list .grid .item > a h4 {
  height: auto !important;
}
@media (max-width: 767px) {
  .museum-list .grid .item > a h4, .exhibition-list .grid .item > a h4 {
    text-overflow: initial;
    white-space: normal;
  }
}
.grid .item > a h5 {
  font-weight: 300;
  opacity: 0.5;
}
.museum-detail .grid .item > a h5 {
  height: auto !important;
  text-overflow: initial;
  white-space: normal;
}
.exhibition-list .grid .item > a h5 {
  height: auto !important;
}
@media (max-width: 767px) {
  .exhibition-list .grid .item > a h5 {
    text-overflow: initial;
    white-space: normal;
  }
}
.grid .item > a h3,
.grid .item > a h4,
.grid .item > a h5 {
  font-size: 13px;
  line-height: 140%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 20px !important;
  overflow: hidden;
  margin: 0px !important;
}
.grid .item > a h3:empty,
.grid .item > a h4:empty,
.grid .item > a h5:empty {
  display: none;
}
.grid .item > a .museum-closed {
  display: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  cursor: default;
}
@media (max-width: 767px) {
  .grid .item > a .museum-closed {
    display: inline-block;
  }
}
.grid .item > a .img .museum-closed {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  font-size: 12px;
  cursor: default;
}

.exhibition-list .jscroll-inner .grid:after {
  clear: none;
}
.exhibition-list .jscroll-inner .jscroll-loading {
  clear: both;
}

.event-list .event-item {
  height: 165px;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .event-list .event-item {
    height: 153px;
  }
}
@media (max-width: 767px) {
  .event-list .event-item {
    height: auto;
    overflow: hidden;
    border-bottom: 3px solid #f7f7f7;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.event-list .event-item .left {
  height: 100%;
  padding: 15px 15px 15px 10px;
  border-bottom: 3px solid #f7f7f7;
}
@media (max-width: 767px) {
  .event-list .event-item .left {
    padding: 10px 0px 5px 0px;
    border-bottom: none;
  }
}
.event-list .event-item .left > * {
  height: 100%;
  position: relative;
  padding: 0;
}
.event-list .event-item .left > *:last-child {
  padding-left: 26px;
}
@media (max-width: 767px) {
  .event-list .event-item .left > *:last-child {
    padding-left: 0;
  }
}
.event-list .event-item .left > * p {
  white-space: nowrap;
}
.event-list .event-item .left > * .day {
  font-size: 2.5rem;
  font-weight: 500;
  margin: -3px 0 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .event-list .event-item .left > * .day {
    font-size: 2.2rem;
  }
}
.event-list .event-item .left > * .date {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
.event-list .event-item .left > * .time {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .event-list .event-item .left > * .time {
    font-size: 2.2rem;
  }
}
.event-list .event-item .left > * .time.cancelled {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.event-list .event-item .left > * .bottom {
  position: absolute;
  bottom: -6px;
}
.event-list .event-item .left > * .bottom button {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}
.event-list .event-item .left > * .bottom button.favorite {
  min-height: 16px;
  min-width: 19px;
  line-height: 17px;
  margin: 5px 10px 0 0;
  background: #000000;
  float: left;
}
.event-list .event-item .left > * .bottom button.favorite.active {
  background: #00aefd;
}
.event-list .event-item .left > * .bottom button.favorite .icon-star {
  height: 15px;
  width: 15px;
  line-height: 15.5px;
}
.event-list .event-item .left > * .bottom span.addtocalendar.atc-style-blue {
  margin-right: 10px;
}
.event-list .event-item .left > * .bottom span.addtocalendar.atc-style-blue .atcb-link.icon svg {
  width: 18px;
  height: 18px;
}
.event-list .event-item .left > * .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .event-list .event-item .left > * .image {
    height: 0px;
    padding-bottom: 100%;
  }
  .event-list .event-item .left > * .image .photo-credits-over {
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
.event-list .event-item .left > * .image svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .event-list .event-item .left > * .image svg {
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .event-list .event-item .left > * .image .tooltip {
    display: none !important;
  }
}
.event-list .event-item .left > * .image .crop {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.event-list .event-item .left > * .image:hover .crop {
  display: block;
}
@media (max-width: 767px) {
  .event-list .event-item .left > * .image:hover .crop {
    display: none;
  }
}
.event-list .event-item .right {
  display: table;
  height: 100%;
  padding: 15px 10px 15px 15px;
  border-bottom: 3px solid #f7f7f7;
}
@media (max-width: 767px) {
  .event-list .event-item .right {
    padding: 10px 0px 5px 15px;
    border-bottom: none;
  }
}
.event-list .event-item .right > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.event-list .event-item .right > * h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 6px 0;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .event-list .event-item .right > * h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .event-list .event-item .right > * h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
  }
}
.event-list .event-item .right > * h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.event-list .event-item .right > * h4.subtitle {
  margin: -6px 0 6px;
}
@media (max-width: 767px) {
  .event-list .event-item .right > * h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .event-list .event-item .right > * h4.subtitle {
    margin: 0;
  }
}
.event-list .event-item .right > * .categories {
  margin-top: -10px;
}
.event-list .event-item .right > * .categories > * {
  display: none;
}
@media (max-width: 767px) {
  .event-list .event-item .right > * .categories {
    margin-top: -3px;
  }
  .event-list .event-item .right > * .categories > * {
    display: inline;
  }
}
.event-list .event-item .right > * .datetime-xs {
  white-space: nowrap;
}
.event-list .event-item .right > * .datetime-xs .cancelled {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  float: right;
}
.event-list .event-item .right > * .location {
  color: #777;
}
.event-list .event-item .right > * .event-cancelled {
  display: none !important;
}
@media (max-width: 767px) {
  .event-list .event-item .right > * .event-cancelled {
    display: inline-block !important;
    position: static !important;
    margin-top: 5px !important;
  }
}
.event-list .event-item .right .event-cancelled {
  display: inline-block;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background: black;
  padding: 3px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.event-list .event-item:hover .left,
.event-list .event-item:hover .right {
  background: #f7f7f7;
  color: #000000;
}

.compact .item {
  background: none;
}
.compact .item .inner {
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
}
.compact .item:hover .inner {
  background-color: rgba(0, 0, 0, 0.075);
}
.compact .item.title {
  background: none;
}
.compact .item.title:hover {
  background: none;
}
.compact .item.title h3 {
  font-weight: 700;
  margin-bottom: 5px !important;
  display: block;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.compact .item .img {
  background-color: #f2f2f2;
  width: 80px;
  height: 100%;
  float: left;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px;
}
.compact .item .img .photo-credits-over {
  display: none;
}
.compact .item a.txt {
  float: left;
  padding: 10px;
  padding-left: 95px;
  display: block !important;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  min-height: 90px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
.compact .item a.txt:hover * {
  color: black;
}
.compact .item a.txt h3 {
  font-weight: 700;
}
.compact .item a.txt h4 {
  font-weight: 300;
}
.compact .item a.txt h5 {
  font-weight: 300;
  opacity: 0.5;
}
.compact .item a.txt h3,
.compact .item a.txt h4,
.compact .item a.txt h5 {
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  margin: 0px !important;
  display: block !important;
}
.compact .item a.txt h3:empty,
.compact .item a.txt h4:empty,
.compact .item a.txt h5:empty {
  display: none !important;
}
.compact .item a.txt p {
  display: none;
}
.compact .item a.txt .photo-credits-over {
  width: 100%;
}
.compact .item:nth-child(1) {
  margin-bottom: 0px !important;
}
.compact .item:nth-child(1) .inner {
  background: none !important;
  padding-bottom: 80px;
}
.compact .item:nth-child(1) .img .photo-credits-over {
  display: inline-block;
}
.compact .item:nth-child(1) .txt {
  padding: 0px;
  background: none !important;
  width: 100%;
  display: block !important;
  margin-bottom: 8px;
  height: 90px;
}
.compact .item:nth-child(1) .txt h3,
.compact .item:nth-child(1) .txt h4,
.compact .item:nth-child(1) .txt h5 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.compact .item:nth-child(1) .txt p {
  font-size: 13px !important;
  line-height: 18px !important;
  margin-top: 8px;
  display: block;
}
.compact .item:nth-child(1) .txt .photo-credits-over {
  display: none;
}
.compact .item:nth-child(1) .img {
  width: 100% !important;
  position: relative;
}
.compact .cms_placeholder .item {
  padding-bottom: 25px;
}
.compact .cms_placeholder .item .inner {
  background-color: #f2f2f2 !important;
  padding-bottom: 0px;
}
.compact .cms_placeholder .item .img {
  width: 80px !important;
  position: absolute;
}
.compact .cms_placeholder .item a.txt {
  padding: 10px 10px 10px 95px;
  margin: 0;
  height: auto;
}
.compact .cms_placeholder .item a.txt h3,
.compact .cms_placeholder .item a.txt h4,
.compact .cms_placeholder .item a.txt h5 {
  font-size: 13px !important;
  line-height: 18px !important;
}
.compact .cms_placeholder .item a.txt p {
  display: none;
}
.compact .cms_placeholder:nth-child(2) .item {
  margin-bottom: 0px !important;
}
.compact .cms_placeholder:nth-child(2) .item .inner {
  background: none !important;
  padding-bottom: 80px;
}
.compact .cms_placeholder:nth-child(2) .item .txt {
  padding: 0px;
  background: none !important;
  width: 100%;
  display: block !important;
  margin-bottom: 8px;
  height: 90px;
}
.compact .cms_placeholder:nth-child(2) .item .txt h3,
.compact .cms_placeholder:nth-child(2) .item .txt h4,
.compact .cms_placeholder:nth-child(2) .item .txt h5 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.compact .cms_placeholder:nth-child(2) .item .txt p {
  font-size: 13px !important;
  line-height: 18px !important;
  margin-top: 8px;
  display: block;
}
.compact .cms_placeholder:nth-child(2) .item .img {
  width: 100% !important;
  position: relative;
}

.ad-xs {
  max-width: 450px;
}

#list .grid .item.ad-xs,
#list .list .item.ad-xs {
  padding: 17px 20px !important;
}

.pagination {
  width: 100%;
}

@media (max-width: 767px) {
  .ad-xs.ad-xs-padding-top {
    padding-top: 50px !important;
  }

  #list .row .item.ad-xs-padding {
    padding: 0 20px 30px 20px !important;
  }

  .museum-list .item {
    min-height: none;
  }

  .exhibition-list .item {
    min-height: none;
  }

  .shop-product-list .item {
    min-height: none;
  }

  #list .pagination > .active > a,
#list .pagination > .active > a:hover,
#list .pagination > .active > a:focus,
#list .pagination > .active > span,
#list .pagination > .active > span:hover,
#list .pagination > .active > span:focus {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .museum-list .item {
    min-height: 200px;
  }

  .exhibition-list .item {
    min-height: 240px;
  }

  .shop-product-list .item {
    min-height: 203px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .museum-list .item {
    min-height: 249px;
  }

  .exhibition-list .item {
    min-height: 289px;
  }

  .shop-product-list .item {
    min-height: 217px;
  }
}
@media (min-width: 1200px) {
  .museum-list .item {
    min-height: 214px;
  }

  .exhibition-list .item {
    min-height: 254px;
  }

  .shop-product-list .item {
    min-height: 217px;
    padding-bottom: 0 !important;
  }
}
.actions {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  padding: 10px 20px;
}
.actions.bottom {
  top: auto;
  bottom: 0px;
}
.actions > * {
  float: left;
  margin-left: 4px;
}

#popup {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: 40000;
  display: table;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing: ease-in-out;
  opacity: 0;
}
#popup .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picker {
  -webkit-transform: scale(1.3);
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing: ease-in-out;
}

#popup.on {
  opacity: 1;
}
#popup.on #picker {
  -webkit-transform: scale(1);
  opacity: 1;
}

#picker {
  color: white;
  font-size: 23px;
  line-height: 40px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  cursor: default;
  display: inline-block;
  width: 465px;
}
#picker * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#picker > * {
  width: 100%;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
#picker header {
  padding: 30px;
  padding-top: 40px;
  text-align: center;
  background-color: black;
  margin-bottom: -1px;
}
#picker header date,
#picker header time {
  font-size: 80px;
  line-height: 40px;
  font-weight: 400;
  height: 40px;
}
#picker ul.body {
  list-style-type: none;
}
#picker .body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: black;
  display: block;
}
#picker .body .options {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
#picker .body table {
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  table-layout: fixed;
  float: left;
}
#picker .body table.hours {
  width: 250px;
  margin-right: 30px;
}
#picker .body table.minutes {
  width: 125px;
}
#picker .body table tr td.new,
#picker .body table tr td.old {
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.35);
}
#picker .body table tr td.new:hover,
#picker .body table tr td.old:hover {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 400 !important;
}
#picker .body table tr td.new:active,
#picker .body table tr td.old:active {
  font-weight: 400;
}
#picker .body table tr th,
#picker .body table tr td {
  padding: 0px !important;
}
#picker .body table tr th:hover,
#picker .body table tr td:hover {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500 !important;
}
#picker .body table tr th.active,
#picker .body table tr td.active {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500 !important;
}
#picker .body table tr th:active,
#picker .body table tr td:active {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  background-color: white !important;
  color: black !important;
}
#picker .body table tr th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-indent: 5px;
}
#picker .body table tr td span {
  display: block;
  cursor: pointer;
  padding-bottom: 3px;
}
#picker .body table tr td span.month {
  width: 25%;
  height: 80px;
  line-height: 75px;
  display: block;
  float: left;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400 !important;
}
#picker .body table tr td span.month:hover {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500 !important;
}
#picker .body table tr td span.month.active {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500 !important;
}
#picker .body table tr td span.month:active {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  background-color: white !important;
  color: black !important;
}
#picker .body table tr td span:active {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  background-color: white !important;
  color: black !important;
}
#picker .body table tr td span.active {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
}
#picker footer {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
  padding-left: 0px !important;
  padding-right: 0px;
}
#picker footer button {
  height: 80px;
  border: none;
}
#picker footer button.done {
  float: left;
  width: 290px;
  font-size: 28px;
}
#picker footer button.cancel {
  width: 145px;
}

#notices {
  margin-bottom: 5px;
}
#notices h3 {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
  margin-top: -10px;
}
#notices .row > div > p {
  background-color: #f2f2f2;
  width: 100%;
  height: 100px;
  display: table;
  table-layout: fixed;
}
#notices a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00aefd !important;
  color: white !important;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
#notices a:hover {
  background-color: black !important;
  color: white;
}
#notices.start-page {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #notices.start-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#notices.start-page .row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#notices.start-page .row .calendar-wrapper {
  max-height: 0px;
  padding-bottom: 0px;
  text-align: center;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}
#notices.start-page .row .calendar-wrapper.open {
  max-height: 350px;
  padding-bottom: 15px;
}
#notices.start-page .row .calendar-wrapper .calendar {
  display: inline-block;
}
#notices.start-page .row .filter-wrapper {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #notices.start-page .row .filter-wrapper {
    margin-top: 0;
  }
}
#notices.start-page .row .filters {
  display: inline-block;
  list-style: none;
}
@media (max-width: 767px) {
  #notices.start-page .row .filters {
    display: block;
  }
}
#notices.start-page .row .filters li {
  display: block;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  #notices.start-page .row .filters li {
    float: none;
  }
}
#notices.start-page .row .filters li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #e5e5e5;
  position: absolute;
  right: -1px;
  top: -4px;
}
@media (max-width: 767px) {
  #notices.start-page .row .filters li:after {
    content: none;
  }
}
#notices.start-page .row .filters li:last-child:after {
  content: none;
}
#notices.start-page .row .filters li button {
  display: block;
  background: transparent;
  border: none;
  font-size: 16px;
  padding: 0 20px;
  text-transform: uppercase;
  outline: none;
  transition: none;
}
@media (max-width: 991px) {
  #notices.start-page .row .filters li button {
    padding: 0 15px;
  }
}
#notices.start-page .row .filters li button:active, #notices.start-page .row .filters li button:focus {
  outline: none;
}
@media (max-width: 767px) {
  #notices.start-page .row .filters li button {
    width: 100%;
  }
}
#notices.start-page .row .filters li button.active {
  color: #00aefd;
}
#notices.start-page .row div.center {
  overflow: hidden;
  text-align: center;
}
#notices.start-page .row div.item {
  display: inline-block;
  max-width: 220px;
  float: none;
  padding: 0 10px;
}
#notices.start-page .row div.item > p {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 200px;
  height: 40px;
  background-color: #f2f2f2;
  margin: 5px auto;
}
#notices.start-page .row div.item > p a {
  color: black !important;
  background-color: #e5e5e5 !important;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #notices.start-page .row div.item > p a {
    font-size: 20px;
    text-transform: none;
  }
}

.link-group {
  background-color: #00aefd;
  color: #fff;
  padding: 12px 20px 15px;
  margin-top: 5px;
}
.link-group h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
}
.link-group ul {
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  margin-left: 18px;
}
.link-group ul li {
  padding-bottom: 2px;
  margin-left: -17px;
}
.link-group a:hover {
  color: #fff;
}

#list-filter {
  width: 100%;
}
#list-filter > div {
  background-image: url("../img/trns-1.png") !important;
  border-top: 30px solid white;
}
#list-filter .container {
  padding: 20px 30px;
}
#list-filter .container .cancel {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 1;
}
#list-filter .container .panel-group {
  margin-top: 15px;
}

#filters {
  padding: 0px;
  margin: 0px;
}
#filters .panel + .panel {
  margin-top: 0px;
}
#filters .panel-collapse,
#filters .panel {
  background-color: transparent;
}
#filters .panel-collapse .panel-body,
#filters .panel .panel-body {
  border: none;
  margin: 0px;
  padding: 0px;
}
#filters .panel-collapse .panel-body ul,
#filters .panel .panel-body ul {
  margin: 0px;
}

#filter-toggle {
  display: inline-block;
}

#filters .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
#filters .btn.active {
  background-color: #00aefd !important;
  color: white !important;
}
#filters .btn.active.collapsed {
  background-color: #f2f2f2 !important;
  color: black !important;
}

#filter-summary {
  font-size: 12px;
  line-height: 150%;
}
#filter-summary:empty {
  display: none !important;
}
#filter-summary li {
  display: inline-block;
  margin-right: 3px;
}
#filter-summary li a {
  display: inline-block;
}
#filter-summary li:first-child {
  display: block;
}
#filter-summary li a:hover {
  color: #ff4582;
}
#filter-summary li:after {
  content: " · ";
  opacity: 0.5;
}
#filter-summary li:first-child:after, #filter-summary li:last-child:after {
  content: "" !important;
}

.search {
  position: relative;
}
.search input.form-control {
  width: 150px;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  line-height: 30px;
  border: none;
  box-shadow: none;
  float: left;
}
.search button.btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  float: right;
}
.search button.btn .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.tags,
.filter,
.sorting {
  font-size: 0px;
  -webkit-transform: translate(0px, 0px);
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing: ease-in-out;
}
.tags .title,
.filter .title,
.sorting .title {
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}
.tags li,
.filter li,
.sorting li {
  font-size: 14px;
  line-height: 10px;
  display: inline-block;
  color: black;
  margin-bottom: 5px;
  margin-right: 5px;
  /*
  &:hover {
    background-color: #f2f2f2;
    a {
      opacity: 0.8;
    }
  }
  */
}
.tags li.x-level-1 a,
.filter li.x-level-1 a,
.sorting li.x-level-1 a {
  background-color: rgba(0, 0, 0, 0.025);
}
.tags li.x-level-1 .selected, .tags li.x-level-1.active,
.filter li.x-level-1 .selected,
.filter li.x-level-1.active,
.sorting li.x-level-1 .selected,
.sorting li.x-level-1.active {
  background-color: #00aefd;
  color: white;
}
.tags li .selected, .tags li.active,
.filter li .selected,
.filter li.active,
.sorting li .selected,
.sorting li.active {
  background-color: #00aefd;
  color: white;
}
.tags li .selected a, .tags li.active a,
.filter li .selected a,
.filter li.active a,
.sorting li .selected a,
.sorting li.active a {
  color: white !important;
}
.tags li a,
.filter li a,
.sorting li a {
  display: inline-block;
  min-height: 30px;
  min-width: 30px;
  line-height: 20px;
  padding: 5px 8px;
  font-size: 14px;
  background-image: url("../img/trns-1.png") !important;
  color: #404040;
  text-align: center;
}
.tags li span,
.filter li span,
.sorting li span {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 5px;
  line-height: 10px;
  padding: 10px;
}

#filter-calendar .calendar,
#notices.calendar-start-page .calendar {
  max-width: 315px;
}
#filter-calendar .calendar table,
#notices.calendar-start-page .calendar table {
  width: 100%;
  background: #efefef;
}
#filter-calendar .calendar table tr:last-child td,
#notices.calendar-start-page .calendar table tr:last-child td {
  border-bottom: 10px solid #efefef;
}
#filter-calendar .calendar table td,
#notices.calendar-start-page .calendar table td {
  padding: 5px 0px;
}
#filter-calendar .calendar table span,
#notices.calendar-start-page .calendar table span {
  background: #efefef;
}
#filter-calendar .calendar table .prev,
#filter-calendar .calendar table .next,
#filter-calendar .calendar table .switch,
#filter-calendar .calendar table .day,
#filter-calendar .calendar table .month,
#filter-calendar .calendar table .year,
#notices.calendar-start-page .calendar table .prev,
#notices.calendar-start-page .calendar table .next,
#notices.calendar-start-page .calendar table .switch,
#notices.calendar-start-page .calendar table .day,
#notices.calendar-start-page .calendar table .month,
#notices.calendar-start-page .calendar table .year {
  cursor: pointer;
  border: 1px solid #efefef;
}
#filter-calendar .calendar table .day:hover,
#filter-calendar .calendar table .month:hover,
#filter-calendar .calendar table .year:hover,
#notices.calendar-start-page .calendar table .day:hover,
#notices.calendar-start-page .calendar table .month:hover,
#notices.calendar-start-page .calendar table .year:hover {
  background: #dddddd;
}
#filter-calendar .calendar table .datepicker-years .switch,
#notices.calendar-start-page .calendar table .datepicker-years .switch {
  cursor: default;
}
#filter-calendar .calendar table .switch,
#filter-calendar .calendar table .dow,
#notices.calendar-start-page .calendar table .switch,
#notices.calendar-start-page .calendar table .dow {
  text-align: center;
  border: 1px solid #efefef;
}
#filter-calendar .calendar table .prev,
#notices.calendar-start-page .calendar table .prev {
  padding-left: 14px;
}
#filter-calendar .calendar table .next,
#notices.calendar-start-page .calendar table .next {
  text-align: right;
  padding-right: 14px;
}
#filter-calendar .calendar table .day,
#notices.calendar-start-page .calendar table .day {
  width: 14%;
  text-align: center;
}
#filter-calendar .calendar table .month,
#notices.calendar-start-page .calendar table .month {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#filter-calendar .calendar table .year,
#notices.calendar-start-page .calendar table .year {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#filter-calendar .calendar table .old,
#filter-calendar .calendar table .new,
#notices.calendar-start-page .calendar table .old,
#notices.calendar-start-page .calendar table .new {
  color: #999999;
}
#filter-calendar .calendar table .active,
#notices.calendar-start-page .calendar table .active {
  font-weight: bold;
  color: #ffffff;
  background: #00a3ed;
}
#filter-calendar .calendar table .active:hover,
#notices.calendar-start-page .calendar table .active:hover {
  background: #00a3ed;
}
#filter-calendar .calendar table .old.active,
#filter-calendar .calendar table .new.active,
#notices.calendar-start-page .calendar table .old.active,
#notices.calendar-start-page .calendar table .new.active {
  background: #00a3ed;
}

#notices.calendar-start-page .calendar {
  max-width: 420px;
  width: 100%;
}
#notices.calendar-start-page .calendar table .day {
  line-height: 1.2;
  padding: 5px 0 7px;
}
#notices.calendar-start-page .links .link {
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
#notices.calendar-start-page .links div:nth-child(1) .link {
  transition-delay: 0.08s;
}
#notices.calendar-start-page .links div:nth-child(2) .link {
  transition-delay: 0.2s;
}
#notices.calendar-start-page .links div:nth-child(3) .link {
  transition-delay: 0.32s;
}
#notices.calendar-start-page.animate-links .links .link {
  color: white !important;
  background-color: #00a3ed !important;
}

.level-1-container li {
  background-color: #00aefd;
}
.level-1-container li a {
  color: white !important;
  background-color: transparent;
}
.level-1-container li:hover {
  background-color: black !important;
}
.level-1-container li:hover a {
  opacity: 1 !important;
}
.level-1-container li.selected, .level-1-container li.active {
  background-color: black !important;
}
.level-1-container li.selected a, .level-1-container li.active a {
  background-color: black !important;
  color: white !important;
}
.level-1-container li.selected:hover, .level-1-container li.active:hover {
  background-color: black !important;
}
#filters_new.sticky {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin-top: -20px;
  top: 51px;
  z-index: 1;
  background: #ffffff;
}
#filters_new.sticky.got-scrolled {
  position: fixed;
  margin-top: 0px;
}
#filters_new.sticky.dropdown-open {
  z-index: 1000;
}
@media (max-width: 767px) {
  #filters_new > .container {
    padding: 0 !important;
  }
}
#filters_new .filters-headline {
  height: 33px;
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 479px) {
  #filters_new .filters-headline {
    height: 30px;
  }
}
#filters_new .filters-headline h4 {
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 767px) {
  #filters_new .filters-headline h4 {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-headline h4 {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #filters_new .filters-headline h4.headline-filter {
    position: absolute;
    right: 45px;
    top: 0px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-headline h4.headline-filter {
    right: 37px;
    font-size: 12px;
  }
}
#filters_new .filters-headline h4 span.headline-filter {
  display: block !important;
}
@media (max-width: 767px) {
  #filters_new .filters-headline h4 span.headline-filter {
    position: absolute;
    right: 45px;
    top: 0px;
    font-size: 14px;
  }
  #filters_new .filters-headline h4 span.headline-filter.hide {
    display: none !important;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-headline h4 span.headline-filter {
    right: 37px;
    font-size: 12px;
  }
}
#filters_new .filters-headline .filters-reset-button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: black;
  position: absolute;
  right: 50px;
  top: 0px;
}
@media (max-width: 767px) {
  #filters_new .filters-headline .filters-reset-button {
    right: 45px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-headline .filters-reset-button {
    right: 37px;
    font-size: 12px;
  }
}
#filters_new .filters-headline .filters-reset-button:active, #filters_new .filters-headline .filters-reset-button:visited {
  color: black;
}
#filters_new .filters-headline .filters-reset-button:hover {
  color: #00aefd;
}
#filters_new .filters-headline .filters-reset-button.hide {
  display: none;
}
#filters_new .filters-headline button.filter-open,
#filters_new .filters-headline button.filter-close {
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  outline: none;
  background: black;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 479px) {
  #filters_new .filters-headline button.filter-open,
#filters_new .filters-headline button.filter-close {
    width: 30px;
    height: 30px;
  }
}
#filters_new .filters-headline button.filter-open:before, #filters_new .filters-headline button.filter-open:after,
#filters_new .filters-headline button.filter-close:before,
#filters_new .filters-headline button.filter-close:after {
  content: "";
  display: block;
  width: 33%;
  height: 3px;
  background: white;
  transform-origin: 1.5px 50%;
  position: absolute;
  top: 55%;
  left: calc(50% - 1.5px);
}
#filters_new .filters-headline button.filter-open:before,
#filters_new .filters-headline button.filter-close:before {
  transform: rotate(225deg);
}
#filters_new .filters-headline button.filter-open:after,
#filters_new .filters-headline button.filter-close:after {
  transform: rotate(315deg);
}
#filters_new .filters-headline button.filter-close:before, #filters_new .filters-headline button.filter-close:after {
  top: 35%;
}
#filters_new .filters-headline button.filter-close:before {
  transform: rotate(135deg);
}
#filters_new .filters-headline button.filter-close:after {
  transform: rotate(45deg);
}
#filters_new .filters-wrapper {
  max-height: 0;
  overflow: hidden;
  background: #f7f7f7;
  transition: max-height 0.2s ease-in-out;
}
#filters_new .filters-wrapper:before, #filters_new .filters-wrapper:after {
  content: " ";
  display: table;
}
#filters_new .filters-wrapper.open {
  max-height: 300px;
  transition: max-height 0.15s ease-in-out;
}
#filters_new .filters-wrapper.opened {
  overflow: visible;
}
#filters_new .filters-wrapper .filters-headline {
  margin-top: -33px;
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-headline {
    margin-top: -30px;
  }
}
#filters_new .filters-wrapper .filters-set {
  padding: 0px 15px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  #filters_new .filters-wrapper .filters-set {
    padding: 0px 20px;
  }
}
#filters_new .filters-wrapper .filters-set li {
  float: left;
  display: inline-block;
}
#filters_new .filters-wrapper .filters-set li a {
  color: black;
  background: white;
  box-shadow: 0px 0px 0px 1px black inset;
  line-height: 18px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 20px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-set li a {
    font-size: 12px;
  }
}
#filters_new .filters-wrapper .filters-set li a:before, #filters_new .filters-wrapper .filters-set li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: black;
  transform-origin: 50% 50%;
  position: absolute;
  top: 7.5px;
  right: 2.5px;
}
#filters_new .filters-wrapper .filters-set li a:before {
  transform: rotate(225deg);
}
#filters_new .filters-wrapper .filters-set li a:after {
  transform: rotate(315deg);
}
#filters_new .filters-wrapper .filters-set li a:hover {
  color: #00aefd;
}
#filters_new .filters-wrapper .filters-set li a:hover:before, #filters_new .filters-wrapper .filters-set li a:hover:after {
  background: #00aefd;
}
#filters_new .filters-wrapper .filters-options {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;*/
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
#filters_new .filters-wrapper .filters-options:before, #filters_new .filters-wrapper .filters-options:after {
  content: " ";
  display: table;
}
#filters_new .filters-wrapper .filters-options .filter-options {
  position: relative;
  padding: 0 15px;
  margin-right: -0.5px;
}
@media (max-width: 767px) {
  #filters_new .filters-wrapper .filters-options .filter-options:nth-child(odd) {
    padding-left: 20px;
  }
  #filters_new .filters-wrapper .filters-options .filter-options:nth-child(even) {
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options:nth-child(odd) {
    padding-right: 5px;
  }
  #filters_new .filters-wrapper .filters-options .filter-options:nth-child(even) {
    padding-left: 5px;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  cursor: default;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option.active:not(.no-highlight) {
  color: #00aefd;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option.active:not(.no-highlight) span:before, #filters_new .filters-wrapper .filters-options .filter-options .filter-option.active:not(.no-highlight) span:after {
  background: #00aefd;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a.active,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a.active:active,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a.active:visited,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a.active:hover {
  color: #00aefd;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option input {
  display: none;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option span,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a {
  display: block;
  height: 22px;
  padding-right: 20px;
  border-bottom: 2px solid black;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option span,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a {
    height: auto;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option span,
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a {
    font-size: 11px;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option a:hover, #filters_new .filters-wrapper .filters-options .filter-options .filter-option a:visited, #filters_new .filters-wrapper .filters-options .filter-options .filter-option a:active {
  color: black;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option.filter-selection span:before, #filters_new .filters-wrapper .filters-options .filter-options .filter-option.filter-selection span:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: black;
  transform-origin: 1px 50%;
  position: absolute;
  top: 60%;
  right: 0px;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option.filter-selection span:before {
  transform: rotate(225deg);
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option.filter-selection span:after {
  transform: rotate(315deg);
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown {
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 2;
  min-width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 0 0 0 5px;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px black;
  display: none;
  -webkit-transition: opacity 0.2s ease-out, min-width 0.3s ease-out;
  transition: opacity 0.2s ease-out, min-width 0.3s ease-out;
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown {
    padding-left: 15px;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen {
  display: block;
  opacity: 0;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open {
  opacity: 1;
  min-width: 200%;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open.short {
  min-width: 110%;
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open.short {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open.short {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open {
    min-width: 100%;
  }
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown.preopen.open {
    position: fixed;
    min-width: unset;
    max-width: unset;
    z-index: 9999999;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .delete {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .delete:before, #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .delete:after {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: black;
  transform-origin: 50% 50%;
  position: absolute;
  top: 40%;
  left: 25%;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .delete:before {
  transform: rotate(225deg);
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .delete:after {
  transform: rotate(315deg);
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .filter-option-dropdown-header {
  display: block;
  height: 22px;
  border-bottom: 2px solid black;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #00aefd;
  cursor: default;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .filter-option-dropdown-search {
  box-shadow: 0 0 1px black;
  margin: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 10px;
  height: 40px;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .filter-option-dropdown-scroll-wrapper {
    height: 100%;
    padding-bottom: 90px;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .filter-option-dropdown-scroll {
  margin-top: 20px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 479px) {
  #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown .filter-option-dropdown-scroll {
    max-height: unset;
    height: 100%;
  }
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul {
  list-style: none;
  cursor: default;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul.subcategories {
  padding-left: 15px;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li {
  padding: 6px 0;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a {
  color: black;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.active {
  color: #00aefd;
  font-weight: 700;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a:hover {
  color: #00aefd;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive, #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive:active, #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive:hover {
  color: black;
  font-weight: 300;
  opacity: 0.3;
  cursor: default;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive.active, #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive:active.active, #filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul li a.inactive:hover.active {
  color: #00aefd;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul.flat {
  margin-left: -15px;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul.flat li {
  display: inline-block;
  padding: 0 15px 15px;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul.flat li:last-child {
  padding-right: 0;
}
#filters_new .filters-wrapper .filters-options .filter-options .filter-option-dropdown ul.flat li a {
  display: block;
}
#filters_new .filters-wrapper .calendar {
  margin-top: 5px;
}
#filters_new .filters-wrapper .calendar table {
  width: 100%;
  background: #f5f5f5;
}
#filters_new .filters-wrapper .calendar table tr:last-child td {
  border-bottom: 10px solid #f5f5f5;
}
#filters_new .filters-wrapper .calendar table td {
  padding: 5px 0px;
}
#filters_new .filters-wrapper .calendar table .prev,
#filters_new .filters-wrapper .calendar table .next,
#filters_new .filters-wrapper .calendar table .switch,
#filters_new .filters-wrapper .calendar table .day,
#filters_new .filters-wrapper .calendar table .month,
#filters_new .filters-wrapper .calendar table .year {
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
#filters_new .filters-wrapper .calendar table .day:hover,
#filters_new .filters-wrapper .calendar table .month:hover,
#filters_new .filters-wrapper .calendar table .year:hover {
  background: #dddddd;
}
#filters_new .filters-wrapper .calendar table .datepicker-years .switch {
  cursor: default;
}
#filters_new .filters-wrapper .calendar table .switch,
#filters_new .filters-wrapper .calendar table .dow {
  text-align: center;
  border: 1px solid #f5f5f5;
}
#filters_new .filters-wrapper .calendar table .prev {
  padding-left: 14px;
}
#filters_new .filters-wrapper .calendar table .next {
  text-align: right;
  padding-right: 14px;
}
#filters_new .filters-wrapper .calendar table .day {
  width: 14%;
  text-align: center;
}
#filters_new .filters-wrapper .calendar table .month {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#filters_new .filters-wrapper .calendar table .year {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#filters_new .filters-wrapper .calendar table .old,
#filters_new .filters-wrapper .calendar table .new {
  color: #999999;
}
#filters_new .filters-wrapper .calendar table .active {
  font-weight: bold;
  color: #ffffff;
  background: #00aefd;
}
#filters_new .filters-wrapper .calendar table .active:hover {
  background: #00aefd;
}
#filters_new .filters-wrapper .calendar table .old.active,
#filters_new .filters-wrapper .calendar table .new.active {
  background: #cccccc;
}
#filters_new .filters-wrapper .calendar-options {
  list-style: none;
  margin-top: 10px;
}
#filters_new .filters-wrapper .calendar-options li {
  display: inline-block;
  padding: 0 !important;
  margin: 0;
}
#filters_new .filters-wrapper .calendar-options li:after {
  content: ",";
}
#filters_new .filters-wrapper .calendar-options li:last-child:after {
  content: "";
}

#to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: block;
  color: black;
  text-align: center;
  z-index: 950;
  overflow: hidden;
  height: 60px;
  width: 70px;
}
#to-top span {
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  -o-transform: translateY(250px);
  font-size: 0px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
  width: 70px;
  background-color: black;
  display: inline-block;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.75s;
  -o-transition-timing: ease-in-out;
  -webkit-transition-timing: ease-in-out;
  position: relative;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-image: url("../img/icons/inv/arrow_up.png");
}
#to-top.on span {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 1;
  color: white;
}

#page-controls {
  position: absolute;
  top: 0px;
  z-index: 950;
}
#page-controls a {
  width: 215px;
  height: 140px;
  line-height: 95px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  top: 50%;
  margin-top: -70px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 0.75s;
  -o-transition-timing: ease-in-out;
  color: black;
  background-color: black;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 33px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  overflow: hidden;
}
#page-controls a:hover {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
}
#page-controls a > span {
  display: table;
  width: 90%;
  height: 100%;
  position: absolute;
}
#page-controls a > span span.title {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
#page-controls a.prev {
  left: 0;
  border-right: 20px solid transparent;
  text-align: right;
  margin-left: -190px;
  background-image: url("../img/icons/inv/left.png");
  background-position: center left;
}
#page-controls a.prev > span {
  right: 0;
}
#page-controls a.prev:hover {
  margin-left: 0px;
}
#page-controls a.next {
  right: 0;
  border-left: 20px solid transparent;
  text-align: left;
  margin-right: -190px;
  background-image: url("../img/icons/inv/right.png");
  background-position: center right;
}
#page-controls a.next > span {
  left: 0;
}
#page-controls a.next:hover {
  margin-right: 0px;
}

.modal-centered {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  z-index: 2000;
}
.modal-centered > div,
.modal-centered .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal-centered > div .inner,
.modal-centered .cell .inner {
  display: inline-block;
  text-align: left;
  width: 320px;
  margin-bottom: 25px;
}
.modal-centered > div .inner .modal-header,
.modal-centered > div .inner .modal-body,
.modal-centered .cell .inner .modal-header,
.modal-centered .cell .inner .modal-body {
  background-color: black;
}
.modal-centered > div .inner .modal-footer,
.modal-centered .cell .inner .modal-footer {
  margin: 0px;
}
.modal-centered > div .inner .alert,
.modal-centered .cell .inner .alert {
  padding: 24px !important;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ff4582;
  border: none;
  border-radius: 0px;
}
.modal-centered > div .inner .alert li,
.modal-centered .cell .inner .alert li {
  line-height: 23px !important;
}
.modal-centered > div .inner fieldset,
.modal-centered .cell .inner fieldset {
  border: none;
  padding: 0px;
}
.modal-centered > div .inner fieldset legend,
.modal-centered .cell .inner fieldset legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0px !important;
  height: auto !important;
  margin-bottom: 20px;
}
.modal-centered > div .inner .form-actions,
.modal-centered .cell .inner .form-actions {
  float: none;
  padding-bottom: 0px;
}
.modal-centered > div .inner .form-actions .btn-primary,
.modal-centered .cell .inner .form-actions .btn-primary {
  height: 80px;
  white-space: nowrap;
  font-size: 28px;
  width: 100%;
  padding: 0px !important;
  line-height: 80px !important;
}
.modal-centered > div .inner header,
.modal-centered > div .inner footer,
.modal-centered .cell .inner header,
.modal-centered .cell .inner footer {
  font-size: 14px;
  line-height: 22px;
}
.modal-centered > div .inner h2,
.modal-centered .cell .inner h2 {
  margin-bottom: 10px;
}
.modal-centered > div .inner header,
.modal-centered .cell .inner header {
  padding-bottom: 20px !important;
}
.modal-centered > div .inner footer,
.modal-centered .cell .inner footer {
  padding-top: 20px !important;
}

.panel-group {
  font-size: 14px;
  line-height: 20px;
}
.panel-group form .form-control {
  border-color: #e6e6e6;
}
.panel-group form .radios {
  white-space: nowrap;
}
.panel-group form .radios label {
  position: relative;
  padding: 0px !important;
  padding-left: 30px !important;
  padding-right: 15px !important;
  line-height: 40px;
  height: 40px !important;
  width: auto;
  display: inline-block;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  min-height: auto;
}
.panel-group form .radios label:hover {
  background-color: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.panel-group form .radios label input[type=radio],
.panel-group form .radios label input[type=checkbox] {
  margin: 0px !important;
  display: inline-block;
  margin-right: 5px !important;
  top: 50%;
  left: 10px;
  margin-left: 0px !important;
  margin-top: -6px !important;
  position: absolute;
}
.panel-group form textarea {
  height: 80px !important;
}
.panel-group .panel-heading {
  padding: 0px !important;
  position: relative;
}
.panel-group .panel-heading a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 13px;
  padding-top: 16px;
  padding-left: 20px;
  color: black;
  background-color: #e6e6e6;
}
.panel-group .panel-heading a:hover {
  background-color: #e6e6e6;
}
.panel-group .panel-heading a.collapsed {
  background-color: transparent;
}
.panel-group .panel-heading a.collapsed:after {
  border-top: 6px solid #505050;
  border-bottom: 0 dotted;
}
.panel-group .panel-heading a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -4px;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #505050;
  border-top: 0 dotted;
  content: "";
  opacity: 0.5;
}
.panel-group .panel-collapse {
  border: none;
  margin-bottom: 0px;
  background-color: #f2f2f2;
}
.panel-group .panel-collapse .panel-body {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
}
.panel-group .panel-collapse .panel-body#collapse-twitterfeed .time {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.panel-group .panel-collapse .panel-body.tight {
  padding-top: 5px;
  padding-bottom: 7px;
}

dl {
  margin: 0px;
  padding-bottom: 10px;
  position: relative;
}
dl .right {
  position: absolute;
  right: 0px;
  font-weight: 300;
}
dl a.crop {
  display: inline-block;
  margin-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
dl:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
dl.inset dt,
dl.inset dd {
  display: inline-block;
}
dl dt {
  font-weight: normal;
  font-weight: 700;
}
dl dd.access img {
  float: left;
  margin-right: 10px;
  bottom: -2px;
  position: relative;
}
dl dd p a {
  display: inline-block;
}
dl dd.languages {
  display: inline-block;
}
dl dd.languages:after {
  content: ", ";
}
dl dd.languages:last-child:after {
  content: "" !important;
}
dl dl dd {
  width: 49%;
  float: left;
  margin-right: 2%;
}
dl dl dd:last-child {
  margin-right: 0 !important;
}

.cms-plugin-intro *:empty {
  display: none;
}
.cms-plugin-intro:empty {
  display: none;
}
.cms-plugin-intro h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 0px;
  display: block;
}
.cms-plugin-intro h1:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-plugin-intro h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 0px;
  display: block;
}
.cms-plugin-intro h2:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-plugin-intro h3 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 0px;
  display: block;
  text-transform: none;
}
.cms-plugin-intro h3:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-plugin-intro h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
}
.cms-plugin-intro h4:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-plugin-intro .small p {
  font-size: 16px;
  line-height: 22px;
  width: 66%;
}
.cms-plugin-intro p {
  font-size: 20px;
  line-height: 1.6;
}
.cms-plugin-intro p:first-of-type {
  margin-top: 20px;
}

.img_and_desc,
.img_block {
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  float: none;
}
.img_and_desc div,
.img_and_desc span,
.img_block div,
.img_block span {
  display: inline;
}
.img_and_desc div.photo-credits-wrapper,
.img_block div.photo-credits-wrapper {
  display: block;
}
.img_and_desc br,
.img_block br {
  display: none;
}
.img_and_desc img,
.img_block img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.cms-plugin-richtext {
  padding-bottom: 40px;
}
.cms-plugin-richtext:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.cms-plugin-richtext h2 {
  top: 5px;
  position: relative;
  font-size: 30px;
  line-height: 32px;
  margin: 0px;
  position: relative;
  font-weight: 300;
}
.cms-plugin-richtext h2:not(:first-of-type) {
  margin-top: 40px;
}
.cms-plugin-richtext h3 {
  top: 5px;
  position: relative;
  font-size: 25px;
  line-height: 32px;
  margin: 0px;
  font-weight: 300;
  position: relative;
  margin-top: 40px;
}
.cms-plugin-richtext h4 {
  top: 5px;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  margin: 0px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.cms-plugin-richtext h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
.cms-plugin-richtext h3 {
  margin-bottom: 10px;
}
.cms-plugin-richtext ol,
.cms-plugin-richtext ul {
  margin-top: 10px;
  margin-bottom: 35px;
  list-style: none;
}
.cms-plugin-richtext li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cms-plugin-richtext li:last-child {
  border: none !important;
}
.cms-plugin-richtext ul,
.cms-plugin-richtext p {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
}
.cms-plugin-richtext ul strong,
.cms-plugin-richtext p strong {
  font-weight: 700;
}
.cms-plugin-richtext ul:last-child,
.cms-plugin-richtext p:last-child {
  padding: 0px !important;
}
.cms-plugin-richtext ul.img_block,
.cms-plugin-richtext p.img_block {
  margin-right: 40px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  padding-bottom: 0px !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
}
.cms-plugin-richtext ul.img_block br,
.cms-plugin-richtext p.img_block br {
  display: none;
}
.cms-plugin-richtext ul.img_block img,
.cms-plugin-richtext p.img_block img {
  display: block;
  margin-bottom: 10px;
  width: 100% !important;
}
.cms-plugin-richtext .img_block {
  font-size: 12px;
  line-height: 160%;
}
.cms-plugin-richtext .img_block img {
  display: block;
}
.cms-plugin-richtext .img_left,
.cms-plugin-richtext .img_block.img_left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  max-width: 250px;
  font-size: 12px;
  line-height: 160%;
}
.cms-plugin-richtext .img_left img,
.cms-plugin-richtext .img_block.img_left img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.cms-plugin-richtext:before, .cms-plugin-richtext:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}
.cms-plugin-richtext:after {
  clear: both;
}

#slideshow #carousel {
  margin: -35px 0px;
}
#slideshow #carousel .carousel-inner {
  background-color: black;
}

.tools {
  margin-bottom: 30px;
}

.museum-detail article,
.exhibition-detail article,
.event-detail article,
.workshop-detail article,
.shop-product-detail article {
  position: relative;
}
.museum-detail article iframe,
.exhibition-detail article iframe,
.event-detail article iframe,
.workshop-detail article iframe,
.shop-product-detail article iframe {
  width: 620px;
  margin-top: 30px;
}
.museum-detail article #cover_img,
.exhibition-detail article #cover_img,
.event-detail article #cover_img,
.workshop-detail article #cover_img,
.shop-product-detail article #cover_img {
  padding: 0px;
  margin-bottom: 30px;
  position: relative;
}
.museum-detail article #cover_img .img,
.exhibition-detail article #cover_img .img,
.event-detail article #cover_img .img,
.workshop-detail article #cover_img .img,
.shop-product-detail article #cover_img .img {
  margin: 0px;
}
.museum-detail article #cover_img .crop,
.exhibition-detail article #cover_img .crop,
.event-detail article #cover_img .crop,
.workshop-detail article #cover_img .crop,
.shop-product-detail article #cover_img .crop {
  width: auto;
  display: none !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
.museum-detail article #cover_img:hover .crop,
.exhibition-detail article #cover_img:hover .crop,
.event-detail article #cover_img:hover .crop,
.workshop-detail article #cover_img:hover .crop,
.shop-product-detail article #cover_img:hover .crop {
  display: block !important;
}
.museum-detail article header,
.exhibition-detail article header,
.event-detail article header,
.workshop-detail article header,
.shop-product-detail article header {
  margin-top: -10px;
  margin-bottom: 30px;
  position: relative;
}
.museum-detail article header h1,
.museum-detail article header h2,
.exhibition-detail article header h1,
.exhibition-detail article header h2,
.event-detail article header h1,
.event-detail article header h2,
.workshop-detail article header h1,
.workshop-detail article header h2,
.shop-product-detail article header h1,
.shop-product-detail article header h2 {
  font-size: 24px;
  line-height: 140%;
  display: block;
  margin: 0px;
}
.museum-detail article header h1,
.exhibition-detail article header h1,
.event-detail article header h1,
.workshop-detail article header h1,
.shop-product-detail article header h1 {
  font-weight: 700;
}
.museum-detail article header h2,
.exhibition-detail article header h2,
.event-detail article header h2,
.workshop-detail article header h2,
.shop-product-detail article header h2 {
  font-weight: 300;
}
.museum-detail article header h2.museum-closed,
.exhibition-detail article header h2.museum-closed,
.event-detail article header h2.museum-closed,
.workshop-detail article header h2.museum-closed,
.shop-product-detail article header h2.museum-closed {
  position: relative;
  padding-right: 165px;
}
@media (max-width: 767px) {
  .museum-detail article header h2.museum-closed,
.exhibition-detail article header h2.museum-closed,
.event-detail article header h2.museum-closed,
.workshop-detail article header h2.museum-closed,
.shop-product-detail article header h2.museum-closed {
    padding-right: 135px;
  }
}
.museum-detail article header h2 .museum-closed,
.exhibition-detail article header h2 .museum-closed,
.event-detail article header h2 .museum-closed,
.workshop-detail article header h2 .museum-closed,
.shop-product-detail article header h2 .museum-closed {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #000000;
  padding: 0px 10px;
  font-size: 20px;
  cursor: default;
}
@media (max-width: 767px) {
  .museum-detail article header h2 .museum-closed,
.exhibition-detail article header h2 .museum-closed,
.event-detail article header h2 .museum-closed,
.workshop-detail article header h2 .museum-closed,
.shop-product-detail article header h2 .museum-closed {
    font-size: 16px;
  }
}
.museum-detail article header h1.museum-closed,
.exhibition-detail article header h1.museum-closed,
.event-detail article header h1.museum-closed,
.workshop-detail article header h1.museum-closed,
.shop-product-detail article header h1.museum-closed {
  position: relative;
  padding-right: 165px;
}
@media (max-width: 767px) {
  .museum-detail article header h1.museum-closed,
.exhibition-detail article header h1.museum-closed,
.event-detail article header h1.museum-closed,
.workshop-detail article header h1.museum-closed,
.shop-product-detail article header h1.museum-closed {
    padding-right: 135px;
  }
}
.museum-detail article header h1 .museum-closed,
.exhibition-detail article header h1 .museum-closed,
.event-detail article header h1 .museum-closed,
.workshop-detail article header h1 .museum-closed,
.shop-product-detail article header h1 .museum-closed {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 0px 10px;
  font-size: 20px;
  cursor: default;
}
@media (max-width: 767px) {
  .museum-detail article header h1 .museum-closed,
.exhibition-detail article header h1 .museum-closed,
.event-detail article header h1 .museum-closed,
.workshop-detail article header h1 .museum-closed,
.shop-product-detail article header h1 .museum-closed {
    font-size: 16px;
  }
}
.museum-detail article header h3,
.exhibition-detail article header h3,
.event-detail article header h3,
.workshop-detail article header h3,
.shop-product-detail article header h3 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 160%;
  font-weight: 600;
  margin-top: 15px !important;
}
.museum-detail article header h4,
.exhibition-detail article header h4,
.event-detail article header h4,
.workshop-detail article header h4,
.shop-product-detail article header h4 {
  font-size: 12px;
  line-height: 140%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
.museum-detail article header .extras,
.exhibition-detail article header .extras,
.event-detail article header .extras,
.workshop-detail article header .extras,
.shop-product-detail article header .extras {
  margin-top: 25px;
}
.museum-detail article header .extras dl,
.exhibition-detail article header .extras dl,
.event-detail article header .extras dl,
.workshop-detail article header .extras dl,
.shop-product-detail article header .extras dl {
  display: inline-block !important;
  margin-right: 20px;
}
.museum-detail article header .extras dd,
.museum-detail article header .extras dt,
.exhibition-detail article header .extras dd,
.exhibition-detail article header .extras dt,
.event-detail article header .extras dd,
.event-detail article header .extras dt,
.workshop-detail article header .extras dd,
.workshop-detail article header .extras dt,
.shop-product-detail article header .extras dd,
.shop-product-detail article header .extras dt {
  font-size: 20px;
  line-height: 32px;
}
.museum-detail article blockquote,
.exhibition-detail article blockquote,
.event-detail article blockquote,
.workshop-detail article blockquote,
.shop-product-detail article blockquote {
  border: none;
  font-size: 40px;
  line-height: 52px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2 !important;
  border-top: 1px solid #f2f2f2 !important;
  color: rgba(0, 0, 0, 0.5);
}
.museum-detail article blockquote:before,
.exhibition-detail article blockquote:before,
.event-detail article blockquote:before,
.workshop-detail article blockquote:before,
.shop-product-detail article blockquote:before {
  content: "Â«";
}
.museum-detail article blockquote:after,
.exhibition-detail article blockquote:after,
.event-detail article blockquote:after,
.workshop-detail article blockquote:after,
.shop-product-detail article blockquote:after {
  content: "Â»";
}
.museum-detail article blockquote:last-child,
.exhibition-detail article blockquote:last-child,
.event-detail article blockquote:last-child,
.workshop-detail article blockquote:last-child,
.shop-product-detail article blockquote:last-child {
  padding: 0px !important;
}
.museum-detail article .extras dl,
.exhibition-detail article .extras dl,
.event-detail article .extras dl,
.workshop-detail article .extras dl,
.shop-product-detail article .extras dl {
  display: inline-block !important;
  margin-right: 20px;
}
.museum-detail article .videos-embed .video-embed,
.exhibition-detail article .videos-embed .video-embed,
.event-detail article .videos-embed .video-embed,
.workshop-detail article .videos-embed .video-embed,
.shop-product-detail article .videos-embed .video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  margin: 0 0 30px;
}
.museum-detail article .videos-embed .video-embed iframe,
.exhibition-detail article .videos-embed .video-embed iframe,
.event-detail article .videos-embed .video-embed iframe,
.workshop-detail article .videos-embed .video-embed iframe,
.shop-product-detail article .videos-embed .video-embed iframe {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.magazine-detail-intro div,
.magazine-detail-main div {
  padding-left: 0px;
  padding-right: 0px;
}

.magazine-detail-main {
  padding-top: 20px;
}

.magazine-detail-buttons {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #body {
    padding-bottom: 0px !important;
    /* Height of the footer */
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #to-top {
    display: none;
  }

  .content {
    padding: 20px 0px !important;
  }

  .museum-detail article header h1,
.museum-detail article header h2,
.exhibition-detail article header h1,
.exhibition-detail article header h2,
.event-detail article header h1,
.event-detail article header h2,
.workshop-detail article header h1,
.workshop-detail article header h2 {
    font-size: 20px;
  }

  .navbar-wrapper {
    height: 50px;
  }

  .navbar-brand {
    padding: 11px;
    padding-left: 0px;
    left: 20px;
  }

  .navbar-toggle {
    position: absolute;
    right: 0px;
  }

  #list-filter {
    height: 0px;
    padding-top: 0px;
    z-index: 1590;
    background-color: white;
    overflow-x: scroll;
    max-height: 100%;
  }
  #list-filter > div {
    border: none;
  }
  #list-filter .container .cancel {
    right: 0px;
  }

  .navbar-nav > li > a {
    padding: 0px 20px;
    font-size: 16px !important;
    color: black !important;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 700;
    text-align: center;
  }

  #details,
.link-group {
    margin-left: -20px;
    margin-right: -20px;
  }

  .navbar {
    position: fixed;
    width: 100%;
  }

  body.nav-expanded {
    overflow: hidden;
  }

  #top_nav {
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    background: #fff;
    width: 100% !important;
    margin: 0 !important;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    left: 100%;
  }

  body.nav-expanded #top_nav {
    left: 0;
    transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
  }

  .navbar-header,
.navbar-collapse {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .planorg-firstlevel-item {
    padding-bottom: 10px !important;
  }

  .list-header #filter-summary {
    margin-top: 10px;
  }

  .list .item#item-preview > a {
    display: block !important;
  }

  .grid .item,
.list .item {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  #additional-contents .list .item > a h3 {
    white-space: initial !important;
  }

  #additional-contents .grid,
#additional-contents .list,
#list .grid,
#list .list {
    margin-left: -20px;
    margin-right: -20px;
  }
  #additional-contents .grid #item-preview,
#additional-contents .list #item-preview,
#list .grid #item-preview,
#list .list #item-preview {
    background-image: url("../img/trns-1.png") !important;
  }
  #additional-contents .grid #item-preview .description,
#additional-contents .list #item-preview .description,
#list .grid #item-preview .description,
#list .list #item-preview .description {
    padding: 20px;
    padding-top: 0px;
    min-width: 100%;
  }
  #additional-contents .grid #item-preview .description p.lead,
#additional-contents .list #item-preview .description p.lead,
#list .grid #item-preview .description p.lead,
#list .list #item-preview .description p.lead {
    margin-right: 0px;
  }
  #additional-contents .grid #cover_img .img,
#additional-contents .list #cover_img .img,
#list .grid #cover_img .img,
#list .list #cover_img .img {
    display: block !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  #additional-contents .grid .item,
#additional-contents .list .item,
#list .grid .item,
#list .list .item {
    margin-bottom: 0px;
    padding: 0px !important;
  }
  #additional-contents .grid .item .img,
#additional-contents .list .item .img,
#list .grid .item .img,
#list .list .item .img {
    display: none !important;
  }
  #additional-contents .grid .item > a,
#additional-contents .list .item > a,
#list .grid .item > a,
#list .list .item > a {
    color: black;
    padding: 17px 20px;
    display: block;
    background-image: url("../img/trns-1.png") !important;
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom: 0px !important;
  }
  #additional-contents .grid .item > a h3,
#additional-contents .grid .item > a h4,
#additional-contents .grid .item > a h5,
#additional-contents .list .item > a h3,
#additional-contents .list .item > a h4,
#additional-contents .list .item > a h5,
#list .grid .item > a h3,
#list .grid .item > a h4,
#list .grid .item > a h5,
#list .list .item > a h3,
#list .list .item > a h4,
#list .list .item > a h5 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #additional-contents .grid .item > a h3,
#additional-contents .list .item > a h3,
#list .grid .item > a h3,
#list .list .item > a h3 {
    font-weight: 700;
  }
  #additional-contents .grid .item .image-bg-xs,
#additional-contents .list .item .image-bg-xs,
#list .grid .item .image-bg-xs,
#list .list .item .image-bg-xs {
    display: block;
    overflow: hidden;
    padding: 10px 20px !important;
    margin-bottom: 10px;
    border-bottom: 3px solid #f7f7f7;
  }
  #additional-contents .grid .item .image-bg-xs > *:not(.image-bg),
#additional-contents .list .item .image-bg-xs > *:not(.image-bg),
#list .grid .item .image-bg-xs > *:not(.image-bg),
#list .list .item .image-bg-xs > *:not(.image-bg) {
    padding-left: 15px;
    margin-top: -3px;
  }
  #additional-contents .grid .item .image-bg-xs .museum-closed,
#additional-contents .list .item .image-bg-xs .museum-closed,
#list .grid .item .image-bg-xs .museum-closed,
#list .list .item .image-bg-xs .museum-closed {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 2px 3px 1px;
    margin-left: 5px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    float: right;
  }
  #additional-contents .grid .item .image-bg-xs .closed-inside,
#additional-contents .list .item .image-bg-xs .closed-inside,
#list .grid .item .image-bg-xs .closed-inside,
#list .list .item .image-bg-xs .closed-inside {
    white-space: initial;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  #search {
    display: none;
  }

  .navbar-nav > li > a {
    font-size: 11px;
  }

  .navbar-nav > li:not(:last-child) > a {
    margin-right: 5px;
  }

  .shop-product-list .item {
    min-height: 217px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 14px;
  }

  .navbar-nav > li:not(:last-child) > a {
    margin-right: 15px;
  }

  .shop-product-list .item {
    min-height: 257px;
  }
}
@media (min-width: 1200px) {
  .navbar-form .input-group {
    width: 200px !important;
  }

  #search {
    display: inline-block;
  }

  .shop-product-list .item {
    min-height: 217px;
  }
}
#button-id-crop-photo {
  margin-top: 15px;
}

#photos, #streamings {
  margin-left: -5px;
  margin-right: -5px;
  overflow: auto;
}
#photos > div, #streamings > div {
  width: 20%;
  float: left;
  padding: 5px;
}
#photos > div a img, #streamings > div a img {
  width: 100%;
}
#photos .ui-state-highlight, #streamings .ui-state-highlight {
  width: 20%;
  background-image: url("../img/trns-1.png") !important;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

#workshop_times .formset-form:first-child label {
  display: block;
}
#workshop_times .formset-form label {
  display: none;
}

#workshop_times .form-group,
#batch_workshop_time .form-group {
  margin-bottom: 0px;
}

.tagsinput .btn {
  margin-right: 2px;
  margin-bottom: 2px;
}

.fieldset-meta {
  position: absolute;
  top: 25px;
  right: 35px;
}
.fieldset-meta > * {
  float: left;
  margin-left: 4px;
}

.dashboard-content .fieldset-imagegallery .fieldset-meta {
  position: static;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashboard-content .fieldset-imagegallery .fieldset-meta > * {
  float: none;
  margin-left: 0;
}
.dashboard-content .fieldset-imagegallery #photos, .dashboard-content .fieldset-imagegallery #streamings {
  width: 100%;
}
.dashboard-content .event_time {
  max-height: 1000px;
  overflow: initial;
  border-top: 2px solid white;
  position: relative;
  padding-bottom: 60px;
}
.dashboard-content .event_time.small {
  max-height: 100px;
  overflow: hidden;
}
.dashboard-content .event_time.small .open-close-button:after {
  border: 12px solid transparent;
  border-top: 10px solid white;
  bottom: 12px;
}
.dashboard-content .event_time .open-close-button {
  display: block;
  width: 60px;
  height: 60px;
  background: #bbb;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  cursor: pointer;
}
.dashboard-content .event_time .open-close-button:after {
  content: "";
  display: block;
  border: 12px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  bottom: 25px;
  right: 17px;
  z-index: 999999;
  cursor: pointer;
}
.dashboard-content .event_time .cancelled-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.dashboard-content .event_time .cancelled-wrapper .input-group {
  display: flex;
}
.dashboard-content .event_time .cancelled-wrapper .delete {
  margin: 15px 0 0 15px;
}
.dashboard-content .event_time .cancelled-wrapper label {
  margin-left: 10px;
}
.dashboard-content .event_time .cancelled-wrapper input {
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin: 20px auto 0;
}

#form-meta {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
#form-meta > * {
  float: left;
  margin-left: 4px;
}
#form-meta #form_languages {
  width: 150px;
}
#form-meta #pub-status {
  width: 150px;
}

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

.dashboard-header {
  padding-top: 35px;
}

.dashboard-content {
  background-color: #f5f5f5;
}
.dashboard-content > .messages {
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  border-bottom: 4px solid #fff;
}
.dashboard-content > .messages * {
  margin: 0px;
}
.dashboard-content fieldset {
  padding-top: 75px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin: 0px;
  background-color: #f5f5f5;
  border-bottom: 4px solid #fff;
}
.dashboard-content fieldset.no-legend {
  padding-top: 0px;
  margin-top: 12px;
}
.dashboard-content fieldset fieldset {
  padding: 0px !important;
  padding-top: 75px !important;
  padding-bottom: 25px !important;
  margin: 0px !important;
  border: none !important;
}
.dashboard-content .form-actions {
  padding: 25px 35px;
}
.dashboard-content .form-actions:last-child {
  background-color: white;
  padding: 0px;
  padding-top: 25px;
}
.dashboard-content .form-actions:last-child .btn-primary {
  float: right;
}

.checkbox-group {
  margin-bottom: 15px;
}
.checkbox-group > .form-group {
  margin-bottom: 2px;
}
.checkbox-group .level-1 .checkbox {
  padding-left: 80px;
}

.checkbox-inline-group > label {
  display: block;
  margin-top: 15px;
}
.checkbox-inline-group .form-group {
  display: inline-block;
  margin-right: 2px;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

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

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

.form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 30px;
  color: black;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #f5f5f5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: url("../img/trns-1.png");
}

textarea.form-control {
  resize: vertical;
}

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

select {
  visibility: hidden;
}
.cke_dialog_ui_input_select {
  visibility: visible;
}

.dashboard .container {
  max-width: 940px;
  min-width: 940px;
  width: 940px;
}
.dashboard #form-meta .form-control {
  min-height: 40px;
}

.dashboard-table {
  width: 100%;
  margin-bottom: 10px;
}
.dashboard-table .item a {
  display: block;
}
.dashboard-table tr:hover td {
  background-color: #f0f0f0;
}
.dashboard-table tr td,
.dashboard-table tr th {
  padding: 5px;
}
.dashboard-table tr td:first-child,
.dashboard-table tr th:first-child {
  padding-left: 10px;
}
.dashboard-table tr td:last-child,
.dashboard-table tr th:last-child {
  text-align: right;
}
.dashboard-table tr th small {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75) !important;
}
.dashboard-table tr td {
  border: none;
  border-bottom: 2px solid transparent;
  vertical-align: top;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.75) !important;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  background-image: url("../img/trns-1.png");
}
.dashboard-table tr td:nth-child(2n), .dashboard-table tr td:nth-child(3n), .dashboard-table tr td:nth-child(4n) {
  width: 1%;
  white-space: nowrap;
}
.dashboard-table tr td .status {
  margin-bottom: -2px;
  height: 24px;
  width: 115px;
  display: block;
}
.dashboard-table tr td .status .sbToggle {
  height: 24px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.25;
}
.dashboard-table tr td .status .sbToggle.sbToggleOpen {
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.15);
}
.dashboard-table tr td .status .sbHolder {
  background-color: rgba(0, 0, 0, 0.025);
  border: none;
  font-family: inherit;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: inline-block;
  height: 24px;
  position: relative;
  width: 100%;
  font-size: 13px !important;
  line-height: 24px !important;
}
.dashboard-table tr td .status .sbHolder:hover {
  background-color: rgba(0, 0, 0, 0);
}
.dashboard-table tr td .status .sbOptions a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dashboard-table tr td .status .sbSelector {
  font-size: 13px !important;
  line-height: 24px !important;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#dashboard fieldset {
  margin-top: 60px;
  position: relative;
}
#dashboard legend {
  font-size: 28px;
  padding-bottom: 10px;
  border: none !important;
  margin: 0px;
}
#dashboard legend a {
  color: black;
}
#dashboard .all {
  color: #00aefd !important;
  font-size: 13px !important;
  line-height: 24px !important;
}
#dashboard .all:hover {
  color: black !important;
}
#dashboard .icon-last-edited {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100px;
  height: 18px;
  width: 18px;
  background-image: url("../img/icons/edit.png");
  opacity: 0.35;
  margin-top: 0px;
}
#dashboard .add {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 32px;
  line-height: 32px !important;
  background-color: rgba(0, 0, 0, 0.075);
  background-color: #00aefd;
  margin-bottom: 4px;
  display: block;
  padding: 0px;
  padding-right: 30px;
  padding-left: 12px;
  background-image: url("../img/icons/inv/add_bold.png");
  background-size: 32px;
  background-position: right !important;
  background-repeat: no-repeat;
  color: white;
  font-weight: 300;
  white-space: nowrap;
}
#dashboard .add:hover {
  background-color: black;
}
#dashboard fieldset > ul.museums li:hover .actions, #dashboard fieldset > ul.exhibitions li:hover .actions, #dashboard fieldset > ul.events li:hover .actions, #dashboard fieldset > ul.workshops li:hover .actions {
  opacity: 1;
}
#dashboard fieldset > ul.museums .actions, #dashboard fieldset > ul.exhibitions .actions, #dashboard fieldset > ul.events .actions, #dashboard fieldset > ul.workshops .actions {
  opacity: 0.25;
}
#dashboard fieldset > ul > li {
  position: relative;
}
#dashboard fieldset > ul > li:hover .status {
  opacity: 1;
}
#dashboard fieldset > ul > li:hover .status .sbToggle {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0.5;
}
#dashboard fieldset > ul > li:hover .status .sbHolder {
  background-color: rgba(0, 0, 0, 0);
}
#dashboard fieldset > ul > li .status {
  position: absolute;
  top: 8px;
  right: 80px;
  width: 115px;
}
#dashboard fieldset > ul > li .status .sbToggle {
  height: 24px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.25;
}
#dashboard fieldset > ul > li .status .sbHolder {
  background-color: #ebebeb !important;
  border: none;
  font-family: inherit;
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: inline-block;
  height: 24px;
  position: relative;
  width: 100%;
  font-size: 13px !important;
  line-height: 24px !important;
}
#dashboard fieldset > ul > li .status .sbOptions a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#dashboard fieldset > ul > li .status .sbSelector {
  font-size: 13px !important;
  line-height: 24px !important;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#dashboard fieldset > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.075);
}
#dashboard fieldset > ul > li > h3,
#dashboard fieldset > ul > li > span,
#dashboard fieldset > ul > li > a {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.75) !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 2px;
  white-space: nowrap;
}
#dashboard fieldset > ul > li > h3 .title,
#dashboard fieldset > ul > li > span .title,
#dashboard fieldset > ul > li > a .title {
  font-weight: 700;
}
#dashboard fieldset > ul > li > h3:hover h3,
#dashboard fieldset > ul > li > h3:hover h4,
#dashboard fieldset > ul > li > h3:hover h5,
#dashboard fieldset > ul > li > span:hover h3,
#dashboard fieldset > ul > li > span:hover h4,
#dashboard fieldset > ul > li > span:hover h5,
#dashboard fieldset > ul > li > a:hover h3,
#dashboard fieldset > ul > li > a:hover h4,
#dashboard fieldset > ul > li > a:hover h5 {
  color: rgba(0, 0, 0, 0.5) !important;
}
#dashboard fieldset > ul > li > h3 h3,
#dashboard fieldset > ul > li > span h3,
#dashboard fieldset > ul > li > a h3 {
  overflow: hidden;
  max-width: 700px;
}
#dashboard fieldset > ul > li > h3 h3,
#dashboard fieldset > ul > li > h3 h5,
#dashboard fieldset > ul > li > span h3,
#dashboard fieldset > ul > li > span h5,
#dashboard fieldset > ul > li > a h3,
#dashboard fieldset > ul > li > a h5 {
  display: inline-block;
  font-size: 16px !important;
}
#dashboard fieldset > ul > li > h3 h5,
#dashboard fieldset > ul > li > span h5,
#dashboard fieldset > ul > li > a h5 {
  font-weight: 300;
  opacity: 0.5;
  position: relative;
  top: -2px;
  font-size: 13px !important;
}

.sbHolder {
  background-image: url("../img/trns-1.png");
  border: none;
  font-family: inherit;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #404040 !important;
  height: 40px;
  position: relative;
  width: 100%;
}

.sbHolder:focus {
  box-shadow: inset 0 0 0 4px #f2f2f2 !important;
  border: 1px solid green;
}

.sbSelector {
  display: block;
  height: 100%;
  left: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 12px;
  top: 0;
  width: 100%;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #404040 !important;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background-image: url("../img/icons/triangle_down.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 40px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ebebeb !important;
  opacity: 0.35;
}

.sbHolderDisabled {
  background-color: #3c3c3c;
  border: solid 1px #515151;
}

.sbOptions {
  background-color: white;
  border: none;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  z-index: 20000;
}

.sbOptions li {
  padding: 0;
}

.sbOptions a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.025);
  display: block;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: #ebebeb;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: black;
  background-color: rgba(0, 0, 0, 0.15);
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

#carousel-startpage #carousel {
  float: left;
  width: 100%;
}
#carousel-startpage .photo-credits-over {
  transform: rotate(270deg) translateX(100%);
  transform-origin: right bottom 0;
  left: inherit;
  right: 0px;
}
@media (max-width: 767px) {
  #carousel-startpage .container {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  #carousel-startpage .carousel-control.left, #carousel-startpage .carousel-control.right {
    display: none;
  }
  #carousel-startpage .carousel-indicators li {
    margin-left: 5px;
    margin-right: 5px;
  }
  #carousel-startpage .carousel-caption h2 {
    padding: 0 10px 30px 20px !important;
    line-height: 1;
    font-size: 16px;
    text-shadow: 0 0 2px black;
  }
  #carousel-startpage .photo-credits-over {
    transform: none;
    left: 0px;
    right: inherit;
  }
  #carousel-startpage .carousel-inner {
    height: 280px;
  }
  #carousel-startpage .carousel-inner .item img {
    max-width: none;
    width: auto;
    height: 280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

#carousel-shop #carousel .carousel-controls-wrapper {
  display: none;
}
#carousel-shop #carousel .carousel-controls-wrapper .carousel-control {
  width: auto;
}
#carousel-shop #carousel .carousel-controls-wrapper .carousel-control .icon-prev {
  left: auto;
}
#carousel-shop #carousel .carousel-controls-wrapper .carousel-control .icon-next {
  right: auto;
  left: -41px;
}
#carousel-shop .item a {
  display: block;
  width: 48.5%;
  float: left;
}
#carousel-shop .item a img {
  border: 1px solid #939393;
}
#carousel-shop .item a:first-child {
  margin-right: 3%;
}

/*
#pager {
  width: 100%;
  text-align: center;
  a {
     display: inline-block;
     background-color: black;
     border-radius: 10px;
     width: 8px;
     height: 8px;
     margin-left: 3px;
     margin-right: 3px;
     overflow: hidden;
     font-size: 0px;
     opacity: 0.1;

    -webkit-transition-property: all;
    -webkit-transition-duration: 1.75s;
    -webkit-transition-timing: ease-in-out;

    -moz-transition-property: all;
    -moz-transition-duration: 1.75s;
    -moz-transition-timing: ease-in-out;

    -o-transition-property: all;
    -o-transition-duration: 1.75s;
    -o-transition-timing: ease-in-out;

    &.activeSlide {
      opacity: 0.5;

      -webkit-transition-property: all;
      -webkit-transition-duration: 0.125s;
      -webkit-transition-timing: ease-in-out;

      -moz-transition-property: all;
      -moz-transition-duration: 0.125s;
      -moz-transition-timing: ease-in-out;

      -o-transition-property: all;
      -o-transition-duration: 0.125s;
      -o-transition-timing: ease-in-out;
    }
  }
}

.carousel-control {
  position: absolute;
  top:125px;
  height: 100px;
  width: 33px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px;
  z-index: 1000;
  font-size: 0px;

  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing: ease-in-out;

  -moz-transition-property: all;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing: ease-in-out;

  -o-transition-property: all;
  -o-transition-duration: 0.75s;
  -o-transition-timing: ease-in-out;

  &:hover {
    width: 66px;
    background-color: black;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing: ease-in-out;

    -moz-transition-property: all;
    -moz-transition-duration: 0.125s;
    -moz-transition-timing: ease-in-out;

    -o-transition-property: all;
    -o-transition-duration: 0.125s;
    -o-transition-timing: ease-in-out;
  }
}

.carousel-control.left {
  left: 0px;
  &:hover {left: -33px; }
  text-align: right;
  background-image: url("../img/icons/inv/left.png");
}

.carousel-control.right {
  &:hover {right: -33px; }
  right: 0px;
  text-align: left;
  background-image: url("../img/icons/inv/right.png");
}


.carousel .item {
  background-color: black;
  img {
    opacity: 0.8;
    -webkit-filter: grayscale(100%); // New WebKit
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); // Not yet supported in Gecko, Opera or IE
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); // Firefox 3.5+
    filter: gray; // IE
    filter: grayscale(100%); // Current draft standard
  }
  .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    padding: 40px;
    padding-bottom: 35px;

    h2 {
      font-weight: 700;
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 25px;
      display: block;
      color: white;
      &:last-child { margin-bottom: 0px; padding-bottom: 0px;}
    }

    h3 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 25px;
      margin-top: -25px;
      display: block;
      color: white;
      &:last-child { margin-bottom: 0px; padding-bottom: 0px;}
    }
  }
}*/
#side_nav a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}
#side_nav li.selected > a {
  background-color: #f2f2f2 !important;
  color: black !important;
  font-weight: bold;
}
#side_nav li {
  list-style: none !important;
}
#side_nav > li {
  border: none;
  border-bottom: 5px solid white;
  margin-bottom: 0px;
  background-color: #f2f2f2;
}
#side_nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding-bottom: 13px;
  padding-top: 16px;
  padding-left: 25px;
}
#side_nav > li > a:hover {
  color: black;
  background-color: #f2f2f2;
}
#side_nav > li ul {
  border-top: 1px solid #f2f2f2;
}
#side_nav > li ul li:first-child > a {
  padding-top: 12px;
}
#side_nav > li ul li:last-child > a {
  padding-bottom: 12px;
}
#side_nav > li ul li a {
  display: inline-block;
  margin-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
#side_nav > li ul a:hover {
  color: black;
  background-color: #f2f2f2;
}

#footer ul.navigation {
  white-space: nowrap;
}
#footer ul.navigation li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  padding: 0px;
  padding-right: 7px;
  margin-right: 4px;
  border-right: 1px solid #ebebeb;
}
#footer ul.navigation li.selected a {
  color: #00aefd;
}
#footer ul.navigation li a {
  color: black;
}
#footer ul.navigation li a:hover {
  color: #00aefd;
}
@media (max-width: 767px) {
  #footer {
    position: relative !important;
    margin-top: 20px;
  }
}

#sponsors {
  padding-bottom: 20px;
  background-color: #f2f2f2;
}
#sponsors h4 {
  font-size: 10px;
  margin-bottom: 5px;
}
#sponsors h4.second-row {
  margin-top: 10px;
}
#sponsors .container > div {
  display: block;
  float: left;
  width: auto;
  height: 130px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding-right: 2%;
  white-space: nowrap;
  border-right: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  #sponsors .container > div {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    white-space: normal;
  }
}
#sponsors .container > div a {
  padding-right: 5px;
  display: inline-block;
  opacity: 0.85;
}
@media (max-width: 767px) {
  #sponsors .container > div a {
    padding-bottom: 5px;
  }
}
#sponsors .container > div a:hover {
  color: black;
  opacity: 1;
}
#sponsors .container > div a span {
  display: none;
}
#sponsors .container > div a img {
  height: 40px;
}
#sponsors .container ul {
  float: left;
  list-style: none;
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
#sponsors .container ul a {
  font-size: 12px;
  display: block;
  padding-right: 0px;
  padding-bottom: 5px;
  line-height: 100%;
}
#sponsors .container ul li.active a {
  color: black;
  font-weight: 700;
}
#sponsors.sponsors-museumssommer .container > div {
  margin-right: 85px;
}
#sponsors.sponsors-museumssommer .container > div a {
  padding-right: 40px;
}
#sponsors.sponsors-museumssommer .container > div:last-child {
  margin-right: 0;
}

.shop_overview .shop_overview_entry {
  margin-bottom: 30px !important;
}

.shop-product-list .item h3 {
  max-width: 75%;
  width: auto;
}
.shop-product-list .price {
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  display: block;
  white-space: nowrap;
  height: 20px !important;
  margin: 0px !important;
}

.plan_organize.secondlevel .img_left.secondlevel {
  position: relative;
  width: 35%;
  display: block;
  float: left;
  margin-right: 5%;
  margin-bottom: 2%;
}
.plan_organize.secondlevel .img_left.secondlevel .photo-credits-over {
  bottom: 10px;
}
.plan_organize.secondlevel .bottom_line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.plan_organize.secondlevel .space {
  margin-top: 30px;
}

.caret.black {
  border-top-color: #000000;
}

#toggle-list-filter .caret {
  margin-left: 3px;
}

.icon-social-instagram {
  height: 20px !important;
  background: url(../img/icons/instagram.png) center 4px no-repeat;
}

a:hover .icon-social-instagram {
  background-position: center -16px;
}

.social-bar {
  margin-left: 5px;
  margin-right: 15px;
}
.social-bar li a {
  min-width: 25px;
}
.social-bar li a .icon {
  width: 25px;
}
.social-bar.nav.navbar-nav.visible-xs {
  text-align: center;
}
.social-bar.nav.navbar-nav.visible-xs li {
  display: inline-block;
  padding: 0 5px;
}
.social-bar.nav.navbar-nav.visible-xs li a .icon {
  color: #777;
}

.navbar-header .social-bar {
  position: absolute;
  top: 4px;
  right: 40px;
  clear: both;
  margin-right: 10px;
}
.navbar-header .social-bar li {
  float: left;
}
.navbar-header .social-bar li a {
  min-width: 27px;
}
.navbar-header .social-bar li a .icon {
  color: #777;
  width: 27px;
}
.navbar-header .social-bar li a:hover .icon {
  color: #000;
}

.navbar-search {
  height: 40px;
  clear: both;
  overflow: hidden;
  background: #f7f7f7;
  margin-right: 10px;
}
.navbar-search li {
  display: block;
  float: left;
}
.navbar-search li:last-child {
  margin-left: 2px;
}
.navbar-search .form-control {
  width: 150px;
  height: 40px;
  min-height: 30px;
  font-size: 15px/30px !important;
  border: none;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-search a:hover {
  background: #efefef !important;
}

#search_form button.btn {
  min-width: auto;
}

.cms_edit {
  display: inline-block;
}
.cms_edit .icon {
  overflow: hidden;
  padding: 0 0 0 5px;
  width: 30px;
  text-align: center;
}

#mega_drop_down_menu {
  padding: 0px;
  position: fixed;
  z-index: 20;
  width: 100%;
  background: #eee;
  top: 50px;
  box-shadow: inset 0px 0px 1px #666666;
  display: none;
}
#mega_drop_down_menu h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#mega_drop_down_menu h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#mega_drop_down_menu .col-sm-4 {
  padding-top: 20px !important;
  padding-left: 16px;
  padding-right: 20px;
}
#mega_drop_down_menu .col-sm-4:first-child {
  padding-left: 45px;
  padding-right: 10px;
}
#mega_drop_down_menu .col-sm-4:last-child {
  padding-left: 5px;
  padding-right: 50px;
}
#mega_drop_down_menu .richtext {
  padding-bottom: 20px;
}
#mega_drop_down_menu .richtext ul {
  list-style-type: none;
  font-size: 15px;
}
#mega_drop_down_menu .no-richtext {
  padding-bottom: 20px;
}
#mega_drop_down_menu .no-richtext img {
  margin-top: 5px;
  margin-bottom: 15px;
}
#mega_drop_down_menu .no-richtext p .btn {
  margin-top: 10px;
  line-height: 30px;
  min-height: 30px;
  padding: 0 8px;
  float: right;
}
#mega_drop_down_menu .calendar {
  margin-top: 5px;
}
#mega_drop_down_menu .calendar table {
  width: 100%;
  background: #f5f5f5;
}
#mega_drop_down_menu .calendar table tr:last-child td {
  border-bottom: 10px solid #f5f5f5;
}
#mega_drop_down_menu .calendar table td {
  padding: 5px 0px;
}
#mega_drop_down_menu .calendar table .prev,
#mega_drop_down_menu .calendar table .next,
#mega_drop_down_menu .calendar table .switch,
#mega_drop_down_menu .calendar table .day,
#mega_drop_down_menu .calendar table .month,
#mega_drop_down_menu .calendar table .year {
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
#mega_drop_down_menu .calendar table .day:hover,
#mega_drop_down_menu .calendar table .month:hover,
#mega_drop_down_menu .calendar table .year:hover {
  background: #dddddd;
}
#mega_drop_down_menu .calendar table .datepicker-years .switch {
  cursor: default;
}
#mega_drop_down_menu .calendar table .switch,
#mega_drop_down_menu .calendar table .dow {
  text-align: center;
  border: 1px solid #f5f5f5;
}
#mega_drop_down_menu .calendar table .prev {
  padding-left: 14px;
}
#mega_drop_down_menu .calendar table .next {
  text-align: right;
  padding-right: 14px;
}
#mega_drop_down_menu .calendar table .day {
  width: 14%;
  text-align: center;
}
#mega_drop_down_menu .calendar table .month {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#mega_drop_down_menu .calendar table .year {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#mega_drop_down_menu .calendar table .old,
#mega_drop_down_menu .calendar table .new {
  color: #999999;
}
#mega_drop_down_menu .calendar table .active {
  font-weight: bold;
  color: #ffffff;
  background: #919191;
}
#mega_drop_down_menu .calendar table .active:hover {
  background: #999999;
}
#mega_drop_down_menu .calendar table .old.active,
#mega_drop_down_menu .calendar table .new.active {
  background: #cccccc;
}

#mega_drop_down_menu.show {
  display: block;
}

#top_nav ul.nav > li a:hover {
  color: #00aefd !important;
}

.mega-menu-active a {
  color: #00aefd !important;
}

.mega-menu-active a:after {
  content: "";
  position: absolute;
  top: 36px;
  width: 100%;
  height: 15px;
  display: block;
  background: url(../img/mega_menu_marker.png) no-repeat center bottom;
  z-index: 100;
}

.mega-dropdown {
  position: relative;
}

.mega_drop_down.row {
  margin-bottom: 0px;
}

.shop-product-list .container.filter {
  padding-bottom: 0px;
  border-bottom: none;
}
.shop-product-list .container.filter .shop-info {
  font-size: 14px;
  margin: 9px 5px 0 0;
}
.shop-product-list .wrapper-grid {
  position: relative;
}
.shop-product-list #container img {
  border: 1px solid #939393;
}

.shop-product-detail article > div {
  padding: 0px;
}
.shop-product-detail article .product-img-hidden-xs {
  padding-left: 0px;
  padding-top: 6px;
}
.shop-product-detail article .price {
  position: relative;
  top: 13px;
}
.shop-product-detail article .to-shop {
  float: right;
}
.shop-product-detail .panel-heading h3 {
  background-color: #e6e6e6;
  color: black;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-top: 16px;
  margin: 0px;
  text-transform: uppercase;
}
.shop-product-detail .panel-body ul {
  margin-left: 20px;
}

.product-list-sidebar .ad_banner {
  margin-bottom: 20px;
}

.magazine-special-event #body {
  margin-top: 20px;
}
.magazine-special-event .list {
  margin-bottom: 45px;
}

.museumssommer .relative h1 {
  position: absolute;
  left: 0;
  top: 0;
}
.museumssommer a:hover img {
  opacity: 0.75;
}

#favorites #filters {
  margin-top: 20px;
  margin-bottom: 10px;
}
#favorites .list {
  margin-bottom: 50px;
}
#favorites .list .item {
  position: relative;
}
#favorites .list .item a.item-img {
  padding: 0;
}
#favorites .list .item a.item-img img {
  width: 100%;
}
#favorites .list .item a.item-content {
  padding-top: 50px;
  word-wrap: break-word;
}
#favorites .list .item a.item-content h3,
#favorites .list .item a.item-content h4,
#favorites .list .item a.item-content h5 {
  text-overflow: inherit;
  white-space: normal !important;
}
#favorites .list .item a.item-content h3 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px !important;
}
#favorites .list .item a.item-content h5 {
  margin-top: 10px !important;
}
#favorites .list .item a.item-hidden {
  background-image: none !important;
  background-color: #efefef;
  position: relative;
  border-bottom: 10px solid white;
}

@media (max-width: 991px) {
  .museumssommer .museumssommer-logo {
    top: 50px;
    position: relative;
  }
}
.museumssommer .museumssommer-button {
  display: block;
  width: 100%;
  overflow: hidden;
}
.museumssommer .museumssommer-button img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
  margin: 0px auto;
}
.museumssommer .museumssommer-button img:last-child {
  display: none;
}
.museumssommer .museumssommer-button:hover img, .museumssommer .museumssommer-button:active img, .museumssommer .museumssommer-button:focus img {
  display: none;
  opacity: 1;
}
.museumssommer .museumssommer-button:hover img:last-child, .museumssommer .museumssommer-button:active img:last-child, .museumssommer .museumssommer-button:focus img:last-child {
  display: block;
}

.tips-365 {
  padding: 0 10px;
}
.tips-365 .tips-365-wrapper {
  background: black;
  color: white;
  padding: 50px 20px;
}
.tips-365 .tips-365-wrapper .row {
  margin: 0 -10px;
}
.tips-365 .tips-365-wrapper .row > div {
  padding: 0 10px;
}
.tips-365 .tips-365-wrapper .row:first-child {
  margin-bottom: 30px;
}
.tips-365 .tips-365-wrapper .headline {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.tips-365 .tips-365-wrapper img {
  width: 100%;
}
.tips-365 .tips-365-wrapper a {
  display: block;
  width: 100%;
  background: #f2f2f2;
  color: black;
}
.tips-365 .tips-365-wrapper .copy {
  height: 85px;
}
.tips-365 .tips-365-wrapper h4 {
  font-size: 13px;
  line-height: 18px;
  margin: 0 15px;
}
.tips-365 .tips-365-wrapper h4:first-of-type {
  margin-top: 15px;
}
.tips-365 .tips-365-wrapper h4:last-of-type {
  padding-bottom: 15px;
}
.tips-365 .tips-365-wrapper p {
  font-size: 13px;
  line-height: 18px;
  margin: -15px 15px 0px;
  padding-bottom: 15px;
  opacity: 0.5;
}

.language-chooser-mobile {
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.025);
}
.language-chooser-mobile li {
  display: inline-block;
}
.language-chooser-mobile li.active {
  background-color: #00aefd;
  color: white;
}
.language-chooser-mobile li a {
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
}

.alert-dark {
  background: black;
  color: #fff;
}
.alert-dark a {
  color: #00aefd;
}
.alert-dark .btn {
  color: black;
  background: #ffe345;
  font-weight: 900;
  font-size: 1.6rem;
}
.alert-dark .close {
  color: white;
  opacity: 1;
  font-size: 30px;
  margin-right: -5px;
  margin-top: -15px;
}
.alert-dark .close:hover, .alert-dark .close:focus {
  color: white;
  opacity: 1;
}

.infobanner {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 950;
  padding: 20px;
  margin: 0;
  border-radius: 0;
}
.infobanner .container {
  padding-top: 10px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6;
}
.infobanner .btn {
  margin-left: 1em;
  margin-right: 1em;
}

/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 130%;
  left: 0;
  width: 170px;
  z-index: 900;
}
.is-xs .atcb-list {
  left: inherit;
  right: 0;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-list {
  -webkit-box-shadow: 0px 0px 1px 1px black;
  -moz-box-shadow: 0px 0px 1px 1px black;
  box-shadow: 0px 0px 1px 1px black;
}

.atcb-item {
  float: none;
  text-align: left;
  padding: 5px;
}
.atcb-item:hover {
  background: #eee;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 0.875em !important;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
}

.nobr {
  display: inline-block;
}

body {
  height: 100%;
  position: relative;
  background-color: white;
  color: black;
  font-family: "calluna-sans", "Lucida Grande", Arial, sans-serif;
  font-size: 15px;
  line-height: 150%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
  margin: 0 !important;
}

.favorite.active {
  background-color: #00aefd;
}
.favorite.active .icon {
  color: white;
}

#search-form-wrapper {
  background-image: url("../img/trns-1.png") !important;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

#wrapper {
  min-height: 100%;
  position: relative;
}
#wrapper #body {
  padding-bottom: 120px;
  /* Height of the footer */
}
#wrapper #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  /* Height of the footer */
}

.relative {
  position: relative;
}

::selection {
  background: #ffb7b7;
  /* Safari */
}

::-moz-selection {
  background: #ffb7b7;
  /* Firefox */
}

#cms_toolbar {
  height: 42px;
}

.start-content {
  padding: 35px 0px;
  border-top: 1px solid #f9f9f9;
  position: relative;
}

.content {
  padding: 35px 0px;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
}
.content:last-child {
  border: none !important;
}

.organizer,
.season {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background-image: url("../img/trns-1.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
.organizer:last-child,
.season:last-child {
  background-image: none;
  padding: 0px;
  margin: 0px;
}

.editorial .content {
  padding: 0px;
  padding-bottom: 35px;
}

.tweet {
  background-image: url("../img/trns-1.png") !important;
  padding: 23px 25px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  font-family: "calluna-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header .h1,
header .h2,
header .h3,
header .h4,
header .h5,
header .h6 {
  margin: 0px !important;
  line-height: 160%;
}

h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
h1:last-child {
  margin-bottom: 0px;
}

.section-head {
  position: relative;
}

.section-head:before {
  display: block;
  content: " ";
  margin-top: -85px;
  height: 85px;
  visibility: hidden;
}

.list-lines {
  margin: 0px;
  padding: 0px;
}
.list-lines li {
  list-style: none;
  padding: 10px;
  margin-bottom: 4px;
  background-image: url("../img/trns-1.png") !important;
}

h2 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  display: block;
}
h2:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h5.caps {
  text-transform: uppercase;
  font-weight: 700;
}

p,
dl,
ul,
ol {
  margin-left: 0px;
  padding-left: 0px;
}
p:last-child,
dl:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0px;
}

.extras dl {
  margin-bottom: 15px;
  padding: 0px;
}
.extras dl dt {
  float: none;
}
.extras dl dd {
  float: none;
}

dl {
  margin-bottom: 0px;
  padding: 0px;
}
dl dt {
  float: left;
}
dl dd {
  float: right;
}
dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}

.isotope-static .item {
  margin-right: -1px;
  margin-bottom: 30px !important;
}

.block-label {
  opacity: 0.6;
  font-size: 12px;
  margin-bottom: 4px;
}

#special_openings {
  margin-top: 15px;
}

dl + p {
  margin-bottom: 10px;
}

p + dl {
  margin-top: 10px;
}

small {
  display: inline-block;
  line-height: 160%;
  color: inherit;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  outline: none !important;
}

a:focus {
  outline: none !important;
}

em {
  color: black;
  font-style: italic;
}

p a {
  font-weight: 700;
}

.navbar-form {
  background-image: url("../img/trns-1.png") !important;
  padding: 18px !important;
  margin: 0px !important;
}

.input-group .form-group {
  margin-bottom: 0px;
}

.tooltip {
  pointer-events: none;
}

.linear-list {
  display: block;
}
.linear-list > li {
  float: left;
  display: inline-block;
  height: inherit;
}
.linear-list > li > a {
  display: inline-block;
}
.linear-list > li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.linear-list > li:first-child:before {
  content: "";
}
.linear-list.dots > li {
  padding-right: 15px;
  position: relative;
  display: inline-block;
}
.linear-list.dots > li:after {
  content: "•";
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 10px;
}
.linear-list.dots > li:last-child {
  padding-right: 0;
}
.linear-list.dots > li:last-child:after {
  content: "";
}

#gmap_locations {
  z-index: 1;
  position: absolute;
  list-style: none;
  background: #ececec;
  background: rgba(236, 236, 236, 0.7);
  height: 100%;
  overflow: auto;
}
#gmap_locations li {
  padding: 10px;
  border-bottom: 2px solid #f5f5f5;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-300x250 {
  padding-bottom: 83.3333%;
}

.intrinsic-container-230x400 {
  padding-bottom: 173.913043%;
}

.intrinsic-container-230x600 {
  padding-bottom: 260.869565%;
}

.ad_banner .headline-up {
  margin-top: -17px !important;
  margin-bottom: 2px !important;
}

.carousel-control .right .icon-next {
  background: #000 url("../img/icons/inv/right.png") center right no-repeat;
}
.carousel-control .right .icon-next::before {
  content: "";
}
.carousel-control .left .icon-prev {
  background: #000 url("../img/icons/inv/left.png") center left no-repeat;
}
.carousel-control .left .icon-prev::before {
  content: "";
}

.btn:first-letter {
  text-transform: none;
}
.social .btn.delete {
  position: absolute;
  left: 0px;
  bottom: 10px;
}

.social {
  min-height: 150px;
  margin-bottom: 30px;
  position: relative;
}

.photo-credits-wrapper {
  position: relative;
  display: block;
}

.photo-credits-over {
  font-size: 1rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0 5px 0 3px;
  margin-right: 0px;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.42857143;
  z-index: 1;
}
.is-xs .photo-credits-over {
  font-size: 0.85rem;
}

.photo-credits-beneath {
  color: #000000;
  font-size: 0.85rem;
  display: block;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.42857143;
}