﻿/* -------------------------------------------------- */
/*              RESPONSIVE GRID SYSTEM                */
/* -------------------------------------------------- */

/*
	1.  BASIC PAGE SETUP
	2.  MAIN LAYOUT
	3.  NAVIGATION
	4.  HEADINGS
	5.  PARAGRAPHS
	6.  LISTS
	7.  LINKS
	8.  COLOURS
	9.  IMAGES
	10. TABLES
    11. FORMS
    12. HOME BOXES
    14. REPSONSIVE
*/	

/* -------------------------------------------------- */
/*               1. BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
    color: #393939;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
}

body, html {
    height: 100%;
    }

@font-face {
    font-family: 'Edwardian Script ITC';
    src: url('../EdwardianScriptITC.woff2') format('woff2'), url('../EdwardianScriptITC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------------------- */
/*                  2. MAIN LAYOUT                    */
/* -------------------------------------------------- */
#skiptomain {
    display: none;
    }

#headcontainer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    }

.headcontent {
    clear: both;
    color: #373737;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    max-width: 1100px;
    }

#banner {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

.maincontent {
    clear: both;
    color: #373737;
    margin: 0px auto;
    padding: 80px 20px 0px 20px;
    position: relative;
    max-width: 1100px;
    }

#footer {
    margin: 60px 0px 0px 0px;
    padding: 40px 0px 0px 5px;
    text-align: center;
    padding-bottom: 0px;
    background-color: #fee8b6;
}


/* -------------------------------------------------- */
/*                   3. NAVIGATION                    */
/* -------------------------------------------------- */
.navbar-background {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    background-color: #fee8b6;
}

.navbar-container {
    margin: 0px auto;
    max-width: 1100px;
}

.navbar-default {
    border: 0px solid #ffffff;
    background-color: #fee8b6;
}

    .navbar-default .navbar-text {
        color: #393939;
    }

.nav {
    float: none;
    text-align: left
    }

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: center;
    }

.navbar-nav > li {
    float: none;
    color: #393939;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 50px;
    }

.navbar-default .navbar-nav > li > a {
    color: #393939;
    font-size: 20px;
    margin-top: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 30px;
    padding-right: 30px;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #393939;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    background-color: #cf9b9b;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    background-color: #cf9b9b;
    }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
    }

.navbar-default .navbar-toggle {
    margin-top: 10px;
    border-color: #ffffff;
    background-color: #000000;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #474849;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar {
        border: 0px solid transparent;
        position: relative;
        min-height: 40px;
        margin-bottom: 0px;
        }
    .navbar-nav > li {
        float: none;
        color: #ffffff;
        display: block;
        line-height: 40px;
        }
    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        }
    .navbar-default .navbar-nav > li > a:hover {
        text-align: center;
        margin-top: 10px;
        }
    }


/* -------------------------------------------------- */
/*                   4. HEADINGS                      */
/* -------------------------------------------------- */
h1 {
    color: #812938;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 100px;
    text-align: center;
    font-family: 'Edwardian Script ITC';
    font-weight: normal;
    line-height: normal;
    }

h2 {
    color: #812938;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 60px;
    text-align: left;
    font-family: 'Edwardian Script ITC';
    font-weight: normal;
    line-height: normal;
    }

h3 {
    color: #cf9b9b;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 28px;
    text-align: center;
    font-family: Georgia;
    font-weight: normal;
    line-height: normal;
    }

h4 {
    color: #101010;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    text-align: center;
    font-family: Georgia;
    font-weight: normal;
    line-height: normal;
    }

h5 {
    color: #ffffff;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    text-align: center;
    font-family: muliregular;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #3d3d3d
    }

#footer h2 { 
    text-align: center
    }


/* -------------------------------------------------- */
/*                 5. PARAGRAPHS                      */
/* -------------------------------------------------- */
p, ol, ul, dl, address {
    margin-bottom: 1.5em;
    }

p {
    color: #101010;
    margin: 5px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-family: Georgia;
    }

p.logo { text-align: left;}

p.centered {
    color: #101010;
    margin: 5px auto 20px auto;
    padding: 0px;
    max-width: 820px;
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    font-family: Georgia;
    }

p.contact {
    color: #101010;
    margin: 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-family: Georgia;
    }

p.forms {
    color: #101010;
    margin: 5px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: justify;
    font-family: muliregular;
    line-height: 26px;
    }

p.credits {
    color: #101010;
    margin: 0px auto;
    padding: 5px 10px;
    hyphens: auto;
    font-size: 9px;
    text-align: right;
    line-height: normal;
    font-family: Georgia;
    letter-spacing: 1px;
    }


/* -------------------------------------------------- */
/*                     6. LISTS                       */
/* -------------------------------------------------- */
ul, ol {
    color: #cf9b9b;
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    font-family: Georgia;
    }

li {
    margin: 2px 10px;
    padding: 2px 10px;
    }

li ul, li ol {
    margin: 0;
    font-size: 1em; /* 16 / 16 = 1 */
    }

dl, dd {
    margin-bottom: 1.5em;
    }

dt {
    font-weight: normal;
    }

ul.navbar-nav{
    margin: 0px;
    padding: 0px !important;
    }

ul.quickcontacts {
    color: #101010;
    margin: 5px auto;
    padding: 0px;
    hyphens: auto;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-family: Georgia;
    }
ul.quickcontacts > li {
    float: none;
    display: inline;
    position: relative;
    text-align: center;
    line-height: 30px;
    }


/* -------------------------------------------------- */
/*                     7. LINKS                       */
/* -------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a {
    color: #000000;
    text-decoration: none;
    }

a:link.normal a:visited.normal {
    color: #101010;
    text-decoration: none;
    }
a:hover.normal, a:active.normal {
    color: #812938;
    text-decoration: none;
    }

a:link.quicklinks, a:visited.quicklinks {
    color: #101010;
    text-decoration: none;
    }
a:hover.quicklinks, a:active.quicklinks {
    color: #101010;
    border-bottom: 3px solid #cf9b9b;
    text-decoration: none;
    }

a:link.credits, a:visited.credits {
    color: #101010;
    text-decoration: none;
    }
a:active.credits, a:hover.credits {
    color: #101010;
    text-decoration: underline;
    }


/* -------------------------------------------------- */
/*                  8. COLOURS                        */
/* -------------------------------------------------- */
.clr1 { color: #812938; } /* burgundy */
.clr2 { color: #cf9b9b; } /* rose */
.clr3 { color: #fee8b6; } /* cream */
.clr4 { color: #393939; } /* grey */


/* -------------------------------------------------- */
/*                    9. IMAGES                       */
/* -------------------------------------------------- */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }

img.border {
    border: 2px solid #ffffff;
    }

img.imgleft {
    margin-top: 30px
    }

img.floatleft {
    float: left;
    margin: 5px 30px 0px 5px;
    }

img.floatright {
    float: right;
    margin: 5px 0px 5px 30px;
    }

#footer img { margin-bottom: 5px;}

/* horizontal rule */
hr {
    border: 0;
    height: 2px;
    margin: 40px 20px;
    background-image: linear-gradient(to right, rgba(209, 209, 209, 0), rgba(209, 209, 209, 1.0), rgba(209, 209, 209, 0));
}

.nomore {
    display: none !important;
}


/* ------------------------------------------------- */
/*                   10. TABLES                     */
/* ------------------------------------------------- */
.table, .formtable {
    width: 100%;
    color: #101010;
    border: 0px solid #000000;
    margin: 5px 0px 30px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    font-family: Georgia;
    border-collapse: collapse;
    background-color: #cf9b9b;
    border-radius: 0px;
}
.formtable {
    width: 100%;
    border: 0px;
    background-color: transparent;
    }

.table th, .formtable th {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #eee;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #812938;
    letter-spacing: 1px;
    }

.table tr, .formtable tr {
    margin: 0px;
    border-top: 0px solid #ddd;
    }

.table td, .formtable td {
    padding: 0px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ffffff
    }

.table td, .table th {
    border: 1px solid #ffffff
    }

.table td:first-child {
    font-weight: normal
    }
.formtable td:first-child {
    font-weight: normal
    }
.table tr:first-child, .formtable tr:first-child {
    border-top: 0px;
    }

/* responsive table */
@media screen and (max-width: 768px) {
    .table, .table tbody {
        width: 100%;
        display: block;
        }

    .table thead, .formtable thead, .table th {
        display: none;
        }

    .table tr {
        border-bottom: 2px solid #ffffff
    }

    .table tr, .table td, .formtable tr, .formtable td {
        width: 100%;
        padding: 0px;
        display: block;
        text-align: left;
        white-space: normal;
        }
    
    .table th[data-title]:before, .table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: normal;
        }

    .table td {
        width: 100%;
        color: #2d2d2f;
        border: none;
        }

    .table td:first-child {
        font-weight: normal
    }

    .table td:empty, .formtable td:empty {
        display: none;
        }
    }


/* ------------------------------------------------- */
/*                     11. FORMS                     */
/* ------------------------------------------------- */
input, textarea, submit, select {
    width: 100%;
    color: #101010;
    border: 0px;
    height: 42px;
    padding: 5px 10px;
    font-size: 18px;
    max-width: 100%;
    text-align: justify;
    background: #cf9b9b;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: Georgia;
    border-radius: 5px;
}

textarea {
    height: 160px;
}

.submit {
    text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    opacity: 1
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

/* -------------------------------------------------- */
/*                 11. GOOGLE MAPS                    */
/* -------------------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 0%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    min-height: 400px;
    margin: 0px;
    width: 100%;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

@media screen and (max-width: 768px) {
    .google-maps {
        width: 90%;
        margin: 20px 20px 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .google-maps {
        width: 90%;
        margin: 20px 20px 0px 20px;
    }
}



/* -------------------------------------------------- */
/*                  14. RESPONSIVE                    */
/* -------------------------------------------------- */
/* 900px */
@media screen and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
        }
    ul.quickcontacts { margin-bottom: 40px;}
    ul.quickcontacts > li {
        float: none;
        display: block;
        position: relative;
        text-align: center;
        line-height: 20px;
    }
    #footer { padding-top: 30px; }
    }

/* 768px */
@media screen and (max-width: 768px) {
    p.quick, p.logo {
        margin: 0px;
        text-align: center;
        }
    p.footer {
        padding-top: 45px;
        font-size: 10px;
    }
    #banner {
        background-image: url('../images/banner_mobile.jpg');
        }
    .banner_content { 
        padding: 20px;
        }
    .maincontent { 
        padding-top: 20px; 
        }
    h1 {
        margin: 0px;
        padding: 0px;
        font-size: 60px;
        text-align: center;
        }
    h2 {
        margin: 0px 0px 20px 0px;
        padding: 0px;
        font-size: 50px;
        text-align: center;
        }
    ul { 
        margin: 0px 10px; 
        padding: 0px 10px;
        }
    p.credits { 
        text-align: center
        }
    p.contact { 
        margin-top: 5px;
        }


    /* -- */