.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.typeahead.dropdown-menu {
  border-color: #dcdcdc;
}

.typeahead.dropdown-menu > .active > a, .typeahead.dropdown-menu > .active > a:hover, .typeahead.dropdown-menu > .active > a:focus {
  background-color: #6482a0;
  background-color: #607d9a;

  background-image: -webkit-linear-gradient(top, #6482a0, #597591);
  background-image: -moz-linear-gradient(top, #6482a0, #597591);
  background-image: -o-linear-gradient(top, #6482a0, #597591);
  background-image: -ms-linear-gradient(top, #6482a0, #597591);
  background-image: linear-gradient(top, #6482a0, #597591);
  -image-background-repeat : repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6482a0', endColorstr='#ff597591', GradientType=0);
}

.typeahead {
  z-index: 31234;
}

.modal {
  width: 700px;
  margin-left: -350px;
}

.modal-body {
  max-height: 450px;
}

.modal-header {
  border-bottom-color: #dcdcdc;
}

.modal-header .close {
  color: #002d64;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal-header .close:hover {
  color: #6482a0;
}

@media print {
  a#logo[href]:after {
    content: none !important;
  }

}

form {
  clear: both;
  margin: 0 0 0px 0;
  float: left;
  width: 100%;
}

.form-contact {
  margin-bottom: 60px;
}

input.hpot {
  display: none;
}

div.input, div.submit, .content form p {
  margin-bottom: 10px;
}

.items-filter div.input, .items-filter div.submit {
  margin-bottom: 20px;
}

label, .formlabel {
  font-weight: bold;
}

.checkbox, .radio {
  font-weight: normal;
}

div.checkbox, div.radio {
  padding: 0;
}

div.input input, div.input select, div.input textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: none !important;
}

div.w50p label, div.w50p .formlabel, div.w50p input, div.w50p select, div.w50p textarea {
  width: 50%;
  min-width: 440px;
}

div.input textarea {
  height: 10em;
}

div.input input, div.input select, form .table input {
  height: 30px;
  line-height: 20px;
}

form .table input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  outline: none !important;
}

form .table label {
  line-height: 30px;
  margin: 0;
}

div.checkbox input, div.radio input {
  width: auto;
  height: auto;
  line-height: normal;
}

div.submit {
  clear: both;
  text-align: left;
  margin-top: 20px;
}

.items-filter div.submit {
  margin-top: 0;
  text-align: right;
}

div.submit .btn-submit {
  color: #fff;
  background-color: #002d64;
  background-image: none;
  text-shadow: none;
  line-height: 30px;
  padding: 0 10px 0 10px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.submit .btn-submit:hover {
  background-color: #6482a0;
}

div.error label, div.error input, div.error select, div.error textarea, td.error input, td.error label {
  color: #891820;
}

div.text.error input, div.error select, div.error textarea, td.error input {
  border-color: #891820;
}

div.formhint {
  line-height: 20px;
  padding: 5px 6px;
  background-color: #d9e0e8;
  border-radius: 4px;
}

input[disabled], select[disabled], textarea[disabled] {
  background-color: #dddddd;
}

@font-face {
  font-family: NettoWebPro;
  src: url("../font/NettoWebPro.eot");
}

@font-face {
  font-family: NettoWebPro;
  src: url("../font/NettoWebPro.woff") format("woff");
}

@font-face {
  font-family: NettoWebPro-Bold;
  src: url("../font/NettoWebPro-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: NettoWebPro-Bold;
  src: url("../font/NettoWebPro-Bold.woff") format("woff");
}

div, p {
  color: #333333;
}

h1, h2, h3, h4, h5, h6, .table th {
  color: #002d64;
}

h1, h2, h3, h4, h5, h6, div, p, a, span, input, select, option, label, ul, ol, li, legend, form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content a {
  font-weight: bold;
  text-decoration: none;
}

.content a p, .content a li, .content a h1, .content a h2, .content a h3, .content a h4, .content a h5, .content a h6, .content a blockquote, .content a span, .content a div {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  font-weight: normal;
}

a:hover, #right li a:hover, #right div a:hover {
  text-decoration: underline;
}

a:hover p, a:hover li, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover span, a:hover div {
  text-decoration: none;
}

.teaser a, .teaser a:hover, .teaser a:focus, .teaser a:active {
  text-decoration: none;
}

.link-normal {
  font-weight: normal;
}

div, p, input, select, option, label, ul, ol, li, #sitemap ul ul a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, .tab-nav li, .accordion h3, #nav-main li, #mediapane .headline, #mediapane .claim, #mediapane li, #mediapane .playstop, #section-title, #right .link-pane a, .bubble p, .bubble blockquote, #right .related-list a, #sitemap ul a {
  font-family: NettoWebPro, sans-serif;
  text-rendering: optimizeLegibility;
}

#mediapane .headline {
  font-size: 46px;
}

#mediapane .claim, #mediapane .headline i, #section-title {
  font-size: 30px;
}

h4, #right .tab-nav li, #right .related-list h6, #right .related-list h6 a, .news-start h4, h3 i, #right h4 i, .bubble cite, .span4 .accordion h3 {
  font-size: 16px;
}

h1, h3, #nav-main li, #nav-main li a, #search-results h2 {
  font-size: 24px;
}

.pagination .listtype div, .social-bar i, .social-channels i, .sociallinks i, .bubble p, .bubble blockquote, #sitemap ul a {
  font-size: 22px;
}

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

.tab-nav li, .tab-buttons button, #right .link-pane a, .span6 .accordion h3, #nav-main li li a, #nav-main li li i, h2, h5, .accordion h3 {
  font-size: 18px;
}

p, th, td, li, #copyright, #right a #right p, #right li, #right table th, #right table td, #right .dates th, .span4 h5, #right h5, .news-start .news-all-link, #breadcrumb, #service-bar a, .items-list .meta, #footer li, #footer p, label, .formlabel, blockquote p, #sitemap ul ul a, .single-slider .slider-nav i, .caption, .search-item p.meta {
  font-size: 14px;
}

.small, sup, sub, .news-meta, .related-list .meta, .contact-division, .social-bar span, .copyright, .news-type {
  font-size: 12px;
}

a {
  color: #002d64;
}

p, li {
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
  margin: 0 0 0.5em 0;
}

h1 {
  clear: both;
  line-height: 1.3em;
  margin-bottom: 5px;
}

#right p, #right h5, #right li, #right td, #right th {
  line-height: 18px;
}

#header {
  height: 180px;
  position: relative;
  z-index: 20;
  overflow: visible;
}

#logo, #logo a, #logo img {
  display: inline-block;
}

#logo {
  position: relative;
  z-index: 20000;
  margin-left: 11px;
}

#logo, #logo a, #logo img {
  width: 270px;
}

.header {
  position: relative;
  margin-top: 65px;
}

#fullsize {
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.4em;
}

.content p, .content table, .content ul, .content ol, .content blockquote {
  margin: 0 0 30px 0;
}

#right .item p, #right table, #right ul, #right ol, .span4 .item p, .span4 table, .span4 ul, .span4 ol {
  margin: 0 0 20px 0;
}

.content ul, .content ol {
  list-style-position: outside;
  margin: 0 0 30px 20px;
}

.content ul {
  list-style-type: square;
}

.content li {
  margin: 0;
}

.content ul ul, .content ul ol, .content ol ol, .content ol ul {
  margin: 0 0 5px 30px;
}

.content ul.typeahead {
  margin: 2px 0 0 0;
  list-style: none;
}

.copyright, .copyright span {
  line-height: 20px;
}

.copyright, .accordion .copyright {
  position: absolute;
  z-index: 10;
  color: #fff;
  color: #666666;
  bottom: 0;
}

.accordion .copyright {
  position: relative;
  margin-top: -35px;
  left: 5px;
  color: #666666;
}

.copyright span {
  display: inline-block;
  min-height: 20px;
  line-height: 18px;
  padding: 1px 10px 1px 10px;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.8);
  background: transparent url(img/px_white85p.png) repeat 0 0;
  text-align: left;
}

#mediapane .copyright {
  margin-top: -25px;
  right: 5px;
  color: #666666;
}

#mediapane .copyright span, .accordion .copyright span {
  background: transparent url(img/px_white85p.png) repeat 0 0;
}

.items-list .copyright, .tab-news-list .copyright {
  display: none;
}

#gallery-download .copyright {
  display: block;
}

.image .caption, .teaser-image .caption, .big-slider .caption {
  padding: 10px 10px 15px 10px;
  text-align: left;
  background-color: #f8f8f8;
}

.content .image {
  position: relative;
  margin: 0 0 40px 0;
}

.content .teaser .image, .content .triple-images .image {
  margin: 0 0 10px 0;
}

blockquote {
  background-color: #d9e0e8;
  padding: 20px 10px 20px 30px;
  text-align: left;
  border: 0;
}

blockquote h1 {
  margin: 0 0 10px 0;
}

h1.headline-single,
h2.headline-single,
h3.headline-single {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

p.summary {
  font-weight: bold;
}

.content table {
  border-collapse: collapse;
}

.content table th, .content table td {
  text-align: right;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.content table tbody th {
  font-weight: normal;
}

.content table tfoot td {
  font-weight: bold;
  color: #002d64;
}

.content table tbody tr:first-child td, .content table tbody tr.seperator td, .content table tbody tr:first-child th, .content table tbody tr.seperator th {
  border-color: #b0b0b0;
}

.content table tbody {
  border-top: 1 solid #002d64;
}

.content .meta {
  margin-bottom: 0px;
}

.infoblock {
  clear: both;
  padding: 20px 10px 20px 30px;
  background-color: #d9e0e8;
  margin: 0 0 30px 0;
}

.infoblock p {
  margin: 0;
  line-height: 2em;
}

a.link-block {
  display: block;
  margin: 0 0 60px 0;

  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.content a.link-block:hover, .content a.link-block:focus, .content a.link-block:active {
  text-decoration: none;
  background-color: #d9e0e8;
}

.content .underline-block, .content .map {
  clear: both;
  margin-bottom: 60px;
}

.content .underline-block h3, .content .map h3 {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

h3.underline {
  border-bottom: 1px solid #b0b0b0;
}

h3.underline i {
  text-decoration: none;
}

.button, .content .button {
  clear: both;
  display: inline-block;
  background-color: transparent;
  color: #002d64;
  padding: 5px 10px;
  margin: 5px 10px 5px 0;
  font-weight: normal;
}

.button:hover, .button:focus, .button:active, .content .button:hover, .content .button:focus, .content .button:active {
  background-color: #6482a0;
  text-decoration: none;
  color: #fff;
}

.hl {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  max-height: 1px;
  font-size: 1px;
  border-bottom: 1px solid #dcdcdc;
}

.centered, .span4 .centered, #right .centered {
  text-align: center;
}

#left table {
  width: 100%;
}

#left iframe {
  margin: 0 0 0 0;
  width: 770px;
  border: 0;
  padding: 0;
  min-height: 434px;
  overflow: hidden;
}

#left .item.twitter iframe {
  width: 100%;
  min-height: 260px;
  height: 260px;
}

#left #google_map {
  border: 0 none;
  margin: 0;
  height: 434px;
  overflow: hidden;
  padding: 0;
  width: 770px;
}


#left .item.socialcloud {
  margin-bottom: 60px;
}

#left .table-dates table th,
#left .table-dates table td {
  text-align: left;
}

#left .table-dates table th {
  font-weight: bold;
}

#left .table-dates table td a {
  font-weight: normal;
}

.tar, .content table th.tar, .content table td.tar {
  text-align: right;
}

.tal, .content table th.tal, .content table td.tal {
  text-align: left;
}

#search {
  float: right;
  width: 270px;
  height: 26px;
  margin: 4px 30px 0 0;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

#search button, #search input {
  height: 24px;
  line-height: 24px;

  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

#search input {
  float: left;
  width: 238px;
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #666666;
  background-color: #fff;
  vertical-align: middle;
}

#search button {
  float: right;
  width: 30px;
  height: 24px;
  margin-top: 0;
  border-left: none;
  background-color: transparent;
  border-left: 1px solid #cccccc;
}

#search button i {
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #002d64;
  display: block;
}

.navigation ul, ul.tab-nav {
  list-style: none;
}

.navigation li, .tab-nav li {
  float: left;
}

.navigation a, .tab-nav a {
  display: block;
}

#service-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  background-color: #f0f0f0;
}

#nav-service, #nav-service ul, #nav-service li, #nav-service a {
  height: 35px;
}

#nav-service {
  float: right;
  width: auto;
}

#nav-service li {
  margin: 0 25px 0 0;
}

#nav-service a {
  text-decoration: none;
  line-height: 35px;
  color: #002d64;
  font-weight: normal;
}

#nav-service a:hover, #nav-service a:focus, #nav-service a:active {
  text-decoration: underline;
}

#nav-main, #nav-main ul, #nav-main li, #nav-main a {
  height: 46px;
}

#nav-main {
  position: absolute;
  bottom: 0;
  z-index: 5000;
}

#nav-main li {
  white-space: nowrap;
}

#nav-main li li {
  white-space: normal;
}

#nav-main ul .icon-angle-right {
  display: none;
}

#nav-main ul ul .icon-angle-right {
  display: inline-block;
}

#mobile-select {
  display: none;
}

#nav-main ul {
  margin: 0;
}

#nav-main li {
  position: relative;
  margin: 0 0 0 20px;
  padding-bottom: 9px;
}

#nav-main li:first-child {
  margin-left: 0;
}

#nav-main li.home {
  margin: 0;
}

#nav-main li.home i {
  width: 1em;
}

#nav-main a {
  padding: 0 10px 0 10px;
  text-decoration: none;
  height: 37px;
  line-height: 37px;
}

#nav-main li.home a {
  padding: 0 10px 0 0;
  margin: 0;
}

#nav-main .open > a, #nav-main a:hover, #nav-main a:focus, #nav-main a:active {
  color: #fff;
  background-color: #6482a0;
}

#nav-main li.open, #nav-main li.active.open, #nav-main li.active.open > a {
  background-color: #6482a0;
}

#nav-main li.open li {
  background-color: transparent;
}

#nav-main li.home a:hover, #nav-main li.home a:focus, #nav-main li.home a:active {
  color: #6482a0;
  background-color: transparent;
}

#nav-main .active > a {
  color: #fff;
  background-color: #002d64;
}

#nav-main ul ul, #nav-main li.open ul ul {
  height: 0px;
  padding: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}

#nav-main li.open ul, #nav-main li.open li.open ul {
  display: inline;
  padding: 20px 0 30px 0;
  min-height: 440px;
  max-height: 470px;
  height: auto;
  overflow: visible;
}

#nav-main li.open li.open ul {
  height: 100%;
}

#nav-main ul ul {
  z-index: 5000;
  position: absolute;
  top: 46px;
  left: -20px;
  width: 640px;
  height: auto;
  background-color: #6482a0;
}

#nav-main li.open ul {
  -webkit-box-shadow: 0 5px 10px #6482a0;
  box-shadow: 0 5px 10px #6482a0;
}

#nav-main .mactive ul, #nav-main li.open ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nav-main ul .layerleft ul {
  left: auto;
  right: 0;
}

#nav-main ul ul, #nav-main ul ul li, #nav-main ul ul a {
  float: left;
}

#nav-main ul ul li, #nav-main ul ul a {
  width: 320px;
  height: auto;
  line-height: 47px;
  height: 45px;
}

#nav-main ul ul li {
  clear: both;
  margin: 0;
  padding: 0;
  position: static;
}

#nav-main ul .active ul a, #nav-main ul ul a {
  color: #fff;
  background-color: transparent;
  margin: 0;
  padding: 0 20px 0 30px;

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

#nav-main ul ul li.open > a, #nav-main ul ul li a:hover, #nav-main ul ul li a:focus, #nav-main ul ul li a:active {
  color: #002d64;
  background-color: #fff;
}

#nav-main ul ul ul {
  top: 0;
  left: 320px;
  width: 320px;
  height: 100%;
  background-color: transparent;
  background-image: none;
}

#nav-main ul ul i {
  float: right;
  line-height: 45px;
}

#nav-main ul.mactive ul li, #nav-main ul.mactive ul a {
  height: auto;
}

#nav-main ul ul li a.mobile-click, #nav-main ul ul li.open a.mobile-click, #nav-main ul ul ul li a.mobile-click {
  background-color: #002d64;
  color: #fff;
}

.close-nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  z-index: 10000;
  text-align: center;
}

.close-nav, .close-nav i {
  line-height: 45px;
  height: 45px;
  width: 45px;
}

.close-nav i {
  display: inline-block;
  text-align: center;
}

#mediapane {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 1600px;
  max-height: 400px;
  overflow: hidden;
}

#media-nav {
  position: absolute;
  left: 50%;
  margin-left: 165px;
  top: 50px;
  width: 420px;
  height: auto;
}

#media-nav ul {
  list-style: none;
  float: right;
  width: auto;
  height: 38px;
}

#media-nav div {
  float: right;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 1px 0 0;
  font-weight: bold;
  color: #002d64;
  background: url(img/px_white85p.png) repeat 0 0;
  text-align: center;
  cursor: pointer;
}

#media-nav div:hover {
  color: #fff;
  background-color: #6482a0;
  background-image: none;
}

#media-nav .playstop {
  float: right;
  margin: 0;
}

#mediapane .items {
  float: left;
  width: 10000%;
  max-height: 400px;
}

#mediapane.mappane .item {
  width: 100%;
}

#mediapane img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

#mediapane .item {
  float: left;
  width: 1%;
}

#mediapane img {
  display: block;
}

#mediapane .content {
  position: absolute;
  top: 89px;
  left: 50%;
  margin-left: 85px;
  width: 500px;
  background: url(img/bg_mediapane_claim.png) no-repeat left bottom;
}

#mediapane .content a {
  display: block;
  padding: 25px 20px 55px 20px;
}

#mediapane .content:hover {
  background-position: -508px bottom;
}

#mediapane .content a:hover, #mediapane .content a:focus, #mediapane .content a:active {
  text-decoration: none;
}

#mediapane .content .headline, #mediapane .content .claim {
  color: #002d64;
  text-align: left;
}

#mediapane .content .headline, #mediapane .headline i {
  line-height: 44px;
}

#mediapane .content .claim {
  margin: 10px 0 0 0;
  line-height: 32px;
}

#mediapane .itemcounter {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 12px;
  text-align: center;
}

#mediapane .itemcounter div {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 2px 0 2px;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}

#mediapane .itemcounter div.active {
  background-color: rgba(0, 45, 100, 1);
}

div.mappane #google_map {
  height: 400px;
}

#content-start {
  margin-top: 20px;
}

.news-start {
  min-height: 397px;
  margin-bottom: 60px;
}

.tabs {
  margin-bottom: 60px;
}

ul.tab-nav, .content ul.tab-nav, #left .tab-nav, #right .tab-nav {
  margin: 0 0 10px 0;
}

.tab-nav, .span6 .tab-nav, .span8 .tab-nav {
  border-bottom: 1px solid #dcdcdc;
}

.tab-nav, .span6 .tab-nav, .span8 .tab-nav {
  height: 35px;
  line-height: 35px;
}

.tab-nav li, .span6 .tab-nav li, .span8 .tab-nav li {
  height: 34px;
  line-height: 34px;
}

.tab-nav li, .span6 .tab-nav li, .span8 .tab-nav li {
  margin: 0 1px 0 0;
  padding: 0 10px 0 10px;
  color: #002d64;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  cursor: pointer;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab-nav li.active, .span6 .tab-nav li.active, .span8 .tab-nav li.active {
  color: #fff;
  background-color: #002d64;
  border-color: #002d64;
}

.tab-nav li:hover, .span6 .tab-nav li:hover, .span8 .tab-nav li:hover {
  color: #fff;
  background-color: #6482a0;
  border-color: #6482a0;
}

.tab-content {
  clear: both;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.news-item {
  margin-bottom: 10px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-item, .news-item a {
  clear: both;
  width: 100%;
  min-height: 96px;
}

.news-item:hover {
  background-color: #d9e0e8;
}

.news-item, .news-item a, .news-image, .news-content, .news-content p, .news-content h4 {
  float: left;
}

.news-content p, .news-content h4 {
  width: 100%;
  padding-right: 20px;
}

.news-image {
  float: left;
  margin-right: 30px;
  width: 170px;
}

.news-content {
  width: 370px;
}

.span8 .news-image {
  width: 270px;
}

.span8 .news-content {
  width: 470px;
}

p.news-type {
  margin: 5px 0 0 0;
  line-height: 1.5em;
}

.news-item h4 {
  margin-top: 5px;
  line-height: 18px;
}

.news-item h4, .news-all-link {
  color: #002d64;
}

.news-all-link {
  clear: both;
  display: block;
  line-height: 34px;
  height: 34px;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #dcdcdc;
}

.news-all-link:hover, .news-all-link:focus, .news-all-link:active {
  text-decoration: underline;
}

.accordion {
  clear: both;
  margin-bottom: 60px;
}

#right .accordion, .span4 .accordion {
  margin-bottom: 40px;
}

.accordion h3 {
  margin: 0;
  padding: 4px 0 4px 55px;
  color: #002d64;
  min-height: 35px;
  line-height: 27px;
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
  cursor: pointer;
  background-color: #fff;
  font-weight: normal;
  position: relative;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion h3:hover {
  color: #fff;
  background-color: #6482a0;
}

.accordion h3 i {
  color: #002d64;
  position: absolute;
  left: 20px;
  top: 8px;
}

.accordion h3:hover i {
  color: #fff;
}

.accordion .active h3 {
  color: #fff;
  background-color: #002d64;
  border-color: #dcdcdc;
}

.accordion .active i {
  color: #fff;
}

.accordion .active .accordion-table i {
  color: #002d64;
}

.accordion .accordion-content {
  height: auto;
  overflow: hidden;
  padding: 0 20px 0 20px;
  padding-top: 10px;
}

.accordion .accordion-content img, .accordion .accordion-content p {
  margin-bottom: 10px;
}

.accordion .accordion-content img {
  display: block;
  width: 100%;
}

.accordion-start {
  min-height: 397px;
}

.accordion-start h3 {
  height: 35px;
  line-height: 35px;
}

.accordion-start .accordion-content {
  height: 292px;
}

.teaser {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 60px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teaser a {
  float: left;
  width: 100%;
}

.teaser .teaser-content a {
  float: none;
  width: auto;
}

.teaser:hover {
  background-color: #d9e0e8;
}

.teaser.video-teaser:hover, .teaser.nolink:hover {
  background-color: transparent;
}

.teaser h3 {
  color: #002d64;
  margin: 0 0 10px 0;
}

.teaser p {
  margin: 0 0 5px 0;
}

.teaser p a {
  cursor: pointer;
}

.teaser-image, .teaser-content {
  float: left;
  width: 370px;
  min-height: 1px;
}

.teaser-content {
  padding: 10px 20px 10px 0;
}

.teaser.plain .teaser-content {
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.teaser .content {
  padding: 10px 20px;
}

.teaser .teaser-image {
  margin-right: 30px;
  position: relative;
}

.teaser.image-right .teaser-image {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.teaser.image-right .teaser-content {
  padding: 10px 0 10px 20px;
}

.teaser-image img, .teaser-image div {
  display: block;
}

teaser-image div {
  width: 100%;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider-nav {
  float: left;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.slider-prev, .slider-next {
  float: left;
  width: 28px;
  height: 28px;
  color: #002d64;
  background-color: transparent;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

#footer .slider-prev, #footer .slider-next {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}

.slider-prev:hover, .slider-next:hover {
  color: #fff;
  background-color: #6482a0;
}

.slider-prev.disabled, .slider-next.disabled {
  color: #666666;
  cursor: default;
}

.slider-prev.disabled:hover, .slider-next.disabled:hover {
  background-color: #dcdcdc;
}

.slider-next {
  margin-left: 1px;
}

.slider .item {
  float: left;

  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.slider .item.outside {
  margin-left: -270px;
}

.slider .items {
  width: 3000px;
}

.span3 .slider .item {
  width: 270px;
}

.teaser-triple {
  margin-right: 40px;
  overflow: hidden;
  width: 770px;
  min-height: 224px;
  max-height: 274px;
  position: relative;
  margin-bottom: 60px;
}

.teaser-triple h3 {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

.teaser-triple .items {
  width: 3000px;
}

.teaser-triple .item {
  width: 230px;
}

.teaser-triple .item, .teaser-triple .item a {
  min-height: 180px;
  max-height: 230px;
}

.teaser-triple .item a {
  display: block;
}

.teaser-triple .item a:hover {
  text-decoration: none;
}

.teaser-triple .item {
  margin-right: 40px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #f0f0f0;
}

.teaser-triple .item:hover {
  background-color: #d9e0e8;
}

.teaser-triple .image, .teaser-triple .content {
  display: block;
  width: 100%;
}

.teaser-triple .image {
  margin-bottom: 0;
}

.teaser-triple .image img {
  display: block;
}

.teaser-triple .content {
  padding: 5px 10px;
}

.teaser-triple .content .meta, .teaser-triple .content p {
  margin: 0 0 5px 0;
}

.teaser-triple .content h3 {
  margin: 0;
  border: none;
}

.content-start {
  margin-top: 20px;
}

#sectionhead {
  height: 90px;
  margin-bottom: 30px;
  padding-top: 10px;
}

#sectionhead.v2 {
  margin-top: 10px;
  margin-bottom: 40px;
}

#sectionhead {
  background-color: #002d64;
}

#section-title {
  color: #fff;
  line-height: 40px;
  margin: 0 0 0 10px;
}

#section-title, #section-title a {
  color: #fff;
}

#breadcrumb {
  list-style: none;
  margin: 5px 0 0 10px;
  float: left;
}

#breadcrumb li {
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}

#breadcrumb i, #breadcrumb a {
  color: #fff;
  display: inline-block;
}

#breadcrumb i.icon-home {
  font-size: 120%;
}

#breadcrumb.breadcrumb-plain {
  background-color: #002d64;
  padding: 0 20px 0 20px;
  height: 35px;
  position: relative;
  margin: -40px 0 0 0;
}

#breadcrumb.breadcrumb-plain i, #breadcrumb.breadcrumb-plain a {
  line-height: 35px;
}

.pagination {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dcdcdc;
  margin: 10px 0 10px 0;
}

#fullsize .pagination:first-child {
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
}

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

.pagination .paging a {
  font-weight: bold;
}

.pagination .paging select {
  margin: 5px 50px 0 50px;
}

#fullsize .pagination:first-child .paging select {
  margin: -15px 50px 0 50px;
}

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

.pagination .listtype div {
  display: inline-block;
  margin-left: 20px;
  color: #6482a0;
  cursor: pointer;
}

.pagination .listtype div.active {
  color: #002d64;
}

.items-filter {
  background-color: #f8f8f8;
  padding: 10px 20px 10px 20px;
  margin-bottom: 40px;
}

.span12.news-content {
  margin-top: 50px;
}

.items-list .item {
  height: 380px;
  margin-bottom: 40px;

  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
}

.items-list .image {
  margin-bottom: 15px;
}

.items-list .content {
  padding: 0 10px 10px 10px;
}

.items-list p {
  display: none;
}

.items-list .meta {
  display: block;
  margin: 5px 0 10px 0;
  font-weight: normal;
}

.items-list h3 {
  line-height: 1.3em;
  color: #002d64;
  margin: 0;
}

.items-list .item:hover {
  background-color: #d9e0e8;
}

.items-list .item:hover a {
  text-decoration: none;
}

.items-list .item.span12 {
  height: auto;
  min-height: 208px;
  margin-bottom: 10px;
}

.items-list .span12 .image, .items-list .span12 .content {
  float: left;
}

.items-list .span12 .image {
  width: 370px;
  margin-bottom: 0;
}

.items-list .span12 .content {
  width: 570px;
  padding: 0 30px 10px 30px;
}

.items-list .span12 p {
  display: block;
  font-weight: normal;
}

.big-slider {
  width: 770px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.big-slider .indicator {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 10px;
  list-style: none;
  z-index: 20;
}

.big-slider .indicator li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-color: #afbed2;
}

.big-slider .indicator li.active {
  background-color: #002d64;
}

.big-slider .prev, .big-slider .next {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  z-index: 20;
  top: 186px;
  font-size: 40px;
  color: #002d64;
  background: url(img/px_white85p.png) repeat 0 0;
  text-align: center;
  cursor: pointer;
}

.big-slider .prev i, .big-slider .next i {
  color: rgba(0, 45, 100, 0.5);
}

.big-slider .prev:hover i, .big-slider .next:hover i {
  display: inline;
  color: #002d64;
}

.big-slider .prev {
  left: 0;
}

.big-slider .next {
  right: 0;
}

.big-slider .items {
  width: 4000%;
}

.big-slider .item {
  float: left;
  width: 770px;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  margin-top: 15px;
}

.big-slider .image {
  text-align: center;
  margin: 0;
}

.big-slider .image img {
  max-height: 433px;
}

.big-slider .caption {
  clear: both;
}

.thumb-slider {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.thumb-slider .indicator {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 10px;
  list-style: none;
  z-index: 2;
}

.thumb-slider .indicator li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-color: #afbed2;
}

.thumb-slider .indicator li.active {
  background-color: #002d64;
}

.thumb-slider .prev, .thumb-slider .next {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 67px;
  font-size: 30px;
  color: #002d64;
  background: url(img/px_white85p.png) repeat 0 0;
  text-align: center;
  cursor: pointer;
}

.thumb-slider .prev i, .thumb-slider .next i {
  color: rgba(0, 45, 100, 0.5);
}

.thumb-slider .prev:hover i, .thumb-slider .next:hover i {
  display: inline;
  color: #002d64;
}

.thumb-slider .prev {
  left: 0;
}

.thumb-slider .next {
  right: 0;
}

.thumb-slider .items {
  width: 4000%;
  height: 152px;
}

.thumb-slider .item {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  margin-top: 15px;
  margin-right: 2px;
}

.thumb-slider .image {
  text-align: center;
  margin: 0;
}

.thumb-slider .image img {
  max-height: 152px;
  width: auto;
  display: inline-block;
}

.triple-images {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.triple-images h3 {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

.triple-images .items {
  width: 100%;
  float: left;
}

.triple-images .item {
  width: 230px;
  float: left;
  margin-left: 40px;
}

.triple-images .item:first-child {
  margin-left: 0;
}

.triple-images .image {
  border: 1px solid #dcdcdc;
}

.content .triple-images p {
  margin: 0;
}

.material-slider {
  max-height: 454px;
}

.material-slider .item {
  max-height: 410px;
}

.material-slider .item img {
  width: 228px;
}

.material-slider .image {
  margin-bottom: 10px;
}

.material-slider .image img {
  border: 1px solid #dcdcdc;
  display: block;
}

.material-slider .image a {
  display: block;
}

.material-slider .item a {
  min-height: inherit;
  max-height: none;
}

.teaser-triple .item a {
  display: inline-block;
}

.material-slider .item {
  background-color: transparent;
}

.material-slider .item p a:hover {
  text-decoration: underline;
}

.material-slider .item p a.button:hover {
  text-decoration: none;
}

.teaser-triple .item:hover {
  background-color: transparent;
}

.span4 .people h4, #right .people h4 {
  border: none;
  margin: 0;
}

.span4 .text.people, #right .text.people {
  margin: 0;
}

.items-list.people-list .item {
  height: 320px;
}

.items-list.people-list .item:hover {
  background-color: inherit;
  cursor: inherit;
}

.items-list.people-list .item a {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.items-list.people-list .item a:hover {
  background-color: #d9e0e8;
}

.people-list .content {
  position: relative;
}

.people-list p {
  display: block;
  margin-bottom: 0;
}

.items-list.board-list .item {
  height: 130px;
}

.items-list.contacts-list .item {
  height: 380px;
  cursor: default;
}

.items-list.contacts-list .item:hover {
  background-color: inherit;
  cursor: inherit;
}

.items-list.contacts-list .item .social-channels {
  margin-top: 0;
}

.items-list.contacts-list .item .social-channels a,
.items-list.contacts-list .item .social-channels i:before {
  cursor: pointer;
}

.contacts-list p {
  display: block;
  margin-bottom: 10px;
}

.contacts-list .item a:hover, .contacts-list .item a:active, .contacts-list .item a:focus {
  text-decoration: underline;
}

.people-teaser, .people-teaser .caption {
  background-color: #f0f0f0;
}

.people-teaser:hover {
  background-color: #f0f0f0;
}

.people-teaser p {
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
}

.people-teaser .teaser-content {
  padding: 0 30px 0 0;
}

.people-teaser .logo {
  margin: 40px 0 40px 0;
  text-align: center;
}

.people-teaser .sociallinks {
  margin: 0 0 10px 0;
}

.people-teaser .sociallinks a {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.content .people-teaser .sociallinks a:hover, .content .people-teaser .sociallinks a:focus, .content .people-teaser .sociallinks a:active {
  text-decoration: none;
}

.table-jobs table {
  width: 100%;
  border-collapse: collapse;
}

.table-jobs tr {
  border: none;
  border-bottom: 1px solid #cccccc;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.table-jobs tr:hover {
  background-color: #d9e0e8;
}

.table-jobs td, .table-jobs th {
  border: none;
  padding: 5px 5px 5px 5px;
}

.table-jobs h3, .table-jobs h4 {
  margin: 0;
}

.table-jobs p {
  margin: 0 0 5px 0;
}

ul.toggle-list {
  clear: both;
  list-style: none;
  margin: 0 0 20px 0;
}

.toggle-list li {
  margin: 0;
  cursor: pointer;
  padding: 10px 20px 5px 20px;

  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border-bottom: 1px solid #cccccc;
}

.toggle-list li:hover {
  background-color: #d9e0e8;
}

.toggle-list h3 {
  margin: 0;
}

.toggle-list h2 {
  padding-left: 30px;
}

.toggle-list i {
  float: left;
  text-align: left;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  color: #002d64;
  line-height: 1.4em;
}

.toggle-list p {
  display: none;
  margin: 0 0 15px 32px;

  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  -ms-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.tab-buttons {
  clear: both;
  margin-bottom: 40px;
}

.tab-buttons button {
  display: inline-block;
  line-height: 1.5em;
  padding: 5px 20px 5px 20px;
  margin: 0;
  border: none;
  background-color: #ededed;
}

.tab-buttons button.active {
  color: #fff;
  background-color: #002d64;
}

.tab-buttons button:hover {
  color: #fff;
  background-color: #6482a0;
}

.search-list .item.span8:hover {
  cursor: inherit;
}

.search-list .item.span8 {
  min-height: inherit;
  height: auto;
  margin-bottom: 20px;
}

.search-list .item.span8 p {
  display: block;
  margin: 0;
}

.search-list .highlight, #search-results .highlight {
  /*	color:  #fff;

    background:  @bmBlue4;

    padding:  0 2px 0 2px;
    */
  font-weight: bold;
}

#search-results h1 {
  margin-bottom: 30px;
}

#search-results h2 {
  border-bottom: 1px solid #b0b0b0;
}

#search-results .pagination {
  clear: both;
  height: auto;
  padding-top: 5px;
}

#search-results div.pagination:nth-child(1) {
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-top: 0;
}

#search-results .pagination:nth-child(1) .paging select {
  margin-top: -15px;
}

#search-results .pagination .paging {
  text-align: right;
}

#search-results .pagination .paging select {
  margin-top: 0;
}

.search-group {
  margin-bottom: 60px;
}

.search-boosted {
  clear: both;
  background-color: #d9e0e8;
  padding: 10px 20px 10px 20px;
  margin-bottom: 40px;
  border-bottom: 0;
}

.search-boosted .link-all
{
  clear: both;
  text-align: center;
}

.search-media .teaser-triple {
  margin-bottom: 30px;
}

.search-item {
  margin-bottom: 30px;
}

.search-item:hover {
  background-color: #d9e0e8;
  cursor: default;
}

.search-item p.meta {
  font-weight: normal;
}

.search-item h3, .search-item a h3 {
  font-weight: bold;
  margin-bottom: 0;
  text-decoration: none;
}

.search-item p {
  margin-bottom: 0;
}

#search-filter .formlabel {
  margin-bottom: 5px;
}

#search-filter .submit {
  margin-top: 0;
  text-align: right;
  margin-bottom: 30px;
}

#search-filter div.checkbox {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #f8f8f8;
}

.galleries-list .item {
  height: 355px;
}

.gallery-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: right;
  height: 40px;
}

.gallery-header .submit {
  float: right;
  margin: 0;
}

.gallery-header span {
  display: inline-block;
  margin-right: 40px;
  text-decoration: underline;
  color: #002d64;
  line-height: 30px;
  cursor: pointer;
}

.gallery-list, .gallery-list .item, .gallery-list .image, .gallery-list .content, .gallery-list img {
  float: left;
  display: inline;
}

.gallery-list {
  width: 100%;
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-align: justify;
}

.gallery-list .item, .items-list.gallery-list .item {
  width: auto;
  height: auto;
  position: relative;
  background-color: #f0f0f0;
  margin: 0 10px 10px 0;
}

.gallery-list .item .image {
  width: auto;
  position: relative;
  margin-bottom: 5px;
}

.gallery-list .image:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.gallery-list .item img {
  max-height: 300px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.gallery-list .copyright {
  position: absolute;
  margin-top: 0;
  bottom: 0px;
}

.gallery-list .selected .image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.gallery-list .content {
  clear: both;
  width: auto;
  height: 70px;
  padding: 0 5px 5px 5px;
  overflow: hidden;
}

.gallery-list .item:hover {
  background-color: inherit;
}

.gallery-list .item p {
  display: inline-block;
  text-align: left;
  padding-right: 25px;
}

.gallery-list .item input {
  display: none;
}

.gallery-list i.zoom {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: -20px 0 0 -20px;
  background-color: transparent;
  display: none;
  text-align: center;
  color: #fff;
  font-size: 36px;
}

.gallery-list .image:hover i.zoom {
  display: inline-block;
  color: #002d64;
}

.gallery-list .button.check, .gallery-list .button.uncheck {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.gallery-list .button.check {
  display: none;
}

.gallery-list .selected .button.check {
  display: inline-block;
}

.gallery-list .selected .button.uncheck {
  display: none;
}

.gallery-list .button.check i, .gallery-list .button.uncheck i {
  color: #002d64;
  display: inline-block;
  line-height: 22px;
  font-size: 15px;
}

#left .link-list, #left .download-list {
  margin-bottom: 60px;
}

#left .download-list h3 {
  border-bottom: 1px solid #b0b0b0;
}

#left .download-list ul {
  list-style: none;
  margin: 0;
}

#left .download-list li {
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 5px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#left .download-list li:hover {
  background-color: #d9e0e8;
}

#left .download-list p {
  margin: 0;
}

#left .download-list a {
  display: block;
  font-weight: bold;
}

#left .download-list a:hover {
  text-decoration: none;
}

#sitemap ul {
  list-style: none;
  margin: 0;
}

#sitemap ul a {
  font-family: NettoWebPro-Bold;
}

#sitemap ul ul a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

#sitemap, #sitemap ul, #sitemap li, #sitemap a {
  float: left;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#sitemap a {
  display: inline-block;
  font-weight: normal;
  line-height: 30px;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #dcdcdc;

  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#sitemap a:hover, #sitemap a:focus, #sitemap a:active {
  text-decoration: none;
  background-color: #d9e0e8;
}

#sitemap a i {
  display: inline-block;
  width: 15px;
  text-align: left;
}

#sitemap ul ul a {
  font-weight: bold;
  padding: 0 0 0 15px;
  background: url(img/bullet.png) no-repeat 5px 13px;
}

#sitemap ul ul ul a {
  font-weight: normal;
  padding: 0 0 0 30px;
  background: url(img/bullet.png) no-repeat 20px 13px;
}

#sitemap ul ul a {
  border: none;
}

#sitemap ul li {
  width: 370px;
  margin: 0 0 40px 30px;
}

#sitemap ul li.clear {
  margin: 0 0 40px 0;
}

#sitemap ul ul li {
  width: 100%;
  clear: both;
  margin: 0;
}

#footer {
  clear: both;
  position: relative;
  min-height: 370px;
  width: 100%;
  background-color: #f0f0f0;
  margin-top: 110px;
  padding-bottom: 10px;
}

#footer a {
  font-weight: bold;
}

#footer p {
  margin: 0 0 0.6em 0;
}

#footer h5 {
  color: #000;
  border-bottom: 1px solid #b0b0b0;
}

#services {
  height: 180px;
  margin: 15px 0 40px 0;
  width: 100%;
}

.footernav ul {
  margin: 0;
  list-style: none;
}

.footernav li {
  clear: both;
  float: none;
  display: block;
}

.footernav a {
  color: #002d64;
}

.footernav li, .footernav a {
  height: 30px;
  line-height: 30px;
}

#divisions {
  margin-bottom: 40px;
}

#divisions h5 {
  text-align: center;
}

.division-line {
  clear: both;
  text-align: center;
}

.division-line a, .division-line img {
  display: inline-block;
}

.division-line a {
  margin: 0 85px 0 0;
  text-align: center;
}

.division-line a:last-child {
  margin: 0;
}

#social a {
  display: inline-block;
  margin-left: 20px;
  font-size: 28px;
  text-decoration: none;
}

#social a:hover, #social a:focus, #social a:active {
  text-decoration: none;
}

#social a:first-child {
  margin-left: 0;
}


#copyright {
  clear: both;
  text-align: center;
  width: 100%;
}

iframe.financial-chart {
  width: 770px;
}

#right iframe
{
  border: 0;
  padding: 0;
}

#right iframe.financial-chart {
  width: 370px;
}

iframe.financial-chart.fc1, iframe.financial-chart.fc2 {
  height: 770px;
}

iframe.financial-chart.fc2.nx_change {
  height: 1800px;
}

iframe.financial-chart.fc3 {
  height: 320px;
}

iframe.financial-chart.fc3.fc_rtl {
  height: 420px;
}

#google_map {
  clear: both;
  width: 100%;
  height: 600px;
}

.division-line img, .people-teaser .logo img {
  max-height: 77px;
}

.division-logo img {
  max-height: 160px;
}

span.nbr {
  white-space: nowrap;
}

.calendar-navigation {
  float: left;
  width: 100%;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 2em;
}

.calendar-navigation h2 {
  text-align: center;
}

.calendar-navigation .calendar-prev, .calendar-navigation .calendar-next {
  max-width: 30%;
}

.calendar-navigation .calendar-prev {
  float: left;
}

.calendar-navigation .calendar-next {
  float: right;
}

.toggle-calendar h4 {
  margin-bottom: 0;
}

.toggle-calendar p {
  margin-left: 0;
}

#left .item.twitter {
  margin-bottom: 40px;
}

#right {
  float: right;
}

#right .item, .span4 .item {
  clear: both;
  margin: 0 0 40px 0px;
}

.span4 h4, #right h4 {
  min-height: 27px;
  line-height: 25px;
  border-bottom: 1px solid #b0b0b0;
  margin: 0 0 10px 0;
}

#right h5, .span4 h5 {
  margin: 0;
  font-weight: bold;
  line-height: 1.2em;
}

#right .text p, .span4 .text p {
  margin: 20px 0 0 0;
}

#right .text p:first-child, .span4 .text p:first-child {
  margin: 0 0 0 0;
}

#right .no-border {
  border-bottom: none;
}

#right .image {
  margin-bottom: 10px;
}

.text img, .item img {
  display: block;
}

.span4 .image.centered img, #right .image.centered img {
  display: inline-block;
}

#right .image-gray {
  padding: 5px 0 10px 0;
  text-align: center;
  background-color: #f0f0f0;
}

#right .image-gray img {
  display: inline;
}

#right li a, #right p a, .span4 li a, .span4 p a {
  font-weight: bold;
}

#right .filesize, .span4 .filesize {
  font-weight: normal;
}

.span4 .contact-division, #right .contact-division {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

.image2c .image, .image2c .content {
  width: 170px;
  float: left;
}

.image2c .image {
  margin-right: 30px;
}

#right .link-list, #left .link-list ul {
  list-style: none;
  margin: 0 0 0 0;
}

#right .link-list li, #left .link-list li {
  line-height: 1.6em;
  border-bottom: 1px solid #cccccc;

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

#right .link-list li a, #left .link-list li a {
  display: block;
  padding: 5px 0 5px 0;
}

#right .link-list li:hover, #left .link-list li:hover {
  background-color: #d9e0e8;
}

#right .tabs {
  margin: 0;
}

#right .tab-nav {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
}

#right .tab-nav {
  height: 35px;
  line-height: 35px;
}

#right .tab-nav li {
  height: 34px;
  line-height: 34px;
}

#right .tab-nav li {
  margin: 0 1px 0 0;
  padding: 0 20px 0 20px;
  color: #002d64;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  cursor: pointer;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#right .tab-nav li.active {
  color: #fff;
  background-color: #002d64;
  border-color: #002d64;
}

#right .tab-nav li:hover {
  color: #fff;
  background-color: #6482a0;
  border-color: #6482a0;
}

#right .tab-content {
  clear: both;
  border-top: none;
}

#right .borderless .tab-content {
  border: none;
  margin-top: 10px;
}

#right .tab-pane {
  display: block;
}

#right table {
  width: 100%;
  border-collapse: collapse;
}

#right tr {
  border: none;
  border-bottom: 1px solid #cccccc;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#right tr:hover {
  background-color: #d9e0e8;
}

#right td, #right th {
  text-align: left;
  border: none;
}

#right .dates th {
  font-weight: bold;
}

#right .link-pane {
  min-height: 40px;
}

#right .link-pane a, #right .link-pane a span {
  line-height: 30px;
}

#right .link-pane a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 10px;
}

#right .link-pane a span {
  display: inline-block;
}

#right .lp-blue a {
  background-color: #002d64;
}

#right .lp-blue a:hover {
  background-color: #6482a0;
}

#right .lp-blue4 a {
  background-color: #6482a0;
}

#right .lp-blue4 a:hover {
  color: #002d64;
  background-color: #d9e0e8;
}

#right .lp-red a {
  background-color: #891820;
}

#right .lp-red a:hover {
  background-color: #6482a0;
}

.social-bar {
  float: left;
  width: 100%;
  padding: 0 0 9px 0;
  line-height: 1.5em;
  border-bottom: 1px solid #dcdcdc;
}

#right .item.social-bar {
  margin-bottom: 20px;
}

.recommend {
  float: left;
}

.print {
  float: right;
  margin-right: 20px;
}

.social-bar span, .social-bar a {
  display: inline-block;
}

.social-bar a {
  margin-left: 5px;
  cursor: pointer;
}

#right .social-bar a:hover,
#right div .social-bar a:hover,
.social-bar a:hover {
  text-decoration: none;
}

.social-bar i, .social-bar a {
  color: #002d64;
  cursor: pointer;
}

.social-bar i:before {
  cursor: pointer;
}

.social-bar i:hover,
.social-bar a:hover {
  color: #8ca0b9;
}

.social-channels {
  margin: 20px 0 0 0;
  padding-bottom: 10px;
}

.social-channels a {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

#right .social-channels a:hover, #right .social-channels a:focus, #right .social-channels a:active, .span4 .social-channels a:hover, .span4 .social-channels a:focus, .span4 .social-channels a:active {
  text-decoration: none;
  cursor: pointer;
}

.bubble {
  padding: 10px 20px 50px 20px;
}

.bubble h4, .bubble p, .bubble a {
  color: #fff;
}

#right .bubble h4 {
  height: auto;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
}

#right .bubble p, #right .bubble blockquote {
  line-height: 1.5em;
  margin: 0;
}

.bubble-red {
  background: url(img/bubble_red4.png) no-repeat left bottom;
}

.bubble-blue {
  background: url(img/bubble_blue.png) no-repeat left bottom;
}

.bubble-blue4 {
  background: url(img/bubble_blue4.png) no-repeat left bottom;
}

.bubble blockquote {
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.bubble cite {
  margin-top: 10px;
  display: block;
  text-align: right;
  color: #fff;
}

#right .related-list ul, #left .related-list ul {
  list-style: none;
  margin: 0;
}

#right .related-list li, #left .related-list li {
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 5px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#right .related-list li:hover, #left .related-list li:hover {
  background-color: #d9e0e8;
}

#right .related-list .meta, #left .related-list .meta {
  line-height: 16px;
  margin-bottom: 5px;
}

#right .related-list h6, #left .related-list h6 {
  margin: 0;
}

#right .related-list a, #left .related-list a {
  display: block;
  font-weight: normal;
}

#right .related-list a:hover, #left .related-list a:hover {
  text-decoration: none;
}

.single-slider h4 {
  padding-right: 50px;
}

.single-slider .slider-prev, .single-slider .slider-next {
  width: 24px;
  height: 24px;
  line-height: 22px;
}

.single-slider .items {
  float: left;
  width: 2000%;
}

#right .single-slider .item, .span4 .single-slider .item {
  clear: none;
  float: left;
  width: 5%;

  -webkit-transition: margin-left 0.4s ease;
  -moz-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  -ms-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
  margin: 0;
}

#right .single-slider .item.outside, .span4 .single-slider .item.outside {
  margin-left: -5%;
}

.contact .image {
  width: 100%;
  background-color: #f0f0f0;
  text-align: left;
  margin: 0 0 10px 0;
}

.contact .image img {
  display: inline-block;
  height: 120px;
}

.contact .content {
  clear: both;
}

.division-logo .image {
  text-align: center;
}

.division-logo img {
  display: inline-block;
}

@media (min-width: 1600px) {
  #mediapane {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (min-width: 980px) and (max-width: 1199px) {
  #media-nav, #mediapane .content {
    margin-left: 50px;
  }

  #mediapane .content a {
    padding: 13px 20px 50px 20px;
  }

  #media-nav {
    top: 5px;
    left: 43%;
    margin-left: 130px;
  }

  #mediapane .content {
    top: 44px;
    left: 43%;
  }

  #mediapane {
    max-height: 300px;
  }

  div.mappane #google_map {
    height: 362px;
  }

  #breadcrumb.breadcrumb-plain {
    margin-top: -35px;
  }

  #mediapane .headline {
    font-size: 41px;
  }

  #mediapane .claim, #mediapane .headline i, #section-title {
    font-size: 27px;
  }

  h1, h3, #right .link-pane a, #nav-main li, #nav-main li a, #search-results h2 {
    font-size: 19px;
  }

  .pagination .listtype div, .social-bar i, .social-channels i, .sociallinks i, #right .bubble p, #right .bubble blockquote, #sitemap ul a {
    font-size: 20px;
  }

  .tab-nav li, .tab-buttons button, .span6 .accordion h3, #nav-main li li a, #nav-main li li i, .span4 h4, #right h4, h5, .accordion h3 {
    font-size: 17px;
  }

  h4, #right h4 a, h2, #right .tab-nav li, #right .related-list h6, #right .related-list h6 a, .news-start h4, .bubble cite, .span4 .accordion h3 {
    font-size: 15px;
  }

  p, th, td, li, #right a, #right p, #right li, #right table th, #right table td, #right .dates th, .span4 h5, #right h5, .news-start .news-all-link, #breadcrumb, .items-list .meta, #footer li, #footer p, label, .formlabel, blockquote p, #sitemap ul ul a, .caption {
    font-size: 13px;
  }

  #service-bar a, #copyright {
    font-size: 12px;
  }

  .small, sup, sub, .news-meta, .related-list .meta, .contact-division, .social-bar span, .teaser-triple .meta, .news-type, .copyright {
    font-size: 11px;
  }

  #nav-main li {
    margin: 0 0 0 15px;
  }

  #nav-main li.open ul, #nav-main li.open li.open ul {
    padding: 20px 0 20px 0;
    min-height: 420px;
    max-height: 460px;
  }

  #nav-main ul ul {
    top: 46px;
    left: -30px;
    width: 560px;
  }

  #nav-main li.open ul {
    -webkit-box-shadow: 0 5px 15px #6482a0;
    box-shadow: 0 5px 15px #6482a0;
  }

  #nav-main ul ul li, #nav-main ul ul a {
    width: 280px;
    line-height: 45px;
  }

  #nav-main ul .active ul a, #nav-main ul ul a {
    padding: 0 20px 0 40px;
  }

  #nav-main ul ul ul {
    left: 280px;
    width: 280px;
  }

  #search {
    margin-right: 20px;
  }

  #sectionhead {
    margin-bottom: 30px;
  }

  a.link-block, .content .underline-block, .tabs, .accordion, .teaser, .teaser-triple, .thumb-slider, .triple-images, #left .link-list, #left .download-list, .form-contact, .search-group, #left .item.socialcloud {
    margin-bottom: 40px;
  }

  .news-start .news-image, .news-start .news-content {
    width: 215px;
  }

  .news-start .news-image {
    margin-right: 30px;
  }

  .news-type {
    margin: 0;
    line-height: 15px;
  }

  .span8 .news-image {
    width: 220px;
    margin-right: 20px;
  }

  .span8 .news-content {
    width: 380px;
  }

  .accordion-start {
    height: 472px;
  }

  .accordion-start .active .accordion-content {
    height: 367px;
    padding-top: 20px;
  }

  .teaser-image, .teaser-content {
    width: 295px;
  }

  .teaser-content {
    padding: 5px 10px 5px 0;
  }

  .teaser.image-right .teaser-content {
    padding: 5px 0 5px 10px;
  }

  .slider-prev, .slider-next {
    width: 25px;
    height: 25px;
    line-height: 27px;
  }

  .teaser-triple {
    width: 620px;
  }

  .teaser-triple .item, .triple-images .item {
    width: 190px;
  }

  .material-slider .item img {
    width: 188px;
  }

  .teaser-triple .item.outside {
    margin-left: -215px;
  }

  .teaser-triple .item {
    margin-right: 25px;
  }

  .triple-images .item {
    margin-left: 25px;
  }

  #footer {
    height: auto;
  }

  .division-line img {
    height: 60px;
  }

  .items-list .item {
    height: 320px;
    margin-bottom: 20px;
  }

  .items-list.people-list .item {
    height: 280px;
  }

  .items-list.board-list .item {
    height: 130px;
  }

  .items-list.contacts-list .item {
    height: 320px;
  }

  .galleries-list .item {
    height: 295px;
  }

  .people-teaser .logo {
    margin: 20px 0 20px 0;
  }

  .span3 .slider .item {
    width: 220px;
  }

  .span4 .slider .item {
    width: 300px;
  }

  .big-slider {
    max-height: 430px;
  }

  .big-slider, .big-slider .item {
    width: 620px;
  }

  .big-slider .prev, .big-slider .next {
    top: 149px;
  }

  .big-slider .image img {
    max-height: 349px;
  }

  #sitemap ul li {
    width: 300px;
    margin: 0 0 40px 20px;
  }

  .items-filter div.input {
    margin-bottom: 10px;
  }

  .items-filter div.submit {
    margin-bottom: 0;
  }

  #left iframe {
    width: 620px;
  }

  #left #google_map {
    width: 620px;
  }

  #right .item, .span4 .item {
    clear: both;
    margin: 0 0 30px 0px;
  }

  #right .text p, .span4 .text p {
    margin: 10px 0 0 0;
  }

  #right .tab-nav li {
    padding: 0 10px 0 10px;
  }

  #right .tab-nav {
    height: 35px;
    line-height: 35px;
  }

  #right .tab-nav li {
    height: 34px;
    line-height: 34px;
  }

  .image2c .image, .image2c .content {
    width: 140px;
    float: left;
  }

  .image2c .image {
    margin-right: 20px;
  }

  .list-right .contact .image {
    display: none;
  }

  #footer {
    margin-top: 40px;
  }

  iframe.financial-chart {
    width: 720px;
  }

  #right iframe.financial-chart {
    width: 300px;
  }

  iframe.financial-chart.fc1 {
    height: 1290px;
  }

  iframe.financial-chart.fc2 {
    height: 1270px;
  }

  iframe.financial-chart.fc2.nx_change {
    height: 1800px;
  }

  iframe.financial-chart.fc3 {
    height: 320px;
  }

  iframe.financial-chart.fc3.fc_rtl {
    height: 420px;
  }

  #google_map {
    height: 500px;
  }

  .hidden-s2 {
    display: none;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  #mediapane {
    max-height: 245px;
  }

  div.mappane #google_map {
    height: 307px;
  }

  #breadcrumb.breadcrumb-plain {
    margin-top: -35px;
  }

  #media-nav, #mediapane .content {
    margin-left: 22px;
    left: 43%;
  }

  #media-nav {
    top: 5px;
    width: 320px;
    margin-left: 102px;
  }

  #media-nav div {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 33px;
  }

  #mediapane .content {
    top: 36px;
    width: 400px;
  }

  #mediapane .content a {
    padding: 5px 15px 50px 15px;
  }

  #mediapane .content .headline {
    line-height: 35px;
  }

  #mediapane .content .claim {
    line-height: 25px;
    margin-top: 0;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  #mediapane .headline {
    font-size: 30px;
  }

  #mediapane .claim, #mediapane .headline i, #section-title {
    font-size: 20px;
  }

  h1, h3, #right .link-pane a, #nav-main li, #nav-main li a, #search-results h2 {
    font-size: 19px;
  }

  .pagination .listtype div, .social-bar i, .social-channels i, .sociallinks i, #right .bubble p, #right .bubble blockquote, #sitemap ul a {
    font-size: 18px;
  }

  .tab-nav li, .tab-buttons button, .span6 .accordion h3, #nav-main li li a, #nav-main li li i, .span4 h4, #right h4, #right h4 a, h5, .accordion h3, .items-list h3 {
    font-size: 16px;
  }

  h4, h2, #right .tab-nav li, #right .related-list h6, #right .related-list h6 a, .news-start h4, .bubble cite, .span4 .accordion h3 {
    font-size: 15px;
  }

  p, th, td, li, .news-start .news-all-link, #breadcrumb, .items-list .meta, label, .formlabel, blockquote p, #sitemap ul ul a {
    font-size: 13px;
  }

  #service-bar a, #right a, #right p, #right li, #right table th, #right table td, #right .dates th, .span4 h5, #right h5, #footer li, #footer p, #copyright, .caption {
    font-size: 12px;
  }

  .small, sup, sub, .news-meta, .related-list .meta, .contact-division, .social-bar span, .teaser-triple .meta, .news-type, .copyright {
    font-size: 11px;
  }

  #nav-main li, #nav-main li a {
    font-size: 15px;
  }

  #nav-main li {
    margin: 0 0 0 5px;
  }

  #nav-main li.open ul, #nav-main li.open li.open ul {
    padding: 10px 0 20px 0;
    min-height: 320px;
    max-height: 500px;
  }

  #nav-main, #nav-main ul, #nav-main li {
    height: 41px;
  }

  #nav-main a {
    height: 32px;
    line-height: 32px;
  }

  #nav-main ul ul {
    top: 41px;
    left: -30px;
    width: 500px;
  }

  #nav-main li.open ul {
    -webkit-box-shadow: 0 5px 15px #6482a0;
    box-shadow: 0 5px 15px #6482a0;
  }

  #nav-main ul ul li, #nav-main ul ul a {
    width: 250px;
    line-height: 35px;
    height: 35px;
  }

  #nav-main ul ul i {
    line-height: 35px;
  }

  #nav-main ul .active ul a, #nav-main ul ul a {
    padding: 0 20px 0 40px;
  }

  #nav-main ul ul ul {
    left: 250px;
    width: 250px;
  }

  a.link-block, .content .underline-block, .tabs, .accordion, .teaser, .teaser-triple, .thumb-slider, .triple-images, #left .link-list, #left .download-list, .form-contact, .search-group {
    margin-bottom: 40px;
  }

  #search {
    margin-right: 20px;
  }

  .news-start {
    height: auto;
    min-height: 463px;
  }

  .news-start .news-item {
    height: auto;
    min-height: 118px;
  }

  .news-start .news-image, .news-start .news-content {
    width: 166px;
  }

  .news-start .news-image {
    margin-right: 20px;
  }

  .news-type {
    margin: 0;
    line-height: 15px;
  }

  .span8 .news-image {
    width: 166px;
    margin-right: 10px;
  }

  .span8 .news-content {
    width: 300px;
  }

  .news-start p.news-type, .span8 .news-content p.news-type {
    margin: 0;
  }

  .accordion-start {
    height: 463px;
  }

  .accordion-start .active .accordion-content {
    height: 358px;
    padding-top: 20px;
  }

  .teaser-image, .teaser-content {
    width: 228px;
  }

  .teaser .teaser-image {
    margin-right: 20px;
  }

  .teaser.image-right .teaser-image {
    margin-left: 20px;
  }

  .teaser-content {
    padding: 0px 10px 5px 0;
  }

  .teaser.image-right .teaser-content {
    padding: 0px 0 5px 2px;
  }

  .slider-prev, .slider-next {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .big-slider {
    max-height: 330px;
  }

  .big-slider, .big-slider .item {
    width: 476px;
  }

  .big-slider .prev, .big-slider .next {
    top: 109px;
  }

  .big-slider .item img {
    max-height: 268px;
  }

  .teaser-triple {
    width: 476px;
  }

  .teaser-triple .item, .triple-images .item {
    width: 150px;
  }

  .material-slider .item img {
    width: 148px;
  }

  .teaser-triple .item.outside {
    margin-left: -163px;
  }

  .teaser-triple .item {
    margin-right: 13px;
  }

  .triple-images .item {
    margin-left: 13px;
  }

  .items-list .item {
    height: 300px;
    margin-bottom: 20px;
  }

  .pagination .paging select, .pagination:first-child .paging select, #fullsize .pagination .paging select, #fullsize .pagination:first-child .paging select {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .pagination .paging select {
    text-align: center;
  }

  .pagination .paging a {
    float: right;
  }

  .pagination .paging a:first-child {
    float: left;
  }

  .items-list .span12 .image {
    width: 300px;
  }

  .items-list .span12 .content {
    width: 390px;
  }

  .items-list.board-list .image {
    margin-bottom: 5px;
  }

  .items-list.board-list .item {
    height: 240px;
  }

  .items-list.contacts-list .image {
    margin-bottom: 5px;
  }

  .people-teaser .teaser-content {
    padding: 0 20px 0 0;
  }

  .people-teaser .logo {
    margin: 10px 0 10px 0;
  }

  .items-list.people-list .item {
    height: 250px;
  }

  .items-list.board-list .item {
    height: 160px;
  }

  .items-list.contacts-list .item {
    height: 280px;
  }

  .galleries-list .item {
    height: 245px;
  }

  #sitemap ul li {
    width: 228px;
    margin: 0 0 40px 20px;
  }

  #left iframe {
    width: 476px;
  }

  #left #google_map {
    width: 476px;
  }

  #footer {
    height: auto;
    margin-top: 40px;
  }

  .division-line img {
    height: 60px;
  }

  .footernav li, .footernav a {
    height: auto;
    line-height: 2em;
  }

  .division-line a {
    margin: 0 50px 0 0;
  }

  #social a {
    margin-left: 7px;
  }

  .span3 .slider .item {
    width: 166px;
  }

  .span4 .slider .item {
    width: 228px;
  }

  .items-filter div.input {
    margin-bottom: 10px;
  }

  .items-filter div.submit {
    margin-bottom: 0;
  }

  #right .item, .span4 .item {
    clear: both;
    margin: 0 0 30px 0px;
  }

  #right .text p, .span4 .text p {
    margin: 10px 0 0 0;
  }

  #right .tab-nav li {
    padding: 0 5px 0 5px;
  }

  #right .tab-nav {
    height: 30px;
    line-height: 30px;
  }

  #right .tab-nav li {
    height: 29px;
    line-height: 29px;
  }

  .social-bar {
    height: auto;
  }

  .social-bar .print {
    float: left;
  }

  .image2c .image {
    display: none;
  }

  .image2c .content {
    width: 100%;
    float: none;
  }

  .image2c .image {
    margin-right: 10px;
  }

  .list-right .contact .image {
    display: none;
  }

  iframe.financial-chart {
    width: 476px;
  }

  #right iframe.financial-chart {
    width: 228px;
  }

  iframe.financial-chart.fc1 {
    height: 1290px;
  }

  iframe.financial-chart.fc2 {
    height: 1270px;
  }

  iframe.financial-chart.fc2.nx_change {
    height: 1800px;
  }

  iframe.financial-chart.fc3 {
    height: 320px;
  }

  iframe.financial-chart.fc3.fc_rtl {
    height: 420px;
  }

  #google_map {
    height: 400px;
  }

  .division-line img, .people-teaser .logo img {
    max-height: 60px;
  }

  .division-logo img {
    max-height: 120px;
  }

  #left .item.twitter {
    margin-bottom: 30px;
  }

  .hidden-s3 {
    display: none;
  }

}

@media (max-width: 767px) {
  #mediapane {
    top: 0;
    max-height: 300px;
  }

  #mediapane .items {
    width: 100%;
  }

  div.mappane #google_map {
    height: 300px;
  }

  #breadcrumb.breadcrumb-plain {
    margin-top: -35px;
  }

  #media-nav {
    float: left;
    top: 1px;
    right: 1px;
    left: auto;
    margin-left: 0;
  }

  #mediapane .item, #mediapane img {
    width: 100%;
    height: auto;
  }

  #mediapane img {
    position: relative;
  }

  #mediapane .content {
    clear: both;
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    background-color: #f0f0f0;
    background-image: none;
    min-height: 40px;
  }

  #mediapane .content a {
    padding: 0 0;
  }

  #mediapane .content .headline, #mediapane .content .claim {
    color: #002d64;
  }

  #mediapane .content .headline, #mediapane .content .headline i {
    line-height: 1.3em;
  }

  #mediapane .content .claim {
    line-height: 1.2em;
    margin-top: 0;
  }

  #mediapane.mappane, .content .map div {
    width: auto;
    margin-right: 30px;
  }

  #content-start {
    clear: both;
    margin-top: 20px;
  }

  #mediapane.mediahome {
    display: none;
  }

}

@media (max-width: 767px) {
  #section-title {
    font-size: 20px;
  }

  h1, h3, #right .link-pane a, #nav-main li, #nav-main li a, #mediapane .headline, #search-results h2 {
    font-size: 19px;
  }

  .pagination .listtype div, .social-bar i, .social-channels i, .sociallinks i, #right .bubble p, #right .bubble blockquote, #sitemap ul a {
    font-size: 18px;
  }

  .tab-nav li, .tab-buttons button, .span6 .accordion h3, #nav-main li li a, #nav-main li li i, .span4 h4, #right h4, #right h4 a, h5, .accordion h3 {
    font-size: 16px;
  }

  h4, h2, #right .tab-nav li, #right .related-list h6, #right .related-list h6 a, .news-start h4, .bubble cite, .span4 .accordion h3 {
    font-size: 15px;
  }

  p, th, td, li, #right a, #right p, #right li, #right table th, #right table td, #right .dates th, .span4 h5, #right h5, .news-start .news-all-link, #breadcrumb, #service-bar a, .items-list .meta, #footer li, #footer p, label, .formlabel, blockquote p, #sitemap ul ul a, .caption, #mediapane .claim, #mediapane .headline i {
    font-size: 14px;
  }

  #copyright, .pagination .count, .pagination .paging a {
    font-size: 12px;
  }

  .small, sup, sub, .copyright, .news-meta, .related-list .meta, .contact-division, .social-bar span, .teaser-triple .meta, .news-type {
    font-size: 11px;
  }

  body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image img {
    display: block;
    width: 100%;
  }

  .division-logo .image img {
    display: inline-block;
    width: auto;
  }

  #header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
  }

  #service-bar {
    background-color: transparent;
  }

  #service-bar, #nav-service, #nav-service ul, #nav-service li, #nav-service a {
    height: 35px;
  }

  #nav-service {
    float: left;
    margin-left: 10px;
  }

  #nav-service ul {
    margin-left: 0;
  }

  #nav-service a {
    color: #b3b3b3;
    line-height: 35px;
  }

  #nav-service .active a {
    border: none;
  }

  .header {
    margin-top: 91px;
  }

  #search {
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 50px;
  }

  #search input {
    line-height: 1.2em;
  }

  #nav-main {
    top: 91px;
    bottom: auto;
    right: auto;
    left: 0;
    width: 100%;
  }

  #mobile-select {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #002d64;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
  }

  #nav-main ul .icon-angle-right, #nav-main ul .icon-angle-down {
    display: inline-block;
    float: right;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }

  #nav-main ul {
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #002d64;
    z-index: 100;

    -webkit-transition: max-height 1s linear;
    -moz-transition: max-height 1s linear;
    -o-transition: max-height 1s linear;
    -ms-transition: max-height 1s linear;
    transition: max-height 1s linear;
  }

  #nav-main ul.navlevel-1.mactive {
    padding-bottom: 20px;
    border-top: 1px solid #002d64;
  }

  #nav-main ul.mactive, #nav-main li.mactive > ul, #nav-main li.mactive li.mactive > ul {
    height: auto;
    max-height: 2000px;
  }

  #nav-main ul, #nav-main ul ul, #nav-main ul ul ul, #nav-main li, #nav-main li li, #nav-main li li li, #nav-main ul ul li, #nav-main ul ul a {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #nav-main ul ul, #nav-main ul ul ul {
    background-image: none;
    position: relative;
    left: auto;
    top: auto;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  #nav-main ul ul a, #nav-main ul .active ul a {
    padding: 0 20px 0 40px;
  }

  #nav-main ul ul ul a, #nav-main ul .active ul ul a {
    padding: 0 20px 0 60px;
  }

  #nav-main li, #nav-main li.home {
    height: auto;
    padding: 0;
    margin: 0;
  }

  #nav-main li, #nav-main li a {
    min-height: 40px;
    line-height: 45px;
  }

  #nav-main li a, #nav-main li.home a {
    color: #fff;
    padding: 0 20px 0 20px;
    margin: 0;
    display: block;
  }

  #nav-main li a:hover, #nav-main li a:focus, #nav-main li.mactive li a:hover, #nav-main li.mactive li a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
  }

  #nav-main li.active a {
    color: #fff;
  }

  #nav-main ul ul, #nav-main ul.open ul {
    display: none;
  }

  #nav-main li.mactive ul {
    display: block;
    background-color: #002d64;
  }

  #nav-main li.mactive > a, #nav-main li.mactive:hover > a, #nav-main li.mactive li.mactive > a, #nav-main li.mactive li.mactive:hover > a {
    background-color: transparent;
    color: #fff;
  }

  #nav-main li.mactive, #nav-main li.mactive .navlevel-2, #nav-main li.mactive .navlevel-3 {
    background-color: #6482a0;
  }

  #nav-main li.mactive a {
    color: #fff;
  }

  a.link-block, .content .underline-block, .tabs, .accordion, .teaser, .teaser-triple, .thumb-slider, .triple-images, #left .link-list, #left .download-list, .form-contact, .search-group {
    margin-bottom: 40px;
  }

  .news-start {
    height: auto;
  }

  .news-item {
    height: auto;
  }

  .span8 .news-image, .span8 .news-content, .news-image, .news-content {
    width: 48%;
  }

  .news-image {
    margin-right: 4%;
  }

  .news-type {
    margin: 0;
    line-height: 15px;
  }

  .tab-nav {
    clear: both;
  }

  .accordion-start {
    margin-top: 40px;
    clear: both;
  }

  .accordion-start, .accordion-start .active .accordion-content, .accordion-start .accordion-content {
    height: auto !important;
    min-height: 1px;
  }

  .teaser-image, .teaser-content {
    width: 100%;
  }

  .teaser .teaser-image, .teaser.image-right .teaser-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .teaser .teaser-image img {
    width: 100%;
    margin: 0;
  }

  .teaser .teaser-content, .teaser.image-right .teaser-content {
    padding: 10px 10px 0 10px;
  }

  .teaser {
    padding: 0;
  }

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

  #left {
    clear: both;
    float: left;
    width: 100%;
  }

  .big-slider {
    margin-bottom: 20px;
  }

  .big-slider, .big-slider .items {
    float: left;
    width: 2000%;
  }

  .big-slider, .big-slider .image, .big-slider .image img {
    width: 100%;
  }

  .big-slider .image {
    float: left;
    width: 100%;
    text-align: center;
  }

  .big-slider .image img {
    display: inline-block;
    width: auto;
    max-height: 421px;
  }

  .big-slider .item {
    width: 5%;
  }

  .big-slider .prev, .big-slider .next {
    top: 45%;
    margin-top: -40px;
  }

  .big-slider .caption {
    padding: 5px 10px 5px 10px;
  }

  .teaser-triple, .teaser-triple .items, .teaser-triple .item, .teaser-triple .item a {
    height: auto;
    max-height: 600px;
    min-height: 200px;
  }

  .teaser-triple {
    margin-left: 0;
    width: 100%;
  }

  .teaser-triple h3 {
    padding-top: 5px;
  }

  .teaser-triple .items {
    width: 2000%;
    overflow: hidden;
  }

  .teaser-triple .item {
    width: 5%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 0;
  }

  .teaser-triple .image, .teaser-triple .content, .teaser-triple img {
    display: block;
    clear: both;
    width: 100%;
  }

  .teaser-triple .image {
    margin: 0 0 20px 0;
  }

  .teaser-triple .item.outside {
    margin-left: -5%;
  }

  .teaser-triple h3, .teaser-triple .item {
    margin-left: 0;
  }

  .triple-images .item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .triple-images .item .image {
    width: 50%;
    float: left;
    margin-right: 10px;
  }

  .material-slider {
    max-height: none;
  }

  .material-slider .item {
    width: 5%;
    margin: 0 0 20px 0;
  }

  .material-slider .item .image {
    width: 50%;
    float: left;
    margin-right: 10px;
  }

  .material-slider .image a {
    display: block;
  }

  .material-slider .items, .material-slider .item, .material-slider .item a {
    min-height: inherit;
    max-height: none;
  }

  .material-slider .item p {
    float: right;
    width: 45%;
  }

  .material-slider .item img {
    width: 100%;
  }

  .pagination {
    height: auto;
    line-height: 35px;
    margin: 0 0 10px 0;
  }

  .pagination .count {
    line-height: 20px;
    min-height: 20px;
    margin-top: 10px;
  }

  .pagination:first-child .count {
    display: none;
  }

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

  .pagination .paging select {
    text-align: center;
  }

  .pagination .paging a {
    float: right;
  }

  .pagination .paging a:first-child {
    float: left;
  }

  .pagination .listtype {
    display: none;
  }

  .items-list .item, .items-list.contacts-list .item {
    clear: both;
    float: left;
    height: auto;
    min-height: 120px;
  }

  .items-list .span12 .image, .items-list .image {
    display: inline;
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .items-list .span12 .content {
    float: none;
    width: auto;
    padding: 0 10px 10px 10px;
  }

  .items-list .span12 .meta {
    margin-top: 0;
  }

  .items-list.people-list .item, .items-list.board-list .item, .items-list.contacts-list .item {
    height: auto;
    min-height: inherit;
    margin-bottom: 20px;
  }

  #content .people-list .item .content p,
  #content .board-list .item .content p,
  #content .contacts-list .item .content p {
    margin: 0;
  }

  .people-teaser .logo {
    margin: 10px 0 20px 0;
  }

  .gallery-list .item {
    clear: none;
    min-height: 50px;
  }

  .gallery-list .image {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .gallery-list .image img {
    width: auto;
  }

  .modal {
    width: auto;
    margin-left: 0;
  }

  #left iframe {
    width: 100%;
    min-height: 250px;
  }

  #left #google_map {
    width: 100%;
    height: 250px;
  }

  .gallery-list .image:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .gallery-list .image:hover i.zoom {
    display: none;
  }

  #sitemap ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }

  #footer {
    padding: 10px;
    margin-top: 40px;
  }

  #footer .item {
    margin-bottom: 40px;
  }

  #footer, #services {
    height: auto;
  }

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

  .division-line a {
    margin: 0 60px 0 0;
  }

  .search-media .slider-nav {
    margin-top: -2px;
  }

  #search-results .pagination .paging {
    text-align: center;
  }

  #search-results #right {
    margin-bottom: 30px;
  }

  #search-filter div.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 20px;
  }

  #right {
    clear: both;
  }

  #right .item:first-child {
    margin-top: 40px;
  }

  .content-start #right .item:first-child {
    margin-top: 0;
  }

  #right .item.twitter .text div {
    margin-right: 20px;
  }

  #right .item iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .social-bar {
    display: none;
  }

  .contact .image {
    display: none;
  }

  .tab-nav li:hover, .span6 .tab-nav li:hover, .span8 .tab-nav li:hover, #right .tab-nav li:hover {
    color: #fff;
    background-color: #002d64;
    border-color: #002d64;
  }

  #media-nav div:hover {
    color: #002d64;
    background: transparent url(img/px_white85p.png) repeat 0 0;
  }

  .slider-prev:hover, .slider-next:hover {
    color: #002d64;
    background-color: transparent;
  }

  .big-slider .prev:hover i, .big-slider .next:hover i, .thumb-slider .prev:hover i, .thumb-slider .next:hover i {
    color: rgba(0, 45, 100, 0.5);
  }

  .toggle-list li:hover {
    background-color: transparent;
  }

  #right .lp-blue a:hover {
    background-color: #002d64;
  }

  #right .lp-blue4 a:hover {
    color: #fff;
    background-color: #6482a0;
  }

  #right .lp-red a:hover {
    background-color: #891820;
  }

  iframe.financial-chart, #right iframe.financial-chart {
    width: 100%;
  }

  iframe.financial-chart.fc1 {
    height: 1320px;
  }

  iframe.financial-chart.fc2 {
    height: 1300px;
  }

  iframe.financial-chart.fc2.nx_change {
    height: 1800px;
  }

  iframe.financial-chart.fc3 {
    height: 320px;
  }

  iframe.financial-chart.fc3.fc_rtl {
    height: 420px;
  }

  #google_map {
    height: 400px;
  }

  .hidden-s4 {
    display: none;
  }

}

@media (max-width: 479px) {
  body {
    padding-left: 5px;
    padding-right: 5px;
  }

  #service-bar a {
    font-size: 12px;
  }

  .big-slider .prev, .big-slider .next {
    font-size: 25px;
  }

  .tab-nav li {
    font-size: 14px;
  }

  #header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
  }

  #logo img {
    width: 203px;
    height: 20px;
  }

  #service-bar {
    background-color: transparent;
  }

  #service-bar, #nav-service, #nav-service ul, #nav-service li, #nav-service a {
    height: 30px;
  }

  #nav-service li {
    margin-right: 10px;
  }

  #nav-service a {
    color: #b3b3b3;
    line-height: 30px;
  }

  #nav-service .active a {
    border: none;
  }

  #search {
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 302px;
  }

  #nav-main {
    top: 90px;
  }

  #mobile-select {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }

  #sectionhead {
    padding-top: 0;
    height: auto;
    min-height: 75px;
    overflow: visible;
  }

  #sectionhead ul {
    float: none;
    display: block;
  }

  #sectionhead ul li {
    float: none;
    display: inline-block;
  }

  .tab-nav, .span6 .tab-nav, .span8 .tab-nav {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
  }

  .tab-nav li {
    height: 28px;
    line-height: 28px;
  }

  .span6 .tab-nav li, .span8 .tab-nav li {
    padding: 0 5px 0 5px;
  }

  .news-start {
    height: auto;
  }

  .news-item {
    height: auto;
    margin-bottom: 20px;
  }

  .span8 .news-image, .span8 .news-content, .news-image, .news-image img, .news-content {
    width: 100%;
  }

  .news-image {
    margin: 0 0 10px 0;
  }

  .news-type {
    margin: 0;
    line-height: 15px;
  }

  .accordion-start {
    margin-top: 40px;
    clear: both;
  }

  .accordion-start, .accordion-start .active .accordion-content, .accordion-start .accordion-content {
    height: auto !important;
    min-height: 1px;
  }

  .teaser-image, .teaser-content {
    width: 100%;
  }

  .teaser .teaser-image, .teaser.image-right .teaser-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .teaser .teaser-image img {
    width: 100%;
    margin: 0;
  }

  .teaser .teaser-content, .teaser.image-right .teaser-content {
    padding: 10px 10px 0 10px;
  }

  .teaser {
    padding: 0;
  }

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

  #left {
    clear: both;
    float: left;
    width: 100%;
  }

  .teaser-triple, .teaser-triple .items, .teaser-triple .item {
    height: auto;
    min-height: 200px;
  }

  .teaser-triple {
    margin-bottom: 20px;
  }

  .teaser-triple .content {
    clear: both;
    min-height: 81px;
    max-height: 101px;
  }

  .big-slider, .big-slider .item {
    max-height: 340px;
  }

  .big-slider .prev, .big-slider .next {
    top: 46%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .big-slider .prev i, .big-slider .next i {
    margin-top: 5px;
  }

  .items-list .image, .items-list .span12 .image {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .items-list .span12 .content {
    padding: 0 10px 10px 10px;
  }

  .pagination .paging select, .pagination:first-child .paging select, #fullsize .pagination .paging select, #fullsize .pagination:first-child .paging select {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .pagination .paging select {
    text-align: center;
  }

  .pagination .paging a {
    float: right;
  }

  .pagination .paging a:first-child {
    float: left;
  }

  .gallery-list, .gallery-list .item, .gallery-list .image, .gallery-list .item img, .gallery-list .content {
    float: none;
    display: block;
    width: 100%;
    max-height: none;
    height: auto;
  }

  .gallery-list .item, .items-list.gallery-list .item {
    margin: 0 0 20px 0;
  }

  .gallery-header span {
    margin-right: 0;
    float: left;
  }

  .gallery-header .submit {
    clear: none;
    float: right;
  }

  .gallery-list .image:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .gallery-list .image:hover i.zoom {
    display: none;
  }

  #footer {
    padding: 10px;
    margin-top: 40px;
  }

  #footer .item {
    margin-bottom: 40px;
  }

  #footer, #services, #divisions {
    height: auto;
  }

  .division-line a {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .division-line a img {
    display: inline-block;
  }

  #right {
    clear: both;
    padding-top: 40px;
  }

  #right .item iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  #search-results #right {
    padding-top: 0;
  }

  #right .tab-nav li {
    padding: 0 5px 0 5px;
  }

  #right .tab-nav {
    height: 30px;
    line-height: 30px;
  }

  #right .tab-nav li {
    height: 28px;
    line-height: 28px;
  }

  iframe.financial-chart.fc1 {
    height: 1520px;
  }

  iframe.financial-chart.fc2 {
    height: 1500px;
  }

  .hidden-s5 {
    display: none;
  }

}

.iframe-stream {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.iframe-stream iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video Play Button */

.videocontainer {
  position: relative;
}

div.play_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/play_video.png) no-repeat center center;
}

div.play_video:hover {
  background: url(img/play_video_hover.png) no-repeat center center;
}

#streamContainer {
  width: 100%;
  height: 658px;

  margin-bottom: 40px;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#streamContainer .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#streamContainer div.overlay {
  width: 100%;
  background-color: rgba(0, 45, 100, 0.66);
  padding: 50px;
  -webkit-font-smoothing: antialiased;
}

#streamContainer div.overlay div {
  color: #fff;
  font-family: NettoWebPro;
  font-size: 20px;
}

p.stream-announce {
  color: #fff;
  font-family: NettoWebPro;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

#livestreamCountdown {
  width: 100%;
}

.no-countdown #livestreamCountdown {
  display: none;
}

.countdown-row {
  text-align: center;
  display: block;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 160px;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: inline-block;
  text-align: center;
  background-color: rgb(0, 45, 100);
  color: rgba(255, 255, 255, 0.85);
  padding: 20px 0;
  margin: 0 5px;
  font-size: 20px;
}

.countdown-amount {
  font-size: 100px;
  line-height: 1.2em;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

@media (min-width: 980px) and (max-width: 1199px) {
  #streamContainer {
    height: 529px;
  }

  .countdown-show4 .countdown-section {
    width: 130px;
    font-size: 18px;
  }

  .countdown-amount {
    font-size: 75px;
    line-height: 1.2em;
  }

  p.stream-announce {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #streamContainer {
    height: 407px;
  }

  #streamContainer div.overlay {
    padding: 30px 20px 30px 20px;
  }

  .countdown-show4 .countdown-section {
    width: 100px;
    font-size: 16px;
  }

  p.stream-announce {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .countdown-amount {
    font-size: 50px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  #streamContainer {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }

  #streamContainer .inner {
    display: block;
    position: absolute;
    bottom: 0;
  }

  #streamContainer div.overlay {
    padding: 10px 0px 10px 0px;
  }

  .countdown-show4 .countdown-section {
    width: 20%;
    font-size: 12px;
    margin: 0 3px;
    padding: 5px 0 5px 0;
  }

  p.stream-announce {
    font-size: 16px;
    margin-bottom: 10px;
  }

  div#livestreamCountdown {
    display: block;
    vertical-align: middle;
    text-align: center;

  }

  .countdown-amount {
    font-size: 30px;
    line-height: 1.2em;
  }

}