@charset "utf-8";
/* CSS Document */

/* For mobile phones: */
 @media only screen and (max-width: 768px) {
 #top-bar p {
 text-align:center;
 padding-bottom: 0px !important;
}
#top-bar .helpline {
 width: 250px;
 margin-left:auto;
 margin-right:auto;
 float:none;
 margin-bottom:20px;
}
 .menu {
width: 300px !important;
}
#cssmenu ul {
 background-color: #4b9feb;
}
#cssmenu > ul > li > a {
 color:#fff;
}
 #banner {
min-height: 200px;
}
 .button.accordion {
 font-size: 1em !important;
}
 #products .service-link {
 padding:15px !important;
}
#products .service-link a h2 {
 margin-top:85px !important;
}
#products .service-link a .more p {
 font-size:1em !important;
}
.quote .btn-view {
 float:left !important;
}
#footer h3, #footer p {
text-align:center;
}
#footer img {
 width:auto;
 margin-left:auto;
 margin-right:auto;
 float:none;
}
#footer .blog {
padding:20px 0 20px 0 !important;
}
#footer .social {
width:170px;
margin-left:auto;
margin-right:auto;
float:none;
}
}
