#masthead .logo h3 {
  font-size: 18px;
  white-space: nowrap;
}

#masthead h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

#masthead h4 {
  font-size: 16px;
}

#masthead p {
  margin-bottom: 6px;
}
.agent {
  padding-right: 10px;
}

.agent1 {
  padding-right: 40px;
}

@media (max-width: 979px) {
  .agent {
    float: left !important;
  }
  #masthead .span6 {
    width: 100%;
  }
  .agents {
    padding-left: 80px;
  }
  .agent h3 {
    margin-top: 0px;
    margin-bottom: 2px;
  }
  
  .row-padding-big h1 {
    font-size: 28px;
  }
}



.header-details {
  text-align: center;
  margin-bottom: 20px;
}
.header-details h4 {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
  margin-top: 0px;
}

.divider {
  margin-bottom: 25px;
}

.modal-header {
  border-bottom: none;
}

.modal {
  width: 80%;
  margin-left: -40%;
}

.modal-body {
  max-height: 500px;
}

.modal-listing-details {
  text-align: right;
}

/*#listingModal > div.modal-body > div > div.span4 {*/
  /*margin-left: 0;*/
/*}*/

.quote {
  font-style: italic;
}

.dropdown-menu {
  min-width: 190px;
}
#menu > ul > li.dropdown.open > div.dropdown-menu {
  margin-left: 5px;
  padding: 5px 8px;
  color: #555;
  line-height: 20px;
  list-style: none outside none;
  outline: 0;
  text-decoration: none;
  display: block;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  
  font-weight: 500;
  font-size: 15px;
}

#menu a.dropdown-item {
  color: #555;
  line-height: 30px;
}


#menu a.dropdown-item:hover {
  color: #63b4d2;
}
