/**
 * Home
 */

#home {
  background: url(/images/home/bkg.jpg) center center no-repeat;
  padding: 2px 0;
}


/**
 * Home Page
 */

#index.index #gallery-and-work {
  padding-top: 15px;
}

#index.index #gallery-and-work h3,
#index.index #gallery-and-work h4 {
  display: inline;
  vertical-align: baseline;
}

#index.index #gallery-and-work h4 {
  color: #fff;
}

#index.index #gallery-and-work #recent-work {
  float: right;
  width: 400px;
  text-align: left;
}

#index.index #gallery-and-work #recent-work ul {
  margin: 15px 0;
  padding: 0;
}

#index.index #gallery-and-work #recent-work ul li {
  float: left;
  list-style: none;
  height: 110px;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 190px;
}

#index.index #gallery-and-work #recent-work ul li img {
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: 500;
}

#index.index #gallery-and-work #recent-work ul li a {
  color: #fff;
  display: block;
  font-size: 9px;
  height: 90px;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 170px;
  z-index: 1000;
}

#index.index #gallery-and-work #recent-work ul li a {
  background: rgb(42, 76, 95) url(/images/home/view-project.png) 90px 80px no-repeat;
  background-color: rgba(42, 76, 95, 0.85);
  padding: 10px;
}

#index.index #gallery-and-work #recent-work ul li a strong {
  font-size: 16px;
}


/**
 * Slideshow
 */

#slideshow {
  height: 466px;
  overflow: hidden;
  text-align: center;
}


/**
 * Slideshow > Scrollable
 */

#slideshow div.scrollable {
  height: 466px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 990px;
}

#slideshow div.scrollable ul {
  position: absolute;
  height: 20000em;
  list-style: none;
  margin: 0;
  padding: 0;
}

#slideshow div.scrollable ul li {
  background: left bottom no-repeat;
  height: 420px;
  list-style: none;
  margin: 0;
  padding: 48px 40px 0 610px;
  position: relative;
}

#slideshow div.scrollable ul li h2 {
  color: #d2d0d0;
  font-size: 35px;
  line-height: 35px;
  margin-top: 40px;
}

#slideshow div.scrollable ul li p {
  color: #fff;
  margin: 24px 0;
}

#slideshow div.scrollable ul li a {
  position: relative;
  z-index: 9999;
}

#slideshow div.scrollable ul li img {
  position: absolute;
  top: 0;
  left: -80px;
  width: 750px;
  height: 466px;
}


/**
 * Slideshow > Navigator
 */

#slideshow .navi {
  position: relative;
  top: -41px;
  height: 20px;
  margin: 0 auto;
  text-align: right;
  width: 990px;
  z-index: 999;
}

#slideshow .navi a {
  background: #686868;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 1px 2px;
  padding: 0;
}

#slideshow .navi a:hover {
  background: #686868;
}

#slideshow .navi a.active {
  background: #686868 !important;
}


/**
 * Slideshow > Prev / Next
 */

#slideshow .browsing {
  display: none;
}

#slideshow a.browse {
  cursor: pointer;
  width: 27px;
  height: 26px;
  text-indent: -1000px;
  overflow: hidden;
}

#slideshow a.browse.left {
  background: url(/images/home/buttons/prev.gif) left top no-repeat;
  float: left;
} 

#slideshow a.browse.left:hover {
  background: url(/images/home/buttons/prev.gif) left bottom no-repeat;
}

#slideshow a.browse.right {
  background: url(/images/home/buttons/next.gif) right top no-repeat;
  float: right;
}

#slideshow a.browse.right:hover {
  background: url(/images/home/buttons/next.gif) right bottom no-repeat;
}

#slideshow a.browse.disabled {
  visibility: hidden !important;
}


/**
 * Gallery
 */

#gallery {
  float: left;
  height: 390px;
  overflow: hidden;
  position: relative;
  width: 500px;
}


/**
 * Gallery > Scrollable
 */

#gallery div.scrollable {
  height: 330px;
  margin: 15px auto;
  /* overflow: hidden; ADD TO AN LTE IE 8 CONDITIONAL CSS */
  position: relative;
  text-align: left;
  width: 500px;
}

#gallery div.scrollable ul {
  position: absolute;
  width: 20000em;
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery div.scrollable ul li {
  float: left;
  height: 330px;
  margin: 0;
  padding: 0;
  width: 500px;
}

#gallery div.scrollable ul li img {
  height: 330px;
  width: 500px;
}


/**
 * Gallery > Navigator
 */

#gallery .navi {
  bottom: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 500px;
  z-index: 999;
}

#gallery .navi a {
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  margin: 1px 2px;
  padding: 0;
  width: 6px;
}

#gallery .navi a:hover {
  background: #fff;
}

#gallery .navi a.active {
  background: #fff !important;
}


/**
 * Gallery > Prev / Next
 */

#gallery a.browse {
  cursor: pointer;
  height: 330px;
  overflow: hidden;
  position: absolute;
  width: 250px;
  text-indent: -1000px;
  top: 37px;
  z-index: 9999;
}

#gallery a.browse.left {
  background: url(/images/home/buttons/prev.png) left top no-repeat;
  left: 0;
} 

#gallery a.browse.left:hover {
  background: url(/images/home/buttons/prev.png) left bottom no-repeat;
}

#gallery a.browse.right {
  background: url(/images/home/buttons/next.png) right top no-repeat;
  right: 0;
}

#gallery a.browse.right:hover {
  background: url(/images/home/buttons/next.png) right bottom no-repeat;
}

#gallery a.browse.disabled {
  visibility: hidden !important;
}

