﻿/* -------------------------------------------------- */
/*              RESPONSIVE GRID SYSTEM                */
/* -------------------------------------------------- */

/*     BASIC PAGE SETUP     */
/* ------------------------ */
body {
    color: #2d2d2d;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    overflow-x: hidden;
    font-size: 13px;
    }

body, html {
    height: 100%;
    }

/*     MAIN LAYOUT    */
/* -------------------*/
#skiptomain {
    display: none;
    }

#logocontainer {
    width: 100%;
    height: auto;
    background-color: #1e1e1e;
    border-bottom: 6px solid #fff210;
    }

#contactcontainer {
    width: 100%;
    height: auto;
    border-top: 2px solid #ffffff;
    background-color: #3399cc;
    }

#banner {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    max-width: 100%;
    border-top: 2px solid #ffffff;
    border-bottom: 6px solid #fff210;
    background-color: #ffffff;
    }
    #banner img { width: 100%; }
    .carousel-indicators { bottom: -10px; }

.maincontent {
    clear: both;
    color: #373737;
    margin: 0px auto;
    padding: 70px 20px 10px 20px;
    position: relative;
    max-width: 1200px;
    }

#footer {
    height: auto;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
    text-align: center;
    padding-bottom: 0px;
    background-color: #1e1e1e;
    }

.footercontent {
    clear: both;
    color: #ffffff;
    margin: 0px auto;
    padding: 40px 0px;
    position: relative;
    max-width: 1200px;
    vertical-align: bottom
    }

#credits {
    color: #ffffff;
    height: auto;
    margin: 0px;
    padding: 2px;
    font-size: 10px;
    text-align: center;
    line-height: 60px;
    border-top: 2px solid #ffffff;
    border-bottom: 6px solid #fff210;    
    background-color: #3399cc;
    }

.colourbar {
    margin: 50px auto 0px auto;
    background-color: #3399cc;
    padding: 20px;
    }

/* Double-color dashed line */

hr {
    border: 0;
    max-width: 80%;
    margin: 60px auto;
    border-bottom: 1px dashed #ccc;
    background: #dbe4ed;
}

/*     NAVIGATION     */
/* ------------------ */
.navbar { border-radius: 0px;}

.navbar-background {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background-color: #1e1e1e;
 }

.navbar-container {
    margin: 0px auto;
    max-width: 1200px;
    }

.navbar-default {
    border: 0px solid #ffffff;
    background-color: #1e1e1e;
 }

.navbar-default .navbar-text {
    color: #373435;
    }

.nav {
    float: none;
    text-align: left
    }

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 60px;
    margin-top: 0px;    
    margin-bottom: 0px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: center;
    }

.navbar-nav > li {
    float: none;
    color: #ffffff;
    margin: 0px;
    padding: 14px 15px;
    display: inline-block;
    line-height: 30px;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff210;
    padding: 5px 0px 5px 30px; 
    font-size: 16px;
    margin-top: 0px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3399cc;
    padding: 5px 0px 5px 30px; 
    font-size: 16px;
    text-decoration: none;
    background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #3399cc;
    padding: 5px 0px 5px 30px; 
    font-size: 16px;
    text-decoration: none;
    background-color: transparent;
    }

.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: #3399cc;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3399cc;
    }

.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;
        }
    }

/*     HEADINGS    */
/* --------------- */
h1, h2, h3 { 
    margin: 0px 0px 30px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

h1 {
    color: #3399cc;
    padding: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;    
    border-bottom: 1px solid #3399cc;
    text-transform: uppercase;
    letter-spacing: 0px;
    }

h2 {
    color: #3399cc;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    }
.footercontent h2 {
    color: #3399cc;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #3399cc; 
    text-transform: uppercase;
    }

h3 {
    color: #3399cc;
    margin: 0px;
    padding: 5px 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    }

h4 {
    color: #3399cc;
    margin: 0px;
    padding: 5px 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    }

h5 {
    color: #3399cc;
    margin: 30px 0px 10px 0px;
    padding: 5px 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    }

h6 {
    color: #3399cc;
    margin: 30px 0px 0px 0px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    }


/*     PARAGRAPHS    */
/* ------------------*/
p, ol, ul, dl, address {
    font-family: 'muliregular', Arial, Helvetica, sans-serif; 
    font-size: 17px;   
    line-height: 28px;
    }

p {
    color: #373435;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: justify;
    }

p.home {
    color: #1e1e1e;
    margin: 0px auto;
    padding: 30px 0px 10px 0px;
    hyphens: auto;
    font-size: 28px;
    max-width: 890px;
    text-align: center;
    line-height: 34px;    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

p.imagetitles {
    color: #3399cc;
    margin: 5px 0px 30px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 17px;   
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    }

p.leftcol {
    margin-right: 20px;
}

p.logo {
    margin: 0px;
    padding: 20px 10px;
    text-align: center;
    }

p.credits {
    color: #3399cc;
    margin: 0px auto;
    padding: 10px 5px;
    hyphens: auto;
    font-size: 9px;
    max-width: 1200px;
    text-align: right;
    line-height: normal;
    letter-spacing: 1px;
    }

#contactcontainer p {
    color: #ffffff;
    margin: 0px;
    padding: 30px 10px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    line-height: 56px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    }


.readmore {
    width: 100px;
    color: #1e1e1e;    
    margin: 2px auto;
    padding: 2px 2px 4px 2px;    
    font-size: 14px;      
    text-align: center;  
    border-radius: 15px;
    letter-spacing: 0px;    
    background-color: #fff210;
    }
   .readmore:hover {
        color: #fff210;
        background-color: #1e1e1e;
        } 

/*     LISTS     */
/* ------------- */
ul, ol {
    color: #3399cc;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    text-align: justify;
    }

li {
    margin: 1px 10px;
    padding: 1px 10px;
    }

ul.content li {
    margin: 1px 10px 1px 30px;
    padding: 1px 10px 1px 10px;
    }

li ul, li ol {
    margin: 0;
    font-size: 1em; /* 16 / 16 = 1 */
    }

ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
    }

/*     LINKS     */
/* ------------- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a {
    color: #1e1e1e;
    text-decoration: none;
    }
a:hover, a:active {
    color: #3399cc;
    }

a:link.footer, a:visited.footer {
    color: #ffffff;
    text-decoration: none;
    }
a:hover.footer, a:active.footer {
    color: #fff210!important;
    text-decoration: none;
    }

ul.content a {
    color: #1e1e1e!important;
    text-decoration: none;
    }
    ul.content a:hover, ul.content a:active {
    color: #3399cc!important;
    }


/*     COLOURS     */
/* --------------- */
.clr1 { color: #1e1e1e; } /* grey */
.clr2 { color: #3399cc; } /* blue */
.clr3 { color: #fff210; } /* yellow */
.clr4 { color: #ffffff; } /* white */

/*     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.action {  
    margin: 20px 0px 10px 0px;  
    }

img.aboutus_then { margin: 0px 20px 0px 10px; float: right }
img.aboutus_now { margin: 0px 10px 0px 0px; float: left }


/*     TABLES     */
/* -------------- */
.quick td { padding: 5px;}
.quick {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: bold;
} 
.quick img { padding: 5px 10px;} 

/*     GOOGLE MAPS     */
/* --------------------*/
.google-maps {
    width: 99%;
    height: 0;    
    margin: 30px 0px 0px 0px; 
    overflow: hidden;    
    position: relative;
    min-height: 650px;    
    padding-bottom: 0%; /* This is the aspect ratio */
    }
    .google-maps iframe {
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        }

@media screen and (max-width: 768px) {
    .google-maps {
        width: 100%;
        margin: 20px 0px 0px 0px;
        }
    }

/*     RESPONSIVE     */
/* ------------------ */
@media screen and (max-width: 1200px) {
    .maincontent, .footercontent { padding-left: 10px; padding-right: 10px; }
    }


@media screen and (max-width: 768px) {
    p.logo { text-align: center; }
    .google-maps {
        min-height: 400px;    
        }
    #banner { display: none}
    .mobilehide { display: none}
    ul.content li { text-align: left;}
    #contactcontainer p {
        padding: 10px;
        font-size: 20px;
        line-height: 26px;
        }
    h1 {
    font-size: 30px;
    line-height: 35px;
    }
    .maincontent { padding-left: 20px; padding-right: 20px;}
    }


/* Cookie Banner */

.hidden {
    display: none;
}

#cookie-banner {
    padding: 1rem;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #373435;
}
.cookie-text{
    color : #fff210;
    text-align:center !important;
    margin :0px;
}