.center, .center-text {
    text-align: center;
}


html, body { 
  background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), 
      url('../images/house-01/MLS_ja3717_lg_pic13_1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.clearfix {clear: both;}

.cover {
    background-color: rgba(0,0,0,.4);
      padding: 20px;
}

.text-left {
    text-align:left;
}

.custom-title-box {
    font-family: 'Montserrat', sans-serif;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    margin-bottom: 30px;
    margin-top: 0px;
}

.custom-title {
    font-size:40px;
}

.custom-sub-title {
    font-size: 20px;
}



/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.quote {
    color: rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 20px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: rgb(245, 143, 49);
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}