﻿
/************************* */
/* 1. BASE */
/************************* */
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

a {
    color: #404040;
}

a, button {
    outline: medium none !important;
    text-decoration: none !important;
}

b, strong {
    font-weight: 700;
}

p {
    margin: 0;
    color: #404040;
    line-height: 28px;
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style-type: none;
}

img {
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #404040;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 0 15px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    margin: 10px 0;
}

.subfont {
    font-family: 'kepler_stdregular';
    font-weight: normal;
}

::selection {
    color: #fff;
    background-color: #003D54
}

::-moz-selection {
    color: #fff;
    background-color: #003D54;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: #404040;
    background-color: #003D54;
    border: 2px solid #003D54;
    display: inline-block;
    padding: 10px 15px;
    min-width: 160px;
    margin: 0;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: inherit;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
    background-color: #fff;
    color: #003D54;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.content-padding {
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    width: inherit;
}


/***************** */
/* 2. LOADER */
/***************** */
#loader-container {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #fff;
    z-index: 99999;
}

.loader-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
}

.loader {
    position: relative;
    margin: 0 auto;
    text-indent: -9999em;
    -webkit-animation: load8 1s infinite linear;
    -moz-animation: load8 1s infinite linear;
    -o-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    border-top: 2px solid #003D54;
    border-right: 2px solid #003D54;
    border-bottom: 2px solid #003D54;
    border-left: 2px solid #4BBCEC;
}

    .loader,
    .loader:after {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/************************* */
/* HEADER  */
/************************* */
.heading {
    text-align: center;
}

.heading h1 {
    color: #404040;
    font-size: 50px;
    font-weight: 300;
    line-height: 45px;
}

.mail-to{
    color: #003D54;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    transition: .2s all;
}

.mail-to:hover{ 
    color: #4BBCEC;
}

/********************** */
/*  Home section */
/********************** */
.home {
    position: relative;
    display: table;
    padding: 130px 0 90px;
    width: 100%;
    color: #404040;
    background: url("images/background/background-4.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo {
    margin: 115px auto 45px;
    max-width: 300px;
}

.bottom-info{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

.bottom-info ul{
    display: table;
    margin: 0 auto 25px;
}

.bottom-info ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #202020;
}

/*** RESPONSIVE DESIGN ***/
@media only screen and (max-width: 1366px) {
    .home {
    padding: 40px 0 145px;
    }
    .bottom-info ul {
        margin: 135px auto 25px;
    }
}

@media screen and (max-width: 991px) {
   
}


@media screen and (max-width: 767px) {
    h2 {
    font-size: 23px;
    line-height: normal;
}
    .bottom-info ul {
        margin: 75px auto 25px;
    }

    .bottom-info ul li {
        display: block;
        float: none;
    }

    .home {
        padding: 50px 0 295px;
    }

    .logo {
        margin-top: 75px;
        max-width: 250px;
    }

    .heading h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .mail-to {
        font-size: 16px;
    }

}
