/* line 1, ../../app/assets/stylesheets/home.css.scss */
#banner-container {
  height: 380px;
  background-color: #6D7933;
  width: 100%;
}
/* line 2, ../../app/assets/stylesheets/home.css.scss */
#banner-container .hide {
  display: none;
}
/* line 4, ../../app/assets/stylesheets/home.css.scss */
#banner-container #banner-1 {
  background: url("/assets/home/banner-02.jpg") no-repeat scroll center top;
  height: 380px;
}
/* line 5, ../../app/assets/stylesheets/home.css.scss */
#banner-container #banner-2 {
  background: url("/assets/home/banner-03.jpg") no-repeat scroll center top;
  height: 380px;
}
/* line 6, ../../app/assets/stylesheets/home.css.scss */
#banner-container #banner-3 {
  background: url("/assets/home/banner-01.jpg") no-repeat scroll center top;
  height: 380px;
}
/* line 7, ../../app/assets/stylesheets/home.css.scss */
#banner-container #banner-4 {
  background: url("/assets/home/banner-04.jpg") no-repeat scroll center top;
  height: 380px;
}
/* line 8, ../../app/assets/stylesheets/home.css.scss */
#banner-container #banner-5 {
  background: url("/assets/home/banner-03.jpg") no-repeat scroll center top;
  height: 380px;
}
/* line 10, ../../app/assets/stylesheets/home.css.scss */
#banner-container .banner-text {
  height: 380px;
  margin: 0 auto;
  width: 940px;
}
/* line 14, ../../app/assets/stylesheets/home.css.scss */
#banner-container .banner-text .banner_upper {
  padding-top: 95px;
}
/* line 16, ../../app/assets/stylesheets/home.css.scss */
#banner-container .banner-text .banner_upper h1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 52px;
  opacity: 0.7;
  padding: 15px;
  text-transform: uppercase;
  line-height: 45px;
  display: inline-block;
}
/* line 27, ../../app/assets/stylesheets/home.css.scss */
#banner-container .banner-text .banner_lower {
  padding-bottom: 40px;
}
/* line 29, ../../app/assets/stylesheets/home.css.scss */
#banner-container .banner-text .banner_lower p {
  margin-left: 200px;
  background-color: #fff;
  font-size: 12px;
  left: 280px;
  opacity: 0.9;
  padding: 13px;
  line-height: 18px;
  display: inline-block;
}
/* line 42, ../../app/assets/stylesheets/home.css.scss */
#banner-container #side_body {
  display: none;
}

/* line 46, ../../app/assets/stylesheets/home.css.scss */
#home-boxes-container {
  height: 240px;
  background-color: #353437;
  width: 100%;
}

/* line 47, ../../app/assets/stylesheets/home.css.scss */
#home-boxes {
  height: 240px;
  background-color: #353437;
  width: 980px;
  margin: 0 auto;
  /*	.image1{background: url("/assets/home/home-box-1.jpg") no-repeat scroll 0 0 #ccc;}
  	.image2{background: url("/assets/home/home-box-2.jpg") no-repeat scroll 0 0 #ccc;}
  	.image3{background: url("/assets/home/home-box-3.jpg") no-repeat scroll 0 0 #ccc;}
  	.image4{background: url("/assets/home/home-box-4.jpg") no-repeat scroll 0 0 #ccc;}
  	.image5{background: url("/assets/home/home-box-5.jpg") no-repeat scroll 0 0 #ccc;}	*/
}
/* line 48, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box {
  display: inline-block;
  float: left;
  height: 240px;
  overflow: hidden;
  width: 188px;
  position: relative;
}
/* line 55, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box .on {
  top: -133px;
}
/* line 63, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box-text {
  background-color: #000000;
  opacity: 0.7;
  padding: 15px;
  position: relative;
  min-height: 100px;
  top: -40px;
}
/* line 70, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box-text h2 {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}
/* line 77, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box-text p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 1px;
  line-height: 15px;
}
/* line 79, ../../app/assets/stylesheets/home.css.scss */
#home-boxes .ad-box-text span a {
  color: #a1bf3a;
  font-size: 12px;
  text-decoration: none;
}
