@charset "UTF-8";

div.mobileheader {
    display: none;
}
img.mobileheaderimage {
    display: none;
}
div.menu-btn, div.pushy {
    display: none;
}

@media screen and (max-width: 980px) {

img {
	border: 0;
	max-width: 100%;
	height: auto;
}
body {
    background-image: none;
    background-color: #b9e6fb;
}
#bg_top {
    background-image: none;
}
#main {
    width: 100%;
    padding-top: 0;
    margin: 0;
}
div.mobileheader {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 30px;
    padding-top: 20px;
}
div.mobileheader p {
    margin-left: 5%;
    font-size: 1.45em;
    float: left;
}
div.mobileheader p a, div.mobileheader p a:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
div.menu-btn {
    display: block;
	transform: scale(1, 0.80);
    font-size: 2.40em;
    padding: 0 20px 0 0;
    margin-top: -10px;
    cursor: pointer;
    float: right;
}
li.pushy-link {
    list-style: none;
}
#header {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
}
#buttons {
    display: none;
}
#content {
    width: 100%;
    min-height: 0;
}
#left {
    width: 97%;
    padding-right: 3%;
    background-image: none;
    float: none;
    min-height: 0;
}
#right {
    width: 90%;
    padding: 20px 0 7px 30px;
    float: none;
}
div.services-list {
    float: left;
    width: 33%;
}
#footer {
    width: 63%;
}
.mobilehide {
    display: none;
}
#gallery {
    display: none;
}

}


@media screen and (max-width: 850px) {
    
td.RatetableColumn {
    width: 75%;
}
div.services-list {
    width: 50%;
}
}


@media screen and (max-width: 550px) {

/*
img.mobileheaderimage {
    display: block;
}
img.fullheaderimage {
    display: none;
}
*/
#left figure.pull-right {
	margin-left: 0;
	float: none;
}
td.RatetableColumn {
    width: 100%;
}
div.services-list {
    float: none;
    width: 100%;
}

}