.twoLinesTrunc {
    overflow: hidden;
    display: -webkit-box;
    min-height:2.5em;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  .locationTrunc {  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  
    display: -webkit-box;
    min-height:2.5em;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  .tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  }
  
  #txtSearchBar {
    border-style: hidden !important;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .custom-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .custom-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .custom-youtube {
    background: #ff0000;
    color: white;
  }
  
.btnContact {
    color: white !important;
  }



  ::-webkit-input-placeholder {
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif !important;
  }

  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: Montserrat, 'Helvetica', 'Arial', sans-serif !important;
 }
 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif !important;
 }
 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Montserrat, 'Helvetica', 'Arial', sans-serif !important;
 }