.responsiveimage { width:auto; display:inline-block; }

h1,.Header,h2,.header{
font: 400 34px/38px 'Roboto Condensed', sans-serif; 
color: #009fe3;
margin-top:0px; 
margin-bottom:20px; 
text-transform:uppercase;
}

.headerblack {
font: 400 34px/38px 'Roboto Condensed', sans-serif; 
color: #0f0f0d;
margin-top:0px; 
margin-bottom:20px;
text-transform:uppercase; 
}

h3,.SubHeader,.subheader{
  font: 400 24px/28px 'Roboto Condensed', sans-serif; 
  color: #0f0f0d;
  margin-top:0px;
  margin-bottom:15px; 
text-transform:uppercase;
}
.subheadersmall {
  font: 400 20px/24px 'Roboto Condensed', sans-serif; 
  color: #0f0f0d;
  margin-top:0px;
  margin-bottom:15px; 
text-transform:uppercase;
}

.bluetext { color:#009fe3; }
    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons {
display: inline-block;
*display: inline;
padding:8px 12px 8px 12px;
background:#009fe3;
color:#fff;
text-decoration:none;
font-weight:bold;
}

/* Main Styles */
td, body, p, li{
  font: 400 14px/20px 'Roboto', sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#009fe3; 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:#33b2e9; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px;
line-height:22px;
color: #fff;
background-color:#0f0f0d;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}