a, abbr, acronym, address, applet, aside, audio, b, big, blockquote, body,
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt,
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3,
h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend,
li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section,
small, span, strike, strong, sub, summary, sup, table, tbody, td article,
tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    background: #000;
    font-family: OpenSans, Helvetica, Arial, Tahoma;
    font-size: 16px;
    line-height: 26px;
}

    @media screen and (max-width: 850px) {
        body {
            font-size: 12px;
            line-height: 22px;
        }
    }

::selection {
    background: #f4845f;
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fts/hinted-OpenSans-Semibold.woff2') format('woff2'),
        url('fts/hinted-OpenSans-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fts/hinted-OpenSans-Bold.woff2') format('woff2'),
        url('fts/hinted-OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Extrabold';
    src: url('fts/hinted-OpenSans-Extrabold.woff2') format('woff2'),
        url('fts/hinted-OpenSans-Extrabold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans';
    src: url('fts/hinted-OpenSans.woff2') format('woff2'),
        url('fts/hinted-OpenSans.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fts/hinted-OpenSans-Light.woff2') format('woff2'),
        url('fts/hinted-OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeue-Book';
    src: url('fts/hinted-BebasNeueBook.woff2') format('woff2'),
        url('fts/hinted-BebasNeueBook.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('fts/hinted-BebasNeueBold.woff2') format('woff2'),
        url('fts/hinted-BebasNeueBold.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fts/hinted-BebasNeueRegular.woff2') format('woff2'),
        url('fts/hinted-BebasNeueRegular.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeue-Light';
    src: url('fts/hinted-BebasNeueLight.woff2') format('woff2'),
        url('fts/hinted-BebasNeueLight.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeue-Thin';
    src: url('fts/hinted-BebasNeue-Thin.woff2') format('woff2'),
        url('fts/hinted-BebasNeue-Thin.woff') format('woff');
}

.container {
    width: 100%;
    float: left;
}

.trans {
    color: #fff !important;
}

.black {
    background: #000;
    color: #fff !important;
}

.semiblack {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlPM0jRW/QAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=);
        color: #fff !important;
}

.gradientsemiblack {
    background-color: rgba(0, 0, 0, 0.5);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgb(0, 0, 0)),color-stop(1, rgba(0, 0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(bottom,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background-image: linear-gradient(to top,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);    color: #fff !important;
}

.white {
    background: #EDE6E3;
    color: #000 !important;
}

.rwhite {
    background: #fff;
    color: #000 !important;
}

.orange {
    background: #F4845F;
    color: #000 !important;
}

.lorange {
    background: #F79D65;
    color: #000 !important;
}

.llorange {
    background: #F7B267;
    color: #000 !important;
}

.blue {
    background: #3F88C5;
    color: #fff !important;
}

.textorange {
    color: #F4845F;
}

.marge1 {
    height: 350px;
    width: 100%;
    float: left;
}

    @media screen and (max-width: 850px) {
        .marge1 {
            height: 150px;
        }
    }

.marge2 {
    height: 150px;
    width: 100%;
    float: left;
}

    @media screen and (max-width: 850px) {
        .marge2 {
            height: 100px;
        }
    }

.marge3 {
    height: 20px;
    width: 100%;
    float: left;
}

    @media screen and (max-width: 850px) {
        .marge3 {
            height: 15px;
        }
    }
    
.marge4 {
    height: 40px;
    width: 100%;
    float: left;
}

    @media screen and (max-width: 850px) {
        .marge4 {
            height: 20px;
        }
    }
    
.marge5 {
    height: 80px;
    width: 100%;
    float: left;
}

    @media screen and (max-width: 850px) {
        .marge5 {
            height: 40px;
        }
    }
    
.marge6 {
    height: 10px;
    width: 100%;
    float: left;
}
    
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

    .pagebg {
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: -999;
    }

        .home {
            background :url(../images/bgs/manonmotor01.png);
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }

        .mij {
            background :url(../images/bgs/motor03.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .jou {
            background :url(../images/bgs/motor06.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .contact {
            background :url(../images/bgs/motor02.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .kost {
            background :url(../images/bgs/motor03.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .bromfiets {
            background :url(../images/bgs/bromfiets01.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

    .transbg {
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: -998;
    }

    .header-container {
        width: 100%;
        position: absolute;
        padding: 35px 0;
        color: #fff;
    }

        .whited {
            color: #000;
        }

        @media screen and (max-width: 850px) {
            .header-container {
                height: 65px;
                padding: 0;
                position: fixed;
                z-index: 999;
            }

            .header-container-filled {
                background: #000;
                color: #fff;
            }

                .header-container-filled .bl {
                    display: none;
                }
        }

        .header-container .content {
            max-width: 1100px;
            margin: auto;
            display: table;
        }

            .header-container .content .logo-box {
                float: left;
                display: table-cell;
            }

                .header-container .content .logo-box .logo {
                    width: 140px;
                    float: left;
                    margin-right: 50px;
                }

                    .whited .wh {
                        display: none;
                    }

                    .blacked .bl {
                        display: none;
                    }

                    .header-container-filled .wh {
                        display: block !important;
                    }

                    @media screen and (max-width: 850px) {
                        .header-container .content .logo-box .logo {
                            width: 80px;
                            top: 23px;
                            left: 25px;
                            position: fixed;
                            z-index: 998;
                        }
                    }

            .header-container .nav-m-button {
                display: none;
            }
            
                @media screen and (max-width: 850px) {
                    .header-container .nav-m-button {
                        position: fixed;
                        top: 23px;
                        right: 25px;
                        font-size: 13px;
                        display: block;
                        z-index: 998;
                        cursor: pointer;
                    }
                }

            .header-container .content .navigator {
                float: left;
                margin-top: 12px;
                display: table-cell;
            }

                @media screen and (min-width: 850px) {
                    .header-container .content .navigator {
                        display: block !important;
                    }
                }

                @media screen and (max-width: 850px) {
                    .header-container .content .navigator {
                        height: 100vh;
                        width: 100%;
                        display: none;
                        position: fixed;
                        background: #000;
                        z-index: 997;
                        top: 0;
                        left: 0;
                        margin-top: 0;
                        float: initial;
                    }

                        .whited .content .navigator {
                            background: #fff;
                        }

                        .header-container-filled .content .navigator {
                            background: #000;
                        }

                        .header-container .content .navigator .content {
                            width: 100%;
                            position: fixed;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }
                }

                .header-container .content .navigator .nav-button {
                    float: left;
                    margin-right: 50px;
                    line-height: 20px;
                }

                    @media screen and (max-width: 850px) {
                        .header-container .content .navigator .nav-button {
                            width: 100%;
                            margin-right: 0;
                            margin-bottom: 30px;
                            font-family: BebasNeue, Helvetica, Arial, Tahoma;
                            font-size: 20px;
                            line-height: 20px;
                            text-align: center;
                        }
                    }

                    .header-container .content .navigator .nav-button:hover {
                        padding-bottom: 8px;
                        border-bottom: 2px solid;
                    }

                    .header-container .content .navigator .last {
                        margin-right: 0;
                    }

                        @media screen and (max-width: 850px) {
                            .header-container .content .navigator .last {
                                margin-bottom: 0;
                            }
                        }

    .content-container {
        width: 100%;
        float: left;
    }

        .content-container .element {
            width: 100%;
            float: left;
        }

            .content-container .intro {
                padding-top: 119px;
            }

                @media screen and (max-width: 850px) {
                    .content-container .intro {
                        padding-top: 65px;
                    }
                }

                .content-container .content {
                    width: calc(100% - 50px);
                    max-width: 1100px;
                    margin: auto;
                }

                    .content-container .photobusiness {
                        background :url(../images/bgs/business01.png);
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                    }

                        .content-container .trans {
                            width: 100%;
                            float: left;
                        }

                    .content-container .onecolumn .content {
                        width: calc(100% - 50px);
                        max-width: 700px;
                    }

                    .content-container .onecolumn2 .content {
                        width: calc(100% - 50px);
                        max-width: 1100px;
                    }

                    .content-container .onecolumn3 .content {
                        width: calc(100% - 50px);
                        max-width: 500px;
                    }

                    .content-container .twocolumns .content {
                        width: calc(100% - 50px);
                        max-width: 900px;
                    }

                        .content-container .twocolumns .content .column {
                            width: calc(50% - 25px);
                            float: left;
                            margin-right: 50px;
                        }

                    .content-container .threecolumns .content {
                        width: calc(100% - 50px);
                        max-width: 1100px;
                    }

                        .content-container .threecolumns .content .column {
                            width: calc(33.333% - 33.3333px);
                            float: left;
                            margin-right: 50px;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .twocolumns .content .column,
                                .content-container .threecolumns .content .column {
                                    width: 100%;
                                    margin-right: 0;
                                    margin-bottom: 50px;
                                }
                            }

                            .content-container .twocolumns .content .last,
                            .content-container .threecolumns .content .last {
                                margin-right: 0;
                            }

                                @media screen and (max-width: 850px) {
                                    .content-container .twocolumns .content .last,
                                    .content-container .threecolumns .content .last {
                                        margin-bottom: 0;
                                    }
                                }

                        .content-container .content a:hover {
                            padding-bottom: 3px;
                            border-bottom: 2px solid #3F88C5;
                        }

                    .content-container .content .title {
                        width: 100%;
                        float: left;
                        font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                        font-size: 200px;
                        line-height: 200px;
                        letter-spacing: 6px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .content .title {
                                font-size: 50px;
                                line-height: 50px;
                            }
                        }

                    .content-container .content .undertitle {
                        width: 100%;
                        float: left;
                        font-family: BebasNeue-Light, Helvetica, Arial, Tahoma;
                        font-size: 50px;
                        line-height: 50px;
                        letter-spacing: 2px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .content .undertitle {
                                font-size: 20px;
                                line-height: 20px;
                            }
                        }

                    .content-container .content .subtitle {
                        width: 100%;
                        float: left;
                        font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                        font-size: 50px;
                        line-height: 50px;
                        letter-spacing: 2px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .content .subtitle {
                                font-size: 30px;
                                line-height: 30px;
                            }
                        }

                    .content-container .content .subtitle2 {
                        width: 100%;
                        float: left;
                        font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                        font-size: 25px;
                        line-height: 25px;
                        letter-spacing: 1px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .content .subtitle2 {
                                font-size: 20px;
                                line-height: 20px;
                            }
                        }

                        .content-container .content span.textblue {
                            color: #3F88C5;
                        }

                    .content-container .content .text {
                        width: 100%;
                        float: left;
                    }

                    .content-container .content .text2 {
                        width: 100%;
                        float: left;
                        font-size: 16px;
                        line-height: 26px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .content .text2 {
                                font-size: 12px;
                                line-height: 22px;
                            }
                        }

                    .content-container .content .photo {
                        height: 178px;
                        width: 100%;
                        float: left;
                    }

                        .content-container .content .photo1 {
                            background :url(../images/photos/a101.png);
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;
                        }

                        .content-container .content .photo2 {
                            background :url(../images/photos/a201.png);
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;
                        }

                        .content-container .content .photo3 {
                            background :url(../images/photos/a01.png);
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;
                        }

                    .content-container .content .navigator {
                        width: 100%;
                        float: left;
                    }

                        .content-container .content .navigator .group {
                            margin: auto;
                            display: table;
                        }

                            .content-container .content .navigator .group .nav-button {
                                float: left;
                                border-radius: 3px;
                                font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                                line-height: 17px;
                                padding: 15px 25px;
                                display: table-cell;
                                letter-spacing: 2px;
                            }

                                .content-container .content .navigator .group .marge {
                                    margin-right: 20px;
                                }

                                @media screen and (max-width: 850px) {
                                    .content-container .content .navigator .group .nav-button {
                                        padding: 10px 20px;
                                    }   
                                }

                                .content-container .content .navigator .group .nav-button:hover {
                                    background: #dfa33b;
                                    color: #fff !important;
                                    -o-transition:.5s;
                                    -ms-transition:.5s;
                                    -moz-transition:.5s;
                                    -webkit-transition:.5s;
                                    transition:.5s;
                                }

                .content-container .banner .content {
                    width: initial;
                    max-width: none;
                    display: table;
                }

                    @media screen and (max-width: 850px) {
                        .content-container .banner .content {
                            width: calc(100% - 50px);
                        }
                    }

                    .content-container .banner .content .text {
                        width: initial;
                        float: left;
                        text-align: left;
                        margin: 15px 50px 0 0;
                        font-family: BebasNeue, Helvetica, Arial, Tahoma;
                        font-size: 20px;
                        line-height: 20px;
                        display: table-cell;
                        letter-spacing: 2px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .banner .content .text {
                                width: 100%;
                                text-align: center;
                                font-family: BebasNeue, Helvetica, Arial, Tahoma;
                                font-size: 20px;
                                line-height: 30px;
                                margin: 15px 0 10px 0;
                                display: initial;
                            }
                        }

                    .content-container .banner .content .nav-button-group {
                        float: left;
                        display: table-cell;
                    }

                    @media screen and (max-width: 850px) {
                        .content-container .banner .content .nav-button-group {
                            float: none;
                            margin: auto;
                            display: table;
                        }
                    }

                    .content-container .banner .content .nav-button {
                        float: left;
                        border-radius: 3px;
                        font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                        line-height: 17px;
                        padding: 15px 25px;
                        display: table-cell;
                        letter-spacing: 2px;
                    }

                        .content-container .banner .content .nav-button:hover {
                            background: #dfa33b;
                            color: #fff !important;
                            -o-transition:.5s;
                            -ms-transition:.5s;
                            -moz-transition:.5s;
                            -webkit-transition:.5s;
                            transition:.5s;
                        }

                .content-container .companies .content {
                    width: initial;
                    max-width: none;
                    display: table;
                }

                    .content-container .companies .content .logo-box {
                        float: left;
                        margin-right: 50px;
                    }

                        @media screen and (max-width: 850px) {
                            .content-container .companies .content .logo-box {
                                width: 100%;
                                margin-right: 0;
                            }
                        }

                        .content-container .companies .content .last {
                            margin-right: 0;
                        }

                        .content-container .companies .content .logo-box .logo {
                            height: 90px;
                            width: 190px;
                            float: left;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .companies .content .logo-box .logo {
                                    margin: auto;
                                    float: initial;
                                }
                            }

                            .content-container .companies .content .logo-box .enricotan {
                                background :url(../images/comp/enricotan01.png);
                                background-repeat: no-repeat;
                                background-position: center;
                                background-size: cover;
                            }


                .content-container .packages .content {
                    width: calc(100% - 50px);
                    max-width: 1100px;
                }

                    .content-container .packages .content .package {
                        width: calc((100% - 50px) / 3);
                        float: left;
                        margin-right: 25px;
                        background: #fff;
                        display: table-cell;
                        -webkit-box-shadow: 10px 10px 81px -16px rgba(0,0,0,0.83);
                        -moz-box-shadow: 10px 10px 81px -16px rgba(0,0,0,0.83);
                        box-shadow: 10px 10px 81px -16px rgba(0,0,0,0.83);
                    }

                        .content-container .packages .content .one {
                            width: 100%;
                            margin-right: 0;
                        }

                        .content-container .packages .content .two {
                            width: calc((100% - 25px) / 2);
                        }

                        @media screen and (max-width: 850px) {
                            .content-container .packages .content .package {
                                width: 100%;
                                margin-right: 0;
                                margin-bottom: 25px;
                            }
                        }

                        .content-container .packages .content .last {
                            margin-right: 0;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .packages .content .last {
                                    margin-bottom: 0;
                                }
                            }

                        .content-container .packages .content .package .cat {
                            width: 100%;
                            float: left;
                            padding: 40px 0 0 0;
                            font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                            font-size: 15px;
                            line-height: 15px;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .packages .content .package .cat {
                                    font-size: 8px;
                                    line-height: 8px;
                                }
                            }

                        .content-container .packages .content .package .title {
                            width: 100%;
                            float: left;
                            padding: 15px 0 40px 0;
                            font-size: 40px;
                            line-height: 40px;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .packages .content .package .title {
                                    font-size: 27px;
                                    line-height: 27px;
                                    padding: 10px 0 40px 0;
                                }
                            }

                        .content-container .packages .content .package .included {
                            width: 100%;
                            float: left;
                            padding: 20px 0 0 0;
                        }

                            .content-container .packages .content .package .included .include {
                                width: 100%;
                                float: left;
                                padding: 0 0 20px 0;
                                font-family: BebasNeue, Helvetica, Arial, Tahoma;
                                font-size: 19px;
                                line-height: 28px;
                            }

                                @media screen and (max-width: 850px) {
                                    .content-container .packages .content .package .included .include {
                                        font-size: 14px;
                                        line-height: 22px;
                                        padding: 0 0 15px 0;
                                    }
                                }

                                .content-container .packages .content .package .included .include span {
                                    font-family: BebasNeue, Helvetica, Arial, Tahoma;
                                }

                                .content-container .packages .content .package .included .include i {
                                    color: #1ab66f;
                                }

                                .content-container .packages .content .package .included .include i.red {
                                    color: #ea5d2c;
                                }

                                .content-container .packages .content .package .included .last {
                                    padding: 0 0 20px 0;
                                }

                        .content-container .packages .content .package .price {
                            width: 100%;
                            float: left;
                            padding: 30px 0;
                            font-family: BebasNeue, Helvetica, Arial, Tahoma;
                            font-size: 23px;
                            line-height: 23px;
                        }

                            .content-container .packages .content .package .price span {
                                font-family: BebasNeue, Helvetica, Arial, Tahoma;
                                font-size: 13px;
                                line-height: 23px;
                            }

                                @media screen and (max-width: 850px) {
                                    .content-container .packages .content .package .price {
                                        font-size: 17px;
                                        line-height: 17px;
                                    }

                                        .content-container .packages .content .package .price span {
                                            font-size: 10px;
                                            line-height: 20px;
                                        }
                                }

                        .content-container .packages .content .package .order {
                            width: 100%;
                            float: left;
                            padding: 20px 0;
                            font-family: BebasNeue, Helvetica, Arial, Tahoma;
                            font-size: 23px;
                            line-height: 23px;
                            background: #1ab66f;
                            color: #fff;
                        }

                            @media screen and (max-width: 850px) {
                                .content-container .packages .content .package .order {
                                    font-size: 18px;
                                    line-height: 18px;
                                }
                            }

                            .content-container .packages .content .package .order:hover {
                                filter: brightness(80%);
                                -o-transition:.5s;
                                -ms-transition:.5s;
                                -moz-transition:.5s;
                                -webkit-transition:.5s;
                                transition:.5s;
                            }

                .content-container .photos .photo {
                    height: 200px;
                    width: 25%;
                    float: left;
                }

                    .content-container .photos .three {
                        width: 33.33333%;
                    }

                    .content-container .photos .two {
                        width: 50%;
                    }

                    .content-container .photos .one {
                        width: 100%;
                    }

            table {
                width: 100%;
                float: left;
                text-align: left;
            }


            input[type=text], textarea {
                width: calc(100% - 40px);
                float: left;
                padding: 15px 20px;
                background: #fff;
                border: 0;
                resize: none;
                outline: 0;
                border-radius: 3px;
                margin: 0 0 15px 0;
                font-family: OpenSans;
                font-size: 16px;
                color: #000;
            }

                @media screen and (max-width: 850px) {
                    input[type=text], textarea {
                        font-size: 13px;
                    }
                }

                 input[type=text]:hover {
                    border-color: #fff;
                 }

            input[type=submit] {
                float: left;
                cursor: pointer;
                -webkit-appearance: none;
                text-align: center;
                border: 0;
                text-decoration: none;
                color: #fff;
                border-radius: 3px;
                font-family: BebasNeue-Bold, Helvetica, Arial, Tahoma;
                font-size: 17px;
                line-height: 17px;
                padding: 15px 25px;
            }   

                @media screen and (max-width: 850px) {
                    input[type=submit] {
                        font-size: 13px;
                    }
                }

                input[type=submit]:hover {
                    border-color: #fff;
                    color: #fff;
                }

    .footer-container {
        width: 100%;
        float: left;
    }

        .footer-container .content {
            width: calc(100% - 50px);
            max-width: 900px;
            margin: auto;
        }

            .footer-container .content .footer-logo {
                width: 210px;
                float: left;
            }

                @media screen and (max-width: 850px) {
                    .footer-container .content .footer-logo {
                        width: 100%;
                    }
                }

                .footer-container .content .footer-logo .logo {
                    width: 120px;
                    float: left;
                }

                    @media screen and (max-width: 850px) {
                        .footer-container .content .footer-logo .logo {
                            width: 80px;
                            float: initial;
                            margin: auto;
                            margin-bottom: 30px;
                        }
                    }

            .footer-container .content .navigator {
                width: calc(100% - 210px - 126px);
                float: left;
            }

                @media screen and (max-width: 850px) {
                    .footer-container .content .navigator {
                        width: 100%;
                    }
                }

                .footer-container .content .navigator .navigator-1 {
                    width: 100%;
                    float: left;
                    margin-top: 5px;
                }

                    @media screen and (max-width: 850px) {
                        .footer-container .content .navigator .navigator-1 {
                            margin-top: 30px;
                        }

                            .footer-container .content .navigator .navigator-1 .group {
                                margin: auto;
                                display: table;
                            }
                    }

                    .footer-container .content .navigator .navigator-1 .footer-item {
                        float: left;
                        margin-right: 20px;
                        font-family: BebasNeue;
                        letter-spacing: 3px;
                        font-size: 14px;
                        line-height: 14px;
                    }

                        @media screen and (max-width: 850px) {
                            .footer-container .content .navigator .navigator-1 .footer-item {
                                display: table-cell;
                                font-size: 12px;
                                line-height: 12px;
                            }
                        }

            .footer-container .content .social {
                width: 126px;
                float: left;
            }

                @media screen and (max-width: 850px) {
                    .footer-container .content .social {
                        width: 100%;
                    }

                        .footer-container .content .social .group {
                            margin: auto;
                            display: table;
                            margin-top: 30px;
                        }
                }

                .footer-container .content .social .social-item {
                    height: 31px;
                    width: 31px;
                    float: left;
                    margin-right: 15px;
                    font-size: 14px;
                    line-height: 31px;
                    text-align: center;
                    border-radius: 14px;
                    background: #fff;
                    color: #000;
                }

                    @media screen and (max-width: 850px) {
                        .footer-container .content .social .social-item {
                            height: 40px;
                            width: 40px;
                            border-radius: 20px;
                            line-height: 40px;
                            font-size: 18px;
                            display: table-cell;
                        }
                    }

                    .footer-container .content .navigator .navigator-1 .footer-column a .footer-item:hover,
                    .footer-container .content .navigator .navigator-1 a .footer-item:hover {
                        color: #F4845F;
                        -o-transition:.5s;
                        -ms-transition:.5s;
                        -moz-transition:.5s;
                        -webkit-transition:.5s;
                        transition:.5s;
                    }

                    .footer-container .content .social .social-item:hover {
                        background: #F4845F;
                        color: #fff;
                        -o-transition:.5s;
                        -ms-transition:.5s;
                        -moz-transition:.5s;
                        -webkit-transition:.5s;
                        transition:.5s;
                    }

                    .footer-container .content .navigator .navigator-1 .last {
                        margin-right: 0;
                    }

                    .footer-container .content .social .last {
                        margin-right: 0;
                    }