﻿body {
    font-size: 1em;
    background-color: #fbb900;
    font-weight: 400;
}

p {
    font-size: 1em;
    font-weight: 400;
    margin: 0.125em 0 0.75em 0;
}

.border-left-bottom {
    padding-bottom: 0.75em;
}

    .border-left-bottom:after {
        content: "";
        background: #fbb900;
        background: linear-gradient(to right, rgba(251,185,0,1), rgba(251,185,0,0));
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 5px;
    }

/* PAGE WRAPPER */
#page-wrapper {
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    font-size: 1em;
    min-width: 300px;
}

/* SECTION - O NAS */
#o-nas {
    padding: 4em 0;
    border-bottom: 2px solid #ececec;
}

    #o-nas h2 {
        font-size: 2.0em;
        font-weight: 700;
        margin-bottom: 1.5em;
        margin-top: 1em;
        position: relative;
        color: #1d1d1b;
    }

    #o-nas p {
        font-family: 'Open Sans', sans-serif;
        color: #6b6f71;
        line-height: 1.75;
        margin: 0 0 1.5em 0;
    }

    #o-nas .foto-kdo-jsme {
        float: right;
        margin: 12px 0 0 40px;
        background: #f1b200;
        padding: 0 0 0 1.25em;
        margin: 2em 0 2em 30px;
        width: 40%;
    }

        #o-nas .foto-kdo-jsme img {
            margin: -2em 0;
        }

/* SECTION - O NAS */
#nase-prednosti {
    position: relative;
    padding: 3em 0;
}

    #nase-prednosti h2 {
        font-size: 2.0em;
        font-weight: 500;
        position: relative;
        color: #1d1d1b;
        text-align: center;
        margin-bottom: 2.5em;
    }

        #nase-prednosti h2 > span {
            position: relative;
            display: inline-block;
            padding-bottom: 0.75em;
        }

            #nase-prednosti h2 > span:after {
                content: "";
                background: #fbb900;
                background: linear-gradient(to right, rgba(251,185,0,1), rgba(251,185,0,0));
                position: absolute;
                bottom: 0;
                left: 40%;
                width: 20%;
                height: 5px;
            }

    #nase-prednosti .vyhody-box {
        position: relative;
        width: 100%;
        float: left;
    }

    #nase-prednosti .vyhody-box-inner {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        border: 1px solid #f1b200;
        box-shadow: 0 0 12px 6px rgba(230,230,230,0.5);
        margin-bottom: 1em;
    }

@media only screen and (min-width: 1024px) {
    #nase-prednosti .vyhody-box .vyhody-1-top-offset { margin-top: 6em; }

    #nase-prednosti .vyhody-box .vyhody-2-top-offset { margin-top: 4em; }

    #nase-prednosti .vyhody-box .vyhody-3-top-offset { margin-top: 2em; }

    #nase-prednosti .vyhody-box .vyhody-4-top-offset { margin-top: 0; }
}

    #nase-prednosti .vyhody-box:after {
        content: "";
        display: table;
        clear: both;
    }

    #nase-prednosti .vyhody-box .box-number {
        display: inline;
        position: absolute;
        font-size: 1.2em;
        font-weight: 700;
        top: -25px;
        left: 15px;
        background: #f1b200;
        height: 50px;
        width: 50px;
        color: #fff;
    }

        #nase-prednosti .vyhody-box .box-number span {
            font-family: 'Open Sans', sans-serif;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    #nase-prednosti .vyhody-box .box-content-wrapper {
        padding: 0 1em 1.5em 1em;
        font-size: 0.95em;
    }

    #nase-prednosti .vyhody-box .box-title {
        font-weight: 700;
        margin: 3em 0 1em 0;
        font-size: 1.1em;
    }

    #nase-prednosti .vyhody-box .box-contents {
        color: #6c7c92;
        line-height: 1.75;
        font-size: 0.95em;
        font-family: 'Open Sans', sans-serif;
    }

/* FOOTER */
#footer {
    background: #fbb900;
    font-size: 0.9em;
    position: relative;
}

    #footer .footer-wrapper {
        position: relative;
        height: 100%;
        margin: 0;
    }

        #footer .footer-wrapper:after {
            position: absolute;
            content: '';
            top: 0;
            height: 100%;
            width: 50%;
            z-index: 1;
            right: 0;
            background: #f1b200;
        }

    #footer .footer-contents {
        color: #4c4c4c;
        z-index: 99;
        position: relative;
        padding: 0;
        font-weight: 700;
    }

        #footer .footer-contents .phone-bigger {
            vertical-align: bottom;
            color: #fff;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

        #footer .footer-contents a {
            color: #fff;
            font-weight: 400;
            text-decoration: underline;
        }


        #footer .footer-contents .liam {
            color: #333333;
            font-weight: 700;
            text-decoration: none;
        }

#footer .light-footer,
#footer .dark-footer {
    padding: 2em 1.5em;
}

#footer .light-footer {
    background: #fbb900;
}

#footer .dark-footer {
    background: #f1b200;
}

#footer .title {
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    height: 50px;
    margin-bottom: 1em;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    #footer .title span {
        position: relative;
        display: inline-block;
        padding-top: 15px;
    }

        #footer .title span:before {
            content: "";
            background: #fff;
            position: absolute;
            margin-top: -15px;
            left: 0;
            width: 25px;
            height: 3px;
        }
}

#footer .item {
    margin-top: 15px;
    line-height: 1.75;
}
