<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/areas/eu/content/fonts/glyphicons-halflings-regular.eot');
  src: url('/areas/eu/content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
      url('/areas/eu/content/fonts/glyphicons-halflings-regular.woff') format('woff'),
      url('/areas/eu/content/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
      url('/areas/eu/content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] &gt; .btn &gt; input[type="radio"],
[data-toggle="buttons"] &gt; .btn &gt; input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #999999;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .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 &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #999999;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb &gt; .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; 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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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-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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -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: 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 &gt; .pull-left {
  margin-right: 10px;
}
.media &gt; .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: #ffffff;
  border: 1px solid #dddddd;
}
.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 &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary &gt; .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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:auto;
overflow-x:hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(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 {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: 14px;
  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 &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  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 .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  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-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker &gt; div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.5em 5%;
    background: rgba(255,255,255,0.87);
    font-size: 15px;
    font-weight: 400;
    z-index: 99999;
    text-align: center;
    color: #707070;
    border-top: 1px solid #dcdcdc;
}

    .cc-cookies a, .cc-cookies a:hover {
        color: #707070;
        font-weight:700;
    }

        .cc-cookies a:hover {
            text-decoration: #505050;
        }

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 100%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

    .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: inline-block;
        color: #707070;
        text-decoration: none;
        background: #ffffff;
        padding: 0.25em 1em;
        margin-left: 10px;
        border: 1px solid #dcdcdc;
        -o-transition: background 0.5s ease-in;
        -webkit-transition: background 0.25s ease-in;
        -moz-transition: background 0.25s ease-in;
    }

    .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
        background: #af3b3b;
        margin-left: 0.5em;
    }

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #dcdcdc;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

    .cc-cookies.cc-discreet a.cc-cookie-reset {
        background: none;
        text-shadow: none;
        padding: 0;
        text-decoration: underline;
    }

    .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
        text-decoration: none;
    }

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left;
    }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside &gt; .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools, 
	.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside &gt; .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside &gt; .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper &gt; .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
	.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
	.mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/areas/eu/content/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}






/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #666;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:  0 5px;
	padding:8px 0 ;
	font-size: 16px;
    width: 100px;
	background: #ddd;
    text-align: center
	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #aaa;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/areas/eu/content/img/AjaxLoader.gif) no-repeat center center
}




@media(max-width:1600px) {
    .wrapper-with-margin{
    margin:0px 44px;
}
}


 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 42%; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 42%;
}




.museums-units .owl-theme .owl-controls .owl-buttons .owl-prev {
    top:32%;
     left: -28px;
}


.museums-units .owl-theme .owl-controls .owl-buttons .owl-next {
    top:32%;
    right: -28px;
}


.owl-theme .owl-controls .owl-buttons div {
    width:30px;
    background:none;
}
.owl-carousel .owl-wrapper {
    margin-left:1px;
}
/*#topDocuments .owl-wrapper-outer {
    margin-left:1px;
}*/

.owl-theme .owl-controls {
    margin-top:0;
}


#topDocuments .topdoc-item .pull-left {
    margin-bottom:15px;
    height:115px;
}

#topDocuments .topdoc-item .media-body p {
    margin-bottom:15px;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }
  .ps-container.ps-active-x &gt; .ps-scrollbar-x-rail,
  .ps-container.ps-active-y &gt; .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
        background-color: #999; }
  .ps-container &gt; .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container &gt; .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover &gt; .ps-scrollbar-x-rail,
  .ps-container:hover &gt; .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover &gt; .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover &gt; .ps-scrollbar-x-rail:hover &gt; .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover &gt; .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover &gt; .ps-scrollbar-y-rail:hover &gt; .ps-scrollbar-y {
      background-color: #999; }

/*************************************************/
.modal-dialog{
    margin-top:150px;
}

.modal-body{
    padding:0;
    overflow: hidden;
   
}
.modal-content{
    position: relative;
}
 .modal-lg{
    width:1200px;
}

@media(min-width:767px) {
    .modal-sm {
        width:440px;
    }

}

.social-picture{
    float:left;
    width:64%;
    min-height: 480px;
    display: flex;
    align-items: center;
    background: #111;

}

.social-picture img{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin:0 auto;
}

.social-picture div.image{
    margin:0 auto;
    min-height: 480px;
}

.social-data{
    width:460px;
    float:left;
    padding-left:20px;
     overflow:auto;
      height: 100px;
    margin-top:20px;
    font-family: 'Raleway', sans-serif;
    
    
}
.social-data-content{
    padding:0;
    margin-bottom: 20px;
    text-align: left;
}
.close-social-modal{
    position: absolute;
    top:-15px;
    right: -15px;
    background:#3498db;
    padding: 1px 8px 4px;
    z-index:1000;
    border-radius: 15px;
    font-family:Raleway, sans-serif;
    
}
.close-social-modal button{
    color:#fff;
    opacity: 1;
}
.social-post-description{
    font-size:16px;
}

.social-data-content h4{
   font-family: 'Playfair Display', serif;
   font-size:1.6em;
    padding-top:12px;
    
   padding-bottom: 0;
    margin-bottom:0;
}

.social-post-meta{
    color:#898989;
    font-size:1em;
    
}
.social-post-meta span{
    margin:0 8px;
}

.social-post-description{
    margin:20px 0;
    padding-right: 25px;
    line-height:21px;
   
}
.social-post-description a{
    color:#3498db;#3498db
}
.social-post-description a:hover{
    color:#34495e;
}
.user-comment{
  margin-bottom: 20px;  
}
.comment-box .social-comment-title{
    
    font-size:1.4em;
    margin-top:0;
    padding-top:0;
}

.comment-box h5, .comment-box p{
    margin-bottom: 0;
    font-size:14px;
    line-height: 1.1em;
}

.comment-box i{
    color: #aaa;
    font-size:13px;
    font-style: normal;
    line-height: 1.1em;   
}
.track3 {
    margin-top:12px;
    padding-bottom:2px;
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}
.no-text-social .social-data-content{
    padding:30px;
    margin-bottom:0;
}
.no-text-social .social-post-description{
    padding-right: 0;
}
.social-widgets:hover img{
    opacity:0.8;
}
/*************************************/
/**************************************/

/*timeline */

/* -----------------------------------
 TIMELINE FLAT BASE DESIGN
 ---------------------------------- */

.timelineFlat {
	display:none;
}
.timelineLoader {
	width:100%;
	text-align:center;
	padding:150px 0;
}


/* fixed line holder */
.timelineFlat .timeline_line {
	margin-top:10px;
	margin-bottom:10px;
	width:900px;
}

/* full (including months that are not shown) line holder */
.timelineFlat .t_line_holder {
	padding: 10px 0 0 0;
	height:80px;
	background:url('/areas/eu/content/img/line.jpg') repeat-x 0px 49px;
}

/* 2 months are stored in one view */
.timelineFlat .t_line_view {
	height:20px;
	width:900px;
}



/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.timelineFlat .t_line_m {
	margin-top:35px;
	height:10px;
	border-left:1px solid transparent;
	border-right:1px solid #b7b6b6;
	width:448px;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timelineFlat .t_line_m.right {
	left:449px;
	width:449px;
	border-left:1px solid #b7b6b6;
	border-right:1px solid transparent;
}

/* month caption */
.timelineFlat h4.t_line_month {
	
	font-size: 12px;
	margin:-30px 0 0;
	color:#b7b6b6;
}


/* node on the timeline */
.timelineFlat a.t_line_node {
	text-decoration:none;
	padding:38px 0 4px;
	
	height:10px;
	font-size:12px;
	top:-25px;
	position: relative;
	color:#b7b6b6;
}
.timelineFlat a.t_line_node:after {
	content: "";
	border-radius: 22px;
	height: 15px;
	width: 15px;
	border: 2px solid #ffffff;
	position: absolute;
	top: 23px;
	left: 50%;
	margin: 0 0 0 -7px;
	background:#e74c3c;
}
.timelineFlat a.t_line_node.active {
	color:#dd5555;
}

.timelineFlat a.t_line_node.active:after {
	border: 2px solid #b7b6b6;
}

/* node description */
.timelineFlat .t_node_desc {
	white-space: normal !important;
	top:-50px;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 50%;
	color:#fff;
	display: inline-block !important;
	position: relative;
	transition:top 200ms, opacity 500ms;
	-webkit-transition:top 200ms, opacity 500ms;
	-moz-transition:top 200ms, opacity 500ms;
}

.timelineFlat a.t_line_node:hover .t_node_desc {
	top:0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.timelineFlat .t_node_desc span {
	white-space: nowrap;
	margin-left: -50%;
	margin-right: 50%;
	margin-top: -16px;
	display: block !important;
	padding:8px;
	border-radius: 3px;
	background: #dd5555;
	position: relative;
}
.timelineFlat .t_node_desc span:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: -10px;
	border:5px solid transparent;
	border-top:5px solid #dd5555;
	left:50%;
	margin-left: -5px;
}


.timelineFlat #t_line_left,
.timelineFlat #t_line_right {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	top:39px;
	width:14px;
	height:21px;
	font-size: 21px;
	color: #b7b6b6;
	position: relative;
}

.timelineFlat #t_line_left:hover,
.timelineFlat #t_line_right:hover {
	color: #dd5555;
}

/* line arrow left */
.timelineFlat #t_line_left {
	left:-30px;
}
.timelineFlat #t_line_left:after {
	content: "\f104";
	position: absolute;
	right: 0;
	top:0;
}


/* line arrow right */
.timelineFlat #t_line_right {
	right:-30px;
}
.timelineFlat #t_line_right:after {
	content: "\f105";
	position: absolute;
	left: 0;
	top:0;
}

.timelineFlat {
	display:none;
}

.timeline_items_wrapper {
	position: relative;
	width: 100%;
	margin: 10px 0;
}

/* items container */
.timelineFlat .timeline_items {
	padding:0;
}

/* single item (margines set from javascript) */
.timelineFlat .item {
	width:410px;
	height:380px;
	background:#eaeaea; 
	color:#777777;
	font-size:14px;
	line-height:14px;
	

    padding-top:0;

}

.timelineFlat .item.item_node_hover:before {
	content: "";
	position: absolute;
	height: 4px;
	background: #dd5555;
	width: 100%;
	z-index: 2;
	top:0;
	left:0;
}
.timelineFlat .item.item_node_hover:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	z-index: 2;
	top:0;
	left:50%;
	margin: 4px 0 0 -6px;
	border: 6px solid transparent;
	border-top: 6px solid #dd5555;
	
}
/* ----- content - non-plugin elements ----- */
.timelineFlat .item img {
	margin-top:0;
	width:100%;
    position:relative;
    max-height:210px;
}
.facebook-title-overlay {
    position:relative;
    overflow:hidden;
}
.timeline-message-text {
     overflow-wrap:break-word;
     word-wrap:break-word;
}
.timelineFlat .item h2 {
	
	padding: 15px 20px;
	margin: 0;
	font-size:18px;
	line-height:21px;
	color: #fff;

    position:absolute;
    bottom:0px;
    background:rgba(0,0,0,0.5);
    width:100%;
	
}
.timelineFlat .item-twitter {
    padding-top:65px;
}
    .timelineFlat .item-twitter .twitter-icon {
        padding-bottom:0px;
        text-align:center;
        color:#ccc;

    }
    
.timelineFlat .item-twitter h2 {
    position:relative;
    background:none;
    color:#222;
    padding: 0px 20px 0;
}
    .timelineFlat .item-twitter a:hover h2 {
        color:#3498db;
    }
.timelineFlat .item span{
	display:block;
	margin:15px 20px 10px;

    font-size:16px;
    line-height:21px;
}
.timelineFlat .item-twitter span {

      margin:15px 20px 15px;  
      font-size:18px;

}
.social-interactions {
    position:absolute;
    bottom:0;
    border-top:1px solid #ccc;
    padding:10px 0;
    width:100%;
}
.social-interactions a {
    margin:0 10px 0 20px;
    color:#898989; 
    font-size:16px;
}
    .social-interactions a:hover {
        color:#3498db;
    }

.timeline-retweet {
    margin: 15px 20px 10px;
    color:#898989; 
    font-size:16px;
}
.timelineFlat .item .read_more {
	
	padding:10px;
	font-size:12px;
	line-height:12px;
	float:left;
	color:#ffffff;
	cursor:pointer;
	margin: 0 20px 20px;
	border-radius: 3px;
	background:#dd5555;
	transition:background-color 300ms;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
}
.timelineFlat .item .read_more:hover {
	background:#f75f5f;
}




/****** museum detail timeline css************/
#museum-detail-timeline .timelineFlat .item h2 {
    display:none;
}
#museum-detail-timeline .timelineFlat .item {
    width:240px;
}


    #museum-detail-timeline .timelineFlat .item span {
        font-size:14px;
        margin:10px;
    }
#museum-detail-timeline .timelineFlat .item-twitter {
    padding-top:80px;
}
#museum-detail-timeline .social-interactions {
    border-top:1px solid #ccc;
    padding:8px 0;
    width: 98%;
}
    #museum-detail-timeline .social-interactions a {
        margin-left:10px;
    }
#museum-detail-timeline .timeline-retweet {
    margin-left:15px;
}
#museum-detail-timeline .container-fluid {
    padding-left:0px;
}
/* ----------------------------------------- */

/* item details (margines set from javascript) */
.timelineFlat .item_open {
	width:410px;
	height:410px;
	background:#eaeaea; 
	position:relative;
	color:#777777;
	z-index:2; 
	
}

.timelineFlat .item_open h2 {
	
	margin:0 0 10px;
	padding-top:0;
	font-size:12px;
	line-height:12px;
	color: #dd5555;
}

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timelineFlat .item_open_cwrapper {
	width:410px;
	height:100%;
}

.timelineFlat .item_open_content {
	width:100%;
	height:100%;
	position:relative;
}

.timelineFlat .item_open_content .ajaxloader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -100px;
	
}

/* ----- content - non-plugin elements ----- */
.timelineFlat .timeline_open_content {
	padding:20px;
}
.timelineFlat .mCSB_container {
	margin-right: 16px;
}
.timelineFlat .mCS-light-thin &gt; .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar  {
	background: #dd5555;
}
.timelineFlat .mCS-light-thin &gt; .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	color:#f75f5f;
}
.timelineFlat .mCS-light-thin &gt; .mCSB_scrollTools .mCSB_draggerRail {
	background: #aaaaaa;
}
.timelineFlat .mCustomScrollBox &gt; .mCSB_scrollTools {
	width: 8px;
}
.timelineFlat .item_open .t_close {
	position:absolute;
	top:20px;
	right:16px;
	padding:0 2px 2px 2px;
	width: 12px;
	height: 12px;
	font-size:16px;
	line-height: 12px;
	color: #dd5555;
	cursor:pointer;
	z-index:2;
	text-align: center;
	transition:color 300ms;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
}
.timelineFlat .item_open .t_close:hover {
	color:#f75f5f;
}
/* ----------------------------------------- */

/* left/right controles */
.timelineFlat .t_controles {
	margin:0;
}

.timelineTouch.timelineFlat .t_left,
.timelineTouch.timelineFlat .t_right {
	display: none;
}

.timelineFlat:hover .t_left,
.timelineFlat:hover .t_right {
	opacity: 1;
	filter: alpha(opacity=100);	
}

.timelineFlat .t_left,
.timelineFlat .t_right {
	position: absolute;
	display:block;
	height:100%;
	width:75px;
	margin:0;
	cursor:pointer;
	top:0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);	
	transition:background-color 300ms, opacity 300ms;
	-webkit-transition: background-color 300ms, opacity 300ms;
	-moz-transition: background-color 300ms, opacity 300ms;
}
.timelineFlat .t_left,  
.timelineFlat .t_left:hover:active {
	left:0;
	background: rgba(255,255,255, 0.5) url('/areas/eu/content/img/blck-arrow-left.png') no-repeat center center;
}
.timelineFlat .t_left:hover {
	background: rgba(255,255,255, 0.7) url('/areas/eu/content/img/blck-arrow-left.png') no-repeat center center;
}

.timelineFlat .t_right, 
.timelineFlat .t_right:hover:active{
	right:0;
	background: rgba(255,255,255, 0.5) url('/areas/eu/content/img/blck-arrow-right.png') no-repeat center center;
}

.timelineFlat .t_right:hover {
	background: rgba(255,255,255, 0.7) url('/areas/eu/content/img/blck-arrow-right.png') no-repeat center center;
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/



/* --- 768px --- */
@media screen and (max-width:980px) {
	.timelineFlat .timeline_line {
		width:680px;
	}
	
	.timelineFlat .t_line_view {
		width:680px;
	}
	
	.timelineFlat .t_line_m {
		width: 338px;
	}
	.timelineFlat .t_line_m.right {
		left: 339px;
		width: 339px;
	}
}


/* --- 610px --- */
@media screen and (max-width:767px) {
	
	.timelineFlat .timeline_line {
		width:530px;
	}
	
	.timelineFlat .t_line_view {
		width:1060px;
	}
	
	.timelineFlat .t_line_m {
		width: 528px;
	}
	.timelineFlat .t_line_m.right {
		left: 530px;
		width: 528px;
	}
	
	.timelineFlat .t_line_node span {
		
	}
	.timelineFlat .t_node_desc {
		font-size:8px;
	}
	.timelineFlat .t_line_m.right .t_node_desc {
		right:auto;
		left:0;
	}
}


/* --- 300px --- */
@media screen and (max-width:609px) {
	.timelineFlat .timeline_line {
		width:240px;
	}
	
	.timelineFlat .t_line_view {
		width:480px;
	}
	
	.timelineFlat .t_line_m {
		width: 238px;
	}
	.timelineFlat .t_line_m.right {
		left: 240px;
		width: 238px;
	}
	
	.timelineFlat .item_open {
		width:280px;
		height:390px;
	}
	.timelineFlat .item_open img {
		max-width:280px;
	} 
	.timelineFlat .item_open_cwrapper {
		width:280px;
	}
}





/*lightbox*/

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/areas/eu/content/img/close.png) url(/areas/eu/content/img/loading.gif) url(/areas/eu/content/img/prev.png) url(/areas/eu/content/img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/areas/eu/content/img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container &gt; .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/areas/eu/content/img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/areas/eu/content/img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/areas/eu/content/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/*scrollbar*/

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled&gt;.mCustomScrollBox&gt;.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed&gt;.mCustomScrollBox&gt;.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox&gt;.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal&gt;.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled&gt;.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed&gt;.mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox&gt;.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal&gt;.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox&gt;.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover&gt;.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark&gt;.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin&gt;.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal&gt;.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin&gt;.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 300px;
    border: 1px solid #ccc;
    cursor: text;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    
    display:inline-block;
    margin-top:5px;

    line-height:45px;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100%;
    padding: 3px 8px 3px 13px;
    
    background-color: white;
    margin: 2px 0;
 
    -webkit-appearance: caret;
    line-height:35px;
    height:35px;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 50px;
    margin: 0px;
    padding: 0;
    background-color:#f5f5f5;
    color: #222;
    cursor: default;
    border: 0px;
    font-size: 18px;
    float: left;
    white-space: nowrap;
    width:100%;
    
}

li.token-input-token-facebook p {
    display:inline-block;
    padding: 0;
    margin: 0;
    padding-left:8px;
    width:90%;
    font-size:18px;
    overflow:hidden;
    text-overflow: ellipsis;
    color:#555;
    line-height: 22px;
    position: relative;
    
    top: 5px;
   
    text-align:left;
}

li.token-input-token-facebook span {
    color: #555555;
    margin-left: 5px;
    font-weight: 400;
    cursor: pointer;
   position:relative;
   top:3px;
   right:7px;
   font-size:32px;
   line-height:22px;

}

li.token-input-selected-token-facebook {
    background-color: #3498db;
    /*border: 1px solid #3b5998;*/
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 300px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    z-index: 1;
   


}

div.token-input-dropdown-facebook p {
    margin: 0;
   
    padding: 8px 5px 8px 13px;
    font-weight: 400;
    font-size:18px;
    color: #898989;

}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 8px 5px 8px 13px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3498db;
    color: #fff;
}

::-webkit-input-placeholder {
   color: #555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
   opacity:1;
}

:-ms-input-placeholder {  
   color: #555;
}
@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('/Areas/Eu/Content/fonts/clearsans-light_1-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/clearsans-light_1-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/clearsans-light_1-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/clearsans-light_1-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/clearsans-light_1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sansbold';
    src: url('clearsans-bold-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/clearsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/clearsans-bold-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/clearsans-bold-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/clearsans-bold-webfont.ttf') format('truetype'), url('/Areas/Eu/Content/fonts/clearsans-bold-webfont.svg#clear_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sansitalic';
    src: url('clearsans-italic-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/clearsans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/clearsans-italic-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/clearsans-italic-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/clearsans-italic-webfont.ttf') format('truetype'), url('/Areas/Eu/Content/fonts/clearsans-italic-webfont.svg#clear_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sansregular';
    src: url('clearsans-regular-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/clearsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/clearsans-regular-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/clearsans-regular-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/clearsans-regular-webfont.ttf') format('truetype'), url('/Areas/Eu/Content/fonts/clearsans-regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_sans_widebook';
    src: url('Novecentosanswide-Book-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/Novecentosanswide-Book-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/Novecentosanswide-Book-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/Novecentosanswide-Book-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/Novecentosanswide-Book-webfont.ttf') format('truetype'), url('/Areas/Eu/Content/fonts/Novecentosanswide-Book-webfont.svg#novecento_sans_widebook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('/Areas/Eu/Content/fonts/novecentosanswide-normal-webfont.eot');
    src: url('/Areas/Eu/Content/fonts/novecentosanswide-normal-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/novecentosanswide-normal-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts/novecentosanswide-normal-webfont.woff') format('woff'), url('/Areas/Eu/Content/fonts/novecentosanswide-normal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'services';
    src: url('/Areas/Eu/Content/fonts/services.eot?95j54n');
    src: url('/Areas/Eu/Content/fonts/services.eot?#iefix95j54n') format('embedded-opentype'), url('/Areas/Eu/Content/fonts/services.woff?95j54n') format('woff'), url('/Areas/Eu/Content/fonts/services.ttf?95j54n') format('truetype'), url('/Areas/Eu/Content/fonts/services.svg?95j54n#services') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

hr {
    margin: 10px 0;
    background: #ddd;
}

    hr.sem-separator {
        background: #ddd;
        margin: 25px 0;
    }

    hr.sem-separator2 {
        margin: 5px 0 25px 0;
    }

    hr.sem-separator-footer {
        background: #ddd;
        margin: 8px 0;
    }

    hr.search-seperator {
        margin: 0;
    }

body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    color: #222;
    background-color: #fff;
    padding-top: 50px;
}

@media(min-width:1200px) {
    body {
        padding-top: 80px;
    }
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
}

h1 {
    font-size: 32px;
}

h2 {
    /*text-transform: uppercase;*/
    color: #222;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*display: inline-block*/
}




p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.4;
    word-wrap: break-word;
}

    p a {
        color: #3498db;
    }


@media(min-width:767px) {
    p {
        margin: 0 0 8px;
        font-size: 16px;
        line-height: 1.4;
    }
}

a {
    color: #222;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #3498db;
    }

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
}

.navbar-main-collapse {
    margin: 10px 0;
}
/*.navbar-collapse {
    max-height:720px;
}*/
.navbar-brand {
    font-weight: 700;
    margin: 5px 0 0 8px;
    padding: 0;
}

@media(min-width:1200px) {
    .navbar-brand img {
        margin: 5px 0 0 20px;
    }
}

@media(max-width:400px) {
    .navbar-brand {
        margin-top: 15px;
        width: 70%;
    }
}

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

.navbar-custom a {
    color: #222;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 14px;
    padding: 15px 8px;
}

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(0,0,0,.1);
    }

.navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #333;
}

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

/************************************************************************************************/
/*index page*/

/****** HIGHLIGHTS*****/

.highlight h3 {
    margin-top: 20px;
    font-size: 2em;
}

.highlight p {
    margin-bottom: 10px;
}

.highlight .more {
    background: #e74c3c;
    padding: 5px 10px;
    color: #fff;
}

    .highlight .more:hover {
        background: #3498db;
    }

.highlight-box {
    background: #fff;
}

.blog-page-title {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin: 0px 0 25px 0;
}

    .blog-page-title h1 {
        margin: 0;
        color: #222;
        font-size: 16px;
        color: #e74c3c;
    }

    .blog-page-title p {
        margin-bottom: 0;
        font-size: 32px;
        color: #898989;
        line-height: 32px;
    }

.blog-list hr {
    margin: 30px 0;
}

.blog h1 {
    margin-top: 0;
    font-size: 28px;
}

    .blog h1 a {
        color: #222;
    }

        .blog h1 a:hover {
            color: #3498db;
        }

.blog .blog-main-image img {
    margin-bottom: 25px;
}

.other-blog h3 {
    margin-top: 0;
}

.other-blog .blog-no-posts {
    margin-bottom: 30px;
    color: #898989;
}

.other-blog .blog-categories {
    padding-left: 0;
    list-style: none;
}

    .other-blog .blog-categories li a {
        margin-bottom: 4px;
        display: block;
        padding: 4px 0;
        font-size: 16px;
        color: #3498db;
    }

        .other-blog .blog-categories li a:hover {
            color: #34495e;
        }

.other-blog .fb-like-box {
    margin-top: 45px;
}

.blog-meta {
    font-size: 16px;
    color: #898989;
}

    .blog-meta b {
        color: #898989;
        margin: 10px;
    }

        .blog-meta b i {
            margin-right: 5px;
        }

.blog-list .blog-meta {
    margin-bottom: 10px;
    display: block;
}

.blog-list .blog-image {
    margin-bottom: 15px;
    display: block;
}

.blog-list-short-text, .blog-post-description {
    font-size: 16px;
}


.blog code {
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    background: #ddd;
    color: #666;
}



.highlight-single ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px 0;
}

    .highlight-single ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .highlight-single ul li a {
            color: #3498db;
        }

            .highlight-single ul li a:hover {
                color: #2182c3;
            }

.highlight-single .blog-list .read-more-blog {
    margin-top: 10px;
    font-size: 16px;
    background: #3498db;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #2182c3;
    width: 120px;
    display: block;
    text-align: center;
}

    .highlight-single .blog-list .read-more-blog:hover {
        background: #2b85c1;
        color: #fff;
    }

.hl-banner {
    position: relative;
    margin-bottom: 10px;
}

.hl-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(25, 36, 46, 0.7);
    width: 100%;
    padding: 20px 15px 20px 15px;
}

    .hl-banner-overlay h3, .hl-banner-overlay h5 {
        color: white;
    }

    .hl-banner-overlay h3 {
        font-size: 2.4em;
        margin-top: 0;
    }

        .hl-banner-overlay h3 a {
            color: #fff;
        }

            .hl-banner-overlay h3 a:hover {
                color: #3498db;
            }

    .hl-banner-overlay h5 {
        font-family: Raleway, sans-serif;
        margin-bottom: 2px;
        font-size: 1.2em;
    }

.highlight-box-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .highlight-box-item h4 {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }

    .highlight-box-item:last-child {
        border-bottom: 0;
    }

/****** END HIGHLIGHTS*****/

/*** METADATA LIST*/
div.meta-data {
    color: #3498db;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    font-size: 16px;
}

    div.meta-data span.meta-item {
    }

    div.meta-data span.meta-item-separator {
        padding-left: 3px;
        padding-right: 3px;
        color: #34495e;
    }

.meta-data .highlight-museum {
    font-weight: normal;
    font-size: 16px;
}
/*.content img {
    border:1px solid #f0f0f0;
}*/
/*** END METADATA LIST*/

.location-on-map {
    margin-bottom: 10px;
}

.museum-basic-info {
    margin-bottom: 20px;
}

    .museum-basic-info h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

.collection-museum {
    padding-top: 20px;
}
/*.collection-sidebar h3 {
    margin-top:0;
}*/
.collection-sidebar h1 {
    margin-top: 0;
}

.collection-sidebar h3 {
    margin-top: 0;
}

.museum-basic-info p {
    color: #898989;
}

.sidebar h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #222;
    padding-bottom: 0;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.object-page .sidebar h4 {
    margin-top: 0;
}

.sidebar .object-museum {
    margin-top: 0;
}

.sidebar dl {
    font-size: 16px;
    margin-bottom: 20px;
}

.sidebar dt {
    font-weight: 400;
    color: #666;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar dd {
    margin-bottom: 12px;
    font-weight: 700;
}

    .sidebar dd a {
        color: #3498db;
    }

        .sidebar dd a:hover {
            color: #34495e;
        }


.museum-social-links a {
    margin-right: 10px;
    font-size: 21px;
}

    .museum-social-links a .fa-pinterest {
        color: #d01d15;
    }

    .museum-social-links a .fa-facebook {
        color: #3b6890;
    }

    .museum-social-links a .fa-twitter {
        color: #55acee;
    }

    .museum-social-links a .fa-instagram {
        color: #3b6890;
    }

    .museum-social-links a:hover {
        opacity: 0.85;
    }

/*activity box*/
.activity-box {
    height: 350px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.activity-content {
    position: relative;
}

.activity-text {
    margin: 0 10px;
}

    .activity-text h3 {
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .activity-text span {
        color: #888;
    }

.activity-link {
    color: #888;
}

.activity-tag {
    text-align: center;
    position: absolute;
    top: -30px;
    width: 100%;
}

    .activity-tag span {
        background: #34495e;
        color: #fff;
        font-weight: 700;
        padding: 4px 12px;
        text-transform: uppercase;
        font-size: 0.875em;
    }

    .activity-tag.yellow span {
        background: #f1c40f;
    }

    .activity-tag.red span {
        background: #e74c3c;
    }

    .activity-tag.blue span {
        background: #3498db;
    }

.activity-description {
    font-size: 1em;
    padding-top: 5px;
}

    .activity-description a {
        font-weight: 700;
    }


a:hover .banner {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.activity-box.banner {
    border: none;
    background: url('/Areas/Eu/Content/img/banner-bg.png') center no-repeat;
    text-align: center;
    padding: 75px 15px;
}

a:hover .banner .banner-action span {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 2.3em;
}

.banner .fa {
    font-size: 4em;
}

.banner .banner-action {
    font-size: 1.125em;
}

    .banner .banner-action span {
        display: block;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: 700;
    }

.banner h3 {
    color: #fff;
}

.banner i {
    color: #fff;
}

.banner p {
    color: #fff;
    font-size: 1.5em;
}

/*.banner a{
   margin-top:50px;
    display: block;
     color:#fff;
    font-weight: 700;
    background: #34495e;
    padding:10px;
    
}
.banner a:hover{
    background: #3498db;
}*/



.top-museum {
    position: relative;
}

.top-museum-text {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.top-museum-tag {
    background: #f1c40f;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: 0.875em;
}

.top-museum-text h3 {
    margin-top: 5px;
}

    .top-museum-text h3 a {
        color: #fff;
        text-shadow: 1px 1px 1px #444;
    }

        .top-museum-text h3 a:hover {
            color: #3498db;
        }





.search-box {
    padding-right: 15px;
}

.newsletter p {
    font-size: 16px;
    color: #222;
}

.newsletter-message h3 {
    margin-bottom: 30px;
}

.newsletter-message a {
    background: #3498db;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2182c3;
}

    .newsletter-message a:hover {
        background: #2b85c1;
    }

.social-stream {
    position: relative;
    text-align: center;
}

    .social-stream h2 {
        margin-bottom: 0px;
    }

.social-devider {
    position: absolute;
    left: 50%;
    top: 58px;
    height: 790px;
    border-left: 1px solid #ccc;
}

.social-stream .media {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}

    .social-stream .media p {
        font-size: 1em;
    }

    .social-stream .media b {
        margin-right: 10px;
    }






.museums-activities-intro {
    text-align: center;
    padding: 50px 0;
    font-weight: 400;
}

.museums-activities {
    margin-bottom: 20px;
}

    .museums-activities li a {
        padding: 6px 15px;
    }

        .museums-activities li a:hover, .museums-activities li a.active {
            background: #e74c3c;
            color: #fff;
        }


/*highlights subpage*/
.highlight-single .content p a {
    color: #3498db;
}

.highlight-single .content p {
    line-height: 25px;
}

    .highlight-single .content p .strong-underline {
        text-decoration: underline;
    }

    .highlight-single .content p a:hover {
        color: #34495e;
    }

.highlight-single .content figure {
    padding: 25px 15px;
}

    .highlight-single .content figure img, .highlight-single .content img {
        margin: 0 auto;
    }

    .highlight-single .content figure figcaption {
        text-align: center;
        font-style: italic;
        margin: 10px 0 10px;
        color: #888;
    }

.highlight-single .content blockquote {
    border-left: none;
    color: #3498db;
    font-size: 21px;
    padding: 30px 20px;
    margin-bottom: 0;
}

    .highlight-single .content blockquote p {
        font-size: 1em;
        font-style: italic;
        text-align: center;
    }


.highlight-single .content .thumbnail {
    border: none;
    padding: 0;
    border-radius: 0;
}
/*.footer-wrapper {
    background:#34495e;
}*/
.footer {
    padding-bottom: 30px;
    color: #fff;
}

.footer-copy {
    font-size: 0.925em;
    color: #888;
}

    .footer-copy a {
        font-weight: 700;
    }

.footer .social {
    text-align: right;
}
/********************************************************/
@media(min-width:767px) {
    /* .navbar {
        padding: 0 0 20px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }*/

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .highlight h3 {
        margin-top: 0px;
    }
}

.intro {
    display: table;
    width: 100%;
    margin-top: 0px;
    padding: 0;
    text-align: center;
    color: #fff;
    position: relative;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

@media(min-width:1200px) {
    .intro {
        margin-top: 30px;
    }
}

.filter-box {
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.filter-box-form {
    background: #3498db;
    width: 400px;
    margin: 0 auto;
    padding: 5px;
}

    .filter-box-form h2 {
        border-bottom: none;
        color: #fff;
    }

.intro-body {
    background: url(/areas/eu/content/img/map-loading-bg.jpg) center top no-repeat;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {


    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }

    .filter-box {
        bottom: -45px;
    }
}

.btn b {
    font-weight: 400;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.content-section {
    /*padding-top: 30px;*/
    margin-top: 25px;
}

.sub-top-list {
    margin-top: 35px;
}

@media(min-width:1200px) {
    .sub-top-list {
        margin-top: 65px;
    }
}

.section-title h2 {
    margin-top: 0;
}

.object-section {
    width: 100%;
    padding: 75px 0 90px;
    color: #fff;
    position: relative;
    background-color: #efefef;
}

.collection-box {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.collection-box-title {
    background: #3498db;
    padding: 5px;
    margin: 0 auto;
    width: 400px;
}

    .collection-box-title h2 {
        border-bottom: none;
        color: #fff;
    }


.collection-section h5 {
    margin-bottom: 0;
    font-size: 1.1em;
}

    .collection-section h5 a {
        color: #fff;
    }

p.collection-meta {
    font-size: 0.9125em;
    color: #fff;
}

    p.collection-meta a {
        color: #fff;
    }

.collection-section a:hover {
    color: #3498db;
}

#map {
    width: 100%;
    height: 350px;
    background-color: none;
    background-image: url("/areas/eu/content/img/museums-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}

#maploading {
    width: 100%;
    background-image: url("/areas/eu/content/img/museums-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    top: 0;
    position: absolute;
    background-color: #ddd;
    z-index: 99999;
}

.top-lists {
    margin-top: 100px;
}

    .top-lists h5 {
        color: #888;
    }

    .top-lists ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
    }

        .top-lists ul li {
            margin-bottom: 10px;
        }

            .top-lists ul li a {
                color: #3498db;
                font-weight: 700;
            }

                .top-lists ul li a:hover {
                    color: #34495e;
                }

@media(min-width:767px) {

    .content-section {
        padding-top: 30px;
    }

    .footer, body.home-page .highlight {
        padding-top: 0px;
    }

    .collection-section {
        padding: 90px 0;
    }
}

.form-control {
    border-radius: 0px;
}

.btn {
    font-family: Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.btn-primary {
    background: #34495e;
    border-color: #2a3b4d;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #2a3b4d;
        color: #fff;
    }

.btn-lg {
    padding: 12px 18px;
    font-size: 16px;
}

.btn-search {
    background: #e74c3c;
    color: #fff;
}

    .btn-search:hover, .btn-search:focus {
        background: #d5483a;
        color: #fff;
    }

.sidebar .suggest-update {
    margin-bottom: 30px;
}
/*.suggest-update {
    margin-left:10px;
}*/
/*.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons&gt;li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons&gt;li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}*/



.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    text-align: left;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        margin-left: 0px;
        background-color: #eeeeee;
    }

    .timeline &gt; li {
        position: relative;
        margin-bottom: 0px;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            /* -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);*/
        }


            .timeline &gt; li &gt; .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #ccc;
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -14px;
                border-top: 14px solid transparent;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #fff;
            }

        .timeline &gt; li &gt; .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            background-color: #999999;
        }

            .timeline &gt; li &gt; .timeline-badge a {
                color: #fff;
            }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
            float: right;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-image {
    margin-bottom: 10px;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    margin: 10px;
    font-size: 1em;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin: 10px;
    font-size: 1em;
}

.timeline-body a {
    font-weight: 700;
}

.timeline-body &gt; p + p {
    margin-top: 5px;
}


.timeline-links {
    background: #3498db;
    padding: 5px 10px;
}

    .timeline-links a {
        color: #fff;
        margin-right: 5px;
    }

        .timeline-links a i {
            margin-right: 5px;
        }

    .timeline-links .timeline-actions {
        text-align: right;
    }

    .timeline-links a:hover {
        color: #222;
    }

.objects {
    margin-bottom: 0px;
}

.other-listing .objects {
    margin-bottom: 15px;
}

.item {
    float: left;
    background: #0D8;
    border: 0px solid #333;
    border-color: hsla(0, 0%, 0%, 0.7);
    margin: 5px;
    padding: 10px;
}

    .item.isotope100x100 {
        width: 100px;
        height: 100px;
        background: #e74c3c;
    }

    .item.isotope100x200 {
        width: 100px;
        height: 200px;
        background: #f1c40f;
    }

    .item.isotope200x100 {
        width: 200px;
        height: 100px;
        background: #5660d5;
    }

    .item.isotope200x200 {
        width: 200px;
        height: 200px;
        background: #932386;
    }

.info-windows {
    padding: 0px;
    margin: 0px;
    width: 280px;
    max-width: none;
    background: none;
    position: relative;
}

.info-windows {
    background: #fff;
    width: 280px;
}

    .info-windows &gt; img {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 0;
        margin: 0;
        z-index: 1;
    }

.visit-card {
    position: absolute;
    top: 0;
    background: #ffffff;
    color: #222;
    border-radius: 4px;
    width: 100%;
    -webkit-box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
    -moz-box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
    box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
}

    .visit-card h4 {
        word-wrap: break-word;
    }

    .visit-card img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.visit-card-description {
    padding: 15px;
    margin-bottom: 0px;
    text-align: left;
}


    .visit-card-description h4 {
        margin-top: 0;
        margin-bottom: 4px;
        font-weight: 700;
        font-size: 18px;
    }

    .visit-card-description a:hover h4 {
        color: #3498db;
    }

    .visit-card-description hr {
        margin: 8px 0;
    }

.full-address, .open-today {
    font-size: 14px;
    color: #898989;
    margin-bottom: 2px;
}

    .full-address i, .open-today i {
        color: #898989;
    }

.view-details {
    margin-top: 15px;
    display: block;
    width: 100%;
    background: #3498db;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    text-align: center;
}

    .view-details:hover {
        background: #34495e;
        color: #fff;
    }


/* MULTIPLE CARD*/

.multiple-card {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    color: #222;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
    -moz-box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
    box-shadow: 6px 6px 16px 1px rgba(52,73,94,0.3);
}


    .multiple-card div.multiple-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .multiple-card .multiple-itemdata {
        padding-left: 0;
        padding-right: 0;
    }

        .multiple-card .multiple-itemdata * {
            text-align: left;
        }

    .multiple-card div.multiplecalc {
        padding-top: 3px;
        color: #888888;
    }

    .multiple-card .multiple-itemdata a {
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .multiple-card .multiple-itemdata p {
        color: #888888;
        font-size: 12px;
    }

    .multiple-card span.InstitutionUnit {
        text-transform: uppercase;
        color: #4588CC;
    }

    .multiple-card span.Event {
        text-transform: uppercase;
        color: #57BB49;
    }

    .multiple-card span.Exhibition {
        text-transform: uppercase;
        color: #F31D20;
    }


/* ---- ISOTOPE item elements ---- */

.element-item {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px;
    background: #888;
    color: #262524;
}

    .element-item &gt; * {
        margin: 0;
        padding: 0;
    }


/* varying sizes */
.is-varying-sizes .element-item.width2 {
    width: 210px;
}

.is-varying-sizes .element-item.height2 {
    height: 210px;
}

/* ---- END ISOTOPE item elements ---- */


/**********************NOVI DIZAJN*****************************/

/*-----------------DISCOVER CONTROL-------------*/

.discover-control .newest-member-title {
    display: none;
}

.museums-page .discover-control .newest-member-title, .collections-page .discover-control .newest-member-title {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.exhibitions-page .discover-control, .events-page .discover-control, .activity-page .discover-control {
    margin-top: 25px;
}


/*.museums-page .highlight-display {
    margin-top:50px;
}*/
.museums-page .highlight-display .media-highlight {
    margin-bottom: 10px;
}

.museums-page .highlight-display .media-highlight-big {
    margin-bottom: 0;
}

.discover-control &gt; p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.discover-control select.input-lg {
    height: 47px;
    line-height: 47px;
    padding: 10px 20px 10px 8px;
}

.discover-control form select option {
    padding: 0 10px;
}

.discover-control h1 {
    font-size: 1.7em;
}

@media(min-width:768px) {
    .discover-control h1 {
        font-size: 2.2em;
    }

    .discover-control &gt; p {
        font-size: 1.5em;
    }
}

.subpage .discover-control h1 {
    font-size: 2em;
}

.discovery-list-title {
    padding-bottom: 15px;
    text-align: center;
}

div.discover-list-wrap {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.banners {
    padding: 5px 0;
}

div.discover-list-item {
    padding: 0;
    /*max-width: 285px;*/
    margin: 0 auto;
    position: relative;
    /*min-height:360px;*/
    background: #eee;
}

@media(max-width:768px) {

    div.discover-list-item {
        max-width: 360px;
    }
}

@media(min-width:992px) {
    div.discover-list-item {
        min-height: 285px;
    }
}


div.discover-list-item a:hover img {
    opacity: 0.9;
}

div.dli-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(25, 36, 46, 0.7);
    color: white;
    text-align: left;
    padding: 15px 15px 15px 15px;
}




    div.dli-overlay span.meta {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
    }

    div.dli-overlay span.meta-bottom {
        color: #bdc3c7;
    }

    div.dli-overlay .dli-overlay-title {
        height: 60px;
    }

        div.dli-overlay .dli-overlay-title h3 {
            margin: 0;
            padding: 0;
            color: #ffffff;
            padding-bottom: 20px;
            color: #fff;
            font-size: 1.3em;
        }




/*.subpage .dli-overlay .dli-overlay-title h3 {
    font-size:1.4em;
}*/


/*--------------END DISCOVER CONTROL-------------*/



.activity-lists {
    font-size: 14px;
}

    .activity-lists .activity h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }


.dl-horizontal dt {
    text-align: left;
    width: 100px;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    color: #898989;
}

.dl-horizontal dd {
    margin-left: 100px;
    margin-bottom: 10px;
}

    .dl-horizontal dd a {
        font-weight: 700;
    }

    .dl-horizontal dd i {
        font-size: 1em;
    }

.review-list dd i {
    color: #f1c40f;
}

.like-list dd i {
    color: #e74c3c;
}

.update-list dd i {
    color: #3498db;
}


.item-rating {
    font-size: 2em;
}

    .item-rating span i {
        color: #f1c40f;
    }

    .item-rating p {
        font-family: Raleway, sans-serif;
        color: #898989;
        font-weight: 400;
    }

.item-reviews dt {
    font-size: 0.8125em;
    color: #aaa;
    font-family: 'Playfair Display', serif;
}

.item-reviews dd {
    color: #898989;
}

    .item-reviews dd p {
        color: #222;
        font-weight: 400;
    }

    .item-reviews dd i {
        margin-right: 5px;
        color: #f1c40f;
    }

.rate-review-btn {
    margin-bottom: 20px;
    background: #3498db;
    border-color: #2182c3;
}
/*.social-links {
    background:#efefef;
    padding:0 8px;
}*/
.social-links {
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .social-links div {
        display: inline-block;
        font-size: 16px;
    }

    .social-links hr {
        margin: 0;
    }

    .social-links .favorite, .social-links .translate {
        padding: 6px 12px 6px 0;
        border-right: 1px solid #ddd;
    }

    .social-links .social-placeholder {
        padding: 5px 12px 7px 12px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        float: right;
    }

    .social-links .translate {
        padding-left: 12px;
    }

    /***TRANSLATE GUMB*****/
    .social-links .translate {
        display: none;
    }




        .social-links .favorite a, .social-links .translate a {
            font-weight: 700;
            color: #898989;
            font-size: 15px;
        }

            .social-links .favorite a i, .social-links .translate a i {
                margin-right: 5px;
                color: #898989;
            }

            .social-links .favorite a:hover i {
                color: #e74c3c;
            }

            .social-links .translate a:hover i {
                color: #3498db;
            }

    .social-links .favorite i.added-to-favorites {
        color: #e74c3c;
    }


    .social-links .twitter {
        /*float: right;*/
        /*margin-left:12px;*/
        /*padding-top:6px;*/
        display: inline-block;
        height: 32px;
        border-left: 1px solid #ddd;
    }

    .social-links button.suugest-an-update-trigger {
        margin: -4px;
    }

    .social-links div.suggest {
        float: right;
    }

        .social-links div.suggest a.editcms-btn {
            margin-left: 1px;
            background: #3498db;
            border-color: #2182c3;
        }

.btn-lblue {
    background: #3498db;
    border-color: #2182c3;
}

/****/
.about-author {
    padding-bottom: 15px;
}

    .about-author img {
        border: 1px solid #f1f1f1;
    }

.single-object-image {
    margin: 0 auto;
}
/********************SEARCH PAGE*************************/

.sorting-dropdowns {
    margin: 20px 0;
}

    .sorting-dropdowns label {
        color: #898989;
    }

    .sorting-dropdowns select {
        margin-right: 20px;
    }

.search-result-number {
    margin: 20px 0;
    font-size: 16px;
}

    .search-result-number span {
        font-weight: 700;
    }

.search-results h5 {
    font-family: Raleway, sans-serif;
    margin: 0;
    margin-bottom: 3px;
}

    .search-results h5 a {
        color: #898989;
        text-transform: capitalize;
    }

        .search-results h5 a:hover {
            color: #34495e;
        }

.recommended-search-links {
    list-style: none;
    padding-left: 0;
}

    .recommended-search-links li {
        margin-bottom: 10px;
    }

        .recommended-search-links li a {
            color: #3498db;
            display: block;
            font-weight: 700;
            line-height: 1.6em;
        }

            .recommended-search-links li a:hover {
                color: #34495e;
            }

.search-page .sidebar h4 {
    margin-top: 0;
}

.refined-results {
    margin: 20px 0 10px 0;
}

    .refined-results ul {
        margin-left: 0;
        padding: 15px 0;
        font-size: 16px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .refined-results ul li a {
        }

            .refined-results ul li a:hover {
                border-bottom: 3px solid #3498db;
                color: #222;
            }

            .refined-results ul li a.active {
                border-bottom: 3px solid #3498db;
            }

.search-suggest {
    margin-top: 15px;
}

    .search-suggest p {
        background: #f0f0f0;
        padding: 10px 0;
        text-align: center;
        line-height: 24px;
    }

        .search-suggest p a {
            margin-left: 10px;
        }
/******************TABS***************/

.nav-tabs h4 {
    margin-bottom: 0;
}

.tab-content {
    margin-top: 15px;
}



/***/
.read-more {
    float: left;
    margin-top: 10px;
    font-size: 16px;
    background: #3498db;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #2182c3;
    display: block;
}

    .read-more:hover {
        background: #2b85c1;
        color: #fff;
    }

    .read-more:active {
        color: #fff;
    }

.show-more-button {
    background: #3498db;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-top: 20px;
    font-size: 16px;
    border: 1px solid #2182c3;
}

    .show-more-button:hover {
        background: #2b85c1;
        color: #fff;
    }
/***new museum single*/

.item-listing h2, .collections-listing h2 {
    margin-bottom: 10px;
}

.item-listing h4 {
    margin-bottom: 3px;
}

.item-listing-meta {
    color: #e74c3c;
}

.punkt {
    margin: 0 8px;
}

.other-listing {
    margin-top: 15px;
}

.other-objects {
    margin-top: 20px;
}

    .other-objects div {
        margin-bottom: 0; /*30*/
    }

.collections-listing .objects {
    margin-bottom: 15px;
}

.collection-name {
    margin-top: 5px;
    margin-bottom: 0;
}

.number-of-objects {
    color: #898989;
}

.no-entries {
    color: #898989;
}

.interpunkt {
    margin: 0 8px;
}

.museum-pictures {
    position: relative;
}

.more-pictures a:hover img {
    opacity: 0.9;
}

.more-pictures img {
    margin-top: 10px;
    margin-right: 10px;
}

#mainPicture {
    display: block;
    text-align: right;
    /*background: #f0f0f0;*/
}

    #mainPicture img.img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    #mainPicture img.info-image {
        z-index: 9990;
        margin-top: -70px;
        margin-right: 10px;
    }

#topDocumentsUnits {
    margin-top: 15px;
}

.museums-units {
}

    .museums-units hr {
        background: #ddd;
        color: #ddd;
        border: none;
        height: 1px;
    }

    .museums-units h4 {
        margin: 5px 0 0 0;
        font-size: 21px;
        line-height: 21px;
    }

.museums-units {
    margin: 20px 0;
}

    .museums-units .unit {
        display: block;
        margin-bottom: 10px;
        padding: 0 5px 0 5px;
    }



    .museums-units img {
        border: none;
    }

    .museums-units .media-heading {
        font-size: 18px;
        color: #2b2b2b;
        margin-top: 4px;
        margin-bottom: 2px;
    }

    .museums-units p {
        color: #898989;
        font-size: 16px;
    }


.museums-nearby dl dt {
    font-weight: 700;
    line-height: 1.4em;
    font-size: 16px;
    text-transform: none;
}

.museums-nearby dl dd {
    font-weight: 400;
    color: #898989;
}
/********************END NOVI DIZAJN****************************/ /********************END NOVI DIZAJN****************************/


/******LOADING ***********/
.refine-objects {
    background: #ededed;
    margin-top: 20px;
    padding: 10px 18px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
}

    .refine-objects p {
        margin-bottom: 0;
    }

.artwork-title {
    color: #222;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
}

.artwork a p {
    color: #898989;
}

.artwork a:hover .artwork-title {
    color: #3498db;
}

.artwork a:hover p {
    color: #898989;
}

#artwork-list {
    position: relative;
    margin-top: 10px;
    margin-left: -15px;
}
/*#artwork-list .thumbnail {
        padding:0;
        border:none;

       min-height:400px;
       
    }
        #artwork-list .thumbnail .caption {
            padding:0;
        }
            #artwork-list .thumbnail .caption h3 {
                margin:8px 0;
                font-size:16px;
            }*/

.artwork-list-content .artwork, .other-objects .artwork {
    height: 350px;
}

#wrapper {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f0f0f0;
}

#wrapper2 {
    height: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f0f0f0;
}

    #wrapper td, #wrapper2 td {
        vertical-align: middle;
        text-align: center;
    }


@media(min-width:767px) {

    #artwork-list .thumbnail {
        min-height: 300px;
    }
}

@media(min-width:1200px) {

    #artwork-list .thumbnail {
        min-height: 350px;
    }
}


.object-page .object-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.object-page .object-navigation {
    float: right;
}

    .object-page .object-navigation p {
        line-height: 32px;
        color: #898989;
    }

        .object-page .object-navigation p a:hover {
            color: #34495e;
        }

@media(max-width:768px) {
    .object-page .object-navigation {
        float: left;
    }
}

div.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    background-image: url("/Areas/eu/Content/img/collections-loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1000;
}

.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span, .pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
    border-radius: 0;
}

/***********************/
/**EUROPEANA*/
.europeana-banner {
    margin-bottom: 30px;
}


/**pagination*/

.page-numbers {
    text-align: center;
    margin-top: 30px;
}

    .page-numbers ul li {
        margin-right: 5px;
        margin-bottom: 10px;
    }

        .page-numbers ul li a {
            display: block;
            padding: 10px 18px;
            background: #2b2b2b;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
        }

            .page-numbers ul li a:hover {
                background: #3498db;
            }

    .page-numbers ul .pagination-between {
        padding: 10px 18px;
        background: #efefef;
    }

    .page-numbers ul li a.active-page {
        background: #3498db;
        cursor: default;
    }




/*-join-*/
.add-your-museum h2, .add-your-museum h3 {
    color: #2b2b2b;
}

    .add-your-museum h2 a {
        color: #3498db;
    }

        .add-your-museum h2 a:hover {
            color: #34495e;
        }

.add-your-museum h5 {
    color: #2b2b2b;
}

.add-your-museum p {
    margin-bottom: 20px;
}

.add-your-museum .contact-person {
    margin-top: 50px;
}

.contact-card {
    background: #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 15px;
}

    .contact-card address {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
/*ABOUT PAGE*/
.about-page .container a {
    font-weight: 700;
}

.about-page a:hover {
    color: #34495e;
}

.about-page h2 {
    margin-top: 50px;
}

.about-page p {
    margin: 20px 0;
}

.about-header {
    position: relative;
}

.intro-text {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    color: #fff;
}

    .intro-text h1 {
        color: #fff;
    }

    .intro-text p {
        margin-top: 0;
        font-size: 18px;
    }

.who-list .media, .participate .media {
    margin-bottom: 40px;
}

    .who-list .media b {
        background: #e74c3c;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 21px;
    }

    .who-list .media p {
        font-family: Raleway, sans-serif;
        font-size: 21px;
        font-weight: 400;
        margin: 0;
    }

.museum-stats {
    margin: 35px 0;
}

.participate .part1 {
    width: 75px;
    margin-top: 30px;
}

.participate .part2 {
    width: 90px;
    margin-top: 10px;
}

.participate .part3 {
    margin-top: 15px;
}

.participate .media ul {
    padding-left: 18px;
    font-size: 16px;
}

.participate .media-body {
    padding-left: 20px;
}

.subpage p.intro {
    text-align: left;
    color: #2b2b2b;
}

a {
    cursor: pointer;
}


/***LEGAL****/
.legal ul {
    font-size: 16px;
}

.legal .subtext {
    color: #898989;
    font-style: italic;
}

.legal a {
    color: #3498db;
}

    .legal a:hover {
        color: #2182c3;
    }
/*****************/
.login-menu {
    /*background:#34495e;*/
    background: #fff;
    border: 1px solid #ddd;
    text-transform: none;
    text-align: right;
    color: #222;
    margin-bottom: 0px;
}

    .login-menu ul {
        margin: 0;
        padding: 0;
    }

        .login-menu ul li {
            display: inline-block;
        }

            .login-menu ul li a {
                margin-right: -5px;
                font-size: 14px;
                font-family: Raleway, sans-serif;
            }

                .login-menu ul li a.top-navi {
                    text-align: center;
                    color: #898989;
                    border-left: 1px solid #ddd;
                    padding: 10px 30px;
                    margin: 0 -5px 0 0;
                    display: inline-block;
                }

    .login-menu a.top-navi:hover {
        color: #666;
        background: #f0f0f0;
    }

.logged-in-as {
    border-left: 1px solid #ddd;
    padding: 15px 30px;
}

.login-menu div.fb-like {
    margin-right: 20px;
}

.twitter-follow-button {
    margin: 0px 0 -5px 0;
}

.login-menu ul li.twitter-follow {
    border-left: 1px solid #ddd;
    padding: 10px 30px;
}

.twitter-follow, .facebook-like {
    padding: 15px 10px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
REVIEW FORM
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



#reviewForm .ratingStars {
    margin-top: 17px;
}

    #reviewForm .ratingStars img {
        width: 30px;
    }

#reviewForm input[type="submit"] {
    border: 1px solid #999;
    float: right;
    margin: 20px 0px 20px 0px;
    width: 70px;
    height: 30px;
    background: #006ca4;
    color: white;
    cursor: pointer;
}

    #reviewForm input[type="submit"]:hover {
        background: #ffb840;
        color: #333;
    }

#reviewForm textarea {
    resize: none;
    width: 100%;
    height: 170px;
    font-family: Arial;
    font-size: 12px;
}

#reviewForm div.modal-body {
    padding: 20px;
}


/* SUGGEST UPDATE POPUP
 ------------------------*/

.suggest-update .modal-content {
    background: #fff;
}

.suggest-update .btn-lg {
    font-size: 14px;
    line-height: 24px;
}

.suggest-update .modal-header {
    background: #fff;
    border-bottom: 0;
    padding: 30px 30px 15px;
}

.glyphicon-folder-open {
    margin-right: 5px;
}

.suggest-update .modal-header b {
    text-transform: uppercase;
    color: #e74c3c;
}

.suggest-update .modal-body b {
    margin-top: 0;
    color: #34495e;
}

.suggest-update .modal-content {
    position: relative;
}

.suggest-update .modal-body {
    padding: 15px 30px;
}
/*progressbar*/
.progressbar-section {
    width: 100%;
    margin-top: 20px;
}

.arrow-step {
    background: url(/Areas/Eu/Content/img/arrow-step.png) no-repeat;
    display: block;
    width: 216px;
    height: 15px;
    position: absolute;
    left: 32%;
    top: 30px;
}

.suggest-update-progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left: 0;
}

    .suggest-update-progressbar li {
        list-style-type: none;
        color: #222;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        .suggest-update-progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            line-height: 40px;
            display: block;
            font-size: 16px;
            color: #fff;
            background: #ccc;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; 
}*/

        .suggest-update-progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        .suggest-update-progressbar li.active:before, #progressbar li.active:after {
            background: #3498db;
            color: white;
        }


.suggest-update-btn {
    text-align: right;
}

.new-member-devider {
    position: absolute;
    left: 50%;
    border: 0;
    width: 1px;
    height: 300px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.30)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background: -moz-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background: -ms-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background: -o-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background: linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
}

div.bootstrap-filestyle input {
    height: 50px;
}


.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

img.btn-inline-loader {
    margin-left: 10px;
}


div.collection-description-all {
    font-size: 16px;
}

div.collection-description-short {
    font-size: 16px;
}


#mainSearchBoxWrapper {
    width: 100%;
    position: absolute;
    bottom: 200px;
    pointer-events: none;
}

    #mainSearchBoxWrapper form {
        padding: 15px 25px 15px 15px;
        background: white;
        pointer-events: all;
        /*border:1px solid #e74c3c;*/
    }

.main-search-form .input-connect {
    padding-left: 0px;
    margin-left: -1px;
}

/**HIGHLIGHTS  -TOP STORIES*/

.highlight-display {
    margin-top: 30px;
    font-family: Raleway, sans-serif;
}

.home-page .highlight-display {
    margin-top: 15px;
}

.highlight-page .highlight-display {
    margin-top: 55px;
}

.highlight-page h1 {
    margin-top: 0;
    /*text-align:center;*/
}


.highlight-display h3, .highlight-display h4 {
    font-family: Raleway, sans-serif;
    margin-bottom: 2px;
}

.highlight-display .sub-highlights-title {
    text-align: center;
    margin-bottom: 15px;
}


.highlight-display .media-highlight {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

    .highlight-display .media-highlight div.pull-left {
        margin-right: -15px;
    }

    .highlight-display .media-highlight .media-body {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 25px;
        padding-bottom: 15px;
    }

.highlight-display .media-highlight-right .media-body {
    padding-left: 30px;
    padding-right: 0;
}

.highlight-display .media-highlight .media-body p {
    line-height: 21px;
}

.highlight-display .media-highlight-big .media-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

/*@media(max-width:767px) {
   .highlight-display .media-highlight-big .media-body{
       padding-left:30px;
       padding-bottom: 15px;
   }



}*/




.media-highlight-location {
    color: #898989;
    font-size: 15px;
}

.highlight-more {
    background: #3498db;
    padding: 4px 8px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

    .highlight-more:hover {
        background: #2182c3;
        color: #fff;
    }


@media(min-width:767px) {

    .highlight-display h4 {
        font-size: 16px;
    }

    .highlight-display .media-highlight .media-body {
        padding: 8px 8px 0 8px;
    }

    .highlight-display .media-highlight-right .media-body {
        padding: 8px 0 0 23px;
    }
}

@media(min-width:992px) {

    .highlight-display h4 {
        font-size: 18px;
    }

    .highlight-display .media-highlight .media-body {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 25px;
    }

    .highlight-display .media-highlight-right .media-body {
        padding-left: 35px;
        padding-right: 0;
    }
}

@media(max-width:600px) {
    .highlight-display .media-highlight .small-highlight-image img {
        display: none;
    }

    .highlight-display .media-highlight .media-body {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 25px;
    }

    .highlight-display .media-highlight-right .media-body {
        padding-left: 40px;
        padding-right: 0;
    }

    .highlight-display .media-highlight-big .media-body {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
    }
}

#topDocuments .topdoc-item {
    background: #fff;
    padding: 15px 15px 0 15px;
}

#topDocuments2 .sub-top-item, #topDocuments3 .sub-top-item, #topDocuments4 .sub-top-item, #topDocuments5 .sub-top-item, #topDocumentsActivity .sub-top-item {
    margin: 5px;
    position: relative;
}

    #topDocuments2 .sub-top-item h4, #topDocuments3 .sub-top-item h4, #topDocuments4 .sub-top-item h4, #topDocuments5 .sub-top-item h4, #topDocumentsActivity .sub-top-item h4 {
        position: absolute;
        bottom: 0;
        background: rgba(25, 36, 46, 0.7);
        width: 100%;
        padding: 12px 10px;
        color: #fff;
        margin-bottom: 0;
        height: 80px;
    }

.sub-top-item a:hover img {
    opacity: 0.95;
}

#topDocuments .owl-item {
    margin: 0 -1px 0 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#topDocuments .owl-wrapper-outer {
    border-bottom: 1px solid #ddd;
}

div.btn-expand-map {
    position: absolute;
    bottom: 20px;
    pointer-events: none;
    text-align: center;
    width: 100%;
}

    div.btn-expand-map a {
        pointer-events: all;
        padding: 10px 15px;
        color: white;
        background: #3498db;
        text-transform: uppercase;
    }

        div.btn-expand-map a:hover {
            background: #2182c3;
        }

#topDocuments .media b {
    color: #898989;
}

#topDocuments .media h4 {
    font-family: Raleway, sans-serif;
}

#topDocuments .media p {
    color: #aaa;
}


/*******ARTICLE*************/
.article-item {
    margin-bottom: 20px;
}

.article-type b {
    color: #e74c3c;
    text-transform: uppercase;
    display: block;
}

.article-type i {
    font-style: normal;
    color: #898989;
    font-size: 16px;
}

.article-data h4 {
    margin: 0;
    /*color:red;*/
}

.article-data .author {
    color: #898989;
}

/**ALL HIGHLIGHTS**/
.all-highlight-item {
    margin: 10px 0 20px 0;
}

.all-highlight-type b {
    color: #e74c3c;
    text-transform: uppercase;
    display: block;
}

.all-highlight-type i {
    font-style: normal;
    color: #898989;
    font-size: 16px;
}

.all-highlight-data h4 {
    margin: 0;
    /*color:red;*/
}

.all-highlight-data p {
    margin-top: 8px;
}


/*@media(max-width:600px) {
    .article-image
    {
        display:none;
    }
    .article-data {
        width:80%;
        padding-left:25px;
    }
}*/



/*****USER PROFILE****/

.user-info {
    position: relative;
}

    .user-info p {
        margin-bottom: 0;
    }

        .user-info p a {
            color: #898989;
        }

            .user-info p a:hover {
                color: #3498db;
            }

.main-stats {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    color: #898989;
}

    .main-stats .stat {
        text-align: center;
        border: 1px solid #eee;
        padding: 15px;
        margin: 10px 0;
    }

    .main-stats i {
        display: block;
    }

    .main-stats .fa-heart {
        color: #e74c3c;
    }

    .main-stats .fa-star {
        color: #f1c40f;
    }

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

.activity-feed .nav-tabs {
    border-width: 2px;
}

    .activity-feed .nav-tabs &gt; li {
        margin-bottom: -2px;
    }

        .activity-feed .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
            border-width: 2px;
        }

        .activity-feed .nav-tabs &gt; li &gt; a {
            margin-right: 0;
        }

.activity-feed h3 {
    padding-top: 30px;
}

@media(min-width:768px) {
    .activity-feed h3 {
        margin-top: 0;
        padding-top: 0;
    }
}

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

.activity-lists dl {
    margin-bottom: 0;
}

.activity-feed .nav-tabs li a {
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
}

.activity-list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.date-and-social {
    overflow: hidden;
}

    .date-and-social .activity-time {
        float: left;
        width: 200px;
    }

    .date-and-social .tweet {
        float: right;
        width: 90px;
    }

    .date-and-social .like {
        float: right;
        width: 140px;
    }

    .date-and-social .share-on {
        float: right;
        margin-right: 15px;
        color: #898989;
    }

.activity-list li p a {
    font-weight: 700;
}

    .activity-list li p a:hover {
        color: #2182c3;
    }

.activity-list .activity p {
    margin-bottom: 0;
    margin-top: 15px;
}

.activity-list .activity .review-content {
    margin-top: 5px;
}

.activity-list .activity .activity-time {
    color: #898989;
    font-size: 14px;
}

.activity-list .like i {
    color: #e74c3c;
}

.activity-list .review i {
    color: #f1c40f;
}

.activity-list .review .review-content i {
    color: #ddd;
}

.favorites-detail-list .media {
    position: relative;
}

.favorites-detail-list {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 15px 0;
}

    .favorites-detail-list li {
        margin-bottom: 15px;
    }

    .favorites-detail-list .media-body h4 {
        margin-bottom: 0;
    }

    .favorites-detail-list .media-body b {
        font-weight: 400;
        color: #898989;
        font-size: 16px;
    }

    .favorites-detail-list .media-body .review-time {
        color: #898989;
        font-size: 14px;
        margin-top: 18px;
    }

        .favorites-detail-list .media-body .review-time i {
            color: #e74c3c;
        }




/******BREADCRUMBS****/
.top-breadcrumb h1 {
    margin-top: 0;
}

ol.breadcrumb {
    font-size: 16px;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-bottom: 15px;
}

/**PAGINATION**/
/*.new-pagination {
    text-align:center;
}
    .new-pagination .pagination {
        margin:0;
    }
.highlight-page .pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
    border-radius:0;
    background:#3498db;
    color:#fff;
    font-size:14px;
    line-height:25px;
}
.highlight-page .pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
    border-radius:0;
    background:#3498db;
    color:#fff;
     font-size:14px;
     line-height:25px;
}
.highlight-page .pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    margin-left:8px;
    border-radius:0;
    color:#898989;
}

.highlight-page .pagination &gt; li:first-child &gt; a:hover, .pagination &gt; li:first-child &gt; span:hover, .highlight-page .pagination &gt; li:last-child &gt; a:hover, .pagination &gt; li:last-child &gt; span:hover {
    background:#34495e;
}
.highlight-page .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background:#ddd;
    color:#aaa;
    border:1px solid #ddd;
}

.highlight-page .pagination &gt; li.disabled:first-child &gt; a, .pagination &gt; li.disabled:first-child &gt; span, .highlight-page .pagination &gt; li.disabled:last-child &gt; a, .pagination &gt; li.disabled:last-child &gt; span {
    color:#aaa;
    background:#ddd;
}*/

/*******JOIN THANK YOU MESSAGE**********/
.join-success h2, .join-success h3, .join-success h4, .join-success p {
    color: #222222;
}

.join-success h2 {
    margin-bottom: 25px;
    margin-top: 5px;
}

.join-success h3.whats-next {
    margin-bottom: 0px;
}

.join-success .step {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: block;
    margin: 0 15px;
    padding: 20px 0;
}

    .join-success .step i {
        color: #bcbcbc;
        margin-left: -10px;
        margin-top: -3px;
    }

        .join-success .step i.fa-check-circle, .join-success .step i.fa-cog {
            margin-top: -2px;
        }

    .join-success .step .step-no {
        margin: 0 0 0 -15px;
        color: #3498db;
        font-size: 15px;
        font-weight: bold;
        line-height: 28px;
    }

    .join-success .step .step-desc {
        padding-right: 0;
    }

        .join-success .step .step-desc h4 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 21px;
        }

        .join-success .step .step-desc p {
            margin-bottom: 0;
        }

.join-success .return-home {
    font-size: 16px;
    color: #3498db;
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .join-success .return-home:hover {
        color: #34495e;
    }






/**navbar form*/

.hidden-lg .navbar-form {
    padding: 0 15px;
    margin-left: -23px;
    margin-top: 0;
    margin-bottom: 0;
}

    .hidden-lg .navbar-form .btn-default {
        margin-top: -5px;
    }

.navbar-nav {
    margin-top: 0;
}
/***SOCIAL TIMELINE SUBPAGE MUSEUM*/


.subpage .item {
    padding: 0;
    text-align: left;
    margin: 0;
}

.subpage .item-twitter {
    text-align: center;
}



.top-stories-title {
    margin-top: 0;
}

    .top-stories-title a.read-more {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 15px 10px 15px;
        float: right;
        margin-bottom: 5px;
    }


.details-p-content {
    font-size: 16px;
    line-height: 25px;
}

    .details-p-content a {
        color: #3498db;
    }

        .details-p-content a:hover {
            color: #34495e;
        }

    .details-p-content img {
        max-width: 100%;
        overflow: hidden;
    }

#imagelightbox {
    position: fixed;
    -index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}



#image_description {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    color: black;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    font-size: 14px;
    z-index: 10999;
}

    #image_description div.image_descripton_content {
        padding-right: 30px;
    }

a.image_description_expander {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background: url("/Areas/Eu/Content/img/info-32.png") no-repeat;
}


a.collection-arrow {
    width: 75px;
    height: 500px;
    position: absolute;
    top: 0;
}

a.collection-arrow-left {
    background: url('/areas/eu/content/img/blck-arrow-left.png') no-repeat center center;
    left: 0;
    margin-left: 15px;
}

a.collection-arrow-right {
    background: url('/areas/eu/content/img/blck-arrow-right.png') no-repeat center center;
    right: 0;
    margin-right: 15px;
}

a.collection-arrow:hover {
    background-color: #ccc;
}

div.document-tags {
    padding: 20px 0 0 0;
}

a.document-tag {
    display: inline-block;
    padding: 3px;
    padding-right: 10px;
    padding-left: 10px;
    background: #d9534f;
    color: white;
    margin-right: 5px;
    margin-bottom: 3px;
}


#museum-facilities {
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
    line-height: 50px;
    margin-bottom: 20px;
}

    #museum-facilities a.museum-facility {
        line-height: 50px;
        margin-bottom: 10px;
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 5px;
        font-weight: bold;
    }

    #museum-facilities i.museum-facility {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        float: left;
        display: block;
        cursor: pointer;
    }

    #museum-facilities i.parking {
        background: url("/areas/Cms/Content/images/facilities.png") -490px -70px;
    }

    #museum-facilities i.wifi {
        background: url("/areas/Cms/Content/images/facilities.png") -370px -10px;
    }

    #museum-facilities i.disabled {
        background: url("/areas/Cms/Content/images/facilities.png") -10px -70px;
    }

    #museum-facilities i.shop {
        background: url("/areas/Cms/Content/images/facilities.png") -10px -130px;
    }

    #museum-facilities i.cafe {
        background: url("/areas/Cms/Content/images/facilities.png") -430px -70px;
    }

    #museum-facilities i.library {
        background: url("/areas/Cms/Content/images/facilities.png") -70px -130px;
    }

    #museum-facilities i.rent {
        background: url("/areas/Cms/Content/images/facilities.png") -130px -130px;
    }

    #museum-facilities i.lift {
        background: url("/areas/Cms/Content/images/facilities.png") -490px -10px;
    }

    #museum-facilities i.luggage {
        background: url("/areas/Cms/Content/images/facilities.png") -130px -10px;
    }

    #museum-facilities i.cloackroom {
        background: url("/areas/Cms/Content/images/facilities.png") -70px -10px;
    }

    #museum-facilities i.parenting {
        background: url("/areas/Cms/Content/images/facilities.png") -250px -70px;
    }

    #museum-facilities i.membership {
        background: url("/areas/Cms/Content/images/facilities.png") -430px -10px;
    }

    #museum-facilities i.atm {
        background: url("/areas/Cms/Content/images/facilities.png") -10px -10px;
    }

    #museum-facilities i.lostfound {
        background: url("/areas/Cms/Content/images/facilities.png") -310px -10px;
    }

    #museum-facilities i.pets {
        background: url("/areas/Cms/Content/images/facilities.png") -70px -70px;
    }


/*******LOGIN POPUP EU**************/
/*#login-popup {
    width: 650px;
    height: 385px;
    background: white;
    z-index: 99999;
    overflow: hidden;
}*/

#login-popup div.modal-dialog, #login-popup div.modal-content, #login-popup div.modal-body {
    width: 650px;
}

#login-popup div.modal-content {
    border: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /*padding-left: 15px;*/
}

#login-popup div.modal-body div.row {
    display: table;
}

#login-popup div.login-eu {
    background: #ffffff;
    color: #888888;
    display: table-cell;
    float: none;
}

    #login-popup div.login-eu div.login-column-wrapper {
        padding-left: 20px;
        padding-right: 5px;
        padding-bottom: 20px;
    }

#login-popup div.login-cms div.login-column-wrapper {
    padding-right: 20px;
}

#login-popup div.login-cms {
    background: #3598dc;
    color: white;
    text-align: center !important;
    padding-right: 15px;
    display: table-cell;
    float: none;
}

#login-popup div.login-eu h3 {
    color: #33435a;
}

#login-popup div.login-cms h3 {
    color: white !important;
}

#login-popup img.login-or {
    margin-top: 20px;
    margin-bottom: 20px;
}

#login-popup div.login-eu input {
    padding: 10px 12px;
    height: auto;
    font-size: 16px;
}

#login-popup div.login-eu .btn-primary {
    background: #3598dc;
    border: 1px solid #3598dc;
    width: 100%;
    padding: 10px;
    font-size: 1.3em;
}

#login-popup div.login-cms .btn-primary {
    width: 100%;
    padding: 10px;
    border: 1px solid #34495e;
    font-size: 1.3em;
    margin-bottom: 5px;
}

#login-popup div.login-cms p {
    margin-bottom: 15px;
}

#login-popup div.login-cms a {
    color: white;
}

p.original-name {
    font-size: 20px;
    color: #898989;
    margin-top: -10px;
    padding-left: 0px;
    font-family: Raleway, sans-serif;
}

a.top-document-favorites {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    a.top-document-favorites i {
        color: #da5252;
        margin-right: 5px;
    }

div.one-hl-social {
    width: 100%;
}

.social-links div.favorite {
    margin-right: 6px;
}


div.c24-image {
    background: #f0f0f0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

    div.c24-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }

    div.c24-image span {
        display: block;
        font-size: 12px;
        font-style: italic;
    }

div.content iframe {
    display: block;
    margin: auto;
}

@media only screen and (min-width: 480px) {
    div.c24-image {
        float: right;
        margin-left: 15px;
    }

        div.c24-image:nth-child(2n+3) {
            float: left;
            margin-right: 15px;
            margin-left: 0;
        }
}

@media only screen and (max-width: 479px) {
    div.c24-image {
        margin: auto;
        display: block;
    }
}


#hlslider div.owl-wrapper-outer {
    border: 1px solid #ddd;
}

#hlslider div.media-highlight {
    border: 0px;
    margin-bottom: 0px;
}

#articles-col3 {
    margin-bottom: 30px;
}

    #articles-col3 h4 {
        font-size: 13px;
    }


    #articles-col3 .media {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }


    #articles-col3 div.col-md-4 div.media:last-child {
        border-bottom: 0;
    }

@media only screen and (max-width: 990px) {
    #articles-col3 div.col-md-4 div.media:last-child {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
}

.obj-carousel {
    display: none;
}

p.article-author {
    font-size: 13px;
}

div.content {
    font-size: 16px !important;
}


/******************************************
     EVENT REGISTRATION FORM
 ******************************************/

#event-registration div.modal-dialog, #event-registration div.modal-content, #event-registration div.modal-body {
    width: 650px;
}

#event-registration {
    font-weight: normal !important;
}

    #event-registration div.modal-content {
        border: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        /*padding-left: 15px;*/
    }

    #event-registration div.modal-body div.row {
        display: table;
    }

    #event-registration div.login-eu {
        background: #ffffff;
        color: #888888;
        display: table-cell;
        vertical-align: top;
        float: none;
    }

        #event-registration div.login-eu div.login-column-wrapper {
            padding-left: 20px;
            padding-right: 5px;
            padding-bottom: 20px;
        }

    #event-registration div.login-column-wrapper a.btn-primary {
        font-weight: lighter !important;
        font-size: 1em;
    }

    #event-registration div.login-cms div.login-column-wrapper {
        padding-right: 0px;
    }

    #event-registration div.login-column-wrapper img {
        width: 100%;
    }

    #event-registration div.login-cms {
        background: #3598dc;
        color: white;
        text-align: center !important;
        padding-right: 0px;
        padding-left: 0;
        display: table-cell;
        float: none;
    }

    #event-registration div.login-eu h3 {
        color: #33435a;
    }

    #event-registration div.login-cms h3 {
        color: white !important;
    }

    #event-registration img.login-or {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #event-registration div.login-eu input {
        padding: 10px 12px;
        height: auto;
        font-size: 16px;
    }

    #event-registration div.login-eu .btn-primary {
        background: #3598dc;
        border: 1px solid #3598dc;
        width: 100%;
        padding: 10px;
        font-size: 1.3em;
    }

    #event-registration div.login-cms .btn-primary {
        width: 100%;
        padding: 10px;
        border: 1px solid #34495e;
        font-size: 1.3em;
        margin-bottom: 5px;
    }

    #event-registration div.login-cms p {
        margin-bottom: 15px;
    }

    #event-registration div.login-cms a {
        color: white;
    }


.rps-image-gallery * {
    margin: 0 !important;
    padding: 0 !important;
}

.rps-image-gallery &gt; ul {
    list-style-type: none;
    font-size: 0 !important;
}

    .rps-image-gallery &gt; ul &gt; li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }

.rps-image-gallery &gt; .background-thumbnails &gt; li div:first-child {
    padding: 5% !important;
}

.rps-image-gallery &gt; .background-thumbnails &gt; li div &gt; div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rps-image-gallery img {
    width: 90% !important;
    margin: 5% !important;
}

.rps-image-gallery .wp-heading-text.gallery-heading,
.rps-image-gallery .wp-caption-text.gallery-caption,
.rps-image-gallery .gallery-meta {
    display: block;
    width: 90% !important;
    margin: 0 5% !important;
    line-height: normal;
}

.rps-image-gallery .wp-heading-text.gallery-heading {
    font-size: medium !important;
}

.rps-image-gallery .wp-caption-text.gallery-caption {
    font-size: small !important;
}

.rps-image-gallery .gallery-meta {
    font-size: x-small !important;
    list-style-type: none;
}

    .rps-image-gallery .gallery-meta &gt; li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 0 5% 0 0 !important;
    }

.rps-image-gallery a,
.rps-image-gallery a:link,
.rps-image-gallery a:visited {
    display: block;
    overflow: hidden;
}

.rps-image-gallery .wp-caption-text.gallery-caption a,
.rps-image-gallery .wp-caption-text.gallery-caption a:link,
.rps-image-gallery .wp-caption-text.gallery-caption a:visited {
    display: inline;
    overflow: auto;
}

.rps-image-gallery.gallery-columns-1 &gt; ul &gt; li {
    width: 100%;
}

.rps-image-gallery.gallery-columns-2 &gt; ul &gt; li {
    width: 50%;
}

.rps-image-gallery.gallery-columns-3 &gt; ul &gt; li {
    width: 33.33%;
}

.rps-image-gallery.gallery-columns-4 &gt; ul &gt; li {
    width: 25%;
}

.rps-image-gallery.gallery-columns-5 &gt; ul &gt; li {
    width: 20%;
}

.rps-image-gallery.gallery-columns-6 &gt; ul &gt; li {
    width: 16.666%;
}

.rps-image-gallery.gallery-columns-7 &gt; ul &gt; li {
    width: 14.285%;
}

.rps-image-gallery.gallery-columns-8 &gt; ul &gt; li {
    width: 12.5%;
}

.rps-image-gallery.gallery-columns-9 &gt; ul &gt; li {
    width: 11.11%;
}

#fancybox-title-over {
    font-size: 1.1em;
    line-height: 1.3em;
}

#fancybox-overlay {
    z-index: 9999 !important;
}

#fancybox-wrap,
.fancybox-wrap,
.fancybox-opened,
#fancybox-loading,
.fancybox-close,
.fancybox-nav,
.fancybox-nav span,
.fancybox-title,
.fancybox-title-float-wrap {
    z-index: 10000 !important;
}

.no-padding {
    padding: 0 !important;
}

div.services-header h1,
div.services-header h2,
div.services-header h3,
div.services-header h4,
div.services-header h5 {
    font-weight: normal;
}

div.services-content h1,
div.services-content h2,
div.services-content h3,
div.services-content h4,
div.services-content h5,
div.services-content h6,
div.services-content h7 {
    font-weight: normal;
}

.services-header {
    position: relative;
    background-color: rgb(26,156,186);
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

    .services-header .services-subtitle {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        max-width: 700px;
    }

.services-header-left {
    background-image: url('/Areas/Eu/Content/img/services-header-r.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
}

.services-header-right {
    background-image: url('/Areas/Eu/Content/img/services-header-l.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;
}

.services-background {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.services-title {
    color: #fff;
    background-color: transparent;
    display: table;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.services-title-text {
    width: 60%;
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .services-title-text h1 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'novecento_sans_widenormal', sans-serif;
        font-size: 40px;
    }

    .services-title-text h2 {
        font-family: 'clear_sansregular', sans-serif;
        color: #fff;
        font-size: 21px;
        font-weight: lighter;
        margin-top: 30px;
        line-height: 28px;
    }

.services-white {
    background-color: #fff;
    width: 100%;
}

.services-gray {
    background-color: #F7F7F7;
    width: 100%;
}

.services-form-row {
    margin-left: auto;
    margin-right: auto;
}

.services-content {
    font-family: 'clear_sans_lightregular', sans-serif;
    font-size: 16px;
    padding: 0 !important;
}

    .services-content .container {
        margin-left: auto;
        margin-right: auto;
    }

    .services-content div:first-child {
        margin-top: 45px;
    }

    .services-content p {
        font-family: 'clear_sans_lightregular', sans-serif;
        font-size: 16px;
    }

    .services-content img {
        width: 100%;
    }

    .services-content h3 {
        font-family: 'novecento_sans_widebook',sans-serif;
        font-size: 34px;
        text-transform: uppercase;
        color: #22a0bd;
        margin-top: -3px;
        margin-bottom: 30px;
    }

    .services-content li {
        color: #22a0bd;
    }


    .services-content a {
        color: #22a0bd;
    }

        .services-content a:hover {
            color: rgb(26,156,186);
        }

    .services-content ul {
        list-style-type: none;
    }

    .services-content li {
        /*text-indent: -1.4em;*/
    }

        .services-content li:before {
            font-family: 'services';
            font-size: 10px;
            content: "\e600";
            float: left;
            width: 2em;
            font-family: 'services';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 2.0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.services-form textarea,
.services-form input[type="text"],
.services-form input[type="email"],
.services-form input[type="url"],
.services-form .uneditable-input {
    border: 0;
    border-left: 2px solid #22a0bd;
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.services-form textarea {
    height: 150px;
}

.services-form input[type="submit"]:hover {
    background: #2182c3;
}

.services-form textarea:focus,
.services-form input[type="text"]:focus,
.services-form input[type="password"]:focus,
.services-form input[type="datetime"]:focus,
.services-form input[type="datetime-local"]:focus,
.services-form input[type="date"]:focus,
.services-form input[type="month"]:focus,
.services-form input[type="time"]:focus,
.services-form input[type="week"]:focus,
.services-form input[type="number"]:focus,
.services-form input[type="email"]:focus,
.services-form input[type="url"]:focus,
.services-form input[type="search"]:focus,
.services-form input[type="tel"]:focus,
.services-form input[type="color"]:focus,
.services-form .uneditable-input:focus {
    border-left: 3px solid #22a0bd;
}

.services-image-content {
    margin: 0;
    display: table;
}

    .services-image-content div {
        display: table-cell;
        vertical-align: top;
    }

    .services-image-content .col-md-6 {
        float: none;
        padding-top: 40px;
    }

    .services-image-content .image {
        padding: 40px;
        padding-top: 0;
    }

    .services-image-content .content {
        padding-left: 30px;
        border-left: 2px solid #22a0bd;
        display: table-cell;
        vertical-align: top;
    }

.services-separator {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-form {
    font-family: 'clear_sans_lightregular';
    font-size: 16px;
}

    .services-form label {
        font-weight: normal !important;
    }

    .services-form div:first-child {
        margin: 0;
    }

    .services-form h2 {
        font-family: 'novecento_sans_widebook';
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .services-form input[type="submit"] {
        font-family: 'clear_sansregular';
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        border: 0;
        background-color: #22a0bd;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        color: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .services-form .input-validation-error {
        background-color: #E9F5F8;
    }

.services-sep1 {
    background-image: url('/Areas/Eu/Content/img/serv-sep1.png');
    height: 156px;
}

.services-sep2 {
    background-image: url('/Areas/Eu/Content/img/serv-sep2.png');
    height: 122px;
}

.services-sep3 {
    background-image: url('/Areas/Eu/Content/img/serv-sep3.png');
    height: 121px;
}

.services-sep4 {
    background-image: url('/Areas/Eu/Content/img/serv-sep4.png');
    height: 153px;
}

.services-thank-you-container {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    width: 100%;
}

.services-thank-you {
    width: 440px;
    height: 240px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #fff;
    text-align: center;
    padding: 45px !important;
    padding-left: 30px;
    padding-right: 30px;
}

    .services-thank-you h3 {
        text-transform: uppercase !important;
        color: #22a0bd !important;
        font-size: 40px !important;
    }

    .services-thank-you hr {
        width: 200px;
        color: #22a0bd;
        background-color: #22a0bd;
        height: 2px;
        margin-top: -20px;
        margin-bottom: 30px;
    }


.services-form div.services-form-row {
    margin-left: auto;
    margin-right: auto;
}

.services-content form {
    margin-top: -45px;
}

@media(max-width:1200px) {
    .services-header {
        margin-top: 0;
    }
}



/* Resets */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

#gmcKN_search {
    position: relative;
    width: 400px;
}

#gmcKN_topbar {
    background-color: #000;
    color: #fff;
    position: absolute;
    overflow: hidden;
    z-index: 3;
}

    #gmcKN_topbar a {
        color: #fff;
    }

#gmcKN-map-container {
    width: 100%;
    height: 350px;
    position: relative;
    border: 0 #f00 solid;
}

#gmcKN-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* 
        max width is important, 
        if width is to big then the client request for full zoomed out map could make the clustering appear buggy 
        */
    max-width: 2700px;
    max-height: 1000px;
}

.gmcKN-errorMsg {
    position: absolute;
    z-index: 10;
    background-color: #f00;
}

#gmcKN-zoomInfo, #gmcKN-markersCount, #gmcKN-response-time, #gmcKN-cacheInfo {
    display: block;
}

#gmcKN-zoomInfo {
    margin-top: 14px;
}

#gmcKN_lonlat {
    border: none;
    background-color: #aaa;
    font-family: monospace;
}

#gmcKN-checkboxContainer {
    position: absolute;
    min-width: 144px;
    min-height: 280px;
    border: 1px #000 solid;
    background: #eee;
    left: 20px;
    top: 290px;
    z-index: 3;
    opacity: 0.85;
}

#gmcKN-checkboxContainer ul {
        list-style: none;
    }

        #gmcKN-checkboxContainer ul li {
            display: block;
        }

        #gmcKN-checkboxContainer ul input {
        }

        #gmcKN-checkboxContainer ul img {
            display: inline-block;
            vertical-align: middle;
        }

#gmcKN-zoomIn {
    margin-right: 4px;
}

.inputZoom {
    margin: 0;
    padding: 0;
}

#gmcKN-checkboxContainer input {
    margin-top: 10px;
}

.gmcKN_clustersize1, .gmcKN_clustersize2, .gmcKN_clustersize3, .gmcKN_clustersize4, .gmcKN_clustersize5 {
    font-family: arial;
    display: block;
    position: relative;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}


.gmcKN_clustersize1 {
    left: -26px;
    top: -26px;
    line-height: 52px;
    font-size: 12px;
    background: url(/areas/Eu/assets/images/clusters/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.gmcKN_clustersize2 {
    left: -28px;
    top: -28px;
    line-height: 55px;
    font-size: 12px;
    background: url(/areas/Eu/assets/images/clusters/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.gmcKN_clustersize3 {
    left: -33px;
    top: -33px;
    line-height: 65px;
    font-size: 12px;
    background: url(/areas/Eu/assets/images/clusters/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.gmcKN_clustersize4 {
    left: -39px;
    top: -39px;
    text-align: center;
    line-height: 77px;
    font-size: 12px;
    background: url(/areas/Eu/assets/images/clusters/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.gmcKN_clustersize5 {
    left: -45px;
    top: -45px;
    line-height: 89px;
    font-size: 12px;
    background: url(/areas/Eu/assets/images/clusters/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}

#gmcKN-Clustering-span {
    display: none;
}


.gmcKN-marker-info {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    min-height: 100px;
    margin: 0;
    padding: 0;
}

	html
		{
			/* killing 300ms touch delay in IE */
			-ms-touch-action: manipulation;
			touch-action: manipulation;
		}



		#container
		{
			width: 41.25em; /* 660 */
			text-align: center;
			padding: 0 1.25em; /* 20 */
			margin: 3.125em auto 6.25em; /* 50 100 */
		}
			#container h1
			{
				font-size: 2.125em; /* 34 */
				line-height: 0.882em; /* 30 (34) */
				text-transform: uppercase;
			}
				#container h1 span
				{
					font-size: 0.588em; /* 20 (34) */
					line-height: 1em; /* 20 (20) */
					color: #aaa;
					display: block;
				}
				#container h1 a:hover,
				#container h1 a:hover span,
				#container h1 a:focus,
				#container h1 a:focus span
				{
					color: #666;
				}

			#container h2
			{
				border-top: 1px solid #ddd;
				padding-top: 1.875em; /* 30 */
				margin-top: 1.875em; /* 30 */
				margin-bottom: 0.625em; /* 10 */
			}
				#container h2 span
				{
					color: #666;
				}
				#container h2[data-caption]:before
				{
					font-size: 0.875rem;
					font-weight: 300;
					color: #fff;
					background-color: #c00;
					display: inline-block;
					content: attr( data-caption );
					padding: 0.125rem 0.313rem; /* 2 5 */
					margin-right: 0.625rem; /* 10 */

					-webkit-transform: rotate( -8deg );
					-ms-transform: rotate( -8deg );
					transform: rotate( -8deg );
				}

			#container ul
			{
			}
				#container li
				{
					display: inline-block;
					margin: 0.625em; /* 10 */
				}
					#container img
					{
						width: 8.75em; /* 140 */
						height: 8.75em; /* 140 */
						border-color: #eee;
						border: 0.625em solid rgba( 255, 255, 255, .5 ); /* 10 */

						-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
						box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */

						-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
						transition: box-shadow .3s ease, border-color .3s ease;
					}
						#container img:hover,
						#container img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
						}

		footer
		{
			font-size: 0.875em; /* 14 */
			color: #aaa;
			border-top: 1px solid #ddd;
			padding-top: 2.143em; /* 30 (14) */
			margin-top: 2.143em; /* 30 (14) */
		}


		/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .85 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}
/*************GLOBAL****************
************************************/
#trails-hp * {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

#trails-hp h1 {
    font-size: 40px;
    font-weight: bold;
}

#trails-hp h2 {
    font-size: 30px;
    font-weight: bold;
}

#trails-hp h3 {
    font-size: 22px;
    font-weight: bold;
}

#trails-hp h1, #trails-hp h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

#trails-hp .container-fluid {
    margin-bottom: 30px;
}

#trails-hp .nobottom {
    margin-bottom: 0px;
}

#trails-hp .second-part {
    margin-left: 12px;
}

#trails-hp .btn {
    background-color: #DE7911;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 30px;
}

    #trails-hp .btn:hover {
        background-color: #ff8100;
    }

/*dividers*/
.trails-hp-hdivider {
    height: 0px;
    border-bottom: 1px solid #C2C2C2;
    margin-left: -50%;
    margin-right: 50%;
    position: relative;
    margin-bottom: 30px;
}


    .trails-hp-hdivider::after {
        content: ' ';
        width: 10px;
        height: 10px;
        background-color: #C2C2C2;
        position: absolute;
        right: 0;
        top: -5px;
        border-radius: 5px;
    }

.trails-hp-vdivider {
    height: 60px;
    width: 1px;
    border-right: 1px solid #C2C2C2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
}

    .trails-hp-vdivider::after {
        content: ' ';
        width: 10px;
        height: 10px;
        background-color: #C2C2C2;
        position: absolute;
        bottom: 0px;
        right: -5px;
        border-radius: 5px;
    }

/************HEADER****************
************************************/
.trails-hp-header {
    position: relative;
    background-image: url("/Areas/Eu/Content/img/trails/naslovnica_1920x300px.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.trails-hp-title {
    text-align: center;
}

.trails-hp-title-text {
    display: inline-block;
    background-color: white;
    padding: 0px 40px 0 40px;
    margin-top: 105px;
}

    .trails-hp-title-text h1 {
        text-transform: uppercase;
        margin-top: 17px !important;
        margin-bottom: 17px !important;
    }

/***************SEARCH*************
************************************/

/* form */
.trails-hp-search label {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.trails-hp-search form {
    margin-top: 52px;
}

.trails-hp-search .submit-part {
    text-align: center;
}


.trails-hp-search .btn-group {
    width: 270px;
    margin-right: 11px;
}

    .trails-hp-search .btn-group select {
        width: 270px;
        border-color: #7E7E7E;
    }

    .trails-hp-search .btn-group:last-child {
        margin-right: 0px;
    }

.trails-hp-search .token-input-list-facebook {
    width: 270px;
    border-color: #7E7E7E;
}

    .trails-hp-search .token-input-list-facebook input {
        width: 270px !important;
    }

.trailbody .token-input-dropdown-facebook {
    width: 270px !important;
}

/* search results */
.trails-hp-search-results ul {
    margin: 0;
    padding: 0;
}

    .trails-hp-search-results ul li {
        width: 270px;
        display: inline-block;
        margin-right: 11px;
        margin-top: 30px;
    }

        .trails-hp-search-results ul li:nth-child(4n) {
            margin-right: 0px;
        }

        .trails-hp-search-results ul li:nth-child(4n+3) {
            margin-left: 12px;
        }


        .trails-hp-search-results ul li span {
            display: block;
            line-height: 25px;
        }


div.manjse ul li:nth-child(1):before {
    background-color: #FFFFFF !important;
}


/**************TRAILS ON MAP******************
*********************************************/
.trails-hp-map h2 {
    text-align: center;
}

/**************OWN TRAILS******************
*********************************************/
.trails-hp-own {
    margin-top: 20px;
}


/*****************************************************************************************************************/

/******************
 *    TRAILS      *
*******************/

.trails {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

    .trails h1, .trails h2, .trails h3, .trails h4, .trails h5, .trails h6 {
        padding: 0 0 0 0;
        margin: 20px 0 30px 0;
        font-style: normal;
        font-weight: normal;
    }

    .trails h1 {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .trails h2 {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .trails .data {
        margin-top: 40px;
    }

        .trails .data .data-container {
            border-right: 1px solid #C2C2C2;
            text-align: center;
        }

            .trails .data .data-container:last-child {
                border-right: 0 !important;
            }

            .trails .data .data-container h3 {
                font-size: 14px;
                text-transform: uppercase;
                margin-top: 15px !important;
            }

            .trails .data .data-container p {
                font-size: 22px;
                font-weight: bold;
            }

    /* Trail slider*/
    .trails .steps {
        padding: 45px 0 45px;
        position: absolute;
        display: table;
        z-index: 99;
        white-space: nowrap;
    }

.steps-slider {
    height: 360px;
    position: relative;
    overflow: hidden;
}

.trails .steps-slider:before {
    content: ' ';
    width: 100%;
    height: 378px;
    background-color: #F0F0F0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.trails .steps li {
    width: 311px;
    height: 288px;
    display: inline-block;
    padding: 0 30px 0 30px;
    vertical-align: top;
    white-space: normal;
    position: relative;
}

    .trails .steps li:after {
        content: '';
        height: 288px;
        width: 0px;
        border-right: 1px solid #BFBFBF;
        position: absolute;
        right: 0;
        top: 0;
    }

    .trails .steps li .img {
        height: 170px;
        width: 100%;
        max-height: 450px;
        background-size: cover;
    }

    .trails .steps li.selected {
        max-width: 70%;
    }

        .trails .steps li.selected .img {
            width: 100%;
            height: 734px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #dbdbdb;
            position: relative;
        }

    .trails .steps li .step-image-copyright {
        display: none;
    }

    .trails .steps li.selected .step-image-copyright {
        display: block;
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,0.75);
        width: 100%;
        color: #fff;
        padding: 3px 5px 3px 5px;
    }

    .trails .steps li h3 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .trails .steps li a.close {
        width: 26px;
        height: 26px;
        background-image: url("/Areas/Eu/Content/img/trails/close.png");
        position: absolute;
        right: 30px;
        top: 0;
        display: none;
    }

.trails .steps .count-title {
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
}

.trails .steps .count {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: -10px;
}

.trails .steps .title {
    font-size: 16px;
    text-transform: uppercase;
}

/*trails step info*/
.trails .step-content {
}

.trails .infocol {
}

    .trails .infocol dt {
        font-size: 14px;
        text-transform: uppercase;
        color: #666666;
        font-weight: normal;
    }

    .trails .infocol dd {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .trails .infocol dd.museum-social-links img {
            width: 32px;
            height: 32px;
        }

.trails .desccol p {
    margin-bottom: 50px;
}

.trails .desccol h2 {
    text-align: left;
    padding-left: 0;
}

.trails .desccol h3 {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.trails .desccol h4 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.trails .pre {
    padding-left: 45px;
    position: relative;
}

    .trails .pre:before {
        content: ' ';
        width: 10px;
        height: 10px;
        background-color: #C2C2C2;
        position: absolute;
        left: 20px;
        top: 7px;
        border-radius: 5px;
    }

    .trails .pre:after {
        content: ' ';
        width: 20px;
        height: 1px;
        background-color: #C2C2C2;
        position: absolute;
        left: 0;
        top: 12px;
    }

.trails ul.audio-files {
    list-style: none;
}

/* --- HEADER --- */
.trails .header {
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 410px;
    padding: 0;
    margin: 0;
    margin: 30px 0 0 0;
}

    .trails .header .title-container {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .trails .header .title-container .title {
            display: inline-block;
            background-color: white;
            padding: 0px 40px 0px 40px;
        }

            .trails .header .title-container .title * {
                text-transform: uppercase;
            }

            .trails .header .title-container .title h1 {
                margin-top: 17px !important;
                margin-bottom: 17px !important;
            }

/* DIVIDER */
.trails .divider {
    position: relative;
    height: 60px;
    width: 1px;
    border-right: 1px solid #C2C2C2;
    margin: 20px auto 0 auto;
}

    .trails .divider::after {
        content: ' ';
        position: absolute;
        bottom: 0px;
        right: -5px;
        border-radius: 5px;
        width: 10px;
        height: 10px;
        background-color: #C2C2C2;
    }

.trails #mapDetails {
    height: 600px;
    width: 100%;
}

.trails .images a {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
}

    .trails .images a:hover {
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid #bfbfbf;
    }

.step-card h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

/**************NEWEST TRAILS******************
*********************************************/
.trails-hp-newest h2 {
    text-align: center;
}

.trails-hp-newest ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 22.5px;
    margin-right: 22.5px;
}

    .trails-hp-newest ul::after {
        content: '';
        clear: both;
        width: 22.5px;
    }


    .trails-hp-newest ul li {
        width: 20%;
        display: inline-block;
        padding-right: 7.5px;
        padding-left: 7.5px;
        position: relative;
    }

        .trails-hp-newest ul li a h3 {
            font-size: 16px !important;
            margin-bottom: 0 !important;
            font-weight: bold !important;
        }

        .trails-hp-newest ul li img {
            width: 100%;
        }

        .trails-hp-newest ul li:nth-child(-n+5) {
            padding-bottom: 30px;
            margin-bottom: 30px;
            padding-top: 30px;
            background-color: #F0F0F0;
        }

        .trails-hp-newest ul li:nth-child(5):after {
            content: '';
            width: 22.5px;
            height: 100%;
            background-color: #F0F0F0;
            position: absolute;
            right: -22.5px;
            top: 0;
        }

        .trails-hp-newest ul li:nth-child(1):before {
            content: '';
            width: 22.5px;
            height: 100%;
            background-color: #F0F0F0;
            position: absolute;
            left: -22.5px;
            top: 0;
        }

        .trails-hp-newest ul li a span {
            font-size: 14px !important;
        }

.about-trail {
    text-align: center !important;
}

@font-face {
    font-family: 'comme';
    src: url('/Areas/Eu/Content/fonts-vex/comme-bold-webfont.eot');
    src: url('/Areas/Eu/Content/fonts-vex/comme-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts-vex/comme-bold-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts-vex/comme-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'comme';
    src: url('/Areas/Eu/Content/fonts-vex/comme-light-webfont.eot');
    src: url('/Areas/Eu/Content/fonts-vex/comme-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts-vex/comme-light-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts-vex/comme-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'comme';
    src: url('/Areas/Eu/Content/fonts-vex/comme-regular_1-webfont.eot');
    src: url('/Areas/Eu/Content/fonts-vex/comme-regular_1-webfont.eot?#iefix') format('embedded-opentype'), url('/Areas/Eu/Content/fonts-vex/comme-regular_1-webfont.woff2') format('woff2'), url('/Areas/Eu/Content/fonts-vex/comme-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.vexBody * {
    font-family: comme;
    color: #202020;
    letter-spacing: 0;
}

body.vexBody {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-family: comme;
    font-weight: normal;
    font-style: normal;
}

    body.vexBody .row {
        margin-left: 0;
        margin-right: 0;
    }

.vex-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.vex-top {
    height: 50px;
    width: 100%;
    display: table-row;
    color: white;
}

    .vex-top nav {
        background-color: #202020;
    }

    .vex-top h1 {
        color: white;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        margin-left: 80px;
        line-height: 50px;
    }

    .vex-top ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-left: 59px;
        list-style: none;
    }

        .vex-top ul li a {
            color: white;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 200;
            font-style: normal;
        }

    .vex-top h2.vex-content-title {
        width: 100%;
        background-color: white;
        margin: 0;
        padding: 0;
        padding-bottom: 6px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
        margin-left: 80px;
        font-size: 18px;
        margin-top: 39px;
    }

        .vex-top h2.vex-content-title:after {
            content: '';
            border-bottom: 1px solid #daa521;
            position: absolute;
            bottom: 0;
            left: -10px;
            height: 1px;
            right: 80px;
            width: 100%;
        }

        .vex-top h2.vex-content-title:before {
            content: '';
            border-bottom: 1px solid white;
            position: absolute;
            bottom: 0;
            height: 1px;
            right: 0;
            width: 160px;
            z-index: 999;
        }

.vex-content {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

    .vex-content .row {
        display: table-row;
        width: 100%;
        height: 100%;
    }

    .vex-content .col-left {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        width: 320px;
    }


    .vex-content .col-right {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        width: 100%;
    }

.vex-last {
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
}

    .vex-last h3 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 13px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

        .vex-last h3:after {
            content: '';
            height: 3px;
            width: 40px;
            position: absolute;
            bottom: 0;
            left: 50%;
            background-color: #daa521;
            margin-left: -20px;
        }

    .vex-last ul.vex-last-list {
        list-style: none;
        margin-left: 80px;
        margin-right: 80px;
    }

        .vex-last ul.vex-last-list li {
            margin-bottom: 27px;
        }

            .vex-last ul.vex-last-list li h4 {
                font-size: 14px;
                font-weight: bold;
            }


/* SEARCH FORM*/
.vex-search-form {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    margin-left: 80px;
}

    .vex-search-form .btn-group {
        margin-right: 6px;
    }

    .vex-search-form input {
        border-color: #9d9d9d !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        width: 180px !important;
    }

    .vex-search-form .btn {
        background-color: #daa521;
    }

        .vex-search-form .btn span {
            color: white;
        }

    .vex-search-form input::-webkit-input-placeholder {
        color: #9d9d9d;
    }

    .vex-search-form input:-moz-placeholder { /* Firefox 18- */
        color: #9d9d9d;
    }

    .vex-search-form input::-moz-placeholder { /* Firefox 19+ */
        color: #9d9d9d;
    }

    .vex-search-form input:-ms-input-placeholder {
        color: #9d9d9d;
    }

.vex-search-filters {
    display: inline-block;
}

    .vex-search-filters a {
        margin-left: 20px;
    }

        .vex-search-filters a span {
            background-color: #daa521;
            color: white;
            font-size: 7px;
            padding: 4px;
            margin-right: 5px;
        }

/*SEARCH RESULTS*/
ul.vex-results {
    list-style: none;
    padding-left: 60px;
}

    ul.vex-results li {
        display: table-cell;
        width: 255px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 27px;
        float: left;
        height: 300px;
    }

        ul.vex-results li h3 {
            text-transform: uppercase;
            font-size: 16px;
            margin-bottom: 12px;
            height: 85px;
        }

.vex-bottom {
    background-color: #202020;
    height: 30px;
    text-align: right;
    width: 100%;
    display: table-row;
    color: white;
}

    .vex-bottom p {
        font-size: 12px;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }

        .vex-bottom p.pull-right {
            margin-right: 80px;
            color: white;
        }

        .vex-bottom p.pull-left {
            margin-left: 80px;
            font-weight: 200;
            color: white;
        }

            .vex-bottom p.pull-left a {
                color: white;
            }

.vex-divscroll {
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

/* ICONS */

@font-face {
    font-family: 'VE';
    src: url('/Areas/Eu/Content/fonts-vex/VE.eot?2yxhgm');
    src: url('/Areas/Eu/Content/fonts-vex/VE.eot?#iefix2yxhgm') format('embedded-opentype'), url('/Areas/Eu/Content/fonts-vex/VE.ttf?2yxhgm') format('truetype'), url('/Areas/Eu/Content/fonts-vex/VE.woff?2yxhgm') format('woff'), url('/Areas/Eu/Content/fonts-vex/VE.svg?2yxhgm#VE') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="VE-"], [class*=" VE-"] {
    font-family: 'VE' !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.VE-arrow_D:before {
    content: "\e600";
}

.VE-arrow_L:before {
    content: "\e601";
}

.VE-arrow_R:before {
    content: "\e602";
}

.VE-arrow_U:before {
    content: "\e603";
}

.VE-close:before {
    content: "\e604";
}

.VE-delete:before {
    content: "\e605";
}

.VE-img_info:before {
    content: "\e606";
}

.VE-lupa:before {
    content: "\e607";
}

.VE-zoom_in:before {
    content: "\e608";
}

.VE-zoom_out:before {
    content: "\e609";
}

/* ENTRY PAGE */

.vex-entry .vex-divscroll {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
}

.vex-entry {
    padding-top: 185px;
    padding-bottom: 55px;
}

.vex-entry-wrapper {
    max-width: 960px;
    background-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(32, 32, 32, 0.45);
    padding-top: 46px;
    padding-bottom: 65px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    text-align: center;
}

    .vex-entry-wrapper p,
    .vex-entry-wrapper h1,
    .vex-entry-wrapper div,
    .vex-entry-wrapper span {
        color: white !important;
        margin: 0;
        padding: 0;
    }

    .vex-entry-wrapper * {
        color: white !important;
    }

    .vex-entry-wrapper h1 {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 22px;
    }

    .vex-entry-wrapper div.vex-description {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 27px;
        margin-bottom: 26px;
        padding-left: 100px;
        padding-right: 100px;
        position: relative;
    }

        .vex-entry-wrapper div.vex-description:after {
            content: '';
            width: 40px;
            height: 3px;
            background-color: white;
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -20px;
        }

    .vex-entry-wrapper div.vex-author {
        font-size: 16px;
    }

        .vex-entry-wrapper div.vex-author span {
            font-size: 16px;
            font-weight: bold;
        }

a.vex-cir {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #202020;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
}

.vex-entry .vex-d-trigger {
    position: absolute;
    bottom: 20px;
    right: 80px;
    width: 50px;
    height: 50px;
    background-color: #202020;
    background-color: rgba(32, 32, 32, 0.5);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

    .vex-entry .vex-d-trigger span {
        color: white;
    }

/* VEX DETAILS*/
body.vex-details {
    overflow: auto !important;
}

.vex-details .vex-det-title {
    border-bottom: 1px solid #daa521;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: -10px;
    padding-left: 9px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}


/*VEX THEMES*/

.vex-details .vex-themes {
    margin-left: 74px;
    margin-right: 74px;
    margin-bottom: 15px;
    position: relative;
}

.vex-details .vex-theme-slider {
    position: relative;
    height: 156px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -6px;
    overflow: hidden;
}

.vex-details .vex-theme-slider-content {
    /*width: 2000px;*/
    position: absolute;
}

.vex-details .vex-themes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    .vex-details .vex-themes ul li {
        display: inline-block;
        width: 140px;
        height: 150px;
        margin-right: 40px;
        position: relative;
        z-index: 0;
    }

        .vex-details .vex-themes ul li img {
            position: absolute;
            top: 0;
            margin-bottom: 13px;
        }

        .vex-details .vex-themes ul li span {
            line-height: 20px;
            font-size: 14px;
            position: absolute;
            bottom: 0;
        }

.vex-details h2.theme-title {
    margin: 0;
    padding: 0;
    margin-left: 80px;
    margin-right: 80px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 9px;
    position: relative;
}

    .vex-details h2.theme-title:after {
        content: '';
        height: 3px;
        width: 80px;
        background-color: #DAA521;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .vex-details h2.theme-title span {
        font-weight: bold;
    }

.vex-details .vex-themes ul li:hover {
    cursor: pointer;
}

.vex-details .vex-themes ul li.selected:before {
    content: '';
    width: 152px;
    height: 102px;
    border: 3px solid #DAA521;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 999;
}

.vex-details .vex-themes ul li:hover:before {
    content: '';
    width: 152px;
    height: 102px;
    border: 3px solid #DAA521;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 999;
}

.vex-details .vex-themes .vex-theme-nav {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}

    .vex-details .vex-themes .vex-theme-nav a:first-child {
        margin-right: 10px;
    }

    .vex-details .vex-themes .vex-theme-nav span {
        color: #daa521;
    }



/*SLIDES*/

.vex-details .vex-slides {
    background-color: #f2f2f2;
    border-bottom: 3px solid #d3d3d3;
    position: relative;
}
/*.vex-details .vex-slides:after {
        content: '';
        height: 3px;
        width: 400px;
        position: absolute;
        bottom: -3px;
        left: 0;
        background-color: #9D9D9D;
    }*/

.vex-slides-indicator {
    height: 3px;
    width: 400px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #9D9D9D;
}

.vex-details .vex-slides-slider {
    overflow: hidden;
    position: relative;
    /*height: 600px;*/
}

    .vex-details .vex-slides-slider .vex-slides-slider-content {
        position: absolute;
        width: 5000px;
        height: 100%;
    }

        .vex-details .vex-slides-slider .vex-slides-slider-content ul {
            height: 100%;
        }

            .vex-details .vex-slides-slider .vex-slides-slider-content ul li {
                display: block;
                float: left;
                height: 100%;
            }

.vex-details .vex-slides a.vex-slides-slider-left {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 20px;
    text-align: center;
    z-index: 99;
}

.vex-details .vex-slides a.vex-slides-slider-right {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 20px;
    z-index: 99;
}



/* RELATED OBJECTS*/
.vex-details .vex-related-objs {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 40px;
}

    .vex-details .vex-related-objs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .vex-details .vex-related-objs ul li {
            width: 140px;
            height: 150px;
            padding-right: 37px;
            display: table-cell;
            vertical-align: top;
        }

            .vex-details .vex-related-objs ul li:last-child {
                padding-right: 0;
            }

            .vex-details .vex-related-objs ul li img {
                margin-bottom: 13px;
            }



/* OBJECT TEMPLATES*/


.vex-template {
    padding: 40px 80px 40px 80px;
}

    .vex-template h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 9px;
        margin-bottom: 30px;
    }

        .vex-template h3:after {
            content: '';
            height: 3px;
            width: 20px;
            background-color: #DAA521;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .vex-template * {
        line-height: 25px;
        font-size: 16px;
    }

.vex-obj-img {
    position: relative;
    height: 100%;
}

.vex-d-trigger {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #202020;
    background-color: rgba(32, 32, 32, 0.5);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

    .vex-d-trigger span {
        color: white;
    }


/*Template-1*/
.vex-template-one {
    width: 100%;
    height: 100%;
}

    .vex-template-one div.col-xs-3, .vex-template-one div.col-xs-2, .vex-template-one div.col-xs-4 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-one .vex-obj1 {
        margin-right: 10%;
    }

    .vex-template-one .vex-obj2 {
        margin-right: 10%;
    }

    .vex-template-one .vex-obj3 {
        height: 47%;
    }

    .vex-template-one .vex-obj4 {
        margin-top: 6.67%;
        height: 47%;
    }

    .vex-template-one .vex-obj5 {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        padding-left: 33%;
    }



/*Template-2*/
.vex-template-two {
    position: relative;
    height: 100%;
}

    .vex-template-two div.col-xs-3, .vex-template-two div.col-xs-4, .vex-template-two div.col-xs-5 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-two .vex-obj1 {
        margin-right: 9%;
        height: 100%;
    }

    .vex-template-two .vex-obj2 {
        margin-right: 8%;
        height: 100%;
    }

/*Template-3*/
.vex-template-three {
    position: relative;
    height: 100%;
}

    .vex-template-three div.col-xs-3 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-three .vex-obj1 {
        margin-right: 10%;
        height: 100%;
    }

    .vex-template-three .vex-obj2 {
        margin-right: 10%;
        height: 100%;
    }

    .vex-template-three .vex-obj3 {
        margin-right: 10%;
        height: 100%;
    }

    .vex-template-three .vex-obj4 {
        height: 100%;
    }


/*Template-4*/
.vex-template-four {
    position: relative;
    height: 100%;
}

    .vex-template-four div.col-xs-3, .vex-template-four div.col-xs-9 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-four .vex-obj1 {
        margin-right: 33%;
        height: 100%;
    }

/*Template-5*/
.vex-template-five {
    position: relative;
    height: 100%;
}

    .vex-template-five div.col-xs-12 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-five .vex-obj1 {
        height: 100%;
    }


/*Template 16*/
.vex-template-16 {
    position: relative;
    height: 100%;
}

    .vex-template-16 div.col-xs-6 {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .vex-template-16 div.col-xs-6:first-child{
        padding-right:15px;
    }

    .vex-template-16 div.col-xs-6:last-child{
        padding-left:15px;
    }

    .vex-template-16 .vex-obj-img{
        height:40%;
        width:50%;
        margin-bottom:30px;
    }

     .vex-template-16 .vex-obj-txt{
         height:10%;
         width:100%;
         position:relative;
    }

    .vex-template-16 .vex-obj1,
    .vex-template-16 .vex-obj3,
    .vex-template-16 .vex-obj5,
    .vex-template-16 .vex-obj7{
        float:left;
        padding-right:15px;
    }

    .vex-template-16 .vex-obj2,
    .vex-template-16 .vex-obj4,
    .vex-template-16 .vex-obj6,
    .vex-template-16 .vex-obj8{
        float:right;
        padding-left:15px;
    }

     .vex-template-16 .vex-obj9{
         bottom:0;
         left:0;
     }

     .vex-template-16 .vex-obj10{
         bottom:0;
         right:0;
     }

/*INFO POPUP*/

#vex-modal-info .vex-img {
    position: fixed;
    bottom: 350px;
    top: 0;
    left: 0;
    right: 0;
}

#vex-modal-info .vex-img-wrapper {
    position: relative;
    height: 100%;
}

#vex-modal-info .vex-img img {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#vex-modal-info .vex-data {
    position: fixed;
    bottom: 0px;
    height: 350px;
    left: 0;
    right: 0;
    background-color: white;
}

    #vex-modal-info .vex-data .vex-data-dl {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    #vex-modal-info .vex-data dl {
        margin-bottom: 10px;
    }

        #vex-modal-info .vex-data dl dt {
            display: inline-block;
            width: 200px;
        }

        #vex-modal-info .vex-data dl dd {
            display: inline-block;
        }

    #vex-modal-info .vex-data h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        position: relative;
        margin-top: 25px;
        padding-bottom: 9px;
        margin-bottom: 25px;
    }

        #vex-modal-info .vex-data h3:after {
            content: '';
            height: 3px;
            width: 20px;
            background-color: #DAA521;
            position: absolute;
            bottom: 0;
            left: 0;
        }

#vex-modal-info .vex-info-cmd span {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

#vex-modal-info .vex-close {
    position: absolute;
    top: 20px;
    right: 40px;
}

#vex-modal-info .vex-zoomin {
    position: absolute;
    bottom: 140px;
    right: 40px;
}

#vex-modal-info .vex-zoomout {
    position: absolute;
    bottom: 100px;
    right: 40px;
}

#vex-modal-info .vex-lessmore {
    position: absolute;
    width: 40px;
    /*height: 40px;*/
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    background-color: white;
    bottom: 0;
    right: 40px;
}

#vex-modal-info .vex-description {
    position: absolute;
    bottom: 5px;
    right: 100px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.vex-description a, .vex-description a:hover, .vex-description a:active {
    color: #fff;
}

#vex-modal-info .vex-lessmore span {
    color: #202020;
    font-size: 22px;
}

#vec-modal-info a:hover {
    color: #3498db;
}

.item-listing .vex-listing {
    display: block;
    width: 100%;
}

.item-listing .vex-listing-bg {
    background-color: #f2f2f2;
}

.item-listing .vex-listing &gt; h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px 10px 15px 10px;
    margin-bottom: 0;
    background-color: #f2f2f2;
}

.item-listing .vex-listing ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0 10px 0 0px;
}

.item-listing .vex-listing-bg ul {
    padding-bottom: 15px;
}

.item-listing .vex-listing ul li {
    display: table-cell;
    background-color: #fff;
    width: 33.33%;
    height: 185px;
    padding: 5px 5px 0 0px;
    position: relative;
}

    .item-listing .vex-listing ul li.filler {
        display: table-cell;
        background-color: #fff;
        width: auto;
        height: 185px;
        padding: 0 0 0 0;
        position: relative;
    }

.item-listing .vex-listing ul li {
    display: table-cell;
    background-color: #fff;
    width: 33%;
    height: 185px;
    padding: 5px 5px 0 0px;
    position: relative;
}

    .item-listing .vex-listing ul li .vex-flag {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: #fff;
        width: 45%;
        min-width: 150px;
        max-width: 100%;
        background-color: #3CB371;
        color: #fff;
        font-size: 14px;
        padding: 5px 5px 5px 5px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .item-listing .vex-listing ul li .vex-img {
        width: 100%;
        height: 130px;
        background-size: cover;
    }

    .item-listing .vex-listing ul li h4 {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

</pre></body></html>