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

CSS:        Wasatch Landing Page Theme - CoPilot Theme
Author:     Tem Aguerre
Company:    LeaseLabs
Version:    1.0

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

/* ! Header */

#header {
height: 380px;
border-bottom: 4px solid #9d1712;
position: relative;
background: #e4e4e4;
}

  #header .media {
  display: block;
  width: 540px;
  position: absolute;
  }

      /* Google Maps */
    
      .map_poi_info {
      font-size: 13px;
      line-height: 120%;
      }
      
        .map_poi_info p {
        margin-top: 5px;
        margin-bottom: 3px;
        line-height: 120%;
        }
      
        .map_poi_info a {
        color: #9d1712;
        font-size: 10px;
        }
        .map_poi_info a:hover {
        text-decoration: underline;
        }
        
          .map_poi_info strong a {
          text-decoration: none;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 120%;
          }
          .map_poi_info strong a:hover {
          text-decoration: none;
          }


 
  #header_image {
  position: absolute;
  top: 0;
  }
  
  #header .info {
  display: block;
  position: absolute;
  right: 0px;
  width: 218px;
  height: 330px;
  padding: 25px;
  background: #1c1c1c url(../images/info-bg.jpg);
  color: #fff;
  }
  
    #header .info .copy {
    height: 290px;
    }
  
    #header .info .copy h1 {
    color: #ffc345;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    }
    
    #header .info .copy p {
    font-size: 13px;
    line-height: 135%;
    }
    #header .info .copy p + p {
    margin-top: 20px;
    }
    
      #header .info .copy p a {
      color: #ffc345;
      text-decoration: underline;
      }
      #header .info .copy p a:hover {
      color: #9D1712;
      text-decoration: none;
      }
    
      #header .info .copy p strong {
      color: #ffc345;
      font-weight: normal;
      }
      
      #header .info .toggle_map {
      text-align: right;
      }
      
      #header .info a.button {
      border: 1px solid #fff;
      background: #9d1712;
      font-size: 10px;
      text-transform: uppercase;
      padding: 7px 15px;
      }
    
/* ! Content */

      .post .prop {
      background: url(../images/floorplans-units-bg.png) repeat-x top left;
      border-top: 1px solid #fff;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding: 10px 0;
      }
      .prop + .prop {
      border-top: 1px solid #c4c4c4;
      }
      
      .prop > div {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      
      }
      
        .post .prop .pin {
        width: 30px;
        background: url(../images/pin.png) no-repeat center;
        text-align: center;
        color: #fff;
        line-height: 62px;
        height: 65px;
        }
        
        .post .prop .image {
        width: 130px;
        }
        
          .post .prop .image a {
          color: #000;
          }

          .post .image img {
          vertical-align: text-top;
          float: left;
          outline: 1px solid #888;
          border: 4px solid #fff;
          }

        
        .post .prop .address {
        width: 130px;
        margin-top: 1px
        }
        
        .post .prop .address p {
        line-height: 140%;
        padding: 0 !important;
        }
        .post .prop .address p+p {
        margin: 0 !important;
        
        }

          .post .prop p strong {
          color: #9d1712;
          font-weight: normal;
          }

            .post .prop p strong a {
            color: #9d1712;
            font-weight: normal;
            }
        
        .post .prop .extra {
        margin-top: 10px;
        text-align: right;
        }
        
          .post .prop .extra p {
          line-height: 140%;
          }

        a.dynamic_cboxvideo {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        }
        a.dynamic_cboxvideo + a.dynamic_cboxvideo {
        padding-top: 0px;
        padding-bottom: 10px;
        }
