/* line 1, ../scss/promotions.scss */
#promotions {
  width: 100%;
  height: 119px;
}

/* line 5, ../scss/promotions.scss */
.promotion {
  height: 105px;
  width: 225px;
  padding: 7px 5px;
  float: left;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  font-size: 13px;
  text-decoration: none;
  font-family: arial;
}

/* line 17, ../scss/promotions.scss */
.promotion:hover {
  text-decoration: none;
}

/* line 20, ../scss/promotions.scss */
.promotion .title {
  position: absolute;
  top: 10px;
  left: 14px;
  font-weight: bold;
}

/* line 26, ../scss/promotions.scss */
.promotion .description {
  position: absolute;
  bottom: 11px;
  right: 22px;
}

/* line 31, ../scss/promotions.scss */
.man_boy_pillow {
  background: url("http://www.rougehotel.com/design/images/promotions/man-boy-pillow.png") no-repeat;
}

/* line 34, ../scss/promotions.scss */
.woman_car {
  background: url("http://www.rougehotel.com/design/images/promotions/woman-car.png") no-repeat;
}

/* line 37, ../scss/promotions.scss */
.three_people {
  background: url("http://www.rougehotel.com/design/images/promotions/three-people.png") no-repeat;
}

/* line 40, ../scss/promotions.scss */
.reviews {
  background: url("http://www.rougehotel.com/design/images/promotions/reviews.png") no-repeat;
}

/* line 43, ../scss/promotions.scss */
.reviews_clouds {
  background: url("http://www.rougehotel.com/design/images/promotions/reviews-clouds.png") no-repeat;
}

/* line 46, ../scss/promotions.scss */
.pet_friendly {
  background: url("http://www.rougehotel.com/design/images/promotions/pet-friendly.png") no-repeat;
}