/* Import Font Awesome CSS */
@import url("font-awesome.css");
/* Icon for home menu item left aligned 
.item-101 a:before {  display: inline-block;  font-family: fontawesome;  content: "\f015";  width: 20px;}*/
/* Icon for home menu item above the menu text 
.item-101 a:before {  display: block;  font-family: fontawesome;  content: "\f015";  text-align: center;  color: #FF00FF;  font-size: 25px;}*/
/* Icon for home menu item right aligned 
.item-101 a:after {  display: inline-block;  font-family: fontawesome;  content: "\f015";  padding-left: 10px;}*/
/* --------------------------  Icons for contactform  ---------------------------*/
/* Name */

#jform_contact_name-lbl:before {  display: inline-block;  font-family: fontawesome;  content: "\f007";  width: 20px;  color: #0088cc;  vertical-align: text-top;} /* E-mail */#jform_contact_email-lbl:before {  display: inline-block;  font-family: fontawesome;  content: "\f0e0";  width: 20px;  color: #0088cc;  vertical-align: text-top;} /* Subject*/#jform_contact_emailmsg-lbl:before {  display: inline-block;  font-family: fontawesome;  content: "\f02b";  width: 20px;  color: #0088cc;  vertical-align: text-top;} /* Message */#jform_contact_message-lbl:before {  display: inline-block;  font-family: fontawesome;  content: "\f14b";  width: 20px;  color: #0088cc;  vertical-align: text-top;} /* E-mail copy */#jform_contact_email_copy-lbl:before {  display: inline-block;  font-family: fontawesome;  content: "\f0e0";  width: 20px;  color: #0088cc;  vertical-align: text-top;} /* Send button */#contact-form .btn:before {  display: inline-block;  font-family: fontawesome;  content: "\f064";  width: 20px;  text-align: left;}