.err {
  color: #ae0014;
}

#contactform {
  width: 100%;
  margin: 0 0 2em 0;
  /* Icons ---------------------------------- */
}
#contactform input{
  height: 36px;
  padding: 2px;
  width: 100%;
}
#contactform input:focus  {
  border: 2px solid #4FA2D9;
  box-shadow: 0 0 5px #0088ae;
  margin: 5px 1px 3px 0;
  padding: 3px 0 3px 3px;
}
#contactform .formmessage textarea {
  height: 160px;
  width: 100%;
  line-height: 150%;
  resize: vertical;
}
#contactform input,
#contactform textarea {
  border: 2px solid #cacaca;
  margin: 5px 1px 3px 0;
  outline: medium none;
  padding: 3px 0 3px 3px;
  transition: all 0.3s ease-in-out 0s;
}
#contactform input :focus, 
#contactform textarea:focus {
  border: 2px solid #4FA2D9;
  box-shadow: 0 0 5px #0088ae;
  margin: 5px 1px 3px 0;
  padding: 3px 0 3px 3px;
}
#contactform .reset,
#contactform .submit {
  width: 48%;
   
  float: left;
  padding: 5px;
   
}
#contactform .button-blue {
  background-color: #3498db;
  border: #fbfbfb solid 2px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-top: -4px;
 
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 100%;
}
#contactform .button-blue:hover {
  background-color: transparent;
  color: #0493bd;
  border: #0493bd solid 2px;
}

#socialbar  div.row > div > a >img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  #contactform {
    padding: 0 10px;
  }
}
img.social-icon{
  width: 24px;
  height: 24px;
}
#socialbar  div.row > div > a >img {
  width: 24px;
  height: 24px;
}
