﻿/* -------------------------------------------------- */
/*              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. GOOGLE MAPS
    13. RESPONSIVE
*/	


/* -------------------------------------------------- */
/*               1. BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    font-family: muliregular;
    overflow-x: hidden
    
    }

body, html {
    height: 100%;
    
    }

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'), url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }


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

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

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

#banner {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #ffffff;
    }
    .banner_desktop { display: block }
    .banner_mobile { display: none!important }

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

#footercontainer {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    border-top: 4px solid #ffffff;
    background-color: #000000;
}

#footer {
    clear: both;
    color: #ffffff;
    margin: 0px auto;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    text-align: right;
    }

.contentbar {
    background-color: #000000;
    background-image: url('../images/heading_borders.jpg');
    background-repeat: repeat-y
}
.contentbar_container {
    margin: 0px auto;
    padding: 40px 20px;
    max-width: 1100px;
    }


/* -------------------------------------------------- */
/*                   3. NAVIGATION                    */
/* -------------------------------------------------- */
.container-fluid-nav {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;

}
.navbar-background {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background-color: #000000;
    }

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

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

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

.nav {
    float: right;
    }

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

.navbar-default .navbar-nav > li > a {
    color: #ff0000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    letter-spacing: 0px;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    font-size: 16px;
    background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    font-size: 16px;
    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: #ff0000;
    background-color: #ff0000;
}

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

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

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


@media (max-width: 767px) {
    .navbar-collapse {
        padding-right: 0px!important;
        padding-left: 0px!important;
        overflow-x: hidden    
    }
    .navbar-default .navbar-nav > li > a {
        max-width: 100%;
        text-align: right;
        margin-top: 10px;
        padding-right: 0px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        text-align: right;
        margin-top: 10px;
    }
}



/* -------------------------------------------------- */
/*                   4. HEADINGS                      */
/* -------------------------------------------------- */
h1 {
    color: #ffffff;
    margin: 0px;
    padding: 0px 0px 5px 35px;
    font-size: 35px;
    text-align: left;
    font-family: 'muliregular';
    font-weight: normal;
    line-height: normal;
    background-color: #000000;
    background-image: url(../images/heading_borders.jpg);
    background-repeat: repeat-y;
    line-height: 60px;
    }

h2 {
    color: #ff0000;
    margin: 0px;
    padding: 20px 0px;
    font-size: 30px;
    text-align: center;
    font-family: 'muliregular';
    font-weight: normal;
    line-height: 40px;
    }

h3 {
    color: #000000;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-size: 20px;
    text-align: left;
    font-family: 'muliregular';
    font-weight: normal;
    line-height: 40px;
    border-bottom: 2px solid #ff0000
    }

h4 {
    color: #ffffff;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 35px;
    font-size: 20px;
    text-align: left;
    font-family: 'muliregular';
    font-weight: normal;
    line-height: normal;
    background-color: #000000;
    background-image: url(../images/heading_borders.jpg);
    background-repeat: repeat-y;
    line-height: 30px;
    }

h5 {
    color: #ff0000;
    margin: 0px;
    padding: 5px 0px;
    font-size: 22px;
    text-align: center;
    font-family: muliregular;
    font-weight: normal;
    line-height: normal;
    }

h6 {
    color: #ff0000;
    margin: 20px 0px 0px 0px;
    padding: 5px 0px;
    font-size: 18px;
    text-align: left;
    font-family: muliregular;
    font-weight: normal;
    line-height: normal;
}

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

p.credits {
    color: #ffffff;
    margin: 10px 20px;
    padding: 0px;
    hyphens: auto;
    font-size: 10px;
    text-align: right;
    line-height: normal;
    font-family: 'muliregular';
    letter-spacing: 1px;
    }

p {
    color: #000000;
    margin: 20px 0px;
    padding: 0px;
    hyphens: none;
    font-size: 15px;
    text-align: justify;
    font-family: 'muliregular';
    line-height: 22px;
    }

p.logo {
	color: #000000;
	margin: 20px 10px; 
	padding: 0px 0px;
	hyphens: auto;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
     }
     
p.quick {
    color: #ffffff;
    margin: 20px 0px;
    padding: 70px 10px;
    hyphens: none;
    font-size: 15px;
    text-align: right;
    font-family: 'muliregular';
    line-height: 30px;
    }    

p.forms {
    color: #000000;
    margin: 1px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: justify;
    font-family: 'muliregular';
    line-height: 22px;
}

/* -------------------------------------------------- */
/*                     6. LISTS                       */
/* -------------------------------------------------- */
ul, ol {
    color: #000000;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: 'muliregular';
    }

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;
    }


/* -------------------------------------------------- */
/*                     7. LINKS                       */
/* -------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

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

a:link.credits, a:visited.credits {
    color: #ffffff!important;
    text-decoration: none;
    }

a:active.credits, a:hover.credits {
    color: #ff0000!important;
    text-decoration: none;
    }


/* -------------------------------------------------- */
/*                  8. COLOURS                        */
/* -------------------------------------------------- */
.clr1 { color: #ff0000; } /* gold red */
.clr2 { color: #000000; } /* black */
.clr3 { color: #ffffff; } /* white */


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

img.action {
    margin: 20px 0px 0px 0px;
    }

img.imgleft {
    margin-top: 30px
    }

img.floatleft {
    float: left;
    margin: 0px 20px 0px 0px;
    padding-right: 5px;
    }

img.floatright {
    float: right;
    margin: 0px 0px 0px 20px;
    padding-left: 5px;
    }


/* -------------------------------------------------- */
/*                    10. TABLES                      */
/* -------------------------------------------------- */
table.table, table.contact {
    width: 100% !important;
    color: #000000;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: muliregular, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    }

table.table th, table.contact th {
    color: #2d2d2f;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    border-left: 1px solid #eee;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #c8c8c8;
    }

table.table td {
    width: auto;
    padding: 5px 5px 0px 0px !important;
    text-align: left;
    vertical-align: top;
    }

table.contact td {
    width: 50%;
    padding: 5px 5px 0px 0px !important;
    text-align: left;
    vertical-align: top;
    }

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

    table.table thead {
        display: none;
        }

    table.table tr, table.table th, table.table td {
        width: 100%;
        display: block;
        text-align: left;
        white-space: normal;
        }

    table.table th[data-title]:before, table.table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
        }

    table.table td, table.contact td {
        width: 100%;
        color: #2d2d2f;
        border: none;
        display: block;
        margin-bottom: 2px;
        }

    table.table td:first-child { 
        font-weight: bold;
        }
    
    table.table td:empty {
        display: none;
        }
    }


/* -------------------------------------------------- */
/*                    11. FORMS                       */
/* -------------------------------------------------- */
input, textarea, submit {
    width: 100%;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100%;
    text-align: justify;
    background: #000000;
    line-height: 26px;
    font-family: 'muliregular';
    letter-spacing: 0px;
    }

input {
    height: auto;
    }

textarea {
    height: 120px;
    }

.submit {
    text-align: center;
    }

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

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

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

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

hr {
    border: 0;
    height: 1px;
    margin: 40px auto 20px auto;
    max-width: 1100px;
    border-top: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    background-image: -webkit-linear-gradient(left,#f0f0f0,#c4c4d3,#f0f0f0);
    background-image: -moz-linear-gradient(left,#f0f0f0,#c4c4d3,#f0f0f0);
    background-image: -ms-linear-gradient(left,#f0f0f0,#c4c4d3,#f0f0f0);
    background-image: -o-linear-gradient(left,#f0f0f0,#c4c4d3,#f0f0f0);
}

.nomore {
    display: none !important;
}


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

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


/* -------------------------------------------------- */
/*                    10. TABLES                      */
/* -------------------------------------------------- */
table.table {
    width: 100% !important;
    color: #000000;
    margin: 5px 0px 30px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}


    table.table th {
        color: #ffffff;
        padding: 5px 10px;
        font-size: 13px;
        text-align: center;
        border-left: 1px solid #eee;
        vertical-align: middle;
        text-transform: uppercase;
        background-color: #000000;
    }

    table.table td {
        width: 50%;
        padding: 0px;
        text-align: left;
        vertical-align: top;
        border-left: 2px solid #ff0000
    } 

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px solid #ddd;
}

.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
}

@media (max-width: 768px) {
    table.table td {
        width: 100%;
        display: block;
    }
}


/* -------------------------------------------------- */
/*                 13. RESPONSIVE                     */
/* -------------------------------------------------- */
/* 1100px */
@media (max-width: 1100px) {
    #footer {
        padding: 30px;
        }
    .contentbar_container {
        padding: 20px 20px 20px 40px;
        }              
    }

/* 960px */
@media screen and (max-width: 960px) {
    p.quick {
        color: #ffffff;
        margin: 0px 0px;
        padding: 0px 0px 20px 0px;
        hyphens: none;
        font-size: 15px;
        text-align: center;
        font-family: 'muliregular';
        line-height: 30px;
    }     
}

/* 768px */
@media screen and (max-width: 768px) {
    .google-maps {
        width: 100%;
        margin: 20px 0px;
        }
    .banner_desktop { display: none!important }
    .banner_mobile { display: block!important }

    h1 {
        line-height: 40px;
        }
    h3 {
        line-height: 30px;
        }          
           
    }  

/* 600px */
@media screen and (max-width: 600px) {
    h1 {
        color: #ffffff;
        font-size: 30px;
        }
    .maincontent{
        margin: 40px auto;
        }
        
    p {
        text-align: left;
        }        
    }

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