body{margin:0;}
 ul,ol{padding:0;margin:0 0 0 0}
#homepage-slider {
  background-color: #2b5188;
  height: 400px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: -1px;
  margin-bottom: -46px;
}
#homepage-slider .container {
  position: relative;
  height: 336px;
}
#homepage-slider ul {
  list-style: none;
}
#homepage-slider ul li {
  position: relative;
  height: 336px;
}
#homepage-slider .controls {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 200;
}
#homepage-slider .controls a {
  width: 34px;
  height: 34px;
  background-image: url('../images/slider-controls.png');
  text-indent: -9999px;
  text-transform: capitalize;
  float: left;
  margin-right: 5px;
}
#homepage-slider .controls a.next {
  background-position: -34px 0;
}
#homepage-slider .controls a.next:hover {
  background-position: -34px -34px;
}
#homepage-slider .controls a.prev {
  background-position: 0px 0;
}
#homepage-slider .controls a.prev:hover {
  background-position: 0px -34px;
}
#homepage-slider .text-box {
  margin-left: 0;
  margin-top: 30px;
}
#homepage-slider .text-box h1 a {
  font-size: 41px;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  color: white;
}
#homepage-slider .text-box p {
  color: white;
  font-size: 15px;
}
#homepage-slider .description {
  position: absolute;
  bottom: 15px;
  right: 0;
  background-color: #09101b;
  text-align: center;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#homepage-slider .description .left {
  float: left;
  width: 200px;
}
#homepage-slider .description .right {
  width: 100px;
  float: left;
  border-left: solid 1px #222832;
  padding: 15px 0;
}
#homepage-slider .description .title {
  float: left;
  width: 100%;
  border-bottom: solid 1px #222832;
  padding: 2px 0;
}
#homepage-slider .description .title .big {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#homepage-slider .description .title .small {
  color: #b5b7ba;
  font-size: 13px;
  font-weight: 300;
}
#homepage-slider .description .rooms {
  float: left;
  width: 100%;
  color: #b5b7ba;
  font-size: 13px;
  font-weight: 300;
  padding: 2px 0;
}
#homepage-slider .description .price {
  color: white;
}
#homepage-slider .description .price .number {
  font-size: 21px;
  font-weight: bold;
}
#homepage-slider .description .price .rate {
  font-size: 13px;
}
#homepage-slider .bg-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}

#homepage-slider .slider-wrapper {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#homepage-slider .controls-wrapper {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#homepage-slider .homepage-slider {
  width: 100%;
  height: 400px;
  overflow-y: hidden;
}

#homepage-slider ul li {
  height: 400px !important;
}
.slides li {
  display: none;
}
