
/* Generated Wed Oct 27 17:08:48 2021 */


/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  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 > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  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;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
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;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right 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.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  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;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@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 > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  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;
}
.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;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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 {
  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 {
  height: auto;
}
.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-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-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;
}
.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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn: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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  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-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

#wrapper-outer {
    width: 100%;
    position: relative;
}

#wrapper-inner {
    width: 100%;
    position: relative;
}

#wrapper-content {
    width: 100%;
    position: relative;
    z-index: 100;
}



#grid-h {
    width: 100%;
    z-index: 110;
    position: relative;
    background-color: #e74c3c;
}

#grid-h .module {
    margin-bottom: 0 !important;
}

#grid-h-inner {
    height: 100px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    #grid-h-inner {
        height: 57px;
    }
}


#grid-logo {
    float: left;
    padding-top: 21px;
    width: 272px;
}

@media screen and (max-width: 767px) {
    #grid-logo {
        padding-top: 10px;
        width: 169px;
    }
}


#grid-weather {
    float: right;
    padding-top: 30px;
    width: 107px;
}
@media screen and (max-width: 767px) {
    #grid-weather {
        padding-top: 13px;
        width: 87px;
    }
}



#grid-quicklinks {
    float: right;
    padding-top: 27px;
    width: 310px;
    margin-left: 44px;
}

@media screen and (max-width: 992px) {
    #grid-quicklinks {
        margin-left: 20px;
    }
}

#grid-slider {
    position: relative;
    height: 450px !important;
    width: 100% !important;
    margin-bottom: 40px;
}

@media screen and (max-width: 479px){
    #grid-slider {
        height: 157px !important;
    }
}

@media screen and (min-width:480px) and (max-width: 767px){
    #grid-slider {
        height: 255px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #grid-slider {
        height: 333px !important;
    }
}

@media screen and (min-width:991px){
    #grid-slider {
        height: 450px !important;
    }
}



#grid-navbar {
    width: 100%;
    z-index: 102;
    position: relative;
}

body.start #grid-navbar {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}

#grid-navbar #grid-navbar-inner {
    height: 66px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #grid-navbar #grid-navbar-inner {
        height: auto;
        margin-bottom: 0;
        position: relative;
    }
}



#grid-n {
    float: left;
}

@media screen and (max-width: 991px) {
    #grid-n {
        float: none;
        width: 100%;
    }
}


#grid-accommodations {
    float: right;
    width: 185px;
}




#grid-search {
    float: right;
    width: 222px;
    margin-left: 35px;
}
@media screen and (max-width: 1199px) {
    #grid-search {
        float: right;
        width: 158px;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    #grid-search {
        float: none;
        width: 158px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 0px;
    }
}

@media screen and (max-width: 767px) {
    #grid-search {
        top: 7px;
    }
}



#grid-m-n {
    width: 100%;
}

.col-m-n {
    padding: 0 15px;
}



#grid-map {
    position: relative;
    z-index: 55;

}

#grid-f {
    margin-top: 15px;
    clear: both;
    width: 100%;
}



.wrap-m-n {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .wrap-m-n {
        width: 750px;
        padding: 0 7px;
    }
}

@media (min-width: 992px) {
    .wrap-m-n {
        width: 970px;
        padding: 0 7px;
    }
}

@media (min-width: 1200px) {
    .wrap-m-n {
        width: 1170px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-m-n {
        max-width: 500px;
        margin: 0 auto;
    }
}

.module-footer .wrap-m-n {
    position: relative;
}

.wrap-m-n .row {
    margin: 0 -15px;
}



#grid-l,
.col-m-n-25,
.col-m-n-33,
.col-m-n-50,
.col-m-n-66,
.col-m-n-75,
#grid-m-l,
.col-m-l-33,
.col-m-l-50,
.col-m-l-66,
#grid-m-r,
.col-m-r-33,
.col-m-r-50,
.col-m-r-66,
#grid-m-lr,
.col-m-lr-50 {
    min-height: 1px;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

ul,ol {
    list-style: none;
}



#wrapper-content .module {
    margin-bottom: 20px;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('/cache/603eab163b2bbbfc1bcb554958aa08f0.eot');
    src: url('/cache/603eab163b2bbbfc1bcb554958aa08f0.eot?#iefix') format('embedded-opentype'),
         url('/cache/73ca1d07194007fe26dce3c2e879ab2f.woff') format('woff'),
         url('/cache/91683a11265be7a09774e47dc0e64338.ttf') format('truetype'),
         url('/cache/523e03fae9721e86c18306c30ae67a05.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreheroscnregular';
    src: url('/cache/19794d02e110ff9eef88046f890d97cd.eot');
    src: url('/cache/19794d02e110ff9eef88046f890d97cd.eot?#iefix') format('embedded-opentype'),
         url('/cache/c86802b29987559bfc5110fa9cbfb5cc.woff') format('woff'),
         url('/cache/ce787e3952f96c36658feb2a6e02a628.ttf') format('truetype'),
         url('/cache/9a7234907f05b6021b3ca27d90eba899.svg#texgyreheroscnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "open_sansregular", Arial, Verdana, sans-serif;
    color: #555555;
    line-height: 1.6;
    font-size: 14px;
    background-color: #fff;
    min-width: 320px;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 13px;
    }
}


h1.site-static,
.site-dynamic h1,
h2.site-static,
.site-dynamic h2 {
    color: #e74c3c;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 18px;
}

h3.site-static,
.site-dynamic h3 {
    color: #333333;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    padding-bottom: 12px;
}
@media (max-width: 1199px) {
    h3.site-static,
    .site-dynamic h3 {
        color: #333333;
        font-size: 18px;
    }
}


h4.site-static,
.site-dynamic h4 {
    color: #333333;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    padding-bottom: 12px;
}

h5.site-static,
.site-dynamic h5 {
    color: #333333;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 5px;
}

td.site-static,
.site-static {
    font-size: 14px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
   td.site-static,
   .site-static {
        font-size: 13px;
    }
}

h3.site-static + h4.site-static {
    margin-top: -12px;
}

.site-date,
.site-venue {
    color: #555555;
    font-size: 0.9em;
}

.site-date span,
.site-venue span {
    color: #e74c3c;
    font-size: 0.9em;
    padding-right: 3px;
}

.site-date + div.site-dynamic,
.site-venue + div.site-dynamic {
    color: #555555;
    padding-top: 12px;
}

.site-dynamic p {
    padding-bottom: 20px;
}

.site-label-container {
    margin: 10px 0;
}

.site-label {
    padding-left: 85px;
}

.site-label span {
    color: #888;
    margin-left: -85px;
    position: absolute;
}

.site-readmore {
    padding-top: 3px;
}

a {
    color: #e74c3c;
    text-decoration: none;
}

a[href^="mailto:"] {
    word-wrap: break-word;
}

a:hover,
a:focus {
    color: #ba2522;
    text-decoration: none;
}

.site-dynamic a,
.site-link {
    color: #e74c3c;
    text-decoration: none;
    padding: 0 2px;
}

.site-dynamic a:hover,
.site-dynamic a:focus,
.site-link:hover,
.site-link:focus {
    color: #fff;
    background-color: #e74c3c;
}

.site-dynamic a:visited {
    color: #777777;
}

.site-dynamic a:hover,
.site-dynamic a:focus {
    color: #fff;
    background-color: #e74c3c;
}

hr {
    color:   		#ccc; /* IE 6 */
	border:		    0px;
	border-top:     1px dotted #ccc;
	border-bottom: 	1px dotted #FFF;
	padding: 		0;
	margin:			-5px 0 -10px 0;
	margin /**/:	10px 0 10px 0;
	height:			2px;
	clear: 			both;
	}

.aural {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.no_module_content {
	color: #FF0000;
}



.site-required {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFBQzM3ODc5N0I0MTFFM0E0NDVDRTg3NjY1OTc3MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFBQzM3ODg5N0I0MTFFM0E0NDVDRTg3NjY1OTc3MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUFDMzc4NTk3QjQxMUUzQTQ0NUNFODc2NjU5NzcxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUFDMzc4Njk3QjQxMUUzQTQ0NUNFODc2NjU5NzcxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt09sYwAAAB6SURBVHjaYnzuY8OABLyh9FaYgMTmwwyUAhYkNgcQT4ay9wLxDwYqAZAl0UAM8o45ECtCxY8B8UkgPgLES6lhyV0gngrE/EjihkCsBMQLqeETJiA+AcThWOTCoXJUsQQE/iPRMPZfasUJzBIxaJBpQTGILU4tSwACDAAQPhSg1zeAQwAAAABJRU5ErkJggg==) no-repeat right 14px !important;
}

select.site-required {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAHCAYAAABkzT89AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBEMUEyMkFDN0VFMTFFNDkwODBBQjkwRDAwREZBN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBEMUEyMkJDN0VFMTFFNDkwODBBQjkwRDAwREZBN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEQxQTIyOEM3RUUxMUU0OTA4MEFCOTBEMDBERkE3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEQxQTIyOUM3RUUxMUU0OTA4MEFCOTBEMDBERkE3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq3Zgl4AAAB8SURBVHjaYnzuY8OABLyh9FaYgMTmwwwDAViQ2BxAPBnK3gvEPxgGEIAcFg3EoGAzB2JFqPgxID4JxEeAeOlAOewuEE8FYn4kcUMgVgLihQMVYkxAfAKIw7HIhUPlBsxhIPAfiYax/w5kGoM5TAwanVpQDGKLD6TDAAIMAOexFKD2NeEgAAAAAElFTkSuQmCC) no-repeat right 14px !important;
}

.site-required-no-bg,
#no-js .required {
    background: #fff !important;
}

.site-form fieldset {
    background: none;
    padding: 0px;
    margin: 0px;
}

.site-form legend {
    display: none;
}

.site-form .div-form {
    padding-bottom: 10px;
    clear: both;
    position: relative;
}

.site-form .site-nospam {
    display: none;
}

.site-form label {
    width: 35%;
    float: left;
    font-weight: normal;
    padding-top: 9px;
}

.site-form .div-inputtextarea label {
    float: none;
    display: block;
}

.site-form span.mandatory {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #e74c3c;
    font-size: 8px;
}

.site-form input.input-password,
.site-form input.input-text,
.site-form textarea,
.site-form select {
    background: #fff;
    color: #333333;
    border: 1px solid #ebebeb;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    padding: 7px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 65%;
    -webkit-appearance:none;
}

.site-form input.input-password,
.site-form input.input-text {
    padding: 0 20px;
    line-height: 34px;
    height: 34px;
}

/*
 * Checkboxen
 */

.site-form .site-checkbox-container {
    position: relative;
}

.site-form .site-checkbox-container input[type='checkbox']{
    opacity: 0;

}
.no-js.site-form .site-checkbox-container input[type='checkbox']{
    opacity: 1;
}

.site-form .site-checkbox-container .site-checkbox-icon{
    background: #fff;
    width: 17px;
    height: 17px;
    border: 1px solid #ebebeb;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

.site-form .site-checkbox-container input:focus + .site-checkbox-icon {
    border: 1px solid #000;
}

.site-form .site-checkbox-container label {
    cursor: pointer;
}

.site-form .site-checkbox-container.checked .site-checkbox-icon{
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNEMTdDNUE5N0U5MTFFM0FDRjc5N0NEREYyNjQwNjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNEMTdDNUI5N0U5MTFFM0FDRjc5N0NEREYyNjQwNjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0QxN0M1ODk3RTkxMUUzQUNGNzk3Q0RERjI2NDA2NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0QxN0M1OTk3RTkxMUUzQUNGNzk3Q0RERjI2NDA2NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3XGXAAAACTSURBVHjaYvz//z8DpYCJgQpgmBnCgi5gYmKCS60NEO8A4o4zZ860kOMSSSBeBcTcQJxIrHe4kdhsUANABv0E4nBiDJkCxB+AOBnK74J6BQSygfgMwTABAmeo+Gwg9gTiYKj4PCCeS2zs2AHxaSBmRDLgLNQVREfxayB2AuLNQPwCiO9BDfuByxDG0bxDG0MAAgwAQi0clVN+XuAAAAAASUVORK5CYII=') -1px 0px no-repeat;
}

.site-form .div-disclaimer .site-checkbox-container .site-checkbox-icon{
    top: 2px;
}

.site-form .div-disclaimer.site-inputerror .site-checkbox-container .site-checkbox-icon{
    border: 1px solid #e74c3c;
}

.div-inputcheckbox *:focus  {
    outline: none;
    -webkit-appearance: none !important;
}

/*
 * Radiobuttons
 */

.site-form .site-radio-container {
    position: relative;
}

.site-form .site-radio-container input[type='radio']{
    visibility: hidden;
}
.no-js.site-form .site-radio-container input[type='radio']{
    visibility: visible;
}

.site-form .site-radio-container .site-radio-icon{
    background: #fff;
    width: 17px;
    height: 17px;
    border: 1px solid #ebebeb;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
}

.site-form .site-radio-container.checked .site-radio-icon{
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNEMTdDNUE5N0U5MTFFM0FDRjc5N0NEREYyNjQwNjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNEMTdDNUI5N0U5MTFFM0FDRjc5N0NEREYyNjQwNjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0QxN0M1ODk3RTkxMUUzQUNGNzk3Q0RERjI2NDA2NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0QxN0M1OTk3RTkxMUUzQUNGNzk3Q0RERjI2NDA2NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3XGXAAAACTSURBVHjaYvz//z8DpYCJgQpgmBnCgi5gYmKCS60NEO8A4o4zZ860kOMSSSBeBcTcQJxIrHe4kdhsUANABv0E4nBiDJkCxB+AOBnK74J6BQSygfgMwTABAmeo+Gwg9gTiYKj4PCCeS2zs2AHxaSBmRDLgLNQVREfxayB2AuLNQPwCiO9BDfuByxDG0bxDG0MAAgwAQi0clVN+XuAAAAAASUVORK5CYII=') -1px 0px no-repeat;
}

.site-form select {
    padding-right: 30px;
}

.site-form textarea {
    resize: none;
    width: 100%;
}

.site-form .site-inputerror input.input-password,
.site-form .site-inputerror input.input-text,
.site-form .site-inputerror textarea,
.site-form .site-inputerror select {
    border-color: #e74c3c;
}

.site-form .site-inputerror label span {
    color: #e74c3c;
}

.site-form input.input-password:focus,
.site-form input.input-text:focus,
.site-form textarea:focus,
.site-form select:focus {
    border-color: #333333;
}

.site-form input.input-submit {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 8px 65px;
    background: #e74c3c;
    text-align: center;
    display: inline-block;
    border: 0;
}

.site-form input.input-submit:hover,
.site-form input.input-submit:focus {
    background: #ba2522;
    color: #fff;
}


.site-form .site-inputerrormessage {
    background-color: #e74c3c;
    color: #fff;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
}


.site-dynamic ul {
	list-style-type: none;
    padding:  0 0 20px 0;
}

.site-dynamic ol {
	list-style: decimal outside none;
    margin: 0 0 20px 0;
}

.site-dynamic ul li {
	margin-bottom: 3px;
    padding-left: 17px;
    position: relative;
    line-height: 1.4;
}

.site-dynamic ol li {
	margin-bottom: 3px;
    margin-left: 25px;
}

.site-dynamic ul li:before {
    font-family: 'mon-icon';
    content: "\e60b";
	speak: none;
    font-size: 14px;
    display: block;
    color: #e74c3c;
    position: absolute;
    top: 0;
    left: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



table.site-table {
    width: 100%;
    font-size: 12px;
}

table.site-table thead {
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

table.site-table thead th  {
    padding: 7px;
    text-align: left;
    font-weight: bold;
    font-size:12px;
}

table.site-table table tbody td  {
    padding: 7px;
    border-bottom: 1px solid #ebebeb;
    color: #777777;
}





.site-downloadlist {
    padding-bottom: 10px;
}

.site-downloadlist li {
    background: #f5f5f5;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.site-downloadlist li.first {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.site-downloadlist li.last {
    border-bottom: 1px solid #ebebeb;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.site-downloadlist li:hover {
    background: #ebebeb;
}

.site-download-item .download,
.site-downloadlist .download {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background: #e74c3c;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 39px;
    height: 39px;
    font-size:18px;
    line-height: 40px;
}

.site-download-item a:hover .download,
.site-download-item a:focus .download,
.site-downloadlist a:hover .download,
.site-downloadlist a:focus .download {
    background: #ba2522;
}

.site-download-item a,
.site-downloadlist a {
    padding: 6px 6px 6px 60px;
    font-size: 14px;
    display: block;
    color: #333333 !important;
    min-height: 53px;
}

.site-download-item a .info,
.site-downloadlist a .info {
    font-size: 12px;
    color: #555555;
    display: block;
}


.site-download-item {
    background: #f5f5f5;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.site-download-item:hover,
.site-download-item:focus {
    background: #ebebeb;
}


img.site-previewimage {
    margin-bottom: 21px;
}

.site-imagelabel {
    text-align: left;
    margin-bottom: 30px;
    padding: 5px 2px;
    font-size: 12px;
    color: #777777;
    font-style: italic;
    line-height: 1.3;
}


.site-button {
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 7px 20px;
    background: #e74c3c;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.site-button:hover,
.site-button:focus,
.site-button.selected {
    background: #ba2522;
    color: #fff;
}

.site-button-left {
    text-align: left;
}

.site-button-full {
    text-align: center;
    display: block;
}

.site-button-large {
    padding: 8px 60px;
}

.site-button.green {
    background: #16a085;
}

.site-button.green:hover,
.site-button.green:focus,
.site-button.green.selected {
    background: #13856e;
    color: #fff;
}


.pager li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pager li input,
.pager li span,
.pager li a {
    border: 0 none;
    background-color: auto;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.pager-wrap {
    position: relative;
}

.pager-bottom {
    margin-top: 25px;
    float: right;
}

.pager li {
    float: left;
    margin: 0 3px;
}

.pager li a {
   text-align: center;
}

.pager li.pager_prev a,
.pager li.pager_next a,
.pager li.pager_prev input,
.pager li.pager_next input,
.pager li span.pager_post,
.pager li span.pager_space {
    display: block;
    text-align: center;
}

.pager li.pager_prev span,
.pager li.pager_prev input,
.pager li.pager_prev a,
.pager li.pager_next span,
.pager li.pager_next a,
.pager li.pager_next input {
    text-indent: -9999px;
    display: block;
}

.pager li.pager_prev a span,
.pager li.pager_next a span {
    background-image: none;
    padding: 0px;
    width: 0px;
}


.pager li,
.pager li a,
.pager li span,
.pager li input {
    background-color: #e74c3c;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.pager li:hover,
.pager li:hover a,
.pager li:hover span,
.pager li:hover a span,
.pager li:hover input {
    background-color: #ba2522 !important;
    color: #fff;
}

.pager li.pager_selected,
.pager li.pager_selected a,
.pager li.pager_selected span,
.pager li.pager_selected a span,
.pager li.pager_selected input {
    background-color: #ba2522 !important;
}

.pager li.pager_space,
.pager li.pager_disabled,
.pager li.pager_disabled span {
    background-color: #f5f5f5 !important;
    color: #ebebeb;
}

.pager li.pager_prev input,
.pager li.pager_next input,
.pager li.pager_prev a,
.pager li.pager_next a,
.pager li.pager_prev span,
.pager li.pager_next span {
    background-image: url(/cache/3a2bd47275bcb0f3c3bb3fc19efb3ed4.png);
    background-repeat: no-repeat;
}

.pager li.pager_prev input,
.pager li.pager_prev a {
    background-position: 9px -91px;
}

.pager li.pager_prev span {
    background-position: 9px -31px;
}

.pager li.pager_next input,
.pager li.pager_next a {
    background-position: 10px -71px;
}

.pager li.pager_next span {
    background-position: 10px -51px;
}

.pager a:hover,
.pager a:focus {
   text-decoration: none;
}



.site-errorbox {
    padding: 20px;
    margin-bottom: 20px;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.site-successbox {
    padding: 20px;
    margin-bottom: 20px;
    color: #16a085;
    border: 2px solid #16a085;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.site-errorbox a,
.site-successbox a {
    color: #fff;
    font-weight: bold;
    text-align: right;
    display: block;
}

.site-errorbox p {
    font-weight: bold;
    margin-bottom: 7px;
}

.site-errorbox p {
    font-weight: bold;
    margin: 0;
}

.site-errorbox ul {
    margin-top: 7px;
}


div.module-box-teaser + div.module-box-teaser {
    margin-top: 40px;
}

div.module-box-teaser:hover,
div.module-box-teaser:focus {
    -moz-box-shadow: 0 0 10px #ebebeb;
    -webkit-box-shadow: 0 0 10px #ebebeb;
    box-shadow: 0 0 10px #ebebeb;
}

.site-box-25.image {
    width: 100%;
}

.site-box-25.image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.site-box-25.image a {
    background-color: #e74c3c;
    padding: 0;
}

.site-box-25 h3 a {
    color: #333333;
}

.site-box-25 h3 a:hover,
.site-box-25 h3 a:focus {
    color: #ba2522;
}

.site-box-25.boxcontent {
    position: relative;
    padding: 20px 25px 25px 25px;
    background: #f5f5f5;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.site-box-25.boxcontent p.no-bottom-padding {
    padding-bottom: 0;
}

.site-box-25.boxcontent:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-box-25.boxcontent:after {
	border-color: transparent;
	border-bottom-color: #f5f5f5;
	border-width: 5px;
	left: 30px;
	margin-left: -5px;
}

.site-box-25.boxcontent.booking .input-text {
	width: 100%;
    margin-bottom: 10px;
    padding-left: 35px;
}

.site-box-25.boxcontent.booking .div-inputtext {
    position: relative;
}


.site-box-25.boxcontent.booking .div-inputtext span {
	position: absolute;
    left: 12px;
    top: 9px;
}

.site-box-25.boxcontent.booking .input-submit {
	margin-top: 10px;
}



.site-teaser li.item {
    margin-bottom: 35px;
    position: relative;
}

.site-teaser li.item.last {
    margin-bottom: 0px !important;
}

.site-teaser li.item p {
    padding-bottom: 0;
}

.site-teaser li.item.item-image {
    padding-left: 100px;
}

.site-teaser li.item h3 {
    padding: 0 0 5px 0;
}

.site-teaser li.item h3 a {
    color: #333333;
}

.site-teaser li.item h3 a:hover,
.site-teaser li.item h3 a:focus {
    color: #ba2522;
}

.site-teaser img {
    float: left;
    width: 75px;
    height: 75px;
    margin-left: -100px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 1199px) {
    .site-teaser li.item.item-image {
        padding-left: 75px;
    }
    .site-teaser img {
        width: 65px;
        height: 65px;
        margin-left: -75px;
    }
}

/*
 * Calendar
 */

.site-teaser li.item.item-calendar {
    padding-left: 78px;
    margin-bottom: 21px;
}

.site-teaser li.item.item-calendar h3 {
    padding: 5px 0 5px 0;
}

.site-teaser li.item-calendar .calendar {
    float: left;
    position: relative;
    width: 58px;
    margin-left: -78px;
}

.site-teaser li.item-calendar .calendar .head {
    display: block;
    width: 58px;
    height: 14px;
    background: #e74c3c;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.site-teaser li.item-calendar .calendar .dot {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.site-teaser li.item-calendar .calendar .dot.left {
    left: 6px;
}

.site-teaser li.item-calendar .calendar .dot.right {
    right: 6px;
}

.site-teaser li.item-calendar .calendar .middle {
    display: block;
    width: 58px;
    height: 24px;
    background: #efefef;
}

.site-teaser li.item-calendar .calendar .bottom {
    display: block;
    width: 58px;
    height: 20px;
    background: #f5f5f5;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.site-teaser li.item-calendar .calendar .day {
    width: 58px;
    height: 23px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 17px;
    text-align: center;
}

.site-teaser li.item-calendar .calendar .month {
    width: 58px;
    height: 12px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 43px;
    text-align: center;
}



/*
 * Navigation
 */

.site-teaser li.item.item-navigation {
    padding: 5px 10px 0 0;
    width: 25%;
    float: left;
    margin-bottom: 0;
}

.site-teaser li.item.item-navigation h3 {
    font-family: Arial, Helvetica;
    color: #333333;
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1199px) {
    .site-teaser li.item.item-navigation h3 {
        font-size: 13px;
    }
}

.site-teaser li.item.item-navigation p {
    font-family: Arial, Helvetica;
    color: #555555;
    padding: 0;
    font-size: 12px;
}

.site-teaser li.item.item-navigation a.site-readmore {
    color: #e74c3c;
    font-family: 'open_sansregular';
    padding: 0;
    font-size: 12px;
    display: inline !important;
}

.site-teaser li.item.item-navigation a:hover h3,
.site-teaser li.item.item-navigation a:focus h3 {
    color: #e74c3c;
    text-decoration: underline;
}

.site-teaser li.item.item-navigation img {
    float: left;
    width: 45px;
    height: 45px;
    margin: -5px 14px 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* ==========================================================================
    List compact
   ========================================================================== */

.site-list .compact p {
    position: relative;
    padding-left: 20px;
}

.site-list .compact h5:first-child {
    margin: 15px 0 0 0;
}

.site-list .compact .image {
    float: left;
}

.site-list .compact .image img {
    width: 69px
    height: auto;
    padding-right: 10px;
}

.site-list .compact .description {
    float: none;
    width: 100%;
}

.site-list .compact .description .icon {
    color: #e74c3c;
    padding-right: 2px;
}

.site-list .compact .description .address {
    padding: 7px 0 5px 0;
}

.site-list .compact .description .button {
    margin-top: 12px;
}

.site-list .compact .description p.outline {
    padding-left: 0;
}

.site-list .compact .contact [class^="site-icon-"],
.site-list .compact .contact [class*=" site-icon-"],
.site-list .compact .person [class^="site-icon-"],
.site-list .compact .person [class*=" site-icon-"] {
    color: #e74c3c;
    font-size: 0.9em;
    position: absolute;
    left: 0;
    top: 5px;
}

.site-list .compact .contact {
    margin: 5px 0 0 0;
    position: relative;
}

.site-list .compact .container .person h4 {
    padding-bottom: 5px;
}

.site-list .compact .container .person .portrait {
    display: none;
}

.site-list .compact .container .contact p,
.site-list .compact .container .person p {
    padding-left: 18px;
    position: relative;
}

.site-list .compact p.site-link:hover {
    padding-left: 23px;
    padding-right: 5px;
    margin-left: -5px;
    display: inline-block;
    zoom:1;
    *display: inline;
}

.site-list .compact p.site-link:hover [class^="site-icon-"],
.site-list .compact p.site-link:hover [class*="site-icon-"] {
    left: 5px;
}

.site-list .compact p.site-link:hover a,
.site-list .compact p.site-link:hover span {
    color: #fff;
}

/* ==========================================================================
    List
   ========================================================================== */

.site-list li.item {
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
@media screen and (max-width: 991px) {
    .site-list .list li.item {
        margin-bottom: 20px;
    }
}

.site-list li.item.last {
    margin-bottom: 0;
}

.site-list .image {
    float: left;
    width: 40%;
    padding-right: 30px;
}

.site-list .image a {
    display: block;
}

.site-list .image img {
    width: 100%;
    height: auto;
}

.site-list .image ul.partner li {
    float: left;
    width: 25%;
    height: 50px;
    padding: 5px;
    margin: 10px 0 0 0;
    text-align: center;
}

.site-list .image ul.partner li img {
    width: auto;
    width: auto;
    max-width: 100%;
    max-height: 50px;
    display: inline-block;
}


.site-list .description {
    float: right;
    width: 60%;
}

.site-list.no-image .description {
    float: none;
    width: 100%;
}

.site-list .description h3 {
    position: relative;
}

.site-list .description h3 a {
    color: #333333;
}

.site-list .description h3 a:hover,
.site-list .description h3 a:focus {
    color: #ba2522;
}

.site-list .description h3 a.tkn  {
    background-color: #16a085;
    padding: 2px 5px;
    font-size: 11px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .site-list .description h3 a.tkn {
        display: none;
    }
}

.site-list .description h3 a.tkn:hover,
.site-list .description h3 a.tkn:focus  {
    background-color: #13856e;
}

.site-list .description h3 a.tkn span  {
    color: #fff;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 767px) {
    .site-list .image,
    .site-list .description {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .site-list .image img {
        padding: 0 0 20px 0;
    }
}

.site-list .description .outline {
    padding-bottom: 8px;
    line-height: 23px;
}

.site-list .description h3 {
    padding-bottom: 9px;
}

.site-list .description h4 {
    padding-top: 4px;
}

.site-list .description .icon {
    color: #e74c3c;
    padding-right: 2px;
}

.site-list .description .address {
    padding: 0 0 2px 0;
}

.site-list .description .phone {
    padding: 0 0 2px 0;
}

.site-list .description .phone .icon {
    margin-right: 3px;
}

.site-list .description .button {
    margin-top: 13px;
}

.site-list .search .wrapper {
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    padding: 10px 25px 0px 25px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
    .site-list .search .wrapper {
        padding: 0px 15px 0 15px;
        margin-bottom: 0;
        margin-top: -22px;
}
    .site-list .search .wrapper h3 {
        padding: 10px 0;
    }
}
.site-list .search .wrapper .input-submit {
    margin-bottom: 30px;
}

.site-list .search .wrapper .input-submit.special {
    margin-top: 0px;
}

.site-list .reset {
    position: relative;
    top: -25px;
    margin-left: 25px;
}

.site-list .reset span {
    font-size: 0.8em;
    padding: 0 5px 0 1px;
}

@media screen and (max-width: 991px) {
    .site-list .reset {
        position: relative;
        top: 8px;
        margin-left: 15px;
    }
}

/*
 *    search filter toggle
 */

.site-list .search .toggle-filter {
    background: #e74c3c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 1px;
}

.site-list .search .toggle-filter:before {
    content:"";
    display: block;
    height: 40px;
    position: absolute;
    right: -15px;
    top: -12px;
    background: transparent;
    width: 733px;
}
@media screen and (min-width: 992px) {
    .site-list .search .toggle-filter {
        display: none;
    }
    .site-list .search .filter {
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .site-list .search {
        margin-bottom: 25px;
    }
    .site-list .search .filter {
        display: none;
    }
    .site-list .search h3 {
        padding-bottom: 0px;
    }
}

.site-list .search .toggle-filter i {
    color: #fff;
}


/*
 *   search filter output
 */

.site-list .search .div-inputtext {
    padding: 0;
}

.site-list .search .div-inputtext label {
    display: none;
}

.site-list .search .div-inputtext #form-text {
    width: 100%;
}

.site-list .search h3 {
    padding: 10px 0 15px 0;
}

.site-list .search .wrapper .group:first-child h4 {
    margin-top: 0;
}

.site-list .search .div-inputcheckbox {
    padding-bottom: 14px;
}

.site-list .search .div-inputcheckbox.last {
    padding-bottom: 0;
}

.site-list .search .div-inputcheckbox input {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
}

.site-list .search .div-inputcheckbox label {
    padding: 0 0 0 25px;
    margin: 0;
    width: 100%;
    line-height: 1;
}

.site-list .search .div-inputcheckbox.last label {
    padding-bottom: 0;
}

.site-list .search .div-submit {
    padding-bottom: 0;
}

.site-list .search .input-submit {
    margin-top: 12px;
    width: 100%;
}

.site-list a.reset {
    color: #555555;
    font-size: 0.8em;
}

.site-list .search a:hover,
.site-list .search a:focus {
    color: #fff;
}


/* Calendar */

.site-list-calendar .image {
    width: 22%;
}

.site-list-calendar .description {
    width: 78%;
}

.site-list .calendar {
    font-family: "open_sansregular", Arial, Verdana, sans-serif;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.site-list .calendar a {
    color: #333333;
    display: block;
}

.site-list .calendar a:hover {
    color: #e74c3c;
    text-decoration: none;
}

.site-list .calendar .cal_head {
    background: #e74c3c;
    width: 100%;
    height: 20px;
    display: block;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.site-list .calendar .cal_head:before {
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 11px;
    top: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.site-list .calendar .cal_head:after {
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    right: 11px;
    top: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.site-list .calendar .cal_middle {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.05) inset;
    box-shadow: 0 0 30px rgba(0,0,0,0.05) inset;
    font-size: 12px;
    }

.site-list .calendar .cal_middle .day_name {
    color: ;
}

.site-list .calendar .cal_middle .day_num {
    font-size: 48px;
    padding: 6px 0
}

.site-list .calendar .cal_bottom {
    background: #ebebeb;
    color: #888;
    border-top: 1px solid #fff;
    width: 100%;
    height: 20px;
    display: block;
    font-size: 10px;
    line-height: 20px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


/* ==========================================================================
    Detail (POI)
   ========================================================================== */


.site-detail .col-data,
.site-detail .col-contact {
    padding-top: 47px;
}
.site-detail .first-col {
    padding-top: 0;
}
@media (max-width: 991px) {
    .site-detail .col-contact {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .site-detail .col-data,
    .site-detail .col-contact {
        padding-top: 20px;
    }
    .site-detail .first-col {
        padding-top: 0;
    }
}

.site-detail .col-contact .contact [class^="site-icon-"],
.site-detail .col-contact .contact [class*=" site-icon-"],
.site-detail .col-contact .person [class^="site-icon-"],
.site-detail .col-contact .person [class*=" site-icon-"] {
    color: #e74c3c;
    font-size: 0.9em;
    position: absolute;
    left: 0;
    top: 5px;
}

.site-detail .col-contact .contact {
    margin: 0 0 20px 0;
    position: relative;
}

.site-detail .col-contact .tkn {
    margin: 0 0 20px 0;
}

.site-detail .container .person h4 {
    padding-bottom: 5px;
}

.site-detail .container .person .portrait {
    float: right;
    margin: 10px 0 10px 15px;
    position: relative;
}

.site-detail .container .contact p,
.site-detail .container .person p {
    padding-left: 18px;
    position: relative;
}

.site-detail .col-contact p.site-link:hover {
    padding-left: 23px;
    padding-right: 5px;
    margin-left: -5px;
    display: inline-block;
    zoom:1;
    *display: inline;
}

.site-detail .col-contact p.site-link:hover [class^="site-icon-"],
.site-detail .col-contact p.site-link:hover [class*="site-icon-"] {
    left: 5px;
}

.site-detail .col-contact p.site-link:hover a,
.site-detail .col-contact p.site-link:hover span {
    color: #fff;
}

.site-detail .container .person .description {
    margin-bottom: 10px;
    padding-left: 0;
}

.site-detail .col-data img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.site-detail .col-data ul.images li {
    float: left;
    margin-right: 10px;
    width: 22%;
    margin-right: 4%;
}

.site-detail .col-data ul.images + hr {
    margin-top: 0;
}

.site-detail .col-data ul.partner li {
    float: left;
    width: 20%;
    height: 80px;
    padding: 0 10px;
    text-align: center;
}

.site-list .col-data ul.partner li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
    display: inline-block;
}

.site-detail .col-data ul.images li.last {
    margin-right: 0;
}

.site-detail .olmap {
    margin-top: 25px;
}



.site-map,
.site-map .overlay {
    position: relative;
}

.site-map {
    z-index: 1;
}

/* ==========================================================================
    Barrierefreie Karte
   ========================================================================== */

.site-map .accessible {
    border-top:  1px solid #ebebeb;
    background: #fff;
    width: 100%;
    padding: 15px 0 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    font-size: 13px;
}

.site-map .accessible span {
   color: #e74c3c;
   position: relative;
   top: 2px;
}

.site-map .accessible a {
   display: block;
   width: 100%;
   padding: 0;
}

.site-map .accessible a span {
   background: #0e5cbd;
   position: relative;
   top: 1px;
   color: #fff;
   width: 100%;
   padding: 4px 6px;
   margin-right: 4px;
   font-size: 1.0em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.site-map .accessible a:hover span {
   background: #e74c3c;
}


/* ==========================================================================
    Routenplaner/ Filter
   ========================================================================== */

.site-map .options {
    position: absolute;
    top: 43px;
    left: 43px;
    z-index: 750;
    width: 255px;
}

.site-map .options .info {
    display: none;
    padding: 20px 24px 17px 24px;
    background: #fff;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
}

.site-map .options .info.active {
    display: block;
}

.site-map .options .info p {
    padding: 0px;
}

.site-map .options .vehicle {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 5px#ebebeb;
    -moz-box-shadow: inset 0px 0px 5px #ebebeb;
    box-shadow: inset 0px 0px 5px #ebebeb;
}

.site-map .options .vehicle.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.site-map .options .start,
.site-map .options .end {
    position: relative;
}

.site-map .options .start .icon,
.site-map .options .end .icon {
    position: absolute;
    left:  10px;
    top:  10px;
}

.site-map .options .start .icon.error {
    color: #e74c3c;
}


.site-map .options input[type=text] {
    background: #f5f5f5;
    color: #333333;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    border: 0;
    padding: 7px 20px 7px 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    margin: 0 0 11px 0;
}

.site-map .options .site-button {
    width: 100%;
    margin: 0 0 11px 0;
}

/*
 * Buttons Auto/ÖV/Filter
 */

.site-map .options .toggles {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: -43px;
    width: 43px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.site-map .options .toggles:after {
    content:"";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    width: 43px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
}



.site-map .options .location,
.site-map .options .car,
.site-map .options .train {
    background: #f5f5f5;
    color: #777777;
    font-size: 20px;
    padding: 7px 0 0 0;
    text-align: center;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.site-map .options .vehicle:hover,
.site-map .options .location.active,
.site-map .options .car.active,
.site-map .options .train.active {
    background: #fff;
    color: #e74c3c;
}

.site-map .options .filters div {
    margin-bottom: 10px;
    position: relative;
}

.site-map .options .filters div:last-child {
    margin-bottom: 0px;
}

.site-map .options .filters input {
    position: absolute;
    top: 0;
    left: 0;
}

.site-map .options .filters label {
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 27px ;
    display: block;
    cursor: pointer;
    width: 100%;
}


.site-map .options .filters .site-checkbox-icon {
    top: 1px;
}

.site-map .options .filters img {
    position: absolute;
    right: -2px;
    top: -3px;
    pointer-events: none;
}


/* ==========================================================================
    Kontrollelemente
   ========================================================================== */

.site-map .controls {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 750;
    font-size: 0;
}

.site-map .controls a span {
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin-right: 3px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    background: #e74c3c;
    padding: 4px 5px 4px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.site-map .controls a span:hover{
    background: #ba2522;
}

.site-map .olControlScaleLineTop,
.site-map .olControlScaleLineBottom {
    display: none;
}

.site-map .fullscreen.small span.site-icon-contract {
    display: none;
}

.site-map .fullscreen.large span.site-icon-fullscreen {
    display: none;
}


/* ==========================================================================
    Popup
   ========================================================================== */

.site-map svg image {
    cursor: pointer;
}

.site-map .olPopup {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.site-map .olPopupContent {
    background: #fff;
    color: #333333;
    font-size: 0.9em;
    padding: 8px 10px 8px 10px !important;
    overflow: auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.site-map .olPopupContent .route-here {
    margin: 10px 0 4px 0 !important;
    font-size: 11px;
    color: #e74c3c;
    display: inline-block;
    white-space: nowrap;
}

.site-map .olPopupContent .route-here i {
    padding-right: 4px;
    position: relative;
    top: 1px;
}

.site-map .olPopupContent .route-here:hover {
    background: #e74c3c;
    color: #fff;
    margin: 10px -10px 4px -10px !important;
    padding: 0 10px;
}


.site-map .olmap{
    height: 290px;
}

.site-map .olmap span,
.site-map .olmap a {
    font-size: 9px;
    display: block;
}

.site-map .olmap h2 {
    font-size: 20px;
}

.site-map form {
    margin-top: 10px;
}

.site-map .input-submit {
    padding: 3px 6px !important;
}

.site-map .profil {
    text-align: center;
}








.site-hidden {
    display: none;
}

.site-show-all {
    margin-top:9px;
    text-align: right;
}

.site-show-all span {
    position: relative;
    top: 1px;
}

.site-no-bottom-margin {
    margin-bottom: 0px !important;
}

.clear {
    clear: both;
}

.site-block {
    display: block;
    width: 100%;
}

.site-ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.site-ir:before {
    content: "";
    display: block;
    width: 0;
    height: 180%;
}

.site-block {
    display: block !important;
}

.hide {
    display: none !important;
}

.invisible {
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-color-red {
    color: #e74c3c !important;
}


a:focus, input:focus {
  outline: thin dotted;
  outline-offset: -2px;
}




[class*="admon-"],
.admon-backend *,
.ui-dialog *,
.ui-dialog,
.ui-datepicker,
.ui-datepicker * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.admon-field-collection,
.admon-field-collection table,
table.admon-field-lookup-table {
    width: 100% !important;
}

table.admon-form-content-lookup {
    width: auto;
    max-width: 335px;
}

.site-admon-user-edit {
    padding-top: 30px;
}

.site-admon-user-zindex {
    z-index: 410;
    position: relative;
}

.site-admon-user-module-border {
    border: 1px solid #dbf0ff;
    margin-left: -1px;
    margin-top: -1px;
}

.site-admon-user-message {
    background-color: #dbf0ff;
    padding: 3px 5px;
    color: #444;
}div.module-redirect {
	text-align: center;
    margin-top: 100px;
    background-color: #eee;
    padding: 20px;
}.module-table table {
    width: 100%;
    font-size: 12px;
}

.module-table table thead {
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.module-table table thead th  {
    padding: 7px;
    text-align: left;
    font-weight: bold;
    font-size:12px;
}

.module-table table tbody td  {
    padding: 7px;
    border-bottom: 1px solid #ebebeb;
    color: #777777;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/cache/127325fcfbc67074dcc018e7e90ad332.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
    background: url('/cache/cb265f095c538aabec76eba36555db3e.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
    background: url('/cache/3c44387ab464ea28db901cce6f83d7a0.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
    background: url('/cache/61ff455671699db33a9e2334c56f8234.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/cache/3575d7440920cf33c132300bfbf0c471.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
        background-image: url('/cache/bad572205714b508b9df91151f48bceb.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.module-footer-navigation {
    background-color: #f5f5f5;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0px !important;
    padding: 35px 0 0 0;
}

.module-footer-navigation ul {
    padding: 0 15px 25px;
}

.module-footer-navigation ul.last {
    padding-right: 0;
}

.module-footer-navigation ul li {
    float: none;
    width: 100%;
    padding-bottom: 3px;
}

.module-footer-navigation li.level-0 {
    font-weight: bold;
    padding-bottom: 5px;
}

.module-footer-navigation li.level-1:first-child {
    margin-top: 27px;
}

.module-footer-navigation a {
    color: #333333;
    font-size: 13px;
    display: inline-block;
    line-height: 1.4;
    margin: -2px -6px;
    padding: 2px 6px;
}

@media screen and (max-width: 1199px) {
    .module-footer-navigation a {
        color: #333333;
        font-size: 11px;
    }
}

@font-face {
	font-family: 'mon-icon';
    src:url('/cache/602ad9d9b842ea288079fa48d12dc115.eot');
    src:url('/cache/602ad9d9b842ea288079fa48d12dc115.eot?#iefix') format('embedded-opentype'),
		url('/cache/df37bb6cec5eccd4e8725a8d9f232bae.ttf') format('truetype'),
		url('/cache/9902716b0141af316e59de642a17cfa0.woff') format('woff'),
		url('/cache/61a5405448b1ee9723c5460f1e22daee.svg#mon-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}



[class^="site-icon-"], [class*=" site-icon-"] {
	font-family: 'mon-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-icon-train:before {
	content: "\e610";
}
.site-icon-tourism:before {
	content: "\e611";
}
.site-icon-star:before {
	content: "\e612";
}
.site-icon-law:before {
	content: "\e613";
}
.site-icon-car:before {
	content: "\e614";
}
.site-icon-wheelchair:before {
	content: "\e64a";
}
.site-icon-reply-all:before {
	content: "\e61d";
}
.site-icon-nav-left:before {
	content: "\e615";
}
.site-icon-nav-right:before {
	content: "\e616";
}
.site-icon-arrow-right:before {
	content: "\e60b";
}
.site-icon-arrow:before {
	content: "\e60f";
}
.site-icon-printer:before {
	content: "\e617";
}
.site-icon-globe:before {
	content: "\e600";
}
.site-icon-group:before {
	content: "\e601";
}
.site-icon-mail:before {
	content: "\e602";
}
.site-icon-plus:before {
	content: "\e603";
}
.site-icon-plus-sign:before {
	content: "\e604";
}
.site-icon-calendar:before {
	content: "\e605";
}
.site-icon-search:before {
	content: "\e606";
}
.site-icon-phone:before {
	content: "\e607";
}
.site-icon-caret-down:before {
	content: "\e60c";
}
.site-icon-caret-up:before {
	content: "\e60d";
}
.site-icon-arrow-down:before {
	content: "\e60e";
}
.site-icon-minus-sign:before {
	content: "\e618";
}
.site-icon-fullscreen:before {
	content: "\e619";
}
.site-icon-eye-open:before {
	content: "\e61f";
}
.site-icon-facebook:before {
	content: "\e608";
}
.site-icon-twitter:before {
	content: "\e609";
}
.site-icon-location:before {
	content: "\e60a";
}
.site-icon-sunrise:before {
	content: "\e61a";
}
.site-icon-clear:before {
	content: "\e61b";
}
.site-icon-clear-night:before {
	content: "\e61c";
}
.site-icon-sunny:before {
	content: "\e621";
}
.site-icon-cloudy-light:before {
	content: "\e626";
}
.site-icon-cloudy-partial:before {
	content: "\e626";
}
.site-icon-cloudy-partial-light:before {
	content: "\e626";
}
.site-icon-thundery-partial-light:before {
	content: "\e628";
}
.site-icon-rainy-partial:before {
	content: "\e629";
}
.site-icon-rainy-partial-light:before {
	content: "\e629";
}
.site-icon-rainy:before {
	content: "\e62a";
}
.site-icon-rainy-night:before {
	content: "\e62a";
}
.site-icon-windy:before {
	content: "\e62b";
}
.site-icon-thundery:before {
	content: "\e637";
}
.site-icon-cloudy:before {
	content: "\e639";
}
.site-icon-cloudy-dark:before {
	content: "\e639";
}
.site-icon-hail:before {
	content: "\e63a";
}
.site-icon-snowy:before {
	content: "\e63b";
}
.site-icon-snowy-night:before {
	content: "\e63b";
}
.site-icon-snowy-light:before {
	content: "\e63d";
}
.site-icon-snowy-partial-light:before {
	content: "\e63d";
}
.site-icon-thermometer:before {
	content: "\e643";
}
.site-icon-Celsius:before {
	content: "\e645";
}
.site-icon-empty:before {
	content: "\e646";
}
.site-icon-cloudy-night:before {
	content: "\e647";
}
.site-icon-cancel-circle:before {
	content: "\e648";
}
.site-icon-close:before {
	content: "\e649";
}
.site-icon-contract:before {
	content: "\e64b";
}
.site-icon-checkmark:before {
	content: "\e61e";
}
.site-icon-lines:before {
	content: "\e620";
}
.site-icon-instagram:before {
	content: "\f16d";
}




.module-event-submission-form {
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 25px;
}

.module-event-submission-form label {
    padding-right: 10px;
}

.module-event-submission-form .div-inputtextarea label {
    float: left;
}

.module-event-submission-form .div-inputtextarea textarea {
    width: 65%;
    height: 150px;
    resize: vertical;
}

.module-event-submission-form .div-creator_address textarea {
    height: 80px;
    margin-bottom: 50px;
}


.module-event-submission-form .div-disclaimer label {
    float: none;
    position: absolute;
    left: 0;
    padding: 0 0 1px 25px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.module-event-submission-form .div-disclaimer span.mandatory {
    top: 3px;
}

.module-event-submission-form .div-mandatory {
    float: left;
    font-size: 0.8em;
    margin: 0 0 15px 0;
}

.module-event-submission-form .div-mandatory span.mandatory {
    position: relative;
    right: auto;
    top: -3px;
}

.module-event-submission-form .div-submit {
    float: right;
}

@media screen and (max-width: 500px) {
    .module-event-submission-form {
        padding-top: 10px;
    }
    .module-event-submission-form h3 {
        margin-top: 15px;
    }
    .module-event-submission-form label {
        float:none !important;
    }
    .module-event-submission-form input,
    .module-event-submission-form textarea {
        width: 100% !important;
    }
}

.no-js .module-slider {
    display: none !important;
}

.module-slider {
    display: block;
    margin: 0 !important;
}

.module-slider .preload {
    left:50%;
    top: 48%;
    width:31px;
    height:31px;
    background-image:url(/cache/a0b5f3fd7d369878b86a7df02b527c21.gif);
    position:absolute;
    margin-left:-15px;
}

.module-slider a {
    position:relative;
    overflow: hidden;
}




/******************************
*  RoyalSlider
******************************/

 #full-width-slider {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 1330px){
    .rsArrow {
        display: none !important;
    }
}

@media screen and (max-width: 479px){
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 157px !important;
    }
}

@media screen and (min-width:480px) and (max-width: 767px){
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 255px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 333px !important;
    }
}

@media screen and (min-width:991px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 450px !important;
    }
}


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: none;
}

/***************
*  1. Arrows
****************/

.rsMinW .rsArrowLeft {
    left: 15px;
    
        
}

.rsMinW .rsArrowRight {
    right: 30px;
    
        
}

.rsMinW .rsArrowLeft,
.rsMinW .rsArrowRight {
	width: 46px;
	height: 46px;
	position: absolute;
    top: 45%;
	cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: 'mon-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 25px;
}

.rsMinW .rsArrow span {
    font-family: arial, sans-serif;
    display: none;
}

.rsMinW .rsArrowLeft:hover,
.rsMinW .rsArrowRight:hover {
    background: rgba(0,0,0,0.7);
}

.rsMinW .rsArrowLeft:before {
	content: "\e615";
    position: relative;
    top: 11px;
    left: 9px;
}
.rsMinW .rsArrowRight:before {
	content: "\e616";
    position: relative;
    top: 11px;
    left: 12px;
}

.rsMinW .rsArrowIcn {
	display: none;
}

/***************
*  7. Preloader
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
    background: url(/cache/0989d2bfe47ae8aef33af09b4765f9c4.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}

/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 450px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/cache/3123f572cbe839fbe119c80aa2a27d50.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(/cache/59addd6b08da509db328e71885a140c2.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
	background: url(/cache/f3e9a716a6854a09eba77755546572ce.gif);
}

.module-link-partners {
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}

.module-link-partners .item {
    text-align: center;
    display: inline-block;
    padding: 5px 10px 15px 10px;
    *display: inline;
    zoom: 1;
}
@media screen and (max-width: 991px) {
   .module-link-partners .item {
        padding: 0px 10px 15px 0;
    }
}

.module-link-partners .item img {
    width: 100%;
    height: auto;
    max-width: 155px;
    max-height: 100px;
    display: block;
}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #ccc;
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #e74c3c;
  color: #fff;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #e74c3c \9;
  color: #fff;
}
.datepicker table tr td.today:hover:hover {
  color: #fff;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -ms-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74c3c), to(#e74c3c));
  background-image: -webkit-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -o-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: linear-gradient(top, #e74c3c, #e74c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#e74c3c', GradientType=0);
  border-color: #e74c3c #e74c3c #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
 color: #fff;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #e74c3c;
  color: #fff;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
  color: #fff;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -ms-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74c3c), to(#cc3d2e));
  background-image: -webkit-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -o-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: linear-gradient(top, #e74c3c, #cc3d2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#cc3d2e', GradientType=0);
  border-color: #cc3d2e #cc3d2e #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #cc3d2e;
  color: #fff;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #cc3d2e \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -ms-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74c3c), to(#cc3d2e));
  background-image: -webkit-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: -o-linear-gradient(top, #e74c3c, #cc3d2e);
  background-image: linear-gradient(top, #e74c3c, #cc3d2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#cc3d2e', GradientType=0);
  border-color: #cc3d2e #cc3d2e #cc3d2e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #cc3d2e;
  color: #fff;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #cc3d2e \9;
  color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
.module-headline.module {
    margin-bottom: 0 !important;
}

.module-headline.module.background {
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    padding: 5px;
}

.module-headline.module.background h1,
.module-headline.module.background h2 {
    line-height: 1;
    padding: 10px 0 10px 10px !important;
    color: #333333;
}

.module-headline.module.background h3 {
    line-height: 1;
    font-size: 18px;
    padding: 5px 0 5px 5px !important;
    color: #333333;
}

.module-headline.module.background h4 {
    font-size: 17px;
    line-height: 1;
    padding-bottom: 5px !important;
    color: #333333;
}

.module-headline.module.background h5,
.module-headline.module.background h6 {
    font-size: 15px;
    line-height: 1;
    padding: 5px 0 5px 5px !important;
    color: #333333;
}div.module-redirect {
	text-align: center;
    margin-top: 100px;
    background-color: #eee;
    padding: 20px;
}.module-text.module {
    margin-bottom: 0px !important;
}

.module-text.no-bottom-margin {
    margin-bottom: -10px !important;
}

.module-text div.more {
    display: none;
}

.module-text.module .site-button {
    margin-bottom: 20px;
}.module-image-logo a,
.module-image-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.module-image-logo a:focus {
    outline: thin dotted;
    outline-offset: 2px;
    outline-color: #fff;
}

.module-image {
    text-align: center;
}

.module-image img {
    display: block;
    margin: 0 auto 0 auto;
}.module-weather-detail .icon-big {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    color: #e74c3c;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    font-size: 150px;
}

.module-weather-detail .icon-big .description {
    color: #555555;
    font-size: 25px;
    text-shadow: 2px 2px 0 #ebebeb;
}

.module-weather-detail .icon-big .description p {
    margin-top: 5px;
    font-size: 20px;
}

.module-weather-detail .data p {
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .module-weather-detail .data + .data {
        margin-top: 20px;
    }
    .module-weather-detail .data {
        text-align: center;
    }
    .module-weather-detail .data .icon {
       position: static;
       left: auto;
   }
}

.module-weather-detail .data h4 {
    padding-left: 25px;
    position: relative;
}

.module-weather-detail .data h4.temperature {
    padding-left: 20px;
}

.module-weather-detail .data .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e74c3c;
}

.module-weather-detail .data .button {
    margin-top: 10px;
}

.module-weather-detail .content h2 {
    color: #e74c3c;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 40px;
    padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
    .module-weather-detail .content h2 {
        font-size: 35px;
    }
}

.module-weather-detail ul {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .module-weather-detail .data + .data {
        margin-top: 20px;
    }
    .module-weather-detail .data {
        text-align: center;
    }
    .module-weather-detail .data .icon {
       position: static;
       padding-right: 3px;
   }
    .module-weather-detail .data h4,
    .module-weather-detail .data h4.temperature {
        padding-left: 0;
    }
}.module-breadcrumbs {
    background-color: #f5f5f5;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px 10px 0px;
    line-height: 30px;
    margin-bottom: 40px !important;
}

.module-breadcrumbs ul.breadcrumbs li {
    float: left;
}

.module-breadcrumbs ul.breadcrumbs li .icon {
    color: #e74c3c;
    position: relative;
    top: 3px;
    padding: 0 7px 0 5px;
    font-size: 17px;
}

.module-breadcrumbs ul.breadcrumbs li.last {
    margin-right: 0;
    padding-right: 0;
    text-decoration: underline;
    color: #e74c3c;
}

.module-breadcrumbs ul.breadcrumbs li.last a {
    color: #e74c3c;
}

.module-breadcrumbs ul.breadcrumbs li.last span {
    color: #e74c3c;
}

.module-breadcrumbs ul.navigation {
    margin-top: 8px;
    border-top: 1px solid #ebebeb;
    width: 24%;
    padding-top: 10px;
    padding-right: 1%;
    float: left;
}

.module-breadcrumbs ul.navigation li .icon {
    position: relative;
    top: 1px;
}

.module-breadcrumbs ul.breadcrumbs li a,
.module-breadcrumbs ul.navigation li a{
    color: #333333;
}

.red {
    color: #e74c3c;
}

.module-breadcrumbs ul.breadcrumbs li a:hover,
.module-breadcrumbs ul.breadcrumbs li a:focus,
.module-breadcrumbs ul.navigation li a:hover,
.module-breadcrumbs ul.navigation li a:focus,
.module-breadcrumbs ul.navigation li a.selected {
    color: #e74c3c;
    text-decoration: underline;
}.module-bp-search li {
    float: left;
    padding: 0 15px 5px 0;
}.module-link-list ul li a {
    margin-bottom: 1px;
}.module-guide-book-form {
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 25px;
}

.module-guide-book-form fieldset.fieldset-creator {
    margin: 15px 0 20px 0;
}

.module-guide-book-form label {
    padding-right: 10px;
}

.module-guide-book-form .div-inputtextarea label {
    float: left;
}

.module-guide-book-form .div-inputtextarea textarea {
    width: 65%;
    height: 100px;
    resize: vertical;
}

.module-guide-book-form .div-disclaimer label {
    float: none;
    position: absolute;
    left: 0;
    padding: 0 0 1px 25px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.module-guide-book-form .div-disclaimer span.mandatory {
    top: 3px;
}

.module-guide-book-form .div-mandatory {
    float: left;
    font-size: 0.8em;
    margin: 0 0 15px 0;
}

.module-guide-book-form .div-mandatory span.mandatory {
    position: relative;
    right: auto;
    top: -3px;
}

.module-guide-book-form .div-submit {
    float: right;
}.module-tag-list ul li {
    float: left;
    margin: 0 1px 1px 0;
}

.module-tag-list li .tag {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.module-tag-list li.first .tag,
.module-tag-list li.after-break .tag{
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.module-tag-list li.last .tag,
.module-tag-list li.before-break .tag {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}.module-footer {
    width: 100%;
    height: 95px;
    background: #e74c3c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlNDQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2U3NGMzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ce4435 0%, #e74c3c 12%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce4435), color-stop(12%,#e74c3c));
    background: -webkit-linear-gradient(top, #ce4435 0%,#e74c3c 12%);
    background: -o-linear-gradient(top, #ce4435 0%,#e74c3c 12%);
    background: -ms-linear-gradient(top, #ce4435 0%,#e74c3c 12%);
    background: linear-gradient(to bottom, #ce4435 0%,#e74c3c 12%);
    }
@media screen and (max-width: 767px) {
    .module-footer {
        height: 49px;
    }
}


.module-footer img {
    display: block;
    width: 100%;
    height: auto;
}



.module-footer .logo {
    display: block;
    float: left;
    margin-top: 18px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .module-footer .logo {
        margin-top: 8px;
        width: 167px;
        height: 33px;
    }
}


.module-footer .social-links {
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 0;
    z-index: 9;
}
@media screen and (max-width: 767px) {
    .module-footer .social-links {
        top: 12px;
    }
}

@media screen and (max-width:460px) {
    .module-footer .social-links {
        position: relative;
        float: left;
        margin-left: 20px;
        width: 56px;
    }
}

.module-footer .social-links li {
    display: inline-block;
    margin-right: 1px;
    *display: inline;
    zoom: 1;
}

.module-footer .social-links li a {
    display: block;
    width: 37px;
    height: 37px;
    padding: 10px;
    color: #ffffff;
    background-color: #eb6759;
    font-size: 17px;
    line-height: 1;
    -webkit-text-shadow: 2px 2px 1px rgba(204,61,46,0.5);
    -moz-text-shadow: 2px 2px 1px rgba(204,61,46,0.5);
    text-shadow: 2px 2px 1px rgba(204,61,46,0.5);
}


@media screen and (max-width: 767px) {
    .module-footer .social-links li a {
        width: 27px;
        height: 27px;
        padding: 8px;
        font-size: 12px;
    }
}

.module-footer .social-links li a:hover,
.module-footer .social-links li a:active {
    background-color: #ffffff;
    color: #e74c3c;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}



.module-footer .badge {
    display: block;
    float: right;
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .module-footer .badge {
        margin-top: 12px;
        width: 25px;
        height: 27px;
    }
}.module-article-item .col-data,
.module-article-item .col-contact {
    padding-top: 32px;
}.module-spacer {
    display: block;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    margin: 5px 0 20px 0 !important;
}

div.module-meeting-list {
    position: relative;
}

div.module-meeting-list .site-static {
    padding-bottom: 10px !important;
}



div.module-meeting-list li.item {
    text-decoration: none;
    list-style-type: none;
}

div.module-meeting-list .item .downloads {
    float: right;
    width: 78%;
    margin-top: 15px;
}

div.module-meeting-list .item .downloads li {
    background-color: #fdfdfd;
}



div.module-meeting-list div.box-search {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
}

div.module-meeting-list div.box-search,
div.module-meeting-list div.box-text {
    min-height: 150px;
    padding: 20px 20px 30px;
    position: relative;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

div.module-meeting-list .input-text  {
    width: 100%;
}

div.module-meeting-list div.date-to {
    margin-top: 10px;
}

div.module-meeting-list .div-form input.input-submit {
    width: 100%;
}

div.module-meeting-list div.links {
    margin-bottom: 20px;
}

div.module-meeting-list div.links a .arrow {
    position: relative;
    top: 2px;
}

div.module-meeting-list div.links a .arrow-left {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}.module-box-wide {
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #f5f5f5;
    padding: 35px 0;
    margin: 20px 0 40px 0 !important;
}

.module-box-wide .col {
    padding: 0 20px;
}


.module-box-wide .image {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .module-box-wide .image {
        text-align: right;
        margin-bottom: 0px;
    }

    .module-box-wide .image img {
        margin-top: 4px;
        display: inline-block;
    }
}

.module-box-wide .image img {
    display: inline-block;
}



.module-box-wide .content h2 {
    color: #e74c3c;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
    .module-box-wide .content h2 {
        font-size: 35px;
    }
}


.module-box-wide .content h2.no-margin {
    padding-bottom: 0;
}

.module-box-wide .content {
    text-align: center;
}


@media (min-width: 768px) {
    .module-box-wide .content,
    .module-box-wide .content h2,
    .module-box-wide .content p,
    .module-box-wide .content div {
        text-align: left;
    }
}

.module-box-wide .content-no-image,
.module-box-wide .content-no-image h2,
.module-box-wide .content-no-image p,
.module-box-wide .content-no-image div {
    text-align: center !important;
    width: 100%;
}



.module-box-wide .content .additional-link {
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
    top: 12px;
}

.module-box-wide .content-no-image .additional-link {
    text-align: center;
    line-height: 0.8;
    display: block;
    margin: 25px 0 0 0;
    top: 0;
}

.module-box-wide .content .additional-link {
    text-align: center;
    line-height: 0.8;
}

.module-box-wide .content .additional-link .line {
    text-align: center;
    padding: 0 50px;
    border-top: 1px solid #dfdfdf;
    position: relative;
}

.module-box-wide .content .additional-link .line span {
    text-align: center;
    font-size: 11px;
    background: #f5f5f5;
    color: #555555;
    position: absolute;
    top: -6px;
    left: 28px;
    width: 45px;
}

.module-box-wide .content .additional-link a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 2px;
}.module-person-list-ds {
    margin: 10px 0 10px 0 !important;
}

.module-person-list-ds .name {
    padding: 10px 15px;
}

/*.module-person-list-ds ul.items li.item .name {
}*/

.module-person-list-ds .person-details {
	padding: 0 0 20px 15px;
}

/*.module-person-list-ds .no-output{
	display: none;
    padding: 0 !important;
}

.module-person-list-ds .no-output:hover {
	background: none !important;
}
*/

.module-person-list-ds .details .icon-name:before {
    color: #e74c3c;
    position: relative;
    top: 4px;
    float: right;
	font-family: 'mon-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60c";
}

.module-person-list-ds .active.details .icon-name:before {
	content: "\e60d";
}


.module-person-list-ds li.details:hover p.name {
    cursor: pointer;
    color: #e74c3c;
    background: #f5f5f5;
}

.module-person-list-ds .person-details {
    display: none;
    padding-top: 15px;
}

.module-person-list-ds .label-container {
    padding-bottom: 5px;
}

.module-person-list-ds .label-container {
    padding-bottom: 5px;
}

.module-person-list-ds .label-container:last-child {
    padding-bottom: 0;
}

.module-person-list-ds .spacer {
    display: block;
    height: 10px;
}

.module-person-list-ds h3 {
    padding-bottom: 10px;
}

.module-person-list-ds .label {
    padding-left: 22px;
    position: relative
}

.module-person-list-ds .label span {
    color: #e74c3c;
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.module-person-list-ds .label.site-link:hover  {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 5px 0 27px;
    margin-left: -5px;
}

.module-person-list-ds .label.site-link:hover span  {
    left: 5px;
}

.module-person-list-ds .label.site-link:hover a,
.module-person-list-ds .label.site-link:hover span {
    color: #fff;
}

.module-person-list-ds ul.items li.item {
    border-top: 1px solid #ebebeb;
}

.module-person-list-ds ul.items li.item.first {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.module-person-list-ds ul.items li.item img.item {
    float: left;
    margin-bottom:5px;
    margin-right:10px;
}

.module-person-list-ds h6 {
    padding-bottom: 5px;
}

.module-person-list-ds p.description {
    clear: both;
    padding: 5px 0 7px 0;
}

.module-contactform {
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 25px;
}

.module-contactform .fieldset-02 {
    margin-bottom: 20px;
}

.module-contactform .div-callmeback {
    width: 100%;
    float: right;
    display: block;
    text-align: right;
}

.module-contactform .div-callmeback .site-checkbox-icon {
    top: 2px;
    right: 120px;
    left: auto;
}

.module-contactform .div-callmeback label {
    width: auto;
    float: right;
    padding: 0 0 1px 10px;
    vertical-align: middle;
}

.module-contactform .div-inputtextarea label {
    display: none !important;
}

.module-contactform .fieldset-03 textarea {
    height: 315px;
}

.module-contactform .fieldset-03.recipient textarea {
    height: 366px;
}

.module-contactform .fieldset-03.captcha textarea {
    height: 218px;
}

.module-contactform .fieldset-03.captcha.recipient textarea {
    height: 265px;
}

.module-contactform .div-captcha input {
    float: right;
}

.module-contactform .div-captcha img {
    display: block;
    margin: 5px 0 10px 0;
    float: right;
}

.module-contactform .div-disclaimer label {
    float: none;
    position: absolute;
    left: 0;
    padding: 0 0 1px 25px;
    vertical-align: middle;
    width: 100%;
}

.module-contactform .div-disclaimer span.mandatory {
    top: 3px;
}

.module-contactform .div-mandatory {
    float: left;
    font-size: 0.8em;
    margin: 0 0 15px 0;
}

.module-contactform .div-mandatory span.mandatory {
    position: relative;
    right: auto;
    top: -3px;
}

.module-contactform .div-submit {
    float: right;
}

.module-navigation {
    margin-bottom: 0px !important;
}

.module-navigation li.level-0 {
    padding: 5px 50px 0 0;
    float: left;
    height: 66px;
}

.module-navigation li.level-0:before {
    display: block;
    border-color: rgba(0, 0, 0, 0);
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-top-color: #e74c3c;
    border-width: 5px;
    left: 41%;
    top: -5px;
}


.module-navigation li.level-0 a {
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    font-size: 23px;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .module-navigation li.level-0 a {
        font-size: 22px;
        padding-top: 1px;
    }
    .module-navigation li.level-0.last {
        padding-right: 30px;
    }
}
.module-navigation li.level-1 a {
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 1199px) {
    .module-navigation li.level-1 a {
        font-size: 13px;
    }
}

.module-navigation li a:hover,
.module-navigation li a:focus,
.module-navigation li a.selected,
.module-navigation li.level-1 i {
    color: #e74c3c;
}

.module-navigation li a:hover span,
.module-navigation li a:focus span,
.module-navigation li a.selected span {
    text-decoration: underline;
}

.module-navigation li.level-1 i {
    position: relative;
    top: 1px;
    font-size: 12px;
}

.module-navigation ul.level-1 {
    position: absolute;
    background: #fff;
    border-top: 1px solid #ebebeb;
    left: 0;
    right: 0;
    top: 66px;
    padding: 35px 0 0 0;
}

.module-navigation .nav-teaser {
    padding: 15px 0 15px 0;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px 0px 10px 2px #ebebeb;
    -moz-box-shadow: inset 0px 0px 10px 2px  #ebebeb;
    box-shadow: inset 0px 0px 10px 2px #ebebeb;
}

.module-navigation .nav-teaser .module {
    margin: 0 !important;
}

.module-navigation #nav-overlay {
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(/cache/62ba229a135f1929d591f550eebd0c1e.png);
    background: rgba(0,0,0,0.7);
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

.module-navigation.site-edit ul.level-1 {
    top: 58px;
    z-index: 99999;
}

.module-navigation ul.level-1 li.special {
    width: px;
    display: block;
    margin: 0 auto;
}

.module-navigation ul.level-1 li.special li.col-wrap {
    width: 25%;
    float: left;
    margin-bottom: 35px;
}

.module-navigation a,
.module-navigation li.headline {
    display: block;
}

.module-navigation li:hover a,
.module-navigation li.headline:hover {
    cursor: pointer;
}

.module-navigation li ul.level-1 {
    display: none;
}

.module-navigation li.hover ul.level-1 {
    display: block;
    position: absolute;
}


@media aural, braille, speech {
    .module-navigation ul {
        display: block;
    }
}


/* ==========================================================================
    Mobile Navigation
   ========================================================================== */

.module-navigation-mobile {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

body.start .module-navigation-mobile {
    border-bottom: none;
    margin-bottom: 0;
}

.module-navigation-mobile a {
    display: block;
    position: relative;
    color: #000;
}

.module-navigation-mobile ul {
    display: none;
}

body.start .module-navigation-mobile ul.level-0 {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

.module-navigation-mobile ul a {
    display: block;
    position: relative;
    border-top: 1px solid #cdcdcd;
    line-height: 40px;
    width: 100%;
    padding-right: 45px;
}
.module-navigation-mobile ul a.selected,
.module-navigation-mobile ul a:focus,
.module-navigation-mobile ul a:active {
    color: #e74c3c;
    outline: none !important;
}

.module-navigation-mobile ul a:before {
	font-family: 'mon-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  	content: "\e60b";
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #e74c3c;
}

.module-navigation-mobile li {
    position: relative;
    width: 100%;
}

.module-navigation-mobile li li a {
    padding-left: 5%;
}
.module-navigation-mobile li li li a {
    padding-left: 10%;
}
.module-navigation-mobile li li li li a {
    padding-left: 15%;
}

.module-navigation-mobile .toggle-mobile-navigation {
    display: block;
    position: relative;
    border: none;
    font-size: 17px;
}

.module-navigation-mobile .toggle-mobile-navigation:hover,
.module-navigation-mobile .toggle-mobile-navigation:focus {
    outline: none !important;
}

.module-navigation-mobile .toggle-mobile-navigation span {
    font-size: 32px;
    line-height: 56px;
    padding-right: 3px;
    padding-top: 1px;
    display: block;
    float: left;
    margin-left: -6px;
}

.module-navigation-mobile .toggle-mobile-navigation span + span {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.module-navigation-mobile .toggle-level {
    display: block;
    position: absolute;
    border: none;
    line-height: 40px;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 25px;
    padding: 2px 0 0 0;
    text-align: right;
}

.module-navigation-mobile .toggle-level:before {
	font-family: 'mon-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  	content: "\e604";
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #e74c3c;
}

.module-navigation-mobile .toggle-level.clicked:before {
  	content: "\e618";
}

.module-navigation-mobile #language-mobile {
    position: relative;
    padding-top: 2px;
}

.module-navigation-mobile #language-mobile a.item span {
    display: none;
}

.module-navigation-mobile #language-mobile a.item:before {
  	top: 11px;
    left: 18px;
}

.module-navigation-mobile #language-mobile a.item {
  	float: left;
    display: block;
    width: 54px;
    height: 33px;
    border: none;
    position: relative;
    padding: 0;
}

.module-navigation-mobile #language-mobile a.item + span.border {
  	height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.module-webcam-history {
    margin-bottom: 0 !important;
}

.module-webcam-history .controls {
    margin-bottom: 30px;
}

.module-webcam-history a,
.module-webcam-history span {
    margin-bottom: 3px;
}

.module-webcam-history img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    margin-bottom: 30px;
}

.module-webcam-history .image-wrap {
    position: relative;
}

.module-webcam-history .date {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 11px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}.no-js .module-image-teaser {
    display: none !important;
}

.module-image-teaser {
    display: block;
    margin: 0 auto !important;
    position: absolute;
    overflow: hidden;
    text-align: center;
    height: 150px;
    bottom: 0;
    width: 100%;
}

.module-image-teaser .image-teaser-wrapper {
    display: block;
    margin: 0 auto !important;
    height: 150px;
    padding: 0 20px;
}

.module-image-teaser .item.first {
    margin-left: 0px !important;
}

.module-image-teaser .item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    border: 6px solid #fff;
    display: block;
    float: left;
    margin-left: -25px;
    position: relative;
    top: 90px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.module-image-teaser .item a {
    display: block;
}

.module-image-teaser .title,
.module-image-teaser .title a {
    color: #fff;
}

.module-image-teaser .title {
    position: relative;
    top: 100px;
    background-color: #e74c3c;
    background-color: rgba(232,76,61,0.9);
    border: none;
    border: 5px solid rgba(0,0,0,0.2);
    font-size: 17px;
    line-height: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    padding: 10px 17px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.module-image-teaser div.item.hover span.title {
    top: 55px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.module-image-teaser .item1,
.module-image-teaser .item4,
.module-image-teaser .item7 {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 40;
}

.module-image-teaser .item2,
.module-image-teaser .item5 {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 50;
}

.module-image-teaser .item3,
.module-image-teaser .item6 {
    z-index: 30;
}

.module-image-teaser .item7 {
    z-index: 20;
}

.module-image-teaser .item2,
.module-image-teaser .item4,
.module-image-teaser .item5 {
    z-index: 30;
    top: 95px;
}

.module-image-teaser div.item.hover {
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
    .module-image-teaser .image-teaser-wrapper {
       width: 750px !important;
   }
    .module-image-teaser .item {
       margin-left: -7px;
   }
    .module-image-teaser .item6,
    .module-image-teaser .item7 {
       display: none !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .module-image-teaser .image-teaser-wrapper {
       width: 970px !important;
   }
    .module-image-teaser .item {
       margin-left: -33px;
   }
    .module-image-teaser .item7 {
       display: none !important;
   }
}

@media screen and (min-width: 1200px) {
    .module-image-teaser .image-teaser-wrapper {
       width: 1170px !important;
   }
    .module-image-teaser .item {
       margin-left: -25px;
   }
}.module-image-list {
    margin: -1px -1px 0 0;
}

.module-image-list a {
    float: left;
    padding: 1px 1px 0 0;
    width: 16.666666666%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .module-image-list a {
        width: 20%;
    }
}

.module-image-list a img {
    display: block;
    width: 100%;
    height: auto;
}

.module-searchresult {
    padding: 20px 0;
}

.module-searchresult h3 a.textlink {
    color: #333333 !important;
}

.module-searchresult span.highlight {
    color: #fff;
    padding: 0 3px;
    background: #e74c3c;
}.module-person-teaser-ds .label-container {
    padding-bottom: 5px;
}


.module-person-teaser-ds .label-container {
    padding-bottom: 5px;
}

.module-person-teaser-ds .label-container:last-child {
    padding-bottom: 0;
}

.module-person-teaser-ds .spacer {
    display: block;
    height: 10px;
}

.module-person-teaser-ds h3 {
    padding-bottom: 10px;
}

.module-person-teaser-ds .smallname {
    padding-bottom: 5px;
}

.module-person-teaser-ds .label {
    padding-left: 22px;
    position: relative
}

.module-person-teaser-ds .label span {
    color: #e74c3c;
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.module-person-teaser-ds .label.site-link:hover  {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 5px 0 27px;
    margin-left: -5px;
}

.module-person-teaser-ds .label.site-link:hover span  {
    left: 5px;
}

.module-person-teaser-ds .label.site-link:hover a,
.module-person-teaser-ds .label.site-link:hover span {
    color: #fff;
}

.module-person-teaser-ds ul.items li.item {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 20px;
}

.module-person-teaser-ds ul.items li.item.first {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.module-person-teaser-ds ul.items li.item img.item {
    float: left;
    margin-bottom:5px;
    margin-right:10px;
}

.module-person-teaser-ds h6 {
    padding-bottom: 5px;
}

.module-person-teaser-ds p.description {
    clear: both;
    padding: 5px 0 7px 0;
}.module-iframe iframe {
    border: 0;
    width: 765px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#grid-m-n .module-iframe iframe {
    width: 980px;
}.module-openlayers-map {
    z-index: 1;
}


.module-openlayers-map.site-edit .olMapViewport {
    z-index: -1 !important;
}.module-webcam .image-wrap {
    position: relative;
}

.module-webcam img {
    border-radius: 2px;
    width: 100%;
    height: auto;
}

.module-webcam .date {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}.module-mail .icon {
    color: #e74c3c;
    position: relative;
    top: 1px;
    padding-right: 2px;
}

.module-mail:hover {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 5px;
    margin-left: -5px;
}

.module-mail:hover .icon,
.module-mail:hover a{
    color: #fff;
}

.module-link-quicklinks ul {
    width: 100%
    position: relative;
}

.module-link-quicklinks ul li {
    float: left;
    width: 33.33333333333333%;
    position: relative;
    margin-bottom: 2px;
    font-size: 13px;
}

.module-link-quicklinks ul li.link-dropdown .link-label,
.module-link-quicklinks ul li.link a {
    display: inline-block;
    padding: 0px 5px 0 7px;
    color: #fff;
    text-shadow: 1px 1px 0 #ba2522;
}

.module-link-quicklinks ul li.link a:hover,
.module-link-quicklinks ul li.link a:focus {
    background-color: #fff;
    color: #e74c3c;
    text-shadow: none;
}

.module-link-quicklinks ul li.link .icon,
.module-link-quicklinks ul li.link-dropdown .icon {
    font-size: 0.8em;
    padding-right: 2px;
}


.module-link-quicklinks .dropdown {
    display: none;
    position: absolute;
    padding-top: 28px;
    top: 0;
    z-index: 110 !important;
}

.module-link-quicklinks .link-dropdown.hover .dropdown {
    display: block;
}

.module-link-quicklinks .dropdown:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -7px;
    z-index: 112;
}

.module-link-quicklinks .dropdown ul {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.module-link-quicklinks .dropdown ul li {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.module-link-quicklinks .dropdown li.last {
    border-bottom: none;
}

.module-link-quicklinks .dropdown a:hover,
.module-link-quicklinks .dropdown a:focus {
    background-color: #f5f5f5;
}



.module-link-quicklinks .accessibility .dropdown {
    left: -52px;
    width: 205px;
}

.module-link-quicklinks .accessibility .dropdown ul li {
    color: #333333;
    line-height: 1.3;
    padding: 10px 16px;
}

.module-link-quicklinks .accessibility .dropdown ul li span.action {
    color: #777777;
    display: block;
    float: left;
    line-height: 40px;
}

.module-link-quicklinks .accessibility .dropdown ul li span.frame {
    padding: 10px 0;
    color: #333333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #777777;
    display: block;
    float: right;
    text-align: center;
}

.module-link-quicklinks .accessibility .dropdown ul li span.frame.plus,
.module-link-quicklinks .accessibility .dropdown ul li span.frame.minus {
    width: 36px;
    margin-left: 12px;
}

.module-link-quicklinks .accessibility .dropdown ul li span.frame.strg {
    width: 56px;
}

@media screen and (max-width: 991px) {
    .module-link-quicklinks .accessibility {
        display: none;
    }
}


.module-link-quicklinks .language .dropdown {
    left: 50%;
    margin-left: -60px;
 }

.module-link-quicklinks .language .dropdown a.item {
    color: #555555;
    display: block;
    padding: 6px 12px 6px 40px;
    opacity: 0.75;
}

.module-link-quicklinks .language .dropdown a.item.selected {
    opacity: 1;
}

.module-link-quicklinks .language .dropdown a.item:hover,
.module-link-quicklinks .language .dropdown a.item:focus,
.module-link-quicklinks .language .dropdown a.item.selected {
    color: #333333;
}

.module-link-quicklinks .language .dropdown a.item:before,
.module-navigation-mobile a.item:before {
    content: " ";
    display: block;
    width: 17px;
    height: 11px;
    position: absolute;
    top: 11px;
    left: 17px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.module-link-quicklinks .language .dropdown a.de_de.item:before,
.module-navigation-mobile a.de_de.item:before {
    background-image: url(/cache/da2d9334ddd33e79feb3a917a60df122.png);
}

.module-link-quicklinks .language .dropdown a.en_us.item:before,
.module-navigation-mobile a.en_us.item:before {
    background-image: url(/cache/f2bbd195e217c82f1ece5ac3881844c4.png);
}

.module-link-quicklinks .language .dropdown a.nl_nl.item:before,
.module-navigation-mobile a.nl_nl.item:before {
    background-image: url(/cache/0da084faa59c107891d1aebbd705d657.png);
}

.module-link-quicklinks .language .dropdown a.fr_fr.item:before,
.module-navigation-mobile a.fr_fr.item:before {
    background-image: url(/cache/f9e0b5b0ee3816b184649cf2ce9fd750.png);
}

.module-event-registration-form .wrap {
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 25px;
    margin-top: 25px;
}

.module-event-registration-form .wrap:first-child {
    margin-top: 0;
}

.module-event-registration-form p.info {
    margin-top: 10px;
    padding: 0;
}

.module-event-registration-form .fieldset-address,
.module-event-registration-form .fieldset-message {
    margin-bottom: 20px;
}

.module-event-registration-form .div-inputtextarea label {
    display: none !important;
}

.module-event-registration-form .fieldset-message textarea {
    height: 315px;
}

.module-event-registration-form .div-disclaimer label {
    float: none;
    position: absolute;
    left: 0;
    padding: 0 0 1px 25px;
    vertical-align: middle;
    width: 100%;
}

.module-event-registration-form .div-disclaimer span.mandatory {
    top: 3px;
}

.module-event-registration-form .div-mandatory {
    float: left;
    font-size: 0.8em;
    margin: 0 0 15px 0;
}

.module-event-registration-form .div-mandatory span.mandatory {
    position: relative;
    right: auto;
    top: -3px;
}

.module-event-registration-form .div-submit {
    float: right;
}/* ==========================================================================
    Slider Overlay
   ========================================================================== */

.module-event-teaser.slider {
    position: absolute;
    right:0;
    left: 0;
    top: 63px;
}

.module-event-teaser li.item-slider {
    position: static;
    margin-bottom: 1px;
    text-align: right;
    font-size: 0;
}

.module-event-teaser li.item-slider span.title {
    display: inline-block;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 15px 18px 15px 15px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    *display: inline;
    zoom: 1;
    margin-right: -3px;
}

.module-event-teaser li.item-slider span.date {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    *display: inline;
    zoom: 1;
}


.module-event-teaser li.item-slider a:hover span.title,
.module-event-teaser li.item-slider a:focus span.title {
    background: rgba(0,0,0,0.9);
}

@media screen and (max-width: 575px) {
     .module-event-teaser.slider {
        top: 30px;
    }
    .module-event-teaser li.item-slider span.title,
    .module-event-teaser li.item-slider span.date {
            font-size: 11px;
            padding: 8px;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
     .module-event-teaser.slider {
        top: 45px;
    }
    .module-event-teaser li.item-slider span.title,
    .module-event-teaser li.item-slider span.date {
            font-size: 14px;
            padding: 10px;
    }
}


.module-event-teaser .calendar {
    float: left;
    position: relative;
    width: 75px;
    margin-left: -100px;
    margin-top: 5px;
}

.module-event-teaser .calendar .head {
    display: block;
    width: 75px;
    height: 14px;
    background: #e74c3c;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.module-event-teaser .calendar .dot {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.module-event-teaser .calendar .dot.left {
    left: 6px;
}

.module-event-teaser .calendar .dot.right {
    right: 6px;
}

.module-event-teaser .calendar .middle {
    display: block;
    width: 75px;
    height: 33px;
    background: #efefef;
}

.module-event-teaser .calendar .bottom {
    display: block;
    width: 75px;
    height: 20px;
    background: #f5f5f5;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.module-event-teaser .calendar .day {
    width: 75px;
    height: 23px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 19px;
    text-align: center;
}

.module-event-teaser .calendar .month {
    width: 75px;
    height: 12px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 51px;
    text-align: center;
}

.module-event-teaser .item-navigation .calendar {
    width: 45px;
    margin: -3px 10px 0 0;
}

.module-event-teaser .item-navigation .calendar .head {
    width: 45px;
    height: 10px;
}

.module-event-teaser .item-navigation .calendar .dot {
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 3px;
}

.module-event-teaser .item-navigation .calendar .middle {
    width: 45px;
    height: 35px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.module-event-teaser .item-navigation .calendar .bottom {
    display: none;
}

.module-event-teaser .item-navigation .calendar .day {
    width: 45px;
    height: auto;
    font-size: 18px;
    top: 11px;
}

.module-event-teaser .item-navigation .calendar .month {
    width: 45px;
    height: 12px;
    font-size: 10px;
    top: 31px;
}


@media screen and (max-width: 767px) {
    .module-event-teaser .calendar {
        width: 65px;
        margin-left: -75px;
    }

    .module-event-teaser .calendar .head,
    .module-event-teaser .calendar .middle,
    .module-event-teaser .calendar .bottom,
    .module-event-teaser .calendar .day,
    .module-event-teaser .calendar .month {
        width: 65px;
    }

    .module-event-teaser li.item-slider span.title {
        max-width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .module-event-teaser li.item-slider span.date {
        overflow: hidden;
    }

}.module-link-accommodations {
    margin-top: 14px;
    margin-bottom: 0px !important;
}

.module-link-accommodations a {
    background-color: #16a085;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    width: 185px;
    height: 37px;
    font-size: 16px;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    padding-top: 6px;
    color: #fff;
    text-align: center;
}

.module-link-accommodations a:hover,
.module-link-accommodations a:focus {
    background-color: #13856e;
}

.module-link-accommodations .icon {
    font-size: 1.2em;
    position: relative;
    top: 2px;
    padding-right: 7px;
}

@media screen and (max-width: 1199px) {
    .module-link-accommodations a {
        width: 160px;
    }
}.module-weather {
    width: 107px;
    height: 37px;
}

@media screen and (max-width: 767px) {
    .module-weather {
        width: 87px;
        height: 30px;
    }
}

.module-weather .degree,
.module-weather .icon {
    background: #eb6759;
    color: #fff;
    text-shadow: 1px 1px 0 #ba2522;
    font-size: 23px;
    text-align: center;
    height: 37px;
    width: 53px;
    line-height: 1;
    float: right;
    padding-top: 6px;
}
@media screen and (max-width: 767px) {
    .module-weather .degree,
    .module-weather .icon {
        width: 43px;
        height: 30px;
        font-size: 15px;
    }
}

.module-weather .degree {
    font-weight: bold;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
@media screen and (max-width: 767px) {
    .module-weather .degree {
        line-height: 1.2;
    }
}

.module-weather .icon {
    margin-left: 1px;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}.module-table-special table {
    width: 100%;
    font-size: 14px;
    position: relative;
}

.module-table-special table thead {
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.module-table-special table thead th  {
    padding: 7px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.module-table-special table tbody td  {
    padding: 7px 0 7px 7px;
    vertical-align: top;
    border-bottom: 1px solid #ebebeb;
    color: #777777;
}

.module-table-special table .second  {
    max-width: 450px;
}

.module-table-special table .fourth  {
    text-align: right;
}

.module-table-special table .downloads-accordion.fourth  {
    width: 250px;
}

.module-table-special table .downloads-accordion i  {
    position: relative;
    top: 1px;
}



.module-table-special .downloads {
    cursor: pointer;
}

.module-table-special .site-downloadlist {
    display: none;
    margin: 10px 0 0 0;
}

.module-searchform {
    margin-top: 14px;
    margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
    .module-searchform {
        margin-top: 7px;
    }
}

.module-searchform label {
    display: none;
}

.module-searchform input.input-text {
    background-color: #f5f5f5;
    color: #333333;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft:  2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: none;
    width: 185px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    font-family: "texgyreheroscnregular", Arial Narrow, Arial, sans-serif;
    padding: 0px 10px 0 10px;
    display: block;
    float: left;
}

.module-searchform input.input-text:focus {
    background-color: #ebebeb;
}

@media screen and (max-width: 1199px) {
    .module-searchform input.input-text {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .module-searchform input.input-text {
        width: 126px;
        line-height: 30px;
        height: 30px;
    }
}

.module-searchform button.site-icon-search {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background-color: #e74c3c;
    height: 37px;
    width: 37px;
    float: right;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .module-searchform button.site-icon-search {
        height: 30px;
        width: 30px;
    }
}

.module-searchform button.site-icon-search:hover {
    background-color: #ba2522;
}

.module-searchform button span {
    position: absolute;
    left: -9999px;
    top: -9999px;
}.module-footer-contact {
    width: 100%;
    background: #f5f5f5;
    margin: 0 !important;
}

.module-footer-contact .wrap-m-n {
    position: relative;
}

.module-footer-contact ul {
    padding: 10px 0 15px 0;
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
    .module-footer-contact  {
        border-top: 1px solid #ebebeb;
    }
    .module-footer-contact ul {
        padding: 8px 0 15px 0;
        border-top: none;
    }
}


.module-footer-contact li {
    float: none;
    padding: 0;
    padding: 5px 0 0 0;
}

@media screen and (min-width: 768px) {
    .module-footer-contact li {
        float: left;
        position: relative;
    }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .module-footer-contact li.last {
        position: absolute;
        top: -30px;
        right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .module-footer-contact li.last {
        float: right;
        padding-right: 0;
    }
}



.module-footer-contact li .item {
    padding: 2px 10px 3px;
    font-size: 11px;
    color: #555555;
    display: inline-block;
    margin-left: -10px;
}

@media screen and (min-width: 768px) {
    .module-footer-contact li .item {
        margin-left: 0px;
    }
}

.module-footer-contact li a.item:hover,
.module-footer-contact li a.item:focus,
.module-footer-contact li a:focus span {
    color: #ffffff !important;
}

.module-footer-contact li:first-child .item {
    margin-left: -10px;
}


.module-footer-contact li .item .icon {
    font-size: 13px;
    color: #e74c3c;
    position: relative;
    top: 1px;
    padding-right: 2px;
}

.module-footer-contact span.site-icon-phone {
    top: 2px !important;
}

.module-footer-contact li a.item:hover .icon {
    color: #ffffff;
}



.module-footer-contact #scrolltop  {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.module-footer-contact #scrolltop a {
    text-align: center;
    background: #ebebeb;
    color: #555555;
    width: 100%;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 9px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.module-footer-contact #scrolltop a:hover,
.module-footer-contact #scrolltop a:focus {
    background: #e74c3c;
    color: #fff;
}