/* ------------------------------------------------------------------*/
/* Definitions ------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 11px;
    color: #212121;
}

.separator {
    position: relative;
    float: left;
    width: 100%;
}

/* ------------------------------------------------------------------*/
/* HEADER -----------------------------------------------------------*/
.contentHeader {
    position: fixed;
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 70px;
    z-index: 500;
    background: rgba(19, 53, 90,.8) !important;
}

.sticky {
    background: rgba(19, 53, 90,.5) !important;
}

.logoProject {
    margin: 12px 30px 0;
    font-size: 20px;
    color: #13355A;
    width: 305px;
    float: left;
}

    .logoProject * {
        font-size: 22px;
    }

    .logoProject p {
        font-size: 22px;
        padding: 3%;
        text-align: center;
        float: left;
        border-radius: 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        border: 1px solid #FFF;
    }

        .logoProject p:first-child {
            color: #FFF;
            background: rgba(237,113,39,1);
            box-sizing: content-box;
        }

            .logoProject p:first-child span {
                color: #FFF;
            }

        .logoProject p:last-child {
            color: rgba(237,113,39,1);
            background: #FFF;
        }

/* ------------------------------------------------------------------*/
/* Menu -------------------------------------------------------------*/
.topnav {
    position: relative;
    display: inline-block;
    float: right;
    margin: 23px 0 0;
    width: 60%;
    max-width: 500px;
    overflow: hidden;
}

    .topnav li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0 7px 0;
        font-size: 16px;
    }

        .topnav li a {
            font-size: 18px;
            text-decoration: none;
        }

    .topnav a {
        float: left;
        text-align: center;
        padding: 0px 5px;
        text-decoration: none;
        font-size: 17px;
        color: rgba(255,250,255,1);
    }

        .topnav a:hover {
            color: #FFF;
            text-decoration: underline;
        }

    .topnav .icon {
        display: none;
        color: #FFF;
    }

/* ------------------------------------------------------------------*/
/* Page Elements ----------------------------------------------------*/
h1.titleHero, .nLogo {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-size: 48px;
    text-transform: uppercase;
}

h1.titleHero {
    display: none;
}

.nLogo {
    margin: 0 auto;
    display: table;
    width: 520px;
}

    .nLogo * {
        font-size: 22px;
    }

    .nLogo p {
        font-size: 56px;
        padding: 3%;
        text-align: center;
        float: left;
        border-radius: 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        border: 1px solid #FFF;
    }

        .nLogo p:first-child {
            color: #FFF;
            background: rgba(237,113,39,.9);
            box-sizing: content-box;
        }

            .nLogo p:first-child span {
                color: #FFF;
            }

        .nLogo p:last-child {
            color: rgba(237,113,39,1);
            background: rgba(255,255,255,.6);
            ;
        }

            .nLogo p:last-child span {
                color: rgba(237,113,39,1);
            }

#logo {
    font-family: 'Open Sans', sans-serif;
    color: #ED7127;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    text-shadow: rgba(155,155,155,0.6) 3px 2px 0;
    position: relative;
}

.hero, .square01, .square02, .square03, .square04 {
    position: relative;
    width: 100%;
}

.square01, .square03 {
    display: flex;
}

.hero, .square02, .square04 {
    display: block;
}

.hero {
    max-height: 1000px;
    height: 100vh;
    background: url(../images/background_.jpg) top center no-repeat;
}

.square01, .square02, .square03, .square04 {
    min-height: 800px;
}

.square01 {
    background: #FFFFFF;
    margin: -35px 0 0;
}

.square02 {
    background: #fafafa;
}

.square03 {
    background: #FFFFFF;
}

.square04 {
    background: #fafafa;
}

.subtitleHero {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 220px 0 5px;
    font-size: 26px;
    line-height: 1.3;
    height: 35px;
    font-weight: 700;
    color: rgba(19, 53, 90,.8) !important;
    text-shadow: 1px 1px 1px #FFF;
}

.subtitle {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 15px 0 5px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
}


h2 {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 1.45;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: block;
}

h3 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 21px;
    line-height: 1;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: block;
}

.centerText {
    text-align: center !important;
}

p.bodyText {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    line-height: 1.7778;
    display: block;
    margin: 0 auto;
    text-align: justify;
}

.wrapButtonsHero {
    position: relative;
    display: block;
    width: 445px;
    margin: 35px auto;
    height: 55px;
}

.partSquare20, .partSquare25, .partSquare30, .partSquare40, .partSquare50, .partSquare60, .partSquare70, .partSquare75, .partSquare80, .partSquare100 {
    min-height: 100px;
    padding: 5% 3%;
    display: inline-block;
    align-items: flex-start;
    box-sizing: border-box;
}

.partSquare50_flex {
    min-height: 100px;
    padding: 5% 3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    float: left;
}


.partSquare20 {
    width: 20%;
    display: flex;
    float: left;
}

.partSquare25 {
    width: 25%;
}

.partSquare30 {
    width: 30%;
}

.partSquare40 {
    width: 40%;
}

.partSquare50 {
    width: 45%;
}

.partSquare50_flex {
    width: 50%;
}

.partSquare60 {
    width: 60%;
}

.partSquare70 {
    width: 70%;
}

.partSquare75 {
    width: 75%;
}

.partSquare80 {
    width: 80%;
}

.partSquare100 {
    width: 100%;
}

.boxPhotoRight {
    width: 50%;
    padding: 5% 0 0;
    float: right;
}

.boxPhotoLeft {
    width: 50%;
    padding: 5% 0 0;
    float: left;
}

.backgroundPhoto01 {
    background: url(../images/backgroundPhoto01.jpg) center center no-repeat;
}

.backgroundPhoto02 {
    background: url(../images/backgroundPhoto02.jpg) center center no-repeat;
}

/* ------------------------------------------------------------------*/
/* IcoElement -------------------------------------------------------*/
.wrapIcoElement {
    display: flex;
    margin: 50px 0 10px;
}

.icoElement {
    background: #FFFFFF;
    width: 24%;
    margin: 0 1%;
    height: 100px;
    position: relative;
    flex-grow: 1;
    text-align: center;
    font-size: 21px;
    padding: 10px 0;
}

.icon {
    color: #ED7127;
    width: 100%;
    margin: 10px;
    padding: 10px 0;
}

.iconBig {
    color: #ED7127;
    font-size: 62px !important;
    align-self: flex-start;
}

/* ---------------------------------------------------------------------*/
/* BoxElement ----------------------------------------------------------*/
.wrapBoxElement {
    display: flex;
}

.boxElement {
    background: #ccc;
    width: 24%;
    margin: 0 1%;
    height: 70px;
    border: 1px solid red;
    position: relative;
    flex-grow: 1;
}

.wrapBoxElement {
    display: flex;
}

.boxElement {
    background: #FFF;
    width: 24%;
    margin: 0 1%;
    height: 250px;
    border: 0;
    position: relative;
    flex-grow: 1;
}

.textBoxElement {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

    .textBoxElement span {
        font-weight: 200;
        font-size: 18px;
        text-align: center;
        line-height: 1.7778;
    }


.boxElement .icon {
    font-size: 62px !important;
    margin: 14px 0;
}

/* ------------------------------------------------------------------*/
/* Contact ----------------------------------------------------------*/
.wrapForm {
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-content: flex-start;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="password"],
form input[type="phone"],
form input[type="date"],
form input[type="color"],
form select {
    background-color: #fff;
    background-image: none;
    width: 100%;
    height: 46px;
    margin: 5px 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    border: 1px solid rgba(0,0,0, .1);
    padding: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

textarea {
    color: #999;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0, .1);
    border-radius: 6px;
    padding: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 1.33;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.wrapContactElement {
    display: flex;
}

.contactElement {
    background: #FFFFFF;
    width: 24%;
    margin: 0 1%;
    height: 200px;
    border: 0;
    position: relative;
    flex-grow: 1;
}

.textContactElement, .textContactElement a {
    font-size: 14px;
    text-align: center;
}

    .textContactElement span {
        font-weight: 700;
        font-size: 16px;
    }

.iconContact {
    width: 100%;
}

.messageSucess {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #156cc8;
    margin: -45px 0 2px;
    display: none;
}

.fa {
    color: #fff;
    background: #ED7127;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 64px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 37px !important;
    margin: 5px 0 0;
    padding: 13px 0 15px;
    margin: 20px auto;
    display: block !important;
}

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border-radius: 50%;
    text-align: center;
    font-size: 37px !important;
    margin: 5px 0 0;
    margin: 0 auto;
}

.barBottom {
    display: block !important;
    background: #333;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* ------------------------------------------------------------------*/
/* Auto-Scroll ------------------------------------------------------*/
.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 35px;
    right: 30px;
    display: none;
    background: url(../images/ScrollToTop.png) no-repeat center center;
    border-radius: 10px;
    opacity: 0.5;
    z-index: 10000;
    cursor: pointer;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

/* -------------------------------------------------------------------*/
/* Adjusts 890 resolution --------------------------------------------*/
@media (max-width: 890px) {
    .contentHeader {
        margin: 20px 0 0;
    }

    .logoProject * {
        font-size: 16px;
    }

    .logoProject p {
        margin: 5px 0 0;
    }

    .nLogo {
        margin: 0 auto;
        display: table;
        width: 366px;
    }

        .nLogo p {
            font-size: 40px;
        }

    .hero {
        margin: -30px 0 0;
    }

    .topnav li:not(:first-child) {
        display: none;
        float: left;
    }

    .topnav li:nth-child(2) {
        margin: 40px 0 0;
    }

    .topnav li.icon {
        float: right;
        display: block;
        width: 35px;
        height: 35px;
        color: #FFF;
    }

        .topnav li.icon a {
            font-size: 30px !important;
            font-weight: bold;
            text-decoration: none !important;
        }

    .topnav.responsive {
        position: relative;
        margin: 25px 0 0;
        width: 300px;
        height: auto;
        max-width: 100%;
    }

        .topnav.responsive .icon {
            position: relative;
            right: 0;
            top: 0;
            float: right;
            width: 35px;
            height: 35px;
            font-size: 30px !important;
            font-weight: bold;
            margin: -13px 0 10px;
            background: transparent !important;
        }

            .topnav.responsive .icon a {
                font-size: 30px !important;
                font-weight: bold;
            }

        .topnav.responsive li {
            float: left;
            display: block !important;
            text-align: left;
            margin: 0;
            width: 100%;
            height: 32px;
            background: rgba(19, 53, 90,.8) !important;
            padding: 7px 2% 0;
        }

    .topnav li:nth-child(2) {
        margin: -8px 0 0;
    }

    .partSquare40 {
        display: none;
    }

    .partSquare60, .partSquare50_flex {
        width: 100%;
    }

    .logoProject {
        display: table;
        margin: 19px 2% 0;
        max-width: 205px;
    }

    .topnav li {
        font-size: 13px;
        margin: 0 3px 0;
    }

    .iconBig {
        font-size: 42px !important;
    }
}

/* ------------------------------------------------------------------------*/
/* Adjusts iPad and other tablets -----------------------------------------*/
@media (max-width: 768px) {
    .partSquare100 {
        width: 100%;
    }

    .backgroundPhoto02 {
        display: none;
    }

    .wrapForm {
        display: block;
    }

        .wrapForm .partSquare50 {
            width: 100%;
        }
}

/* -----------------------------------------------------------------------*/
/* Adjusts SmartPhones ---------------------------------------------------*/
@media (max-width: 600px) {
    .subtitleHero {
        height: auto;
    }

    .topnav {
        width: 34%;
    }

        .topnav.responsive {
            margin: -32px 0 0;
        }

    .wrapButtonsHero {
        width: 90%;
    }

    .partSquare70 {
        width: 100%;
    }

    #logo {
        text-transform: uppercase;
        font-size: 40px;
    }

    h1.titleHero {
        margin: 0;
    }

    h2 {
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 1.45;
        letter-spacing: -1px;
        width: 100%;
        display: block;
    }

    .subtitle {
        font-size: 16px;
    }

    .wrapIcoElement {
        display: block;
    }

    .icoElement {
        width: 45%;
        float: left;
        padding: 10px 0;
        font-size: 16px;
    }

    .centerText {
        text-align: left !important;
    }

    .wrapBoxElement {
        display: block;
    }

    .boxElement {
        width: 90%;
        border: 1px solid #eee;
        margin: 2% 5%;
        box-shadow: 3px 3px 3px rgba(33,33,33,0.1);
    }

    .fa {
        font-size: 24px !important;
        width: 48px;
        height: 20px;
    }

    .logoProject {
        width: 90%;
        margin: 20px 2% 0;
        text-align: center;
    }

    .iconBig {
        font-size: 30px !important;
    }

    .wrapContactElement {
        display: block;
    }

    .contactElement {
        width: 90%;
        border: 1px solid #eee;
        margin: 2% 5%;
        box-shadow: 3px 3px 3px rgba(33,33,33,0.1);
        height: 150px;
    }

        .contactElement:last-child {
            margin: 2% 5% 60px;
        }
}
