@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #282828;
    font-size: 16px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

textarea {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password'] {
    font-size: 13px;
}

textarea,
input,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 3px;
    background: #e2e2e2;
    color: #333333;
    border: 1px solid #888888;
    cursor: pointer;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

#upperheaderwrap {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background: #ff8700;
}

#upperheader {
    position: relative;
    top: 0;
    width: 99%;
    max-width: 80%;
    height: 30px;
    margin: 0 auto;
}

#headersocial {
    text-align: right;
}

#headersocial img {
    text-align: right;
    padding: 5px 2px;
}

#headerwrap {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    background-color: #e6e6e6;
}

#header {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

#header img {
    margin-top: 20px;
}

#headerphone {
    position: absolute;
    right: 0;
    top: 0;
}

#headerphoneimg {
    position: relative;
    right: 60px;
    top: -5px;
}

#headerphone img {}

#callus {
    position: relative;
    right: 0;
    top: -60px;
    color: #ff8700;
    font-weight: bold;
    font-size: 19px;
}

#number {
    position: relative;
    right: 0;
    top: -60px;
}

#number a {
    color: #282828;
    font-weight: bold;
    font-size: 31px;
    text-decoration: none;
}

#number a:hover {
    text-decoration: underline;
    opacity: 0.6;
}

#slideshowwrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#upperwrap {
    width: 100%;
    height: 670px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(../images/upperback.jpg) repeat left top;
}

#upper {
    width: 99%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
}

#middlewrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    min-height: 100px;
    overflow: hidden;
    background: #ffffff;
}

.middle {
    width: 99%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#featuredwrap {
    width: 100%;
    height: 254px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/featuredback.jpg) repeat left top;
}

#featured {
    width: 99%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 16px;
    padding-top: 15px;
}

#quotewrap {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/upperback.jpg) repeat left top;
}

#quote {
    width: 99%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    color: #ffffff;
    padding-top: 15px;
    background: url(../images/grey-background.jpg) repeat left top;
}

#quote a {
    color: #ffffff;
    text-decoration: none;
}

#quote a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

#lowerwrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(../images/lowerback.jpg) repeat left top;
}

#lower {
    width: 99%;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    padding-top: 15px;
}

#footerwrap {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

/* DEFAULT STYLING */

a {
    color: #282828;
    text-decoration: underline;
}

a:hover {
    color: #ff8700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: normal;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

p,
li,
td,
th {
    color: #222222;
    line-height: 20px;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
}

#middle li {
    margin-bottom: 6px;
    line-height: 18px;
}

#middle li ul,
#middle li ol {
    margin-top: 6px;
}

#middle hr {
    border: 0;
    width: 80%;
    margin: 20px auto;
    color: #cccccc;
    height: 1px;
}

#middle ul>li ul {
    list-style-type: circle;
}

#middle ol>li>ol {
    list-style-type: lower-alpha;
}

#middle ol>li>ol>li>ol {
    list-style-type: lower-roman;
}

#middle blockquote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    padding: 0 8px 0 20px;
    border-left: 5px solid #cccccc;
    overflow: hidden;
}

/* HORIZONTAL MENU */

#menuh nav {
    position: relative;
    display: block;
    text-align: right;
    margin-top: -44px;
}

#menuh nav a:hover {
    background: #ff8700;
    color: #ffffff;
}

#menuh nav a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #282828;
    font-size: 17px;
    font-style: italic;
}

#menuh nav ul li ul a {
    color: #ffffff;
    font-size: 17px;
    font-style: italic;
}

#menuh nav a.active {
    font-size: 17px;
    font-style: italic;
}

#menuh nav a.active-child {
    font-size: 17px;
    font-style: italic;
}

#menuh nav ul {
    margin: 0;
    padding: 0px 4px 17px 0;
    list-style: none;
    text-align: left;
    display: inline;
}

#menuh nav ul li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#menuh nav ul li:hover {
    background: #ff8700;
    color: #ffffff;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 190px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

#menuh nav ul li ul li {
    background: #555;
    display: block;
    color: #fff;
}

#menuh nav ul li ul li:hover {
    background: #ff8700;
}

#menuh nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* PAGE TREE */

#pagetree {
    text-align: right;
    z-index: 9999999;
}

#pagetree p {
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
}

#pagetree p a {
    font-size: 12px;
}

#pageheading {
    width: auto;
    padding-bottom: 0;
    text-align: left;
}

/* VERTICAL MENU */

#leftcontainer {
    float: left;
    width: 182px;
    border: 1px solid #bbbbbb;
}

#leftcontainer ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftcontainer ul li a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
}

#leftcontainer ul a.active {
    color: #000000;
}

/* SLIDESHOW */

.cycle-slideshow {
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 10;
}

.cycle-slide {
    width: 100%;
    line-height: 0;
}

.cycle-slide a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

.cycle-slide img {
    line-height: 0;
}

.slideshow-overlay {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    margin-top: -60px;
    overflow: hidden;
    z-index: 9999;
}

.slideshow-text {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 20px;
    vertical-align: top;
}

.slideshow-pager {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 20px;
}

.slideshow-pager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.slideshow-pager a.cycle-pager-active {
    background: #000;
}

#prevbutton {
    display: inline-block;
}

#nextbutton {
    display: inline-block;
}

/* IMAGE LIBRARY */

#imagelibrary {
    margin: 4px;
    padding: 4px;
}

#imagelibrary img {
    margin: 3px;
}

/* IMAGE STYLING */

html>body .outerpair1 {
    background: url(../images/upperrightfade.png) no-repeat right top;
}

html>body .outerpair2 {
    background: url(../images/lowerleftfade.png) no-repeat left bottom;
    padding-top: 8px;
    padding-left: 8px;
}

html>body .shadowbox {
    background: url(../images/shadow.png) bottom right;
}

html>body .innerbox {
    position: relative;
    left: -8px;
    top: -8px;
}

.shadowbox img {
    border: 1px solid #000000;
    vertical-align: bottom;
}

.pageimagecenter {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.pageimageright {
    float: right;
    margin: 5px 0 5px 5px;
    padding: 0;
    max-width: 100%;
}

.pageimageleft {
    float: left;
    margin: 5px 5px 5px 0;
    padding: 0;
    max-width: 100%;
}

.pageimagenone img {
    margin: 3px;
    padding: 0;
}

/* SOCIAL SHARING BUTTONS */
.social {
	position:relative;
	display:inline-block;
	width:100%;
	margin:30px 0;
}
.social h6 {
	margin:0;
	font-size:16px;
	font-weight:600;
	text-transform:none;
}
#social {
    height: auto;
    padding: 0;
    overflow: hidden;
}

/* PAGE GALLERY */

.pagegalleryheading {
    display: none;
}

.pagegalleryinner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pagegalleryimage {
    position: relative;
    display: inline-block;
    width: 14%;
    height: 0;
    padding-bottom: 14%;
    overflow: hidden;
    margin: 0.3%;
    vertical-align: middle;
}

.pagegalleryimage img {
    border: 0;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    display: block;
    max-width: 240% !important;
    /*min-width: 100% !important;*/
    height: auto;
    /*min-height: 100%;*/
    /*left: -25%;*/
}

.pagegalleryimage a {
    line-height: 0;
}

.pagegalleryimage a:hover img {
    opacity: 0.7;
}

/* LINKS SECTION */

.link {
    background: #efefef;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    margin: 15px 0;
    padding: 5px;
}

.linktop {
    margin: 0;
    padding: 5px;
}

.linktop,
.linktop a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.linkleftcontainer {
    float: left;
    width: 150px;
    height: auto;
    max-width: 25%;
    margin: 0 5px 0 0;
}

.linkleftcontainer img {
    border-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.linkrightcontainer {
    height: 120px;
    overflow-y: auto;
    border: 1px solid #bbbbbb;
    background: #ffffff;
    padding: 5px;
}

.linkrightcontainer p {
    margin: 0;
}

.linkfooter {
    padding: 5px 0 0 0;
    text-align: right;
}

/* HTML SITEMAP */

#sitemap a {
    text-decoration: none;
}

.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before {
    content: "\00BB";
    display: inline-block;
    margin: 0 3px 0 0;
}

.sitemapL1 {
    margin: 0 0 5px 0;
}

.sitemapL1 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.sitemapL2 {
    margin: 10px 0 3px 10px;
}

.sitemapL2 a {
    color: #333333;
    text-transform: uppercase;
}

.sitemapL3 {
    margin: 0 0 3px 20px;
}

.sitemapL4 {
    margin: 0 0 3px 30px;
}

.sitemapL5 {
    margin: 0 0 3px 50px;
}

.sitemapL6 {
    margin: 0 0 3px 60px;
}

/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password'] {
    width: 100%;
}

#adminpage {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: normal;
}

#adminpage b {
    color: #000000;
    font-weight: bold;
}

#adminpage table {
    margin-bottom: 10px;
    border: 1px solid #9f9f9f;
    background: #dfdfdf;
}

#adminpage table img {
    display: inline-block;
    margin: 0 auto;
}

#adminpage td {
    background: #dfdfdf;
    color: #000000;
    text-align: left;
}

#adminpage th {
    background: #cfcfcf;
    color: #000000;
    text-align: left;
}

#adminpagegallery {
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

#adminpage table.productedit {
    width: 100%;
}

#adminpage .productedit>td {
    background: #d6d6d6;
}

#adminpage .productedit2>td {}

#adminpage table.LogBody {
    width: 100%;
}

#adminpage table.log {
    width: 100%;
    background: #333333;
}

#adminpage table.log th {
    padding: 2px;
    background: #555555;
    color: #ffffff;
    font-size: 13px;
}

#adminpage table .logrow1 td {
    padding: 4px;
    background: #cfcfcf;
    font-size: 12px;
}

#adminpage table .logrow2 td {
    padding: 4px;
    background: #eeeeee;
    font-size: 12px;
}

#adminpage table .logrowS td {
    padding: 4px;
    background: #ffff66;
    font-size: 12px;
}

#adminpage table label {
    display: inline-block;
    width: 100%;
    padding: 2px;
}

#adminpage table label:hover {
    color: #cf0000;
    cursor: pointer;
}

.audit_box li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

span.audit_showhide {
    background: #222;
}

#adminpage input[size='90'] {
    width: 100%;
}

#adminpage input[name='insert'] {
    width: 50%;
}

/* SUBPAGES */

.subpages div {
    display: inline-block;
    width: 18%;
    margin: 15px 1%;
    text-align: center;
    vertical-align: top;
}

.subpages a {
    display: inline-block;
    max-width: 100%;
}

.subpages img {
    border: 0;
    margin-bottom: 5px;
}

.subpages span {
    display: inline-block;
    text-decoration: underline;
    width: 100%;
    max-width: 100%;
}

.subpages a:hover img {
    opacity: 0.7;
}

/* CONTACT MESSAGE */
#contactpage {
	position:relative;
	display:inline-block;
	width:50%;
}
#contact {
    clear: both;
    width: auto;
    margin: 20px auto;
    padding: 5px;
    background: #cccccc;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

#contact a {
    text-decoration: none;
    color: #282828;
}

#contact:hover {
    opacity: 0.8;
    font-weight: bold;
}

/* CONTACT */

#contactform {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

#contactform input[name='enquiry[Postcode]'] {
    width: 100px;
}

#contactform #contact_thanks {
    padding: 15px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    border: 1px solid #afafaf;
    background: #cfcfcf;
}

#contactright {
    position: relative;
    display: inline-block;
    width: 47%;
	margin-left:2%;
    vertical-align: top;
    text-align: left;
}

#contactright img {
    padding: 5px 10px 5px 5px;
    vertical-align: middle;
}

#contactright img a:hover {
    opacity: 0.6;
}

#contactright a {
    font-weight: bold;
    color: #282828;
    text-decoration: none;
}

#contactright a:hover {
    font-weight: bold;
    color: #ff8700;
    text-decoration: none;
    opacity: 0.6;
}

#contactright h2 {
    color: #282828 !important;
}

/* SITE FORMS */

form {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form .error {
    color: #cc0000;
}

.form>div {
    padding: 1px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.form>div>label {
    width: 30%;
    float: left;
    padding-right: 10px;
    line-height: 24px;
}

.form>div>div {
    width: 70%;
    float: right;
}

.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select {
    width: 95%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus {
    outline: 0;
    border-color: #4697e4;
}

@media (max-width: 960px) {
	#upperheader,
	#header,
	#upper,
	.middle,
	#featured,
	#lower {
		max-width:90%;
		width:90%;
	}
	.form>div>label {
		width: 40%;
	}
	.form>div>div {
		width: 60%;
	}
	.subpages div {
		display: inline-block;
		width: 30%;
		margin: 15px 1%;
		text-align: center;
		vertical-align: top;
	}	
}

@media (max-width: 780px) {
	#upperheader,
	#header,
	#upper,
	.middle,
	#featured,
	#lower {
		max-width:98%;
		width:95%;
	}
	.form>div>label {
		width: 40%;
	}
	.form>div>div {
		width: 60%;
	}
}

@media (max-width: 640px) {
    .form>div {
        margin: 0 0 8px 0;
    }
    .form>div>label {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    .form>div>div {
        width: 100%;
        float: none;
    }
    .form input[type=text],
    .form input[type=email],
    .form input[type=url],
    .form input[type=password],
    .form input[type=tel],
    .form input[type=number],
    .form textarea,
    .form select {
        width: 100%;
    }
}

#upperwrap {
    background: url(../images/grey-background.jpg) repeat left top;
}

#upper h1 {
    font-size: 28px;
    color: #ff8700;
    margin: 40px 0;
    text-align: left;
}

#upper h2 {
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
}

#upper a {
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

#upper a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

#upper p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 20px 30px 0;
    text-align: left;
}

#upper1 {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: left;
    vertical-align: top;
}

#upper2 {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: left;
    vertical-align: top;
}

#upper3 {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: left;
    vertical-align: top;
}

#upper4 {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: left;
    vertical-align: top;
}

#viewservice {
    position: relative;
    margin-top: 30px;
    width: 185px;
    height: 30px;
    background: #e6e6e6;
    color: #282828;
    padding: 10px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#viewservice:hover {
    opacity: 0.8;
}

#viewservice a {
    color: #282828;
    text-decoration: none;
}

#viewservice a:hover {
    text-decoration: none;
}

#viewservice img {
    position: relative;
}

#featured a {
    color: #ffffff;
    text-decoration: none;
}

#featured a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

#featured ul {
    list-style-type: none;
    padding: 0;
}

#featured1 {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#featured2 {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#featured3 {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#featured4 {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#lower a {
    display: inline-block;
    color: #282828;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}

.lowera {
    display: inline-block;
    vertical-align: top;
}

.lowerb {
    color: #282828;
    font-size: 22px;
    padding: 10px 0 0 0;
    vertical-align: middle;
    line-height: 40px;
}

#lower a:hover {
    opacity: 0.6;
}

#lower a {
    color: #282828;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}

#lower a:hover {
    color: #ff8700;
}

#lower1 {
    display: inline-block;
    position: relative;
    width: 17%;
    color: #282828;
    vertical-align: top;
    text-align: left;
}

#lower1 ul {
    list-style-type: none;
    padding: 0;
}

#lower1 h5 {
    color: #282828;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

#lower2 {
    display: inline-block;
    position: relative;
    width: 18%;
    color: #282828;
    vertical-align: top;
    text-align: left;
}

#lower2 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower2 h5 {
    color: #282828;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

#lower3 {
    display: inline-block;
    position: relative;
    width: 17%;
    color: #282828;
    vertical-align: top;
    text-align: left;
}

#lower3 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower3 h5 {
    color: #282828;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

#lower4 {
    display: inline-block;
    position: relative;
    width: 46%;
    color: #282828;
    vertical-align: top;
    text-align: center;
    line-height: 25px;
}

#lower4 img {
    border: none;
    margin: 20px 5px;
	max-width: 100%;
}

#lower4 a:hover img {
    opacity: 0.7;
}

#lower4 ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

#lower4 h5 {
    color: #282828;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

#lower4 p {
    color: #282828;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 14px;
}

/* FOOTER */

#footer {
    clear: both;
    padding: 13px 10px;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

#footer a {
    font-size: 11px;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#footer img {
    margin-left: 5px;
    vertical-align: top;
}

@media (max-width: 1024px) {
    * {
        width: auto;
        height: auto;
    }
    #contactform {
        width: 99%;
    }
}

@media (max-width: 900px) {
    * {
        width: auto;
        height: auto;
    }
    #menuh nav a {
        padding: 15px 15px;
        font-size: 16px;
    }
    #menuh nav ul li ul a {
        font-size: 16px;
    }
    #menuh nav a.active {
        font-size: 16px;
    }
    #menuh nav a.active-child {
        font-size: 16px;
    }
    #upperwrap {
        height: auto;
    }
    #upper {
        padding-bottom: 20px;
    }
    #upper h2 {
        font-size: 22px;
    }
    #upper img {
        max-width: 98%;
    }
    #upper p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 780px) {
    * {
        width: auto;
        height: auto;
    }
    #menuh nav a {
        padding: 15px 5px;
        font-size: 15px;
    }
    #menuh nav ul li ul a {
        font-size: 15px;
    }
    #menuh nav a.active {
        font-size: 15px;
    }
    #menuh nav a.active-child {
        font-size: 15px;
    }
    #upper1 {
        width: 48%;
    }
    #upper2 {
        width: 48%;
    }
    #upper3 {
        width: 48%;
    }
    #upper4 {
        width: 48%;
    }
}

/* RESPONSIVE FOR MOBILE */

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }
    /* Structure */
    #wrapper {
        width: 100%;
        border: 0;
    }
    #middle {
        width: auto;
        margin: 0 15px;
        float: none;
        border: 0;
    }
    #headerwrap {
        height: auto;
    }
	#header {
		max-width: 100%;
		width: 100%;
	}
    #headerimage {
        border: 0px solid black;
        max-width: 100%;
        width: 100% height: 90px;
        text-align: center;
    }
    #headerphone {
        position: relative;
        width: 100%;
        text-align: center;
        clear: both;
    }
    #headerphoneimg {
        position: relative;
        width: 50px;
        height: 50px;
    }
    #callus {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        clear: both;
    }
    #number {
        position: relative;
        width: 100%;
        clear: both;
    }
    /* Main Menu */
    #menubg {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
        left: 0;
        z-index: 999;
    }
    #menu {
        overflow: hidden;
        z-index: 999;
        margin-top: 0px;
    }
    #menuh nav {
        width: 100%;
        height: auto;
        z-index: 999;
        margin-top: 0px;
    }
    #menu nav a {
        padding: 10px 5px;
        font-size: 13px;
    }
    /* Main Menu */
    #toggleMenu {
        width: 100%;
        background: #000 url("../images/menu-icon.png") 20px 15px no-repeat;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px 13px 45px;
        cursor: pointer;
        text-align: left;
    }
    #toggleMenu:hover {
        background-color: #ff8700;
        width: 100%;
        vertical-align: top;
    }
    #menuh {
        position: relative;
        display: inline-block;
        top: auto;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 15px;
        background: url("../images/menu-bg.png") repeat;
        z-index: 35;
        float: none;
        z-index: 999;
    }
    #menuh nav a {
        color: #ffffff;
        z-index: 999;
        vertical-align: top;
    }
    #menuh nav ul {
        float: left;
        width: 100%;
        margin: 0px 0;
        vertical-align: top;
        margin-top: 0px;
    }
    #menuh nav ul li {
        width: 100%;
        margin-right: 0;
        background: #000;
        z-index: 999;
    }
    #menuh nav ul li:hover {
        background: #ff8700;
        color: #ffffff;
    }
    #menuh nav a.active {
        background: #ff8700;
        color: #ffffff;
        font-weight: bold;
    }
    #menuh nav a:hover {
        background: #ff8700;
        color: #ffffff;
    }
    #navmenu ul {
        width: 100%;
        vertical-align: top;
    }
    /* Hide Secondary Levels */
    #menuh nav ul li:hover ul {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    /* Left Menu */
    #leftcontainer {
        width: auto;
        float: none;
    }
    #leftcontainer ul {
        display: none;
    }
    /* Gallery */
    .pagegalleryimage {
        width: 19%;
        padding-bottom: 19%;
        margin: 0.5%;
    }
    /* HTML Sitemap */
    #sitemap>div {
        float: none !important;
        width: auto !important;
    }
    /* Admin Area */
    #adminpage textarea,
    #adminpage select,
    #adminpage input {
        width: 100%;
    }
    #adminpage input[size='3'] {
        width: 50px;
    }
    #adminpage input[type='submit'] {
        width: auto;
    }
    .audit_box li {
        width: auto;
        display: block;
    }
    /* Forces better display of page thumb editor */
    #adminpage td#subpage {
        width: 46%;
        display: inline-block;
    }
    #adminpage td#subpage table {
        width: 100%;
    }
    #adminpage td#subpage img {
        width: 100%;
    }
    /* Forces better display of page gallery editor */
    #adminpagegallery>table>tbody>tr>td,
    #adminpagegallery>table>tr>td {
        display: inline-block;
        width: 100%;
    }
    #adminpagegallery>table>tbody>tr>td>table,
    #adminpagegallery>table>tr>td>table {
        width: 100% !important;
        border: 0;
    }
    #adminpagegallery div[align='right'] {
        text-align: center;
    }
    #adminpagegallery>form td {
        width: 19%;
        height: 75px;
        overflow: hidden;
        display: inline-block;
    }
    /* Replace parts of Site Report that wont display well on mobile with a message */
    #sr_mvp #sr_data {
        display: none;
    }
    #sr_mvp:after {
        content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
        display: block;
        margin: 0 15px;
    }
    /* Subpages */
    .subpages div {
        width: 47%;
    }
    /* Contact */
	#contactpage {
		width:100%;
	}
    #contacttext iframe {
        width: 100%;
    }
    #contactpage form {
        width: 50%;
    }
    #contactform {
        width: 99%;
    }
    #contactright {
        width: 100%;
    }
    #contactright a {
        font-size: 14px;
    }
    #featured {
        font-size: 15px;
    }
    #quote {
        font-size: 21px;
        padding-top: 20px;
    }
    #lowerwrap {
        height: auto;
    }
    #lower1 {
        width: 33%;
        margin-left: 1%;
    }
    #lower2 {
        width: 33%;
    }
    #lower3 {
        width: 33%;
    }
    #lower4 {
        width: 98%;
    }
    #socialfooter {
        width: 100%;
    }
	#featuredwrap {
		width: 100%;
		height: auto;
	}
    #featured1 {
        width: 48%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured2 {
        width: 48%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured3 {
        width: 48%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured4 {
        width: 48%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
	#quotewrap {
		height:130px
	}
	#quote { 
		max-width:100%; 
		display:block;
	}
	#quote a { 
		display:block; 
		width:100%; 
		margin:0 auto;
	}
	
}

@media (max-width: 480px) {
    * {
        width: auto;
        height: auto;
    }
    #contactpage form {
        width: 95%;
        margin-left: 3%;
    }
    #contactright {
        width: 95%;
        margin-left: 3%;
    }
    #upper1 {
        width: 95%;
        padding: 25px 2.5%;
        text-align: center;
        border-bottom: 1px solid white;
    }
    #upper2 {
        width: 95%;
        padding: 25px 2.5%;
        text-align: center;
        border-bottom: 1px solid white;
    }
    #upper3 {
        width: 95%;
        padding: 25px 2.5%;
        text-align: center;
        border-bottom: 1px solid white;
    }
    #upper4 {
        width: 95%;
        padding: 25px 2.5%;
        text-align: center;
    }
    #featuredwrap {
        height: auto;
    }
    #featured1 {
        width: 98%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured2 {
        width: 98%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured3 {
        width: 98%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #featured4 {
        width: 98%;
        margin-left: 2%;
        margin-top: -22px;
        vertical-align: top;
    }
    #quote {
        font-size: 19px;
        padding-top: 20px;
    }
    .pageimageright {
        width: 50%;
    }
    .subpages div {
        width: 45%;
    }
    #footerwrap {
        height: auto;
    }
}

@media (max-width: 430px) {
    * {
        width: auto;
        height: auto;
    }
    #quote {
        padding-top: 15px;
    }
    #quote a {
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    * {
        width: auto;
        height: auto;
    }
    #lower4 {
        font-size: 14px;
    }
    #lower4 img {
        width: 90%;
        margin: 5px;
    }
    #quote {
        font-size: 18px;
        padding-top: 10px;
    }
}

@media (max-width: 320px) {
    * {
        width: auto;
        height: auto;
    }
    .subpages div {
        width: 95%;
    }
    #lower1 {
        width: 95%;
        margin-left: 3%;
    }
    #lower2 {
        width: 95%;
        margin-left: 3%;
    }
    #lower3 {
        width: 95%;
        margin-left: 3%;
    }
    #lower4 a {
        font-size: 13px;
    }
}

/* DEBUG */

#debug {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background: #cfdaff;
    border-top: 12px solid #c4d2ff;
    border-bottom: 12px solid #c4d2ff;
}

#debug h1 {
    border: none;
    color: #001b51;
    text-transform: none;
    text-decoration: none;
}

#debug pre {
    color: #000d27;
}