.responsiveimage { width:auto; display:inline-block; }

h1,.Header,h2,.header{
font: 300 50px/55px 'Ubuntu', sans-serif; 
color: #f47734;
margin-top:0px;
margin-bottom:20px;  
text-transform:lowercase;
}

h3,.SubHeader,.subheader{
  font: 300 32px/36px 'Ubuntu', sans-serif; 
  color: #241f21;
  margin-top:0px;
margin-bottom:15px; 
text-transform:lowercase;
}

.smallheader {
  font: 400 20px/26px 'Ubuntu', sans-serif; 
  color: #241f21;
  margin-top:0px;
margin-bottom:15px; 
text-transform:lowercase;
}


.orangetext { color: #f47734; }
.blacktext { color: #242021; }
    
.SmallText{
  font-size:11px;
}

.LinkButtons, .linkbuttons {
display: inline-block;
*display: inline;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
padding:8px 12px 8px 12px;
background:#e54a26;
color:#fff;
text-decoration:none;
font-weight:bold;
}

.ServiceButtons, .servicebuttons {
display: block;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
padding:8px 12px 8px 12px;
background:#e54a26;
color:#fff;
text-decoration:none;
font-weight:bold;
}


/* Main Styles */
td, body, p, li{
  font: 400 16px/24px 'Ubuntu', sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#f47734; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#e54a26; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px;
line-height:22px;
color: #fff;
background-color:#666;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}