html, body {background: #fff;}
.container, .container-i {
  background: none;
}
.container-i {
  padding-bottom: 50em;
}
.main {
  padding: 0;
}
.header {
  border: 0;
}
* html .header .branding span img {
  display: none;
}
* html .header .branding span {
  display: block;
  width: 67px;
  height: 77px;
  background: url("/i/logo.png") no-repeat;
}
.header .nav {
  background: url("/i/front-nav-bg.png") no-repeat;
}
.footer-i {
  border: 0;
  background: none;
}

/* @group Banners */
.front-banners {
  position: relative;
  z-index: 15;
  width: 984px;
  height: 20em;
  margin: -20em auto 0;
}
.front-banners ul {
  padding-left: 40px;
}
.front-banners ul li {
  display: inline;
  float: left;
  margin-right: 25px;
}
.front-banners ul li a {
  font-size: 116.7%;
  display: block;
  width: 207px;
  height: 140px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.front-banners ul li a span {
  display: block;
  overflow: hidden;
}
.front-banners ul li a .image {
  position: relative;
  height: 89px;
}
.front-banners ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
}
.front-banners a:hover .image img {
  top: -89px;
}
.front-banners ul li a .title {
  height: 51px;
  line-height: 122.2%;
  background: url("/i/front-banners-bg.png") no-repeat;
}
.front-banners ul li a:hover .title {background-position: 0 -51px !important;}
.front-banners ul li a .title span {
  padding: 8px 20px;
  cursor: pointer;
}
.front-banners .fb-1 a .title span {
  line-height: 50px;
  padding-top: 0;
}
/* @end */

/* @group Teaser */
#js .teaser-container {
  position: absolute;
  z-index: 15;
  top: auto;
  left: 50%;
  width: 984px;
  margin-left: -492px;
}
.teaser-container .teaser {
  position: relative;
  display: none;
  width: 600px;
  margin-left: 30px;
}
.teaser-container .teaser.cur {display: block;}
.teaser-container .teaser .img {
  position: absolute;
  display: block;
}
.teaser-container .teaser .bg {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 250px;
}
.teaser-container .teaser .bg i,
.teaser-container .teaser .bg b {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 250px;
  background: url("/i/teaser-bg.png") no-repeat;
}
.teaser-container .teaser .bg i {
  width: 100%;
  margin-left: -15px;
}
.teaser-container .teaser .bg b {
  left: -15px;
  width: 15px;
  margin-left: 100%;
}
.teaser-container .teaser-i {
  position: relative;
  z-index: 16;
  overflow: hidden;
  height: 250px;
  margin-top: -250px;
  padding: 0 50px;
  color: #333;
}
.teaser-container .teaser-i h2 {
  font-family: Georgia, serif;
  font-size: 400%;
  margin-bottom: 10px;
  padding-top: 25px;
  line-height: 100%;
}
.teaser-container .teaser-i h2 span {display: block;}
.teaser-container .teaser-i p {
  font-family: Georgia, serif;
  font-size: 150%;
  font-style: italic;
  margin-bottom: 14px;
  line-height: 133.3%;
}
.teaser-container .teaser-i .more {padding-top: 8px;}
.teaser-container .teaser-i .more a {
  font-family: Tahoma, sans-serif;
  font-size: 66.7%;
  font-style: normal;
  position: relative;
  display: block;
  overflow: hidden;
  width: 181px;
  height: 36px;
  margin-left: -5px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
  background: url("/i/medium-button-bg.png") no-repeat;
}
.teaser-container .teaser-i .more a:hover {
  background-position: 0 -36px;
}
.teaser-controls ul {
  height: 24px;
  padding: 30px 0 0 78px;
}
.teaser-controls ul li {
  display: inline;
  float: left;
  margin-right: 10px;
}
.teaser-controls ul li a {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 0;
  padding-top: 24px;
  background: url("/i/teaser-controls-bg.png") no-repeat;
}
.teaser-controls ul .activeSlide a {
  background-position: 0 -24px;
}

.teaser-1 .img {
  z-index: 15;
  top: 10px;
  left: 500px;
}
/* @end */

.background-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
html>/**/body .background-container {
  bottom: 0;
  right: 0;
}
.background-container img {
  position: absolute;
  top: 50%;
  left: 50%;
}