/*TFT Contact Widget*/
.tft_contact_widget {
    padding: 0 10px 10px;
    border-radius: 5px;
}
#secondary .tft_contact_widget {background-color: #00a5b8; color: #fff;}
#tft_contact_widget, #tft_contact_widget p {
    margin-bottom: 0px;
}
.tft_contact_widget_city, .tft_contact_widget_address2, .tft_contact_widget_position {
    margin-left: 20px;
}
.tft_contact_widget_email {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 1em !important;
}
.tft_contact_widget_email a {
	/*color: #222;*/
}
.tft_contact_widget_name:before {
	content: "\f007";
}
.tft_contact_widget_address:before {
    content: "\f041";
}
.tft_contact_widget_phone:before {
    content: "\f098";
}
.tft_contact_widget_phone2:before {
    content: "\f095";
}
.tft_contact_widget_fax:before {
    content: "\f02f";
}
.tft_contact_widget_email:before {
    content: "\f0e0";
}
.tft_contact_widget_name:before, .tft_contact_widget_position:before, .tft_contact_widget_address:before, .tft_contact_widget_phone:before, .tft_contact_widget_phone2:before, .tft_contact_widget_fax:before, .tft_contact_widget_email:before  {
    display: inline-block;
    min-width: 15px;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin: 0 5px 0 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;      
    color: #053350;
}
#footer-area .tft_contact_widget_name:before, #footer-area .tft_contact_widget_position:before, #footer-area .tft_contact_widget_address:before, #footer-area .tft_contact_widget_phone:before, #footer-area .tft_contact_widget_phone2:before, #footer-area .tft_contact_widget_fax:before, #footer-area .tft_contact_widget_email:before  {
    color: #ffffff;
}
#tft_contact_map {
    width: 30%;
    margin-right: 4%;
    float: left;
}
#tft_contact_map img{
    border: 1px solid #e7e7e7;
    width: 100%;
}
#footer-area #tft_contact_map img{
  border: 1px solid #eee;
  box-shadow: none;
  margin: 2px 10px 2px 0;
  padding: 3px;
}
#tft_contact_info {
    width: 65%;
    float: left;
}
#secondary #tft_contact_info{ width: 100%;}
#secondary #tft_contact_map { width: 100%; margin: 0; float: none;}