.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*=====================================================*/
/* Global Reset */
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
/*=====================================================*/
/* Global Definitions */

.content {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  font: 13px/18px "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #635f52;
  z-index: 1;
}
header,
footer {
  width: 100%;
  min-width: 1024px;
}

.screenoff {
  display: none;
}


.title {
  font-size: 45px;
  line-height: 40px;
  font-weight: 200;
  margin-bottom: 15px;
}
.heading {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
  font-weight: 200;
}
.heading.normal {
  font-weight: normal;
}
.heading small {
  color: #acaaa5;
  font-size: 14px;
  line-height: 36px;
}
.subheading {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}
.subheading small {
  color: #acaaa5;
  font-size: 12px;
  line-height: 36px;
}
.miniheading {
  font-size: 14px;
  line-height: 16px;
  color: #b05118;
  font-weight: normal;
}
.tinyheading {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
p {
  margin: 0 0 15px;
}
p.large {
  font-size: 15px;
}
.no-margin {
  margin: 0;
}

/*=====================================================*/
/* Header Styles */


/*=====================================================*/

/*=====================================================*/
/* Content Styles */
.hero {
  background: red;
  height:320px;
  z-index:-1;
  overflow:hidden;
}
.hero .title {
  width: 450px;
}
.hero .icon-watermark {
  position: absolute;
  left: -360px;
  top: -245px;
  font-size: 700px;
  color: #b35821;

}

.hero .content {
  color: #fff;
  padding: 10px 0 60px;
  height: 200px;
}
.index .hero .content {
  height: 320px;
}
.lt-ie8 .hero .content {
  height: 171px;
  padding-bottom: 0px;
}
.lt-ie8 .index .hero .content {
  height: 290px;
  padding-bottom: 0px;
}
.hero .text {
  float: left;
  position: relative;
  z-index: 3;
  width: 500px;
}
.hero .text .slide {
  color: #fff;
  text-decoration: none;
}
.hero .text p:first-child {
  width: 500px;
  font-size: 15px;
}
.hero .slider {
  position: relative;
}
.hero .slider .slide {
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero .images {
  z-index: 1;
  position: absolute;
  width: 960px;
  height: 320px;
  top: 0;
  right: -350px;
  overflow: hidden;
}
.hero .images .slide {
  width: 960px;
  height: 320px;
}
.hero .images img {
  z-index: 100;
  position: absolute;
  max-width: none;
  width: 100%;
  top: 0px;
  left: 0px;
}
.hero .images .cover {
  position: absolute;
  top: 0px;
  z-index: 200;
}
.hero .images .cover.left {
  left: 0px;
  border-bottom: 320px solid red;
  border-right: 190px solid transparent;
}
.hero .images .cover.right {
  right: 0px;
  border-top: 320px solid #CFA553;
  border-left: 190px solid transparent;
}
.lt-ie8 .hero .images {
  height: 201px;
}
.lt-ie8 .index .hero .images {
  height: 320px;
}
.hero nav {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 200px;
  z-index: 10;
}
.hero nav span {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
 
  background: #d9a500 ;
  float: left;
  cursor: pointer;
}
.hero nav span.cycle-pager-active {
  background: #813b13;
}
.hero .btn {
  position: absolute;
  top: 110px;
  left: 570px;
  z-index: 90;
}