/*------------------------------

CSS:        Carmel Print - CoPilot Theme
Author:     Tem Aguerre 
Company:    LeaseLabs
Version:    1.0

-------------------------------*/

/* ! Global Classes */

.clear {
clear: both;
}

/* ! Basics & Typography */

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
}

a {
}
a:hover {
}
a:active{
}
a:visited {
}

p {
line-height: 120%;
}

h1, .branding h2 {
font-size: 23px;
text-transform: uppercase;
font-weight: normal;
float: left;
}

h2 {
}

h3 {
}

h4 {
}

/* ----------- */

  /* ! Floorplans Lightbox */
  
    .floorplan_brochure {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    }
    
    floorplan_brochure p {
    line-height: 120%;
    }
  
    .floorplan_brochure h1, .floorplan_brochure .branding h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    }


    .floorplan_brochure .page {
    width: 650px;
    background-color: #fff;
    padding: 20px 20px 30px;
    }
    
    
    .floorplan_brochure .branding {
    border-bottom: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    }


  .floorplan_brochure .branding h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
  float: left;
  }
  
  .floorplan_brochure .branding .info {
  float: left;
  }
  
    .floorplan_brochure .branding .info .address {
    float: left;
    margin-right: 40px;
    }

      .floorplan_brochure .branding .info .address p, .branding .info .phone p {
      line-height: 18px;
      }

    .floorplan_brochure .branding .info .phone {
    float: left;
    }

  .floorplan_brochure .branding .buttons {
  display: none;
  }

 
    .floorplan_brochure .overview {
    margin-bottom: 15px;
    }
    
      .floorplan_brochure .overview .copy {
      float: left;
      width: 135px;
      }
      
        .floorplan_brochure .overview .copy p {
        }
        
        .floorplan_brochure .overview .copy h2, .floorplan_brochure .overview .copy h3 {
        font-family: Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin-top: 10px;
        line-height: 150%;
        font-size: 14px;
        font-weight: normal;
        }
        
      .floorplan_brochure .image {
      float: right;
      }
    
    .floorplan_brochure .intro {
    
    }
    
      .floorplan_brochure .intro h1, .floorplan_brochure .intro h2, .floorplan_brochure .intro h3 {
      font-family: Helvetica, Arial, sans-serif;
      margin-bottom: 15px;
      float: none;
      }
      
      .floorplan_brochure .intro p {
      margin-bottom: 15px;
      }
    
    .floorplan_brochure .features {
    }
    
      .floorplan_brochure .amenities {
      float: left;
      width: 50%;
      }
      
        .floorplan_brochure .amenities h2 {
        text-transform: uppercase;
        line-height: 150%;
        font-size: 13px;
        margin-bottom: 10px;
        }
        
        .floorplan_brochure .amenities ul {
        padding-right: 40px;
        margin-bottom: 15px;
        }
        
          .floorplan_brochure .amenities ul li {
          margin-left: 25px;
          list-style-type: disc;
          list-style-position: outside;
          }
