﻿/*Header Custom*/
.header-height {
    height: 100%;
    max-height: 50px
}

.header-bar {
    width: 100%;
    background-color: #FFF;
    text-align: center;
}
.clearmobile{
    clear:none;
}
.infopane {
    padding-top: 1%;
    padding-bottom: 1%;
}
.footer-header{
    padding: 8px 0 8px 0;
    height:40px;
    line-height:24px;
    font-size:20px;

}
.footer p {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
}
/*Image Zoom*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.item {
    position: relative;
    margin: 2% 2% 2% 0;
    overflow: hidden;
    width: 540px;
}

    .item img {
        max-width: 100%;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .item:hover img {
        -moz-transform: scale(1.8);
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

.featuredimage {
    position: relative;
    max-height: 340px;
    object-fit: cover;
    overflow: hidden;
}

    .featuredimage img {
        max-height: 340px;
        min-height: 0px;
        object-fit: cover;
        overflow: hidden;
    }


/*Colour Box*/
.logosmall {
    left: 0;
    right: 0;
    width: 100%;
    height: 50vw;
    max-height: 60px;
    min-width: 60px;
    margin-top: 5px;
    z-index: 5;
    background-color: FFF;
}
/*Transparent Overlay*/
.topoverlaybar {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 154px; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.topoverlaymenu {
    left: 0;
    right: 0;
    top: 110px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    position: fixed;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-top: solid 2px dimgray;
}

.menubutton {
    width: 20%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
}


/*Column Blocks*/
.block-image {
    position: relative;
    height: 250px;
    max-height: 300px;
    width: 100%;
}

.block-image-front {
    height: 200px;
    width: 100%;
    border: 1px solid #333;
    margin: 2% 2% 2% 0;
}

.block-image-gallery {
    height: 350px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-image-text{

}

.block-texthighlight {
    width: 100%;
    color: #FFF;
    background-color: #1D6A8B;
    margin-top: 24px;
    height: 200px;
}

.block-innertext {
    width: 80%;
    height: 80%;
    top: 10%;
    margin: 0 auto;
    position: relative;
    font-size: 0.85em;
}

.block-mainimage {
    height: 400px;
    width: 100%;
}

.backroundimage {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 40vw;
    max-height: 40vh;
}

.block-text {
    height: 100%;
    min-height: 40px;
    width: 100%;
}

.block-text-small {
    height: 100%;
    min-height: 80px;
}

.post-preview {
    max-width: 100%;
    overflow: hidden;
    position: relative; /* new stuff from here down... */
}

.overlaylink {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post-preview:hover .overlaylink {
    display: block;
}
/*Overlay Text*/
.overlay {
    text-align: left;
    position: relative;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3em;
}
.overlaytext {
    position: relative;
    display: block;
    top: 25%;
    color: white;
    font-size: 1.4em;
    text-shadow: 1px 1px #aaa;
    z-index: 40;
    opacity: 2.0;
    font-family: 'Cinzel', serif;
    letter-spacing: 10px;
    text-align: center;
    font-size: 2em;
    line-height:1.5em;
}
/*Small Overlays*/
.overlay-small-header {
    text-align: left;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1em;
    width: 80%;
}

.overlay-small-text {
    text-align: left;
    position: absolute;
    top: 44px;
    left: 24px;
    width: 90%;
    color: #e0d7cc !important;
    font-size: 16px !important;
    line-height: 24px;
}

/*Buttons*/
A.mainbutton:link {
    padding: 20px;
    max-width: 250px;
    background: #0e2849;
    color: white !important;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 1.0em;
    border-radius: 5px;
    border: 2px solid white;
}

A.mainbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #0e2849;
}

A.mainbutton:hover {
    background: white;
    color: black !important;
}

A.mainbuttonsmall:link {
    padding: 10px;
    max-width: 250px;
    color: white !important;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 0.7em;
    border-radius: 5px;
    border: 2px solid white;
}

A.mainbuttonsmall:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #c71119;
}

A.mainbuttonsmall:hover {
    background: white;
    color: black !important;
}


/*Footer Custom*/
.footer-height {
    height: 100%;
    min-height: 500px
}
.footer-left{
    width:250px;
    margin-top: 80px;
}
.footer-right {
    width:662px;
    margin-top: 80px;
    float:right;
}
.mobilepad{
    padding:0px;
}
/*Overlay Text*/

/*Specific Cell Movement*/
.nudge {
    padding-top: 20%;
}

/*Colour Bars*/
.lightblue-bg {
    width:100%;
    background-color: #5f9ad6;
    color:#FFF;
    padding: 8px 0 8px 0;
}
.darkblue-bg {
    width: 100%;
    background-color: #1d6a8b;
    color: #FFF;
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
}
.green-bg {
    width: 100%;
    background-color: #16a085;
    color: #FFF;
    padding: 8px 0 8px 0;
}
.orange-bg {
    width: 100%;
    background-color: #f39c11;
    color: #FFF;
    padding: 8px 0 8px 0;
}
.concrete-bg {
    width: 100%;
    background-color: #aab7b7;
    color: #FFF;
    padding: 8px 0 8px 0;
}
/*Main Layout Columns*/
.main-column {
    width: 67%;
    background-color: #ececec;
}

.side-column {
    width: 33%;
}

/*Column Blocks*/
.block-image {
    height: 250px;
    width: 100%;
}

.block-mainimage {
    height: 400px;
    width: 100%;
}

.backroundimage {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 40vw;
    max-height: 40vh;
}

.block-text {
    height: 100%;
    font-size: 0.8em;
    min-height: 80px;
}

.block-text-small {
    height: 100%;
    min-height: 80px;
}
/*News Highlights*/
.stack3 {
    height: calc(-3px + (100% / 3));
    margin-bottom: 3px;
}

.stackedimage {
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    min-height: 90px;
}
/*Cell Background Colours*/
.darkbg {
    background-color: dimgray
}

.socialblue {
    background-color: #1D6A8B;
}


/*small tiles 5 wide*/
.smalltiles {
    width: 18%;
    margin: 10px 1% 10px 1%;
}
/*Social Buttons*/
.socialbuttons {
    Width: 33%;
    height: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #FFF;
    font-weight: normal !important;
    font-size: 10px;
}

.twitterbg {
    background-color: rgb(55, 183, 245);
}

.facebookbg {
    background-color: rgb(10, 119, 255);
}

.googlebg {
    background-color: rgb(255, 10, 21);
}

.banner {
    width: 100%;
    height: 92vh;
    max-height: 10000px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
}
.bannerhalf {
    width: 100%;
    height: 40vw;
    max-height: 500px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
}
.bannerbottom {
    width: 100%;
    height: 30vh;
    max-height: 10000px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
    margin-bottom:0px;
}
.bannersmall {
    width: 100%;
    background-color: rgba(27, 27, 31, 0.71);
    color: #aaa !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 10%;
    position: relative;
    bottom: Calc((-90%) + 20px);
}

.bannerbar {
    width: 100%;
    background-color: rgba(27, 27, 31, 0.71);
    color: #aaa !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 12%;
    position: relative;
    bottom: Calc((-88%) + 20px);
}
.bannerfix{
    max-height:200px;
    width:100%;
    object-fit:cover;
}
.bannerbox {
    margin: auto;
    border: 2px solid white;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    height: 150px;
    transform: translate(-0%, 100%);
    /*Center Vertically*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.wrap{
    width:60%;
}
.gallerytop {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    overflow: hidden;
}
    /*Banner Span Style*/
    .bannerbar span {
        font-size: 1.6em;
        font-family: 'Open Sans', sans-serif;
    }

.bluetitle {
    background-color: #5c96d6;
    color: #FFF;
    padding: 4px 0 4px 10px;
}

.greytitle {
    background-color: #505050;
    color: #FFF;
    padding: 4px 0 4px 10px;
}


/*Header Styles*/
h1 {
    font-size: 2.0em;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'heldane', serif;
    color: #333;
}

h2 {
    font-size: 47px;
    height:50.4px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'heldane', serif;
    font-weight:600;
    color: #333;
}
h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    text-decoration:none!important;
    font-weight:bold;
}
h4 {
    font-size: 20px!important;
    height:30px;
    margin-bottom: 10px;
    font-family: 'heldane', serif;
    font-weight:400;
    color: #333;
    padding: 0 0 10px 0;
    border-bottom: 0.7px solid #C52424;
}
h5 {
    font-size: 42px !important;
    line-height:50.4px;
    font-family: 'heldane', serif;
    color: #e0d7cc;
    font-weight:400;
}
h6 {
    font-size: 16px;
    height: 50.4px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
}
h7 {
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'heldane', serif;
    font-weight: 700;
    color: #333;
}
h8 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'heldane', serif;
    font-weight: 700;
    color: #333;
}
.h3 a:link, h3 a:visited {
    padding: 0;
    text-decoration: none!important;
    color: #333;
}

    h3 a:link:active {
        color: #ff6a00;
        text-decoration: underline;
    }

    h3 a:link:hover {
        color: #ff6a00;
        text-decoration: underline;
    }

.producttitle {
    font-size: 2.0em;
    font-family: 'heldane', serif;
    color: #333;
}
/*Text*/
.spacer{
    letter-spacing:1px;
    line-height:14.39px;
}
.spacerthin {
    letter-spacing: 0.5px!important;
}
.smalltext {
    font-size: 12px;
    margin-bottom: 4px;
    color: #000;
}
.prodtext{
    font-size:12px!important;
    letter-spacing:1px;
    line-height:14.39px;
}
.smalltextwhite {
    font-size: 0.8em;
    margin-bottom: 4px;
    color: #FFF;
}

.blockbg {
    background-color: #FFF;
}

.nomargin {
    margin: 0px;
}
p a {
    color: #000 !important;
    text-decoration:underline;
}

    p a:hover {
        color: #3a989a;
    }

/*Fixed Top Buttons*/
.fixedbuttons{
    z-index:9999;
    display:block;
    position: fixed;
    top:0;
    right:0;
    margin-top:10px;
    margin-right:5px;
}

/*Social Bar*/
.darktext {
    color: #2C2F35;
}

.darkborder-right {
    border-right: 1px solid white;
}

.border-right {
    border-right: 1px solid #efefef;
}


/*Topmenu*/
.topmarque {
    width: 65px;
    padding: 5px;
    display: block;
    margin-left:10px;
    margin-top:-80px;
    z-index:999;
    position:absolute;
}
.social {
    color: #FFF;
}

    .social a:link {
        color: #FFF;
    }

    .social a:visited {
        color: #FFF;
    }

    .social a:hover {
        color: #ffd800;
    }

    .social a:active {
        color: #ffd800;
    }


.news img {
    max-height: 100px;
    max-width: 100%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }
A.pagelink:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #505050;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.pagelink-on {
    color: #FFF !important;
    text-decoration: none;
    background-color: #505050;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

A.pagelink:link {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

A.pagelink:visited {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.col12article {
    width: 98%;
    padding: 1%;
}

.height22 {
    height: 22vw;
    max-height: 25vh;
}

.height23 {
    height: 22vw;
    max-height: 25vh;
}

.profileimage {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    box-shadow: 0px 0px 0px 1.5px #8e9296;
}

.profileimage2{
    width:80%;
}

@media only screen and (max-width : 1015px) and (min-width : 621px) {
    span{
        font-family: 'Open Sans', sans-serif;
        }
}
/*Stripes*/


.stripe:nth-child(even) {
    background: #FFF
}

.stripe:nth-child(odd) {
    background: #f6f6f6;
}


/*Mobile*/
@media only screen and (max-width : 620px) {

    .topmarque {
        width: 65px;
        left:40%;
        padding: 5px;
        display: block;
        margin-top: -90px;
        z-index: 999;
        position: absolute;
    }


    h6 {
        font-size: 16px;
        height: 50.4px;
        margin-bottom: 10px;
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #333;
    }
    h2 {
        font-size: 26px;
    }
    .main-column {
        width: 100%;
        padding: 1% 0 1% 0;
    }

    .side-column {
        width: 100%;
        padding: 1% 0 1% 0;
    }

    .footer-height {
        height: 100%;
        min-height: 10px;
        text-align:center;
    }

    .footer-line {
        border-left: 0px;
        padding: 20px;
    }
    .footer p {
        text-align: center;
    }
    .mobilepad{
        padding:20px;
    }
    .header-height {
        height: 100%;
    }
    .clearmobile {
        clear: both;
    }


    .block-text {
        height: 100%;
        min-height: 10px;
        font-size: 14px;
        text-align: left;
        margin:2%;
    }

    .block-text-small {
        height: 100%;
        min-height: 80px;
    }

    .justify {
        text-align: center;
        padding: 0;
    }

    span {
        font-family: 'Open Sans', sans-serif;
    }

    .featuredimage {
        position: relative;
        max-height: 300px;
        object-fit: cover;
        overflow: hidden;
    }

        .featuredimage img {
            max-height: 300px;
            min-height: 0px;
            object-fit: cover;
            overflow: hidden;
        }

    .height22 {
        height: 60vw;
        max-height: 30vh;
    }

    .height23 {
        height: 160vw;
        max-height: 100vh;
    }

    .infopane {
        border: 1px solid #efefef;
        padding: 0%;
        margin-left: 0%;
        font-size: 2vw;
        text-align: center !important;
        width: 99.33333%;
    }


    .mobilebuffer {
        padding: 4px 0 4px 0;
    }

    .mobilecenter {
        text-align: center;
    }

    /*small tiles 2 wide*/
    .smalltiles {
        width: 48%;
        margin: 10px 1% 10px 1%;
        display: inline;
    }

    .doubletiles {
        width: 98%;
        margin: 10px 1% 10px 1%;
        display: inline;
    }

    .banner {
        font-size: 3vw;
    }

    .bannersmall {
        width: 100%;
        background-color: rgba(27, 27, 31, 0.71);
        color: #aaa !important;
        text-align: center;
        padding-top: 1vw;
        padding-bottom: 9vw;
        height: 0vw;
        position: relative;
        bottom: Calc((-100%) + 10vw);
    }

    .bannerbar {
        width: 100%;
        background-color: rgba(27, 27, 31, 0.71);
        color: #aaa !important;
        text-align: center;
    }
    .bannerbar-slim {
        width: 100%;
        background-color: #1B1B1F;
        color: #AAA !important;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
    }

    .darkborder-right {
        border-right: 0;
    }

    .col12article {
        width: 100%;
        padding: 0%;
    }

    .stackedimage {
        height: 100%;
        background-size: cover;
        background-position-x: center;
        background-position-y: top;
        min-height: 200px;
    }
    .profileimage2 {
        width: 100%;
    }
    .lightblue-bg {
        width: 100%;
        padding: 1% 0 1% 0;
    }

    .footer-left{
        width:100%;
    }
    .footer-right {
        width: 100% !important;
        float:left;
    }
}



input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
    input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
