  #fullBackground {
    height: 390px;
    width: 984px;
  }

  #masthead {
    height: 100%;
    width: 100%;
    position: relative;
  }

  #introCard {
    background:linear-gradient(to bottom, #ffffff 0%, #A0A0A0 100%);
    height:190px;
    width:370px; 
    float: right;
    position: relative; 
    z-index: 2; /* Sit on top */
    top: 200px; 
    right: 10px;
  }

  #fullAddress {
    padding-left: 20px;
    padding-top: 10px;
  }
  
  #clubName {
    color: #333;
    margin-bottom: 0;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 100;
  }
  
  #cityName {
    color: #28495c;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana,Arial,sans-serif;
    font-size: 26px;
    font-weight: 100;
  }
  
  #address1 {
    color:#333;
    margin-top:0;
    margin-bottom: 0;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 100;
  }
  
  #address2 {
    color:#333;
    margin-top:0;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 100;
  }
  
  #introCardGalleries {
    position: absolute; 
    bottom: 0; 
    margin-left: 4px;
  }

  #photoGallery {
    display: none;
  }

  #floorPlan {
    display: none;
  }

  #localMap {
    display: none;
  }

  #welcomeVideo {
    display: none;
  }
  
  .btn-group button {
    background-color: #ffffff;
    color:#28495c;
    font-family: Verdana,Arial,sans-serif;
    font-weight: 100;
    font-size: 8.4px;
    padding: 5px 3px 5px 3px;
    cursor: pointer;
    float: left;
  }

  .btn-group:after {
    content: "";
    clear: both;
    display: table;
  }

  #exploreDestinationList {
    background: linear-gradient(to bottom, #ffffff 0%, #A0A0A0 100%);
    position: absolute; 
    bottom: 0; 
    left: 25px;
    display: inline-block; 
  }
  
  #exploreDestinationList ul {
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: inline-block; 
  }
  
  #exploreDestinationList li {
    float: left; 
  } 

  .listTitle {
    padding: 4px 10px 2px 10px;
    font-size: 13px;
  }

  .listItem {
    padding: 7px 10px 5px 10px;
    border-left: 1px dashed gray;
    color:#294a5d;
    font-family: Verdana,Arial,sans-serif;
    font-weight: 100;
    font-size: 10px;
  }
  
  .listItem a {
    color:#28495c;
    text-decoration:none;
    font-family: Verdana,Arial,sans-serif;
    font-weight: 100;
    font-size: 10px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    
    height: 390px;
    width: 984px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Image Content/Box */
  .modal-content-image {
    background-color: #fefefe;
    border: 1px solid #888;
    /*width: 495px;  Full width */
    /*height: 340px;  Full height */
    left: 13px;
    top: 18px;
    position: absolute; /* Stay in place */
    width: 500px; /* Full width */
    height: 334px; /* Full height */
    display: none; /* Hidden by default */
  }

  /* Modal Video Content/Box */
  .modal-content-video {
    background-color: #fefefe;
    border: 1px solid #888;
    left: 13px;
    top: 18px;
    position: absolute; /* Stay in place */
    width: 560px; /* Full width */
    height: 315px; /* Full height */
    display: none; /* Hidden by default */
    /*position: relative; /* Stay in place */
    /*width: 495px; /* Full width */
    /*height: 340px; /* Full height */
  }

  /* Image viewer in the modal */
  #viewPane {
    background-color: #294a5d;
    height: 100%;/*294px;*/
    top: 0px;
  }

  /* Video viewer in the modal */
  #videoPane {
    background-color: #294a5d;
    height: 310px;
    top: 0px;
  }

  #videoViewer {
    width: 100%;
    z-index: 2;
    display:inline-block;
  }

  /* Thumbnail selector for the gallery */
  #galleryMenu {
    background: linear-gradient(to bottom, #ffffff 0%, #A0A0A0 100%);
    height: 54px;
    width:100%;
    top: 308px;
    position: absolute;
    z-index: 2; /* Sit on top of viewPane */
  }

  /* The Close Button */
  .close {
    background: linear-gradient(to bottom, #ffffff 0%, #A0A0A0 100%);
    color: #000;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
    z-index: 3; /* Sit on top */
  }

  /* The Close Button */
  .modal-content-image .close, .modal-content-video .close {
    position: absolute;
    top: 0;
    right: 0;
  }

  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer;
  }
  
  a.disabled {
   pointer-events: none;
   cursor: default;
  }

  #images {
    display: none; /* Hidden by default */
    padding-left: 10px;
    position: relative;
  }

  #slideShowPause {
    display: none; /* Hidden by default */
    padding-right: 10px;
    margin-top: 7px;
    float: right;
    position: relative;
  }

  #slideShowPause:hover,
  #slideShowPause:focus {
    text-decoration: none;
    cursor: pointer;
  }

  .thumbNail {
    padding: 5px 2px 2px 2px;
    height: 18px;
    float: left;
    z-index: 2; /* Sit on top */
  }

  .thumbNail:hover,
  .thumbNail:focus {
    padding: 3px 0px 0px 0px;
    border: 2px solid #888;

  }

  .thumbNail .active {
    padding: 3px 0px 0px 0px;
    border: 2px solid #888;

  }

  #floorPlans {
    display: none; /* Hidden by default */
    padding-left: 50px;
    position: relative;
  }

  .active {
    background-color: #294a5d !important;
    color: #ffffff !important;
  }