@font-face {
    font-family: 'OpenSans';
    font-weight: 100;
    font-style: normal;
    src: url('fonts/OpenSans400.eot');
    src: url('fonts/OpenSans400.eot?#iefix') format('embedded-opentype'), local('OpenSans'), local('OpenSans'), url('fonts/OpenSans400.woff2') format('woff2'), url('fonts/OpenSans400.woff') format('woff'), url('fonts/OpenSans400.ttf') format('truetype'), url('fonts/OpenSans400.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Khula';
    font-weight: 100;
    font-style: normal;
    src: url('fonts/Khula/Khula-regular.eot');
    src: url('fonts/Khula/Khula-regular.eot?#iefix') format('embedded-opentype'), local('Khula'), local('Khula'), url('fonts/Khula/Khula-regular.woff2') format('woff2'), url('fonts/Khula/Khula-regular.woff') format('woff'), url('fonts/Khula/Khula-regular.ttf') format('truetype'), url('fonts/Khula/Khula-regaular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-weight: 100;
    font-style: normal;
    src: url('fonts/Lato-Light.ttf');
    
}

body,html{height:100%}

body {
    background-color:#fff;
    margin:0px;
    padding:0px;
    font-family:OpenSans;
    font-size:14px;
}


/* Mobile */
@media only screen and (max-width: 700px) {
    
    /* Header */
    .HeaderRow {
        width: 100%;
        height: 250px;
        margin-bottom: 2px;
        background-color: #72bce1;
        position: relative;
        background-image:url("../CSS/Images/H1m.jpg");
        background-repeat:no-repeat;
    }
    .HeaderLogo {
        position: relative;
        top: 60px;
        left: 10px;
        width: 100%;
        font-family: 'Times New Roman';
        font-size: 40px;
        color: #fff;
    }
    .HeaderText {
        position: relative;
        top: 70px;
        left: 10px;
        font-family: OpenSans;
        font-size: 17px;
        color: #fff;
    }

    /* Navigation */
    .NavRow {
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        padding:4px 0px 0px 0px;
        font-family: OpenSans;
        font-size: 15px;
        background-color: #fff;
        border-bottom: 1px solid #bebebe;
        position: fixed;
        z-index: 100;
    }
    .NavLeft{
        width:50%;
        float:left;
    }
    .NavRight{
        width:40%;
        float:right;
        text-align:right;
    }

    /* DIVS and layout */
    .Col-1 {
        width: 100%
    }

    .Col-2 {
        width: 100%;
     
    }

    .Col-3 {
        width: 100%;
        margin-bottom:20px;
    }

    .Col-4 {
        width: 50%;
        float: left;
    }
    .Col-Brk {
        clear: both;
    }

    /* Sections / Rows */
    .Row {
        width: 100%;
    }
    .RowContent{
        width:98%;
        margin-left:auto;
        margin-right:auto;
    }
    .InnerContainer {
        box-sizing: border-box;
        padding: 6px;
    }
    .ImgFrontContainer {
        width: 100%;
        overflow: hidden;
        height: 150px;
    }

    .ImgFront {
        width: 100%;
        height:auto;
    }
    .ImgMainFeature {
        width: 35%;
        min-height: 150px;
        float:right;
        clear:right;
        margin-left:8px;
    }

        .ImgMainFeature img {
            width: 100%;
        }

    .ImgMainFeatureText {
        background-color: #000;
        color: #fff;
        box-sizing: border-box;
        padding: 4px;
        text-align: center;
        font-size: 13px;
        margin-top:-4px;
        margin-bottom:6px;
    }
    .ReviewBox {
        width: 50%;
        float: left;
        font-size: 13px;
        height: 250px;
        margin-bottom: 12px;
      text-align:center;
        
    }
    .ReviewImage {
        width: 100%;
        margin-bottom: 6px;
        text-align:center;
    }

        .ReviewImage img {
            width: 60%;
        }
    .ListItem {
        box-sizing: border-box;
        padding: 4px;
        margin-bottom: 6px;
    }

    .BoxFixed {
        height: 300px;
        box-sizing: border-box;
        padding: 10px;
    }

    .BoxContent {
        clear: both;
    }

    .GalBox {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 6px;
    }
    .GalBox img{width:100%;}
    .LowerMenu {
        background-color: #197dc8;
        color: #fff;
        box-sizing: border-box;
        padding: 4px;
        margin-top: 4px;
        text-align: center;
        font-size: 14px;
        width: 50%;
        float: left;
        border: 1px solid #fff;
        height: 40px;
        line-height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .LowerMenu:hover {
            background-color: #0f5e98;
            cursor: pointer;
        }

    .QuoteImage {
        width: 100%;
    }

    .QuoteLarge {
        font-family: OpenSans;
        font-size: 24px;
        color: #ffffff;

    }

    .QuoteText {
        font-family: OpenSans;
        font-size: 19px;
        font-style: italic;
        color: #dddddd;

    }

}


/* Desktop */
@media only screen and (min-width:700px) {

    /* Header */
    .HeaderRow {
        width: 100%;
        height: 450px;
        margin-bottom: 2px;
        background-color: #72bce1;
        position: relative;
        background-image: url("../CSS/Images/H1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .HeaderLogo {
        position: relative;
        top: 100px;
        left: 20px;
        width: 100%;
        font-family: 'Times New Roman';
        font-size: 50px;
        color: #fff;
    }

    .HeaderText {
        position: relative;
        top: 100px;
        left: 20px;
        font-family: OpenSans;
        font-size: 17px;
        color: #fff;
    }

    /* Navigation */
    .NavRow {
        width: 100%;
        height: 40px;
        font-family: OpenSans;
        font-size: 15px;
        background-color: #fff;
        border-bottom: 1px solid #bebebe;
        position: fixed;
        z-index: 100;
    }

    .NavLeft {
        width: 50%;
        float: left;
    }

    .NavRight {
        width: 40%;
        float: right;
        text-align: right;
    }

    /* DIVS and layout */
    .Col-1 {
        width: 100%
    }

    .Col-2 {
        width: 50%;
        float: left;
    }

    .Col-3 {
        width: 33.33%;
        float: left;
    }

    .Col-4 {
        width: 25%;
        float: left;
    }

    .Col-75 {
        width: 75%;
        float: right;
    }

    .Col-Brk {
        clear: both;
    }


    /* Sections / Rows */
    .Row {
        width: 100%;
    }

    .RowContent {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .InnerContainer {
        box-sizing: border-box;
        padding: 6px;
    }

    .InnerContainer2 {
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
    }

    .ImgFrontContainer {
        width: 100%;
        overflow: hidden;
        height: 200px;
    }

    .ImgFront {
        width: 95%;
    }

    .ImgMainFeature {
        width: 250px;
        min-height: 150px;
        float: right;
        clear: right;
        margin-left: 8px;
    }

        .ImgMainFeature img {
            width: 100%;
        }

    .ImgMainFeatureText {
        background-color: #000;
        color: #fff;
        box-sizing: border-box;
        padding: 4px;
        text-align: center;
        font-size: 13px;
        margin-top: -4px;
        margin-bottom: 6px;
    }

    .ReviewBox {
        width: 23%;
        float: left;
        font-size: 13px;
        height: 280px;
        margin-bottom: 6px;
        
        text-align:center;
    }
    .ReviewImage{
        width:90%;
        margin-bottom:2px;
        text-align:center;
        height:200px;
        margin-left:auto;
        margin-right:auto;
    }
    .ReviewImage img{
        margin:auto;
       
    }
    .ListItem {
        box-sizing: border-box;
        padding: 4px;
        margin-bottom: 6px;
    }

    .BoxFixed {
        height: 300px;
        box-sizing: border-box;
        padding: 10px;
    }

    .BoxContent {
        clear: both;
    }

    .GalBox {
        width: 33.33%;
        float: left;
        box-sizing: border-box;
        padding: 6px;
        min-height: 300px;
    }

        .GalBox img {
            width: 100%;
        }

    .LowerMenu {
        background-color: #197dc8;
        color: #fff;
        box-sizing: border-box;
        padding: 4px;
        margin-top: 4px;
        text-align: center;
        font-size: 14px;
        width: 25%;
        float: left;
        border: 1px solid #fff;
        height: 40px;
        line-height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .LowerMenu:hover{
        background-color:#0f5e98;
        cursor:pointer;
    }
    .QuoteImage{
        width:20%;
        float:left;
        margin-right:10px;
        clear:right;
    }
    .QuoteLarge{
        font-family:OpenSans;
        font-size:34px;
        color:#ffffff;
        width:65%;
        float:right;
    }
    .QuoteText {
        font-family: OpenSans;
        font-size: 24px;
        font-style: italic;
        color: #dddddd;
        width:65%;
        float:right;
    }
    .QuoteSmall {
        font-family: OpenSans;
        font-size: 20px;
        font-style: italic;
        color: #dddddd;
        width: 65%;
        float: right;
    }

}

/* Ambiguous */
    /* Fonts and colour */
    h1{
        font-family:Lato;
        font-size:30px;
        margin-bottom:7px;
        margin-top:5px
    }
    h2 {
        font-family:Lato;
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 5px
    }
h3 {
    font-family: Lato;
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 5px;
    line-height:20px;
}
h4 {
    font-family: Khula;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 20px;
}
.MoreFont{
    font-size:16px;
}

    .BGgrey{
        background-color:#efefef;
    }
    .BGblue{
        background-color:#72bce1;
    }
    .BGwhite{
        background-color:#fff;
    }
.BGred {
    background-color:#d38862;
}
.BGgreen {
    background-color: #8dbf88;
}
.BGpurp {
    background-color: #9d809f;
}
.BGdark{
    background-color:#555555;
    color:#ffffff;
}
    .FooterRow{
        background-color:#555555;
        color:#fff;
        font-family:OpenSans;
        font-size:13px;
        height:32px;
        vertical-align:bottom;
        margin-top:10px;
        margin-bottom:30px;
        clear:both;
    }
    .FooterPad{
        box-sizing:border-box;
        padding:5px;
    }
    .FooterPad a{
        color:#fff;
        text-decoration:underline;
    }
a {
    color: #197dc8;
    text-decoration: none;
    border: 0px;
}

a:hover {
    color: #197dc8;
    text-decoration: underline;
}

a:visited {
    color: #197dc8;
    border: 0px;
}

.TXTbox {
    border: 1px solid #555555;
    border-style: solid;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.TabCell{
    background-color:#555555;
    color:#fff;
    padding:4px;
    width:15%;
    font-family:OpenSans;
    font-size:14px;
}
TEXTAREA, INPUT[type="text"] {
    font-family: OpenSans;
    font-size: 14px;
    box-sizing: border-box;
}
.ErrDiv {
    background-color: #821616;
    color: #fff;
    box-sizing: border-box;
    padding:8px;
    text-align:center;
}
.Confirm {
    background-color: #a4c4a1;
    color: #000000;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
}
.Wht{
}
.Wht a{color:#fff;}
.Caption{
    background-color:#fff;
    color:#3f6437;
    font-size:12px;
    box-sizing:border-box;
    padding:3px;
}
.PageHeader{
    width:100%;
    height:200px;
    clear:both;
}
.PageHeader img{
    width:100%;
}