﻿/* --- [ COLOURS ] --- */
.clr1 { color: #000000; } 
.clr2 { color: #ffffff; } 


/* --- [ BASIC PAGE SETUP ] --- */
body {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: 'Calibri', 'Arial', sans-serif;
    }

body, html {
    height: 100%;
    }

#headcontainer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    }

#blackband {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    }

#greyband {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f3f3f3;
    }

.whiteblock {
    background-color: #ffffff;
}

.container {
    clear: both;
    margin: 0px auto;
    padding: 80px 0px;
    max-width: 1200px;
    }

#footer {
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #ffffff;
    background-color: #000000;
    }
#footer .container { padding: 30px 0px;}

.row {
    margin-left: 0px;    
    margin-right: 0px;
    }


/* --- [ TYPOGRAPHY ] --- */
h1 {
    color: #000000;
    margin: 10px;    
    font-size: 26px;
    text-align: right;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    }

h2 {
    color: #000000;
    margin: 10px;
    font-size: 26px;
    text-align: left;
    line-height: 30px;
    font-weight: normal;    
    letter-spacing: 1px;
    }

h3 {
    color: #000000;
    margin: 10px;
    font-size: 23px;
    text-align: left;
    line-height: 28px;
    font-weight: normal;    
    letter-spacing: 1px;
    }

h4 {
    color: #ffffff;
    margin: 10px 5px;  
    font-size: 17px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;    
    letter-spacing: 0px;
    }

h5 {
    color: #ffffff;
    margin: 10px 0px;
    padding: 8px 5px;  
    font-size: 21px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;    
    letter-spacing: 1px;
    background-color: #000000;
    }
    h5.management {
        margin: 0px 0px 5px 0px;
        height: 75px;
        }
    h5.recruit {
        margin: 0px 0px 5px 0px;
        height: auto;
        }

p {
    color: #ffffff;
    margin: 15px;
    padding: 10px 40px;
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    }
    p.team {
        color: #000000;
        margin: 5px 0px 10px 0px;
        padding: 0px;
        hyphens: auto;
        font-size: 18px;
        text-align: justify;
        line-height: 24px;
        }

p.contact {
    color: #000000;
    margin: 5px 0px;
    padding: 0px;
    text-align: left;
    }

p.popi {
    color: #000000;
    margin: 10px;
    padding: 0px;
    text-align: left;
    }

p.images {text-align: center; margin: 0px; padding: 0px}
    
#footer p { 
    margin: 0px 10px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    }

p.credits {
    color: #ffffff;
    margin: 10px;
    font-size: 10px!important;
    text-align: right;    
    font-weight: normal;
    letter-spacing: 1px;
    }    

hr {
    width: 90%;
    border: 0;
    height: 0;
    margin: 30px auto 25px auto;
    border-bottom: 1px dashed #000000; 
    }


/* --- [ LISTS ] --- */
ul {
    color: #000000;
    margin: 0px 10px 20px 10px;
    padding: 0px 10px 0px 10px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    }

li {
    padding: 1px 5px 2px 5px;
    margin: 1px 5px 2px 5px;
    }

dt { font-weight: normal; }
dl, dd { margin-bottom: 1.5em; }
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, a:active, a:hover { color: #000000 }
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { color: #ffffff }

.btn-care a:active, .btn-care a:hover { color: #ffffff }
.btn-sales a:active, .btn-sales a:hover { color: #ffffff }

/* --- [ BUTTONS ] --- */
.btn-care, .btn-sales {
    color: #000000;
    cursor: pointer;
    border: 0px;
    width: 200px;
    margin: 0px auto 14px auto;
    padding: 6px 20px;
    font-size: 18px;
    text-align: center;    
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: 20px;           
    vertical-align: middle; 
    text-transform: uppercase;
    letter-spacing: 1px;    
    background-color:#ffffff;    
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    }

.btn-sales:hover, .btn-sales:focus, .btn-care:hover, .btn-care:focus {
    color: #ffffff;
    margin: 0px auto 14px auto;
    border: 2px solid #ffffff;
    padding: 4px 18px;
    }
.btn-sales:hover, .btn-sales:focus { background-color: #ff5e00; }
.btn-care:hover, .btn-care:focus { background-color: #012186; }

/* --- [ 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.team { margin-bottom: 10px;}

/* --- [ GOOGLE MAPS ] --- */
.google-maps {
    height: 0;    
    margin: 0px;
    width: 100%;
    margin: 0px 0px;
    border: 2px solid #ffffff;    
    position: relative;
    overflow: hidden;
    min-height: 320px;   
    padding-bottom: 0%;
    }
.google-maps iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    }

/* --- [ RESPONSIVE ] --- */
@media screen and (max-width: 1024px) {    
    p { padding: 10px 10px; }
    }

@media screen and (max-width: 800px) {    
    .container { padding: 40px 0px; max-width: 800px; }
    h1 { text-align: left; }
    p.credits { padding-top: 30px!important; text-align: center;}
    h5.management, h5.recruit { height: auto;     margin: 10px 0px; }
    }

/* --- [ ANIMATION ] --- */
.overflow-hidden { overflow: hidden; }
.drop-in { animation: drop-in 1s ease 200ms backwards; }
.drop-in-2 { animation: drop-in 1200ms ease 500ms backwards; }

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
        }
    to {
        opacity: 1;
        transform: translate(0px);
        }
    }
/* --- [ SCROLL ] --- */
.reveal{
    position: relative;
    transform: translateY(-100px);
    opacity: 0;
    transition: 1s all ease;
    }
  
.reveal.active{
    transform: translateY(0);
    opacity: 1;
    } 