section .contact_us p {
      color: #666;
}

.error {
	color: red;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
.contact-us-location-panel-heading {
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.contact-us-location-panel-skin {
  border-color: #ddd;
  border-radius: 3px;
}

.contact-us-location-panel-skin > .contact-us-location-panel-heading {
  /*color: #fff;*/
  color: #444;
  background-color: #f2f2f2;
  border-radius: 15px;
  
}
/*.contact-us-location-panel {
	position: relative;
}

.contact-us-location-panel .company-social {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px 15px;
}*/
.contact-us-location-panel h3.panel-title {
  font-size: 20px;
  font-weight: 400;
}

.contact-us-location-panel h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}
.contact-us-location-panel.panel-title small {
	font-size: 20px;
  color: #666;
 }

footer p{
    color: #666;

}
.btn-wrapper{
		text-align: center; 
	}

.btn-width{
	max-width: 240px;
}

#contact_us ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
