.ie7-inline-block {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.ie7-restore-left-whitespace {
  *margin-left: 0.3em;
}
.ie7-restore-left-whitespace:first-child {
  *margin-left: 0;
}
.inline-block {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
*,
*: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: 'frutigerltstdbold', serif;
  font-size: 13px;
  line-height: 1.2;
  color: #333333;
  background-color: #ececec;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #006D9F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0096DA;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #ececec;
  border: 1px solid #ddd;
  border-radius: 5px;
  -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%;
}
.img-bordered {
  border: 1px solid #ddd !important;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 7.5px;
  color: #545454;
}
.lead {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #545454;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #ff4000;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'frutigerltstdbold', serif;
  font-weight: 400;
  line-height: 1.2;
}
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-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #545454;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 20px;
}
h1,
.h1 {
  font-size: 20px;
}
h2,
.h2 {
  font-size: 19px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 16px;
  }
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 16px;
  font-family: 'frutigerltstdroman';
  color: #545454;
}
h5,
.h5 {
  font-size: 16px;
  font-family: 'frutigerltstdroman';
}
h6,
.h6 {
  font-size: 16px;
  font-family: 'frutigerltstdroman';
}
h1 small,
.h1 small {
  font-size: 23px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 -20px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ededed;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #008893;
}
.page-header.variant1 {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
.page-header.variant1 h1,
.page-header.variant1 h2,
.page-header.variant1 h3,
.page-header.variant1 h4,
.page-header.variant1 h5,
.page-header.variant1 h6 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-header.variant1 h1,
  .page-header.variant1 h2,
  .page-header.variant1 h3,
  .page-header.variant1 h4,
  .page-header.variant1 h5,
  .page-header.variant1 h6 {
    color: #545454;
  }
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 15px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.2;
  color: #999999;
}
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 {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.4;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
  z-index: 999;
}
.vbottom {
  vertical-align: bottom !important;
}
.vmiddle {
  vertical-align: middle !important;
}
.vtop {
  vertical-align: top !important;
}
.vbaseline {
  vertical-align: baseline !important;
}
.vtextbottom {
  vertical-align: text-bottom !important;
}
.vtexttop {
  vertical-align: text-top !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@media (max-width: 767px) {
  .affix {
    position: static !important;
  }
}
.no-padding {
  padding: 0;
}
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.no-border-right {
  border-right: none !important;
}
.width100pc {
  width: 100%;
}
.no-background {
  background: none;
}
.z999 {
  position: relative;
  z-index: 999;
}
.sticky {
  position: relative;
  height: 100%;
}
.sticky:before,
.sticky:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sticky:after {
  clear: both;
}
.sticky:before,
.sticky:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sticky:after {
  clear: both;
}
.sticky-bottom,
.sticky-bottom-left,
.sticky-bottom-right,
.sticky-top,
.sticky-top-left,
.sticky-top-right {
  position: absolute;
}
.sticky-bottom {
  bottom: 20px;
}
.sticky-bottom.variant1 {
  bottom: 0;
}
.sticky-bottom-left {
  bottom: 20px;
  left: 20px;
}
.sticky-bottom-left.variant1 {
  bottom: 0;
  left: 0;
}
.sticky-bottom-right {
  bottom: 20px;
  right: 20px;
}
.sticky-bottom-right.variant1 {
  bottom: 0;
  right: 0;
}
.sticky-top {
  top: 20px;
}
.sticky-top.variant1 {
  top: 0;
}
.sticky-top-left {
  top: 20px;
  left: 20px;
}
.sticky-top-left.variant1 {
  top: 0;
  left: 0;
}
.sticky-top-right {
  top: 20px;
  right: 20px;
}
.sticky-top-right.variant1 {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sticky-bottom,
  .sticky-bottom-left,
  .sticky-bottom-right,
  .sticky-top,
  .sticky-top-left,
  .sticky-top-right {
    position: static;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .sticky-bottom.variant1,
  .sticky-bottom-left.variant1,
  .sticky-bottom-right.variant1,
  .sticky-top.variant1,
  .sticky-top-left.variant1,
  .sticky-top-right.variant1 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sticky-bottom,
  .sticky-bottom-left,
  .sticky-bottom-right {
    bottom: auto;
  }
  .sticky-top,
  .sticky-top-left,
  .sticky-top-right {
    top: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
*:focus,
*:active {
  outline: none !important;
}
html,
body {
  height: 100%;
}
figure {
  margin: 0;
}
figure:empty {
  display: none;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
iframe {
  border: none;
}
@media (max-width: 767px) {
  .col-same-height {
    min-height: inherit !important;
  }
}
@media (max-width: 767px) {
  .height-min-height {
    height: inherit !important;
  }
}
.container-wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-transition: margin-left 0.5s ease 0s;
  transition: margin-left 0.5s ease 0s;
}
.wrapper.navbar-responsive-open {
  margin-left: 260px;
}
.top-cookies {
  background-color: #000;
  padding: 10px 0;
}
.top-cookies p {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  color: #aaa;
}
.top-cookies nav {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
.top-cookies a {
  color: #fff;
}
.top-cookies a:hover,
.top-cookies a:focus,
.top-cookies a:active {
  color: #ddd;
}
.main-header {
  background-color: #008893;
  color: #fff;
}
.topbar {
  line-height: 36px;
  background-color: #444;
  color: #fff;
}
.topbar a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 15px;
  color: #fff;
}
.topbar a:hover,
.topbar a:focus,
.topbar a:active {
  color: #bbb;
}
.topbar a.alt {
  margin-right: 0;
  color: #bbb;
  background-color: #393939;
}
.topbar a.alt:hover,
.topbar a.alt:focus,
.topbar a.alt:active {
  background-color: #2c2c2c;
  color: #fff;
}
.topbar a [class^="icon-"],
.topbar a [class*=" icon-"] {
  vertical-align: baseline;
}
.logged-zone {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
@media (max-width: 767px) {
  .brandbar {
    border-bottom: 4px solid #d6d6d6;
  }
}
.brandbar .navbar-search {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  width: calc(100% - 41px);
}
.brandbar .navbar-search label {
  position: absolute;
  top: 46px;
  left: 20px;
  font-size: 16px;
  line-height: 44px;
  color: #93B0B5;
}
.brandbar .navbar-search input {
  background-color: #00747F;
  color: #fff;
  border: none;
  height: 44px;
  padding: 0 50px 0 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 44px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
.brandbar .navbar-search button,
.brandbar .navbar-search a {
  position: absolute;
  top: 46px;
  right: 10px;
  height: 44px;
  width: 44px;
  border: 0;
}
.brandbar .navbar-search a {
  padding-top: 12px;
}
.navbar-nav {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.navbar-nav > li {
  position: relative;
  z-index: 999;
  /*
        &.L1 {
            > ul {
                right:10px;
            }
        }
        */
}
.navbar-nav > li > ul {
  border-radius: 2px;
  display: none !important;
  list-style: none;
  padding-left: 0;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  text-align: left;
  margin-left: 8px;
}
.navbar-nav > li > ul > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.navbar-nav > li > ul > li {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #ededed;
}
.navbar-nav > li > ul > li:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top: none;
}
.navbar-nav > li > ul > li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.navbar-nav > li > ul > li > a {
  display: block;
  background-color: #fff;
  color: #006D9F;
  font-size: 15px;
  padding: 13px 12px;
  white-space: nowrap;
  min-width: 114px;
}
@media (min-width: 1200px) {
  .navbar-nav > li > ul > li > a {
    min-width: 142px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > ul > li > a {
    min-width: 76px;
  }
}
.navbar-nav > li > ul > li > a:hover,
.navbar-nav > li > ul > li > a:focus,
.navbar-nav > li > ul > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-nav > li:hover > ul,
.navbar-nav > li:focus > ul,
.navbar-nav > li:active > ul {
  display: block !important;
}
.nav-rub-responsive li.active {
  display: none !important;
}
.main-aside {
  padding-top: 12px;
  padding-bottom: 12px;
}
.aside-nav {
  padding-left: 0;
  list-style: none;
  border-radius: 3px 0 0 3px;
  background-color: #499EA8;
  overflow: hidden;
  margin-right: -20px;
}
.aside-nav > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.aside-nav ul {
  padding-left: 0;
  list-style: none;
  display: none;
}
.aside-nav ul > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.aside-nav li a {
  display: block;
  font-family: 'frutigerltstdroman';
  color: #fff;
  padding-right: 10px;
}
.aside-nav li.active > ul {
  display: block;
}
.aside-nav > li {
  border-top: 1px solid #499EA8;
}
.aside-nav > li:first-child {
  border-top: none;
}
.aside-nav > li > a {
  font-family: 'frutigerltstdbold', serif;
  font-size: 16px;
  background-color: #008893;
  padding: 12px;
}
.aside-nav > li > a:hover,
.aside-nav > li > a:focus,
.aside-nav > li > a:active {
  background-color: #499EA8;
}
.aside-nav > li.active > a {
  background-color: #499EA8;
}
.aside-nav > li > ul {
  padding-left: 7px;
}
.aside-nav > li > ul > li {
  margin-top: 1px;
}
.aside-nav > li > ul > li:first-child {
  margin-top: 0;
}
.aside-nav > li > ul > li > a {
  font-size: 15px;
  background: url("../Images/icon-arrow-right-white2.svg") no-repeat 7px 10px;
  padding-left: 23px;
  padding-bottom: 6px;
  padding-top: 6px;
  border-radius: 2px 0 0 2px;
}
.no-svg .aside-nav > li > ul > li > a {
  background-image: url("../Images/icon-arrow-right-white2.png");
}
.aside-nav > li > ul > li > a:hover,
.aside-nav > li > ul > li > a:focus,
.aside-nav > li > ul > li > a:active {
  background-color: #008893;
}
.aside-nav > li > ul > li.active > a {
  background-color: #008893;
}
.aside-nav > li > ul > li > ul {
  padding-left: 27px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.aside-nav > li > ul > li > ul > li {
  border-top: 1px solid #008893;
  padding-top: 2px;
  padding-bottom: 2px;
}
.aside-nav > li > ul > li > ul > li:first-child {
  border-top: none;
}
.aside-nav > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-top: 6px;
  border-radius: 2px 0 0 2px;
}
.aside-nav > li > ul > li > ul > li > a:hover,
.aside-nav > li > ul > li > ul > li > a:focus,
.aside-nav > li > ul > li > ul > li > a:active {
  background-color: #008893;
}
.aside-nav > li > ul > li > ul > li.active > a {
  background-color: #008893;
}
.aside-nav > li > ul > li > ul > li > ul {
  padding-left: 21px;
  padding-top: 9px;
  padding-bottom: 3px;
}
.aside-nav > li > ul > li > ul > li > ul > li {
  margin-top: 2px;
}
.aside-nav > li > ul > li > ul > li > ul > li:first-child {
  margin-top: 0;
}
.aside-nav > li > ul > li > ul > li > ul > li > a {
  font-size: 13px;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
  background: url("../Images/icon-arrow-right-white2.svg") no-repeat 0 6px;
}
.no-svg .aside-nav > li > ul > li > ul > li > ul > li > a {
  background-image: url("../Images/icon-arrow-right-white2.png");
}
.aside-nav > li > ul > li > ul > li > ul > li > a:hover,
.aside-nav > li > ul > li > ul > li > ul > li > a:focus,
.aside-nav > li > ul > li > ul > li > ul > li > a:active {
  color: #BEDDE0;
}
.aside-nav > li > ul > li > ul > li > ul > li.active > a {
  color: #BEDDE0;
}
.main-content {
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 15px;
  }
}
.list-articles {
  margin-top: 10px;
}
.header-article,
.footer-article {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-article {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.footer-article {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
@media (max-width: 991px) {
  .footer-article {
    padding-bottom: 5px;
  }
}
.article {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
}
.article a {
  font-weight: 700;
}
.article .btn {
  font-weight: normal;
}
.article time {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'frutigerltstdbold', serif;
  margin-bottom: 10px;
}
.article address {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'frutigerltstdbold', serif;
  margin-bottom: 10px;
}
.article .topic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'frutigerltstdbold', serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .article .topic {
    margin-bottom: 5px;
  }
}
.article header time,
.article header address,
.article header .topic,
.article .panel-heading time,
.article .panel-heading address,
.article .panel-heading .topic {
  color: #93B0B5;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .article header time,
  .article header address,
  .article header .topic,
  .article .panel-heading time,
  .article .panel-heading address,
  .article .panel-heading .topic {
    display: block;
  }
}
.article figure {
  margin-bottom: 15px;
}
.article .fitVids {
  margin-bottom: 25px;
  position: relative;
}
.article .fitVids.big .videoThumbnail:after {
  background-image: url("../Images/icon-play-white.svg");
}
.no-svg .article .fitVids.big .videoThumbnail:after {
  background-image: url("../Images/icon-play-white.png");
}
.article .videoThumbnail {
  width: 100%;
  position: relative;
  display: block;
}
.article .videoThumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  background-image: url("../Images/icon-play-white-small.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.no-svg .article .videoThumbnail:after {
  background-image: url("../Images/icon-play-white-small.png");
}
.no-pointerevents .article .videoThumbnail:after {
  display: none;
}
.article .videoThumbnail:hover:after {
  background-color: transparent;
}
.article .videoThumbnail input {
  width: 100%;
  display: block;
}
.article .videoPlayer object,
.article .videoPlayer embed {
  display: block;
}
.article .videoPlayer figcaption {
  display: none !important;
}
.article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .article table.table-text tbody tr {
    display: block;
    max-width: 100%;
  }
}
.article table.table-text tbody tr th,
.article table.table-text tbody tr td {
  vertical-align: top;
  padding: 0 10px 20px;
}
.article table.table-text tbody tr th.first-cell,
.article table.table-text tbody tr td.first-cell {
  padding-left: 0;
}
.article table.table-text tbody tr th.last-cell,
.article table.table-text tbody tr td.last-cell {
  padding-right: 0;
}
@media (max-width: 991px) {
  .article table.table-text tbody tr th,
  .article table.table-text tbody tr td {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
  }
}
.article table.table-text tbody tr img {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  max-width: inherit;
}
@media (max-width: 991px) {
  .article table.table-text tbody tr img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .article table.table-text tbody {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .article table.table-text {
    display: block;
    max-width: 100%;
  }
}
.article ul {
  list-style: none;
  margin: 5px 0 15px 0;
}
.article ul:before,
.article ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article ul:after {
  clear: both;
}
.article ul:before,
.article ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article ul:after {
  clear: both;
}
@media (max-width: 767px) {
  .article ul {
    padding-left: 5px;
  }
}
.article ul li {
  background: url("../Images/icon-bullet-blue.svg") no-repeat left 6px;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 5px;
}
.no-svg .article ul li {
  background-image: url("../Images/icon-bullet-blue.png");
}
.article ul li ul {
  margin-top: 5px;
  margin-bottom: 0;
}
.article ul li ul li {
  margin-bottom: 2px;
}
.article hr {
  border: none;
  margin: 20px -20px;
  height: 1px;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .article hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.article.small h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .article.small h2.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.item h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .item.first-item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.main-footer {
  background-color: #7A2B77;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 20px;
  }
}
.main-footer ul {
  padding-left: 0;
  list-style: none;
}
.main-footer ul > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .main-footer ul {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .main-footer ul > li {
    width: 50%;
    float: left !important;
  }
}
.main-footer ul > li > a {
  font-family: 'frutigerltstdroman';
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .main-footer ul > li > a {
    border-bottom: none;
    border-left: 1px solid #333333;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #999999;
  }
  .main-footer ul > li > a:hover,
  .main-footer ul > li > a:focus,
  .main-footer ul > li > a:active {
    color: #fff;
  }
}
.main-footer ul > li > a:hover,
.main-footer ul > li > a:focus,
.main-footer ul > li > a:active {
  color: #999999;
}
.main-footer ul > li > ul {
  display: block !important;
}
tr.main-footer ul > li > ul {
  display: table-row !important;
}
th.main-footer ul > li > ul,
td.main-footer ul > li > ul {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .main-footer ul > li > ul {
    display: none !important;
  }
  tr.main-footer ul > li > ul {
    display: none !important;
  }
  th.main-footer ul > li > ul,
  td.main-footer ul > li > ul {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer ul > li > ul.hidden-sm {
    display: none !important;
  }
  tr.main-footer ul > li > ul.hidden-sm {
    display: none !important;
  }
  th.main-footer ul > li > ul.hidden-sm,
  td.main-footer ul > li > ul.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer ul > li > ul.hidden-md {
    display: none !important;
  }
  tr.main-footer ul > li > ul.hidden-md {
    display: none !important;
  }
  th.main-footer ul > li > ul.hidden-md,
  td.main-footer ul > li > ul.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .main-footer ul > li > ul.hidden-lg {
    display: none !important;
  }
  tr.main-footer ul > li > ul.hidden-lg {
    display: none !important;
  }
  th.main-footer ul > li > ul.hidden-lg,
  td.main-footer ul > li > ul.hidden-lg {
    display: none !important;
  }
}
.main-footer ul > li > ul > li {
  margin-top: 6px;
}
.main-footer ul > li > ul > li:first-child {
  margin-top: 0;
}
.main-footer ul > li > ul > li a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}
.main-footer ul > li > ul > li a:hover,
.main-footer ul > li > ul > li a:focus,
.main-footer ul > li > ul > li a:active {
  color: #999999;
}
.copyright {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 20px;
  }
}
.copyright .inner {
  background-color: #008893;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 15px 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
.copyright .inner:before,
.copyright .inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.copyright .inner:after {
  clear: both;
}
.copyright .inner:before,
.copyright .inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.copyright .inner:after {
  clear: both;
}
@media (max-width: 767px) {
  .copyright .inner {
    background-color: #383838;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .copyright .inner .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.copyright a {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .copyright .container {
    padding-left: 0;
    padding-right: 0;
  }
  .copyright .copyright-col {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .copyright .copyright-col:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #222222;
  }
  .copyright .copyright-col:last-child {
    color: #999999;
  }
  .copyright .copyright-col:last-child a {
    color: #bababa;
  }
  .copyright .copyright-col:last-child a:hover,
  .copyright .copyright-col:last-child a:focus,
  .copyright .copyright-col:last-child a:active {
    color: #999999;
  }
}
@media (max-width: 767px) {
  .panel-slideshow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .flexslider {
    min-height: inherit !important;
    height: inherit !important;
  }
}
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .flex-viewport .slides {
  height: 100%;
}
.flexslider .flex-viewport .slides > li {
  height: 100%;
}
.flexslider .flex-viewport .slides > li > a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
.flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 15px 100px 15px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.no-svg .flex-caption {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGCYCQAAngCaYaR2fwAAAABJRU5ErkJggg==') repeat;
}
.flex-caption h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
}
.flex-caption .flex-caption-text,
.flex-caption .flex-caption-text > * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
}
.flex-caption .flex-caption-text a,
.flex-caption .flex-caption-text > * a {
  color: #fff;
  font-weight: 700;
}
.flex-caption .flex-caption-text a:hover,
.flex-caption .flex-caption-text > * a:hover,
.flex-caption .flex-caption-text a:focus,
.flex-caption .flex-caption-text > * a:focus,
.flex-caption .flex-caption-text a:active,
.flex-caption .flex-caption-text > * a:active {
  color: #999999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-direction-nav a {
    top: 30%;
  }
}
@media (min-width: 992px) {
  .flexslider .slides img {
    display: none;
  }
}
@media (max-width: 767px) {
  .flexslider {
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flexslider .slides > li > a,
  .flexslider .slides img {
    border-radius: 0;
  }
  .flex-caption {
    position: static;
    border-radius: 0;
    padding-right: 15px;
  }
  .flex-control-nav {
    bottom: -25px;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .flex-control-paging li a.flex-active {
    background-color: rgba(68, 68, 68, 0.3);
  }
  .flex-direction-nav {
    display: none !important;
  }
}
.share-container-top {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.share-container-top .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.social {
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 0;
  white-space: nowrap;
  display: none;
}
.social-top {
  background-color: #ededed;
  position: absolute;
  top: 45px;
  right: 0;
}
.social-top:before {
  position: absolute;
  top: -9px;
  right: 60px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #ededed;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.social-bottom {
  background-color: #ededed;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.social-bottom:before {
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #ededed;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.social:before {
  display: block;
  content: '';
}
.social .item {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 10px;
}
.social .item:first-child {
  margin-left: 0;
}
.accordion-toggle.btn-default {
  color: #fff;
  background-color: #B9D27F;
  border-color: transparent;
}
.accordion-toggle.btn-default:hover,
.accordion-toggle.btn-default:focus,
.accordion-toggle.btn-default:active,
.accordion-toggle.btn-default.active,
.open .dropdown-toggle.accordion-toggle.btn-default {
  color: #fff;
  background-color: #B9D27F;
}
.accordion-toggle.btn-default:active,
.accordion-toggle.btn-default.active,
.open .dropdown-toggle.accordion-toggle.btn-default {
  background-image: none;
}
.accordion-toggle.btn-default.disabled,
.accordion-toggle.btn-default[disabled],
fieldset[disabled] .accordion-toggle.btn-default,
.accordion-toggle.btn-default.disabled:hover,
.accordion-toggle.btn-default[disabled]:hover,
fieldset[disabled] .accordion-toggle.btn-default:hover,
.accordion-toggle.btn-default.disabled:focus,
.accordion-toggle.btn-default[disabled]:focus,
fieldset[disabled] .accordion-toggle.btn-default:focus,
.accordion-toggle.btn-default.disabled:active,
.accordion-toggle.btn-default[disabled]:active,
fieldset[disabled] .accordion-toggle.btn-default:active,
.accordion-toggle.btn-default.disabled.active,
.accordion-toggle.btn-default[disabled].active,
fieldset[disabled] .accordion-toggle.btn-default.active {
  background-color: #B9D27F;
  border-color: transparent;
}
.accordion-toggle.btn-default.collapsed {
  color: #fff;
  background-color: #92B935;
  border-color: transparent;
}
.accordion-toggle.btn-default.collapsed:hover,
.accordion-toggle.btn-default.collapsed:focus,
.accordion-toggle.btn-default.collapsed:active,
.accordion-toggle.btn-default.collapsed.active,
.open .dropdown-toggle.accordion-toggle.btn-default.collapsed {
  color: #fff;
  background-color: #A6C700;
}
.accordion-toggle.btn-default.collapsed:active,
.accordion-toggle.btn-default.collapsed.active,
.open .dropdown-toggle.accordion-toggle.btn-default.collapsed {
  background-image: none;
}
.accordion-toggle.btn-default.collapsed.disabled,
.accordion-toggle.btn-default.collapsed[disabled],
fieldset[disabled] .accordion-toggle.btn-default.collapsed,
.accordion-toggle.btn-default.collapsed.disabled:hover,
.accordion-toggle.btn-default.collapsed[disabled]:hover,
fieldset[disabled] .accordion-toggle.btn-default.collapsed:hover,
.accordion-toggle.btn-default.collapsed.disabled:focus,
.accordion-toggle.btn-default.collapsed[disabled]:focus,
fieldset[disabled] .accordion-toggle.btn-default.collapsed:focus,
.accordion-toggle.btn-default.collapsed.disabled:active,
.accordion-toggle.btn-default.collapsed[disabled]:active,
fieldset[disabled] .accordion-toggle.btn-default.collapsed:active,
.accordion-toggle.btn-default.collapsed.disabled.active,
.accordion-toggle.btn-default.collapsed[disabled].active,
fieldset[disabled] .accordion-toggle.btn-default.collapsed.active {
  background-color: #92B935;
  border-color: transparent;
}
.accordion-toggle .pull-left {
  display: block;
  margin-right: 20px;
}
.accordion-toggle .pull-right {
  display: block;
  margin-left: 20px;
}
.accordion-toggle .icon-collapsed,
.accordion-toggle .text-collapsed {
  display: none;
}
.accordion-toggle.collapsed .icon-collapsed,
.accordion-toggle.collapsed .text-collapsed {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.accordion-toggle.collapsed .icon-collapse,
.accordion-toggle.collapsed .text-collapse {
  display: none !important;
}
.nav-inline > a {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .nav-inline > a {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .nav-inline > a:first-child {
    margin-top: 0;
  }
}
.nav-inline > a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav-inline > a.btn-default {
    display: block;
  }
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none !important;
}
#world-link,
#europa-link {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
}
.address-map {
  margin-left: -20px;
  margin-top: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 991px) {
  .address-map {
    margin-left: 0;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .address-map {
    margin-bottom: 0;
  }
  .address-map > .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
  .address-map .pull-left,
  .address-map .pull-right {
    margin-bottom: 5px;
    width: 60px;
  }
  .address-map i {
    background: none !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    width: auto;
    height: auto;
  }
}
.address-map address {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .address-map address {
    text-align: left;
  }
}
.address-map address a:hover,
.address-map address a:focus,
.address-map address a:active {
  color: #A5CCDE;
}
@media (max-width: 767px) {
  .address-map address a:hover,
  .address-map address a:focus,
  .address-map address a:active {
    color: #545454;
  }
}
a[href^='tel:'] {
  font-weight: normal;
  color: inherit;
}
@media (max-width: 767px) {
  a[href^='tel:'] {
    font-weight: 700;
  }
}
.asterisk {
  color: #ff0000;
}
@media (max-width: 767px) {
  .btn-submit {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.nbr-results {
  color: #93B0B5;
}
@media (max-width: 767px) {
  .btns-actions {
    padding-top: 5px;
  }
}
.btns-actions-body {
  padding: 15px;
  margin-top: 15px;
  background-color: #ededed;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.btns-actions-body:before {
  display: block;
  content: '';
  position: absolute;
  top: -9px;
  right: 25px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #ededed;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.btns-filters {
  margin-top: 5px;
  margin-bottom: 20px;
}
.list-langs {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.media-container {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  border-radius: 4px;
}
.media-container.calendar-container i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'frutigerltstdbold', serif;
  font-size: 18px;
  line-height: 22px;
  padding-top: 14px;
  color: #fff;
}
.media-container.calendar-container span {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 70px;
}
.media-figure {
  width: 100%;
  text-align: center;
  font-family: 'frutigerltstdbold', serif;
  font-size: 12px;
  color: #fff;
}
.legend {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legend h1,
.legend h2,
.legend h3,
.legend h4,
.legend h5,
.legend h6 {
  font-size: 13px;
  line-height: 1.2;
  color: #93B0B5;
  margin-top: 0;
  margin-bottom: 15px;
}
.list-legend > li,
.article .list-legend > li {
  border-top: 1px solid #d4d4d4;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 16px;
}
.list-legend > li:first-child,
.article .list-legend > li:first-child {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .list-legend > li:first-child,
  .article .list-legend > li:first-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .list-legend:first-child li:first-child,
  .article .list-legend:first-child li:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.land-container {
  padding-bottom: 12px;
  padding-top: 12px;
}
.land {
  border-radius: 6px 0 0 6px;
  position: relative;
  z-index: 999;
  height: 100%;
  z-index: 998;
}
.land.full-radius {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .land {
    border-radius: 6px;
    border: 1px solid #ccc !important;
  }
}
.land h2 {
  line-height: 48px;
}
.land h2 img {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-right: 10px;
}
.land h2 small {
  line-height: 48px;
}
.land h3 {
  clear: both;
  line-height: 20px;
}
.land h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.land address {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .land address .first-item {
    margin-bottom: 15px;
  }
}
.land.with-before:before {
  content: '';
  width: 4px;
  height: 44px;
  background-color: #666;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  top: -44px;
  left: 43px;
  z-index: 1;
}
.aside-land {
  margin-left: -20px;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .aside-land {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -20px;
    background-color: #fff !important;
    position: relative;
    z-index: 999;
  }
}
.pagin {
  text-align: center;
  font-size: 0;
  margin-top: 15px;
}
.pagin li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  color: #545454;
  line-height: 16px;
  margin-left: 1px;
  margin-right: 1px;
}
.pagin li.pagin-text {
  margin-left: 7px;
  margin-right: 7px;
}
.error {
  margin-top: 100px;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .error {
    width: auto;
    margin-top: 20px;
  }
}
.error h1 {
  font-size: 90px;
  line-height: 1.3;
  color: #cfcfcf;
}
@media (max-width: 767px) {
  .error h1 {
    font-size: 60px;
  }
}
.error img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.error p {
  color: #545454;
}
.error nav {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .error nav {
    margin-top: 20px;
  }
}
.navbar-responsive {
  width: 260px;
  background-color: #444;
  color: #fff;
  position: fixed;
  top: 0;
  left: -260px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.55) inset;
}
.navbar-responsive:before,
.navbar-responsive:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-responsive:after {
  clear: both;
}
.navbar-responsive:before,
.navbar-responsive:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-responsive:after {
  clear: both;
}
.navbar-responsive.open {
  left: 0;
}
.navbar-responsive-nav {
  padding-left: 0;
  list-style: none;
}
.navbar-responsive-nav > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.navbar-responsive-nav ul {
  padding-left: 0;
  list-style: none;
  display: none;
}
.navbar-responsive-nav ul > li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.navbar-responsive-nav li a {
  display: block;
  font-family: 'frutigerltstdroman';
  color: #999999;
  padding-right: 10px;
}
.navbar-responsive-nav li.active > ul {
  display: block;
}
.navbar-responsive-nav > li {
  border-top: 1px solid #777;
}
.navbar-responsive-nav > li:first-child {
  border-top: none;
}
.navbar-responsive-nav > li > a {
  font-family: 'frutigerltstdbold', serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 14px;
}
.navbar-responsive-nav > li > a:hover,
.navbar-responsive-nav > li > a:focus,
.navbar-responsive-nav > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul {
  display: block;
}
.navbar-responsive-nav > li > ul > li {
  border-top: 1px solid #555555;
}
.navbar-responsive-nav > li > ul > li:first-child {
  border-top: none;
}
.navbar-responsive-nav > li > ul > li > a {
  font-size: 14px;
  padding: 12px 14px 12px;
}
.navbar-responsive-nav > li > ul > li > a:hover,
.navbar-responsive-nav > li > ul > li > a:focus,
.navbar-responsive-nav > li > ul > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li.active > a {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li.active > a:hover,
.navbar-responsive-nav > li > ul > li.active > a:focus,
.navbar-responsive-nav > li > ul > li.active > a:active {
  color: #fff;
}
.navbar-responsive-nav > li > ul > li.has-child > a {
  background: url("../Images/icon-plus-gray.svg") no-repeat 14px 14px;
  padding-left: 36px;
}
.no-svg .navbar-responsive-nav > li > ul > li.has-child > a {
  background-image: url("../Images/icon-plus-gray.png");
}
.navbar-responsive-nav > li > ul > li.has-child > a:hover,
.navbar-responsive-nav > li > ul > li.has-child > a:focus,
.navbar-responsive-nav > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li.has-child > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li.has-child > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.png");
}
.navbar-responsive-nav > li > ul > li.has-child.active > a {
  background: #333333 url("../Images/icon-less-gray.svg") no-repeat 14px 19px;
}
.no-svg .navbar-responsive-nav > li > ul > li.has-child.active > a {
  background-image: url("../Images/icon-less-gray.png");
}
.navbar-responsive-nav > li > ul > li.has-child.active > a:hover,
.navbar-responsive-nav > li > ul > li.has-child.active > a:focus,
.navbar-responsive-nav > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li.has-child.active > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li.has-child.active > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.png");
}
.navbar-responsive-nav > li > ul > li > ul > li {
  border-top: 1px solid #2b2b2b;
}
.navbar-responsive-nav > li > ul > li > ul > li:first-child {
  border-top: none;
}
.navbar-responsive-nav > li > ul > li > ul > li > a {
  font-size: 14px;
  padding: 12px 14px 12px 37px;
}
.navbar-responsive-nav > li > ul > li > ul > li > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li.active > a {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li.active > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li.active > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li.active > a:active {
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li.has-child > a {
  background: url("../Images/icon-plus-gray.svg") no-repeat 36px 14px;
  padding-left: 59px;
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child > a {
  background-image: url("../Images/icon-plus-gray.png");
}
.navbar-responsive-nav > li > ul > li > ul > li.has-child > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li.has-child > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.png");
}
.navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a {
  background: #333333 url("../Images/icon-less-gray.svg") no-repeat 36px 19px;
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a {
  background-image: url("../Images/icon-less-gray.png");
}
.navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.png");
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li {
  border-top: 1px solid #2b2b2b;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li:first-child {
  border-top: none;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  padding: 12px 14px 12px 60px;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.active > a {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.active > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.active > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.active > a:active {
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a {
  background: url("../Images/icon-plus-gray.svg") no-repeat 59px 14px;
  padding-left: 82px;
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a {
  background-image: url("../Images/icon-plus-gray.png");
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child > a:active {
  background-image: url("../Images/icon-plus-white.png");
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a {
  background: #333333 url("../Images/icon-less-gray.svg") no-repeat 59px 19px;
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a {
  background-image: url("../Images/icon-less-gray.png");
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.svg");
}
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:hover,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:focus,
.no-svg .navbar-responsive-nav > li > ul > li > ul > li > ul > li.has-child.active > a:active {
  background-image: url("../Images/icon-less-white.png");
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li {
  border-top: 1px solid #2b2b2b;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li:first-child {
  border-top: none;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  padding: 12px 14px 12px 82px;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li > a:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li.active > a {
  background: #333333;
}
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li.active > a:hover,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li.active > a:focus,
.navbar-responsive-nav > li > ul > li > ul > li > ul > li > ul > li.active > a:active {
  color: #fff;
}
.navbar-responsive-link {
  display: block;
  font-family: 'frutigerltstditalic';
  font-style: italic;
  color: #fff;
  padding: 12px 14px;
  border-top: 1px solid #555555;
}
.navbar-responsive-link:hover,
.navbar-responsive-link:focus,
.navbar-responsive-link:active {
  background-color: #A6C700;
  color: #fff;
}
.navbar-responsive-search {
  padding: 10px;
  background-color: #333333;
  position: relative;
}
.navbar-responsive-search label {
  position: absolute;
  top: 10px;
  left: 54px;
  font-family: 'frutigerltstdbold', serif;
  font-size: 16px;
  line-height: 36px;
  color: #93B0B5;
  margin-bottom: 0;
}
.navbar-responsive-search input {
  border: none;
  height: 36px;
  padding: 0 20px 0 44px;
  line-height: 44px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar-responsive-search button,
.navbar-responsive-search a {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 36px;
  width: 44px;
  padding-top: 8px;
  border: 0;
}
.highlight {
  background-color: #93B0B5;
  padding: 2px;
  color: #fff;
}
[class*="PageTag"],
[class*="ImageTag"] {
  margin-bottom: 10px;
}
[class*="PageTag"]:last-child,
[class*="ImageTag"]:last-child {
  margin-bottom: 0;
}
[class*="PageTag"] > ul,
[class*="ImageTag"] > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
[class*="PageTag"] > ul > li,
[class*="ImageTag"] > ul > li {
  background: none;
  line-height: inherit;
  margin-bottom: 10px;
  padding-left: 0;
}
[class*="PageTag"] > ul > li:last-child,
[class*="ImageTag"] > ul > li:last-child {
  margin-bottom: 0;
}
[class*="ImageTag"] > ul > li {
  margin-bottom: 0;
}
[class*="ImageTag"] > ul > li .media.variant1 {
  border: none;
  padding: 5px;
}
[class*="ImageTag"] > ul > li .media.variant1:first-child {
  margin-top: 0;
}
[class*="ImageTag"] > ul > li .cboxElement {
  display: block;
  height: 90px;
  padding: 5px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
[class*="ImageTag"] > ul > li .cboxElement img {
  max-height: 100%;
}
.aise-chart {
  background-color: #fff;
  padding: 1px;
  width: 21px;
  height: 85px;
  float: right;
  margin-left: 20px;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.aise-chart-color {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 0 5px 0 5px;
}
.aise-chart-color + .aise-chart-color {
  margin-top: 2px;
}
.aise-chart-color1 {
  background-color: #007577;
}
.aise-chart-color2 {
  background-color: #0074B5;
}
.aise-chart-color3 {
  background-color: #A9C500;
}
.aise-chart-color4 {
  background-color: #7A2B77;
}
