/* 
 * Home page specific styling
 *
 * By Jonathon McDonald <jonathon@agencyfusion.com>
 * July 3, 2013
 */

/*
 * Hero unit
 */

.hero-unit {
  display: block;
  height: 354px;
  position: relative;
  width: 960px;
}

img.hero {
  display: block;
  margin: 0 auto;
}

img.hero-button {
  bottom: 0;
  height: 95px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 229px;
}


/*
 * Offer area
 */

.offer-container {
  background: url(../cmsimages/offer-bg.png);
  z-index: 30;
  display: block;
  height: 600px;
  margin-top: -20px;
}

.offer-controls {
  display: inline-block;
  float: left;
  width: 280px;
  margin: 100px 0 0 60px;
}

.offer-inactive-sprite {
  background: url(../cmsimages/offer-inactive-buttons.png) no-repeat;
  display: block;
  width: 280px;
}

.offer-inactive-sprite:hover, .offer-active {
  background: url(../cmsimages/offer-active-buttons.png) no-repeat;
  cursor: pointer;
}

.offer-inactive-save-10, .offer-inactive-save-10:hover {
  height: 92px;
  background-position: 0 0;
}

.offer-inactive-eat-free, .offer-inactive-eat-free:hover {
  height: 100px;
  background-position: 0 -100px;
}

.offer-inactive-luau, .offer-inactive-luau:hover {
  height: 94px;
  margin-bottom: 6px;
  background-position: 0 -200px;
}

.offer-inactive-hj, .offer-inactive-hj:hover {
  height: 146px;
  background-position: 0 -295px;
}

.offer-inactive-hj:hover, .offer-inactive-hj.offer-active {
  position: relative;
  top: 0px;
}
.offer-cards {
  display: inline-block;
  float: left;
  margin-top: 60px;
  position: relative;
  width: 640px;
}

.offer-cards:after {
  content: "";
  display: block;
  clear: both;
}

.offer-card {
  color: #000;
  font-family: arial, sans-serif;
  font-size: 14px;
  position: absolute;
  height: 534px;
  width: 670px;
}

.offer-card-save-10 {
  background: url(../cmsimages/card-save-10.png) no-repeat -57px -2px;
}

.offer-card-save-10 > .desc, .offer-card-eat-free > .desc,
.offer-card-luau  > .desc, .offer-card-hj > .desc {
  position: absolute;
  top: 130px;
  left: 50px;
  width: 260px;
}

.offer-card-eat-free {
  background: url(../cmsimages/card-eat-free.png) no-repeat;
}

.offer-card-eat-free > .desc {
  left: 55px;
  width: 230px;
  top: 120px; 
}

.offer-card-luau {
  background: url(../cmsimages/card-luau.png) no-repeat;
}

.offer-card-hj {
  background: url(../cmsimages/card-hj.png) no-repeat;
}

.offer-card-hj > .desc {
  top: 120px;
  left: 60px;
}

.offer-card-first { z-index: 5; }
.offer-card-second { z-index: 4; }
.offer-card-third { z-index: 3; }
.offer-card-fourth { z-index: 2; }
.offer-card-fifth { z-index: 1; }


.fixed-height {
  height: 1350px;
  padding-left: 20px;
  width: 940px;
}

.fixed-height-social {
  height: 930px;
  padding-left: 20px;
  width: 940px;
}

/* #homeNewSpecials, #japanhomeNewSpecials */
#homeNewSpecials{color: #544235; height: 583px;background: url(../cmsimages/new_specials-bg.jpg) 0 0 no-repeat;}
#homeNewSpecials ul.boxButtons, #japanhomeNewSpecials ul.boxButtons{padding: 0; float: left; position: absolute; top: 121px; left: 29px; width: 238px;list-style: none;margin: 0;}
#homeNewSpecials ul.boxButtons li, #japanhomeNewSpecials ul.boxButtons li{list-style: none; margin-left: 0px;margin-bottom: 32px; }

#homeNewSpecials .slides,#japanhomeNewSpecials .slides {position: absolute; top: 121px; left: 237px;}
#homeNewSpecials .contentSlide, #japanhomeNewSpecials .contentSlide{background: url(../cmsimages/new_specials-content-bg.jpg) 0 0 no-repeat;width: 695px; height: 398px;}
#homeNewSpecials .contentSlide .slideContent, #japanhomeNewSpecials .contentSlide .slideContent{float: left; width: 310px;padding: 47px 20px 0px 37px;font-size: 12px;}
#homeNewSpecials .contentSlide .slideImage, #japanhomeNewSpecials .contentSlide .slideImage {float: left; padding-top: 47px;}

.slideshow {
  height: 365px;
  width: 960px;
  margin-left: -20px;
}

.jcarousel-clip-horizontal {
  width: 960px;
}


#body{width:103% !important}
.cap-footer {bottom:-210px;margin-left:-886px;}