@charset "UTF-8";
/* CSS Document */

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}

/* Start The Q Condo Specific Caption Boxes
	Per Page 							*/
	
.homeInfoBlock {
	position: absolute;
	top: 324px;
	right: 120px;
	left: auto;
	max-width: 80%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.2);
	overflow: hidden;
	padding: 5px;
}
.homeInfoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 10px;
  right: auto;
}

.homeInfoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.homeInfoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
  text-align:center;
}
.homeInfoBlock a {
  color: #FFF;
  text-decoration: underline;
}

/***** Features RoyalSlider *****/
.featuresInfoBlock {
	position: absolute;
	top: 538px;
	margin-left: auto;
	max-width: 80%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 5px;
	width: 600px;
}	

.featuresInfoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.featuresInfoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
  text-align:center;
}
.featuresInfoBlock a {
  color: #fff;
  text-decoration: underline;
}

/*End Features RoyalSlider CSS*/

.floorplansInfoBlock {
  position: absolute;
  top: 340px;
  right: 0px;
  left: auto;
  max-width: 80%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 5px;
}
.floorplansInfoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 10px;
  right: auto;
}

.floorplansInfoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.floorplansInfoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
  text-align:center;
}
.floorplansInfoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 400px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 400px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 400px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
