@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #000000;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-x: hidden;
}

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,
#header1-wrap,
#services-wrap,
#gallery-wrap,
#footer-menu-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*border: 1px solid #bbbbbb;*/
    background: #ffffff;
    overflow: hidden;
}

#middle {
    margin: 0 15px 5px 15px;
    background: #ffffff;
    min-height: 100px;
    overflow: hidden;
}

/* DEFAULT STYLING */

a {
    color: #444444;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #444444;
    text-decoration: underline;
}

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: 16px;
    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 {
    max-width: 100%;
}

#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;
    background-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;
}

/* HEADER */

#header1-extend {
    background-color: #29A77C;
}

#header1-wrap {
    background-color: transparent;
}

/*#header1-wrap > div				{ height:41px;}*/

#header1-wrap a {
    color: #FFFFFF;
}

#header2-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

#address {
    line-height: 41px;
    vertical-align: middle;
    display: inline-block;
    color: #FFFFFF;
}

#search,
#search-f {
    display: inline-block;
    float: right;
    width: 205px;
}

#search input,
#search-f input {
    height: 41px;
}

#search input[type='text'],
#search-f input[type='text'] {
    max-width: 165px;
    width: 80%;
    background-color: #3FB089;
    border: 1px solid #3FB089;
    color: #FFFFFF;
}

#search input[type='submit'],
#search-f input[type='submit'] {
    max-width: 41px;
    width: 20%;
    vertical-align: top;
    background-color: #54B996;
    border: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
}

#social-h {
    display: inline-block;
    float: right;
    line-height: 12px;
}

#social-h svg,
#social-f svg {
    width: 28px;
    height: 28px;
    margin: 7px 7px;
}

.socialIconLinks .st0 {
    fill: #FFFFFF;
}

.socialIconLinks:hover,
.socialIconLinks:focus {
    opacity: 0.5;
    text-decoration: none;
}

/* HORIZONTAL MENU */

#header2-extend {
    background-color: #FFFFFF;
    background-image: url("../images/header-bg.png"), url("../images/header-bg.png");
    background-repeat: no-repeat;
    background-position: center left, center right;
    position: relative;
    z-index: 30;
}

#header2-wrap {
    background-color: #FFFFFF;
}

#header {
    display: inline-block;
    margin: 23px 0;
    width: 35%;
}

#header img {
    width: 100%;
    max-width: 361px;
}

#header-2 {
    position: relative;
    display: inline-block;
    height: 144px;
    width: 65%;
    float: right;
    overflow-y: visible;
}

#phone {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 34px;
}

#phone img {
    margin-right: 15px;
}

#menu {
    position: absolute;
    bottom: 0;
    right: 0;
}

#menuh {
    position: static;
    font-size: 16px;
}

#menuh nav {
    display: block;
    text-align: right;
}

#menuh nav a {
    display: block;
    padding: 10px 20px 20px 20px;
    text-decoration: none;
    color: #000000;
}

#menuh nav ul li ul a {
    color: #000000;
}

#menuh nav a.active {
    background-color: #DFF2EB;
}

#menuh nav a.active-child {
    background-color: #ccc;
}

#menuh nav ul {
    margin: 0;
    padding: 15px 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;
    background: #fff;
    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;
    min-width: 120px;
    text-align: center;
}

#menuh nav ul li:hover,
#menuh nav ul li:focus {
    background: #54b996;
    color: #000000;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    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: #54b996;
    display: block;
    color: #000000;
    width: 100%;
    min-width: 150px;
}

#menuh nav ul li ul li:hover,
#menuh nav ul li ul li:focus {
    background: #29A77C;
}

#menuh nav ul li:hover ul,
#menuh nav ul li:focus ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* SLIDESHOW */

#slideshow {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.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 a:hover,
.cycle-slide a:focus {}

.cycle-slide img {
    line-height: 0;
    max-width: 1920px;
    width: 100%;
    height: auto;
}

.slideshow-overlay {
    position: absolute;
    padding: 10px;
    bottom: 0;
    max-width: 1100px;
    width: 95%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.slideshow-text {
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 20px;
    vertical-align: top;
}

.slideshow-pager {
    display: inline-block;
    width: 100%;
    text-align: right;
    text-align: center;
}

.slideshow-pager a {
    border: 1px solid red;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    border: 3px solid #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.slideshow-pager a.cycle-pager-active {
    border-color: #000;
}

.slideshow-pager a:hover,
.slideshow-pager a:focus {}

#slideshow-buttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 60%;
    width: 100%;
    max-width: 1100px;
    z-index: 10;
}

#prevbutton,
#nextbutton {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#nextbutton {
    right: 0;
}

/* HOME SUBPAGES */

#home-sub-expand {
    position: relative;
    z-index: 25;
    background-image: url("../images/body-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    /*overflow: hidden;*/
}

#home-sub {
    border-bottom: 2px solid #29A77C;
    height: 100%;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#home-sub-pos {
    background-color: transparent;
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.home-subpage {
    display: inline-block;
    margin: 0 3% 0 3%;
    width: 27%;
    text-align: center;
    position: relative;
    min-height: 385px;
    vertical-align: top;
}

.subpage-title,
.subpage-sum {
    margin-bottom: 35px;
}

.subpage-title {
    font-weight: bold;
    z-index: 10;
    position: relative;
}

.home-subpage a {
    display: inline-block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #2EA97f;
    color: #2EA97f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

.home-subpage a:hover {
    color: #FFFFFF;
    background-color: #29A77C
}

.home-subpageImg {
    background-image: url("../images/subpage-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0;
}

.home-subpage img {
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
}

.home-subpage:hover img {
    transform: scale(1.2);
}

#wrapper-bg {
    background-image: url("../images/body-bg.png");
    background-repeat: no-repeat;
    background-position: center left;
}

/* PAGE TREE */

#pagetree {
    text-align: right;
}

#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;
}

/* 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 {
    height: auto;
    padding: 0;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.social { 
	position:relative; 
	display:inline-block;
	margin:50px 0;
}
.social h6 {
	color:000;
	font-weight:800;
	margin:0;
}

@media (max-width:460px) {
    #social {
        height: auto;
        padding: 20px 30px;
        overflow: hidden;
        float: right;
        width: initial;
    }
    .a2a_label {
        display: none;
    }
}

/* SEARCH */

#results ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#results ul li {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    margin: 3px 0 10px 0;
}

#results .title {
    padding-bottom: 5px;
}

#results .title a {
    font-weight: bold;
}

#results small {
    display: block;
    color: #578a1e;
    margin-top: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#results .desc {
    font-size: 12px;
    line-height: 18px;
    width: 400px;
    max-width: 100%;
}

/* 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,
.pagegalleryimage a:focus 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,
#adminpage table label:focus {
    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: 19%;
    margin: 4px 4px 4px 2px;
    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,
.subpages a:focus img {
    opacity: 0.7;
}

/* CONTACT MESSAGE */

#contact {
    clear: both;
    width: auto;
    margin: 20px auto;
    background: #cccccc;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

/* CONTACT */

#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;
}

#contact-us {
    width: 47%;
    float: left;
    display: inline-block;
}

#contactpage {
    background-color: #EEEEEE;
    width: 47%;
    float: right;
    padding: 20px;
    display: inline-block;
}

iframe {
    width: 100%;
    border: none;
}

#contact-us iframe {
    height: 400px;
}

/* SITE FORMS */

.form {
    overflow: hidden;
    text-align: left;
    width: 560px;
    max-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: 35%;
    float: left;
    padding-right: 10px;
    line-height: 24px;
}

.form>div>div {
    width: 65%;
    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: 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%;
    }
}

/* SERVICES */

#services-extend {
    background-color: #29a77c;
}

#services-wrap {
    background-color: transparent;
    text-align: center;
}

#services-wrap * {
    color: #FFFFFF;
}

#services-wrap ul {
    list-style: none;
}

#services-wrap li {
    position: relative;
    padding: 10px 10px;
    font-size: 20px;
}

#services-wrap li::before {
    position: absolute;
    margin-left: -40px;
}

#services-wrap li:nth-child(odd)::before {
    content: url("../images/bullet-odd.png");
}

#services-wrap li:nth-child(even)::before {
    content: url("../images/bullet-even.png");
}

/* FOOTER GALLERY */

#gallery-wrap {
    text-align: center;
    margin: 80px auto;
}

#gallery-wrap .pagegalleryimage {
    margin: 10px 23px;
    width: 13%;
    padding-bottom: 13%;
}

#gallery-wrap .pagegalleryimage img {
    width: 100%;
    height: auto;
}

#gallery-wrap .pagegalleryimage:first-child {
    margin-left: 0;
}

#gallery-wrap .pagegalleryimage:last-child {
    margin-right: 0;
}

/* FOOTER */

#footer-menu-extend {
    background-image: url("../images/footer-bg.png")
}

#footer-menu-wrap {
    background-color: transparent;
    padding: 80px 0;
}

.footer-menu {
    width: 18.666667%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.footer-menu * {
    color: #000000;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu ul li {
    margin: 7px 0;
}

.footer-menu a {
    text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu #search-f {
    width: 100%;
}

.footer-menu #search-f input[type='text'] {
    background-color: #73D9B7;
    border-color: #73D9B7;
    opacity: 0.5;
    padding-left: 10px;
}

.footer-menu #search-f input[type='submit'] {
    background-color: #84E0C0;
    opacity: 0.5;
}

#footer-logo {
    width: 37%;
    display: inline-block;
    float: right;
    text-align: center;
    margin-right: 10px;
}

#footer-logo img {
    width: 100%;
    max-width: 380px;
    height: auto;
}

#footer {
    clear: both;
    padding: 5px 10px;
    border-top: 1px solid #bbbbbb;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

#footer a {
    font-size: 11px;
    text-decoration: underline;
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
}

#footer img {
    margin-left: 5px;
    vertical-align: top;
}

@media (max-width: 1025px) {
    #header-2 {
        height: 180px;
        width: 50%;
    }
    #menuh nav ul {
        display: flex;
    }
}

@media (max-width: 670px) {
    .home-subpage {
        width: 44%;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    #header {
        width: 100%;
        text-align: center;
    }
    #header-2 {
        display: block;
        width: 100%;
        height: auto;
    }
    #phone {
        display: none;
    }
    /* Horizontal Menu */
    #menuhinner {
        max-height: none;
    }
    #menu {
        position: static;
    }
    #toggleMenu {
        background: url("../images/menu-icon.png") 15px 15px no-repeat;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px 13px 43px;
        cursor: pointer;
        background-color: #54b996;
    }
    #menuh {
        min-width: 0px;
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        text-align: left;
        display: block;
        overflow: hidden;
        background-color: #54b996;
    }
    #menuh a {
        /*width: 100%;*/
        margin: 0px auto;
        padding: 0px;
        text-align: left;
    }
    #menuh nav ul {
        display: inline;
    }
    #menuh ul {
        position: relative;
        min-width: 100%;
        float: left;
        display: block;
        overflow: hidden;
    }
    #menuh ul li {
        width: 100%;
        height: auto;
        margin: 0px;
        border: 0px;
        color: #ffffff;
        display: block;
        padding-left: 20px;
    }
    #menuh nav ul li {
        background-color: #54b996;
        width: 100%;
        border-left: none;
        border-right: none;
    }
    #menuh nav ul li:hover {
        background-color: #29A77C;
    }
    #menuh nav ul li:first-child {
        border-left: none;
    }
    #menuh nav {
        border-right: none;
    }
    #menuh nav a.active {
        background-color: #29A77C;
    }
    #menuh nav ul li a {
        color: #FFFFFF;
        padding: 15px 5px 15px 33px;
    }
    #menuh nav ul {
        padding: 12px 0 0 0;
        font-size: 15px;
        font-weight: bold;
    }
    #menuh .menuhselect a {
        position: relative;
        padding: 0px;
        border-left: 0px;
        width: 100%;
        height: auto;
        padding: 2% 2% 2% 2%;
        color: #ffffff;
        font-weight: bold;
    }
    #menuh .menuhnotselect a {
        position: relative;
        background-color: pink;
        float: left;
        padding: 0px;
        border: 0px;
        max-width: 100%;
        width: 100%;
        padding: 2% 2% 2% 2%;
        color: #ffffff;
    }
    #menuh .menuhnotselect a:hover {
        position: relative;
        float: left;
        padding: 0px;
        border: 0px;
        width: 100%;
        height: auto;
        padding: 2% 2% 2% 2%;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        opacity: 0.4;
    }
    #menuh .menuhselect a {
        color: #ffffff;
        border: 0px;
        font-weight: bold;
    }
    #menus {
        min-width: 0px;
        width: 100%;
        height: 30px;
    }
    #menuh ul li ul {
        display: none;
    }
    #menuh ul li ul li {
        display: none !important;
    }
    #menuh ul li ul li ul {
        display: none;
    }
    /* Hide Secondary Levels */
    #menuh ul li:hover ul,
    #menuh ul li:hover ul li ul,
    #menuh ul li:hover ul li a,
    #menhu ul li:hover ul li:hover ul {
        display: none;
    }
}

/* 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;
    }
    /* 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: 23%;
    }
    /* Contact */
    #contacttext iframe {
        width: 100%;
    }
    /* Contact Us */
    #contactpage,
    #contact-us {
        width: 95%;
        padding: 10px;
    }
    #gallery-wrap {
        margin: 20px auto;
    }
    .footer-menu {
        width: 45%;
    }
    #footer-logo {
        width: 45%;
    }
}

/* 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;
}