﻿/* -------------------------------- */
/*              FONTS               */
/* -------------------------------- */   
font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

/* --- COLOURS --- */
.clr1 { color: #ff4c00; } 
.clr2 { color: #000000; } 
.clr3 { color: #ffffff; }

.quickbg { background-color: #ff4c00; height: 100%; padding:20px; height: 105px }


/* --- BASIC PAGE SETUP & FONTS --- */
body {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

body, html {
    height: 100%;
    }
    
/* --- NAVIGATION --- */
.navbar-container {
    margin: 0px auto;
    }

.navbar-default {
    border: 0px;
    border-radius: 0px;
    padding-top: 10px;    
    background-color: #000000;
    }

.nav {
    float: none;
    border: 0px;
    }

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 45px;
    margin-bottom: 0px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: center;
    }

.navbar-nav > li {
    float: none;
    margin: 0px;
    padding: 0px 30px;
    display: inline-block;
    line-height: 20px;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 0px; 
    font-size: 13px;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ff4c00;  
    text-decoration: none;
    border-top: 0px dotted #ffffff;
    background-color: transparent;
    }

.navbar-default .navbar-toggle {
    margin: 0px 5px 5px 0px;
    border-color: #000000;
    background-color: #000000;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000000;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    }
.navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    }

ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
    }

@media (max-width: 1000px) {
    .navbar-nav > li {
        float: none;
        margin: 0px;
        padding: 0px 20px;
        display: inline-block;
        line-height: 20px;
        }
}

@media (max-width: 767px) {
    .navbar-container {
        margin: 10px auto 0px auto;
        position: absolute;
        z-index: 100;
        right: 0;
    }
    .navbar-default {
        margin-top: 0px;
        padding-top: 0px;
        }
    .navbar {
        border: 0px solid transparent;
        position: relative;
        margin-bottom: 0px;
        left: 0px;
        }
    .navbar-nav {
        width: 100%!important;
        margin: 0px;
        text-align: left;
        background-color: #000000
        }

    .navbar-nav > li {
        width: 300px;
        float: none;
        color: #ffffff;
        display: block;
        line-height: 40px;
        margin-top: 0px;
        padding: 0px 0px 0px 10px; 
        }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 10px;
        color: #ffffff
        }

    .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 {
        color: #ff4c00;
        text-align: center;
        margin: 0px;
        padding: 9px 10px 10px 10px;
        border-bottom: 0px;
        }
    }
/* --- MAIN LAYOUT --- */
.container {
    clear: both;
    margin: 0px auto;
    padding: 100px 0px 0px 0px;
    max-width: 1200px;
    }

#footer {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    }
#footer .container { padding: 0px;}

#headcontainer {
    width: 100%;
    height: auto;
    min-height: 100px;
    }

.banner_home {
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-size: cover;         
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('../images/banner-bg.jpg')  
    }

.bannercontent {
    clear: both;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    position: relative;
    max-width: 1200px;
    }

.row {
    margin-left: 0px;    
    margin-right: 0px;
    }

#headcontainer .container { padding : 0px; }

.ug-button-tile-navigation {
    display: none
}

.ug-carousel-wrapper { left: 0px; width: 100%!important; background-color: #ffffff;}

.orangebar { background-color: #ff4c00; padding: 0px; margin: 0px;  }
.orangebar_content { background-color: #ffffff; padding: 20px; max-width: 900px; margin: 0px auto; }

.footer_content { max-width: 1200px; margin: 0px auto; padding: 20px 0px 10px 0px; }

.serviceblock { border: 1px solid #bebebe; border-radius: 10px; padding: 40px 10px 20px 10px; margin: 0px auto 20px auto; }

.spacing { margin-bottom: 100px;}

/* -------------------------------- */
/*            PARALLAX             */
/* -------------------------------- */
.parallax {
    height: auto;
    margin: 80px 0px 100px 0px;
    padding: 0px;   
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-image: url("../images/parallax_bg.jpg")
 }

.parallax_content {
    clear: both;
    margin: 0px auto;
    padding: 100px 0px;
    max-width: 1200px;
    }


/* -------------------------------- */
/*             HEADINGS             */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 {
    color: #ff4c00;
    margin: 0px 10px 40px 10px;    
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    
h2 {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0px;
    text-transform: none;
    }

h3 {
    color: #ff4c00;
    margin: 0px 10px 10px 10px;    
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

h4 {
    color: #000000;
    margin: 0px;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 1px;
    }

h5 {
    color: #000000;
    margin: 10px;
    padding: 20px 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    h5 .fa { color: #ff4c00; text-align: center; }

h6 {
    color: #000000;
    margin: 2px auto;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    }

/* --- PARAGRAPHS --- */
p, ol, ul, dl, address {
    color: #000000;
    }

p {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    }

p.logo {  margin: 20px 0px; text-align: left; }

.services   { color: #ff4c00; font-size: 4em; text-align: center ;}

p.quickcontacts { color: #ffffff; text-align: right; font-size: 16px; letter-spacing: 1px; line-height: 30px; margin: 0px; }

p.credits { color: #ffffff; font-size: 10px; text-align: right; text-transform: uppercase; letter-spacing: 1px;}

p.blocks { margin: 0px auto 10px auto; text-align: center;}

hr {
    width: 20%;
    border: 0;
    height: 0;
    margin: 0px auto 15px auto;
    border-bottom: 3px solid #ac78c5;
    }
hr.popi {
    width: 90%;
    border: 0;
    height: 0;
    margin: 10px auto 25px auto;
    border-bottom: 1px dashed #ac78c5; 
}

.lft { text-align: left; }
.rgt { text-align: right; }
.ctr { text-align: center; }


/* --- LISTS --- */

ul {
    color: #ff4c00;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    hyphens: auto;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    list-style-type: square;
    }

li {
    padding: 0px 5px 6px 5px;
    margin: 0px 5px 6px 5px;
    }

ul.flexible {
    color: #000000;
    margin: 10px;
    padding: 20px 0px;
    hyphens: auto;
    font-size: 24px;
    font-weight: bold;;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    }
    ul.flexible li { display: inline; }
    ul.flexible li .fa { color: #ff4c00; }

ul.credits {
    color: #ffffff;
    margin: 0px;
    padding: 5px 0px;
    hyphens: auto;
    font-size: 10px;
    font-weight: bold;;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    }
    ul.credits li { display: inline; }


dl, dd {
    margin-bottom: 1.5em;
    }
    
dt {
    font-weight: normal;
    }
    
dd p, dt p { margin-bottom: 5px;}
    
dl.popi dd { padding-left: 0px;}
dl.popi dt p {font-weight: bold;}


/* ------- LINKS --- */

a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a:link, a:visited { color: #000000; }
a:active, a:hover { color: #000000 }

p.quickcontacts a { color: #ffffff; }

ul.credits a { color: #ffffff;}
ul.credits a:hover { color: #ff4c00; }

/* --- FORMS --- */
input, textarea, select, .formcell {
    color: #000000;
    border: 0px;
    padding: 8px 10px;
    font-size: 13px;
    max-width: 100%;
    margin-top: 4px;    
    line-height: 22px;    
    text-align: justify;
    background: #ffffff;
    border-radius: 5px;
    }
input.contact, textarea.contact, select.contact, .formcell {
    width: 100%;
    border: 1px solid #ff4c00;
    border-radius: 5px;
    }
input.submit { width: auto; background-color: #ff4c00; border-radius: 5px; margin-bottom: 20px; color: #ffffff; text-transform: uppercase; padding: 10px 20px; letter-spacing: 1px;}
select { height: 38px; padding-left: 6px; background-color: #ff4c00; color: #ffffff; }
select option { padding: 5px;}
input { height: auto; }
textarea { margin-top: 2px; margin-bottom: 0px;}

label {
    font-weight: normal;
    width: auto;
    margin: 0px;
}

.nomore {
    display: none !important;
    }

:-moz-placeholder { color: #141414; }     
::-moz-placeholder { color: #141414 !important; opacity: 1 } 
:-ms-input-placeholder { color: #141414; } 
::-webkit-input-placeholder { color: #141414; }




/* --- 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;
    }



#gallery {
    background-color: #ffffff
    }

@media screen and (max-width: 640px) {
    .mobile { display: none}
    }

/* --- TABLES --- */
table {
    width: 100%;
    margin: 0px auto 20px auto;
    font-size: 16px;;
    border-spacing: 0;
    border-collapse: collapse;
    }

table td { padding: 3px 20px; }

/* --- GOOGLE MAPS --- */
.google-maps {
    position: relative;
    padding-bottom: 0%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    min-height: 350px;
    margin: 0px;
    width: 100%;
    margin: 0px 0px;
    border: 2px solid #ffffff;
    }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }


/* -------------------------------- */
/*            ACCORDION             */
/* -------------------------------- */
button.accordion {
    width: 100%;
    color: #ff4c00;
    cursor: pointer;
    border: none;
    padding: 10px 10px;
    outline: none;
    hyphens: auto;
    font-size: 20px;
    transition: 0.4s;
    text-align: left;
    line-height: 26px;
    background-color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

button.accordion.active, button.accordion:hover {
    color: #ff4c00;
    background-color: #ffffff;
    }

button.accordion:after {
    float: right;
    color: #000000;
    content: '\002B';
    font-weight: bold;
    margin-left: 5px;
    }

button.accordion.active:after {
    content: "\2212";
    }

div.panel {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    background-color: #ffffff;
    box-shadow: none;
    }


/* -------------------------------- */
/*            RESPONSIVE            */
/* -------------------------------- */
@media screen and (max-width: 1200px) {

    }

 @media screen and (max-width: 896px) {
    ul.flexible li { display: block; }
    .orangebar_content { max-width: 600px; }
    } 
    
 @media screen and (max-width: 600px) {
    ul.flexible li { display: block; }
    ul.credits li { display: block; }
    .orangebar_content { max-width: 500px; }
    } 

 @media screen and (max-width: 500px) {
    ul.flexible li { display: block; }
    .orangebar_content { max-width: 350px; }
    } 
 