﻿#footer
{
    background-color: #2e3233;
}

    #footer .title
    {
        color: #ebede3;
        font-family: "Novecento Bold";
        font-size: 29px;
        background-image: none;
        width: 700px;
        margin-top: 8px;
        float: left;
    }

    #footer .wysija-email
    {
        float: left;
        width: 270px;
        height: 40px;
        padding: 0;
        margin: 0;
        border: none;
        padding: 0 15px;
        margin-right: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

    #footer .wysija-submit
    {
        width: 65px;
        height: 40px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        background-color: #f79b1b;
        border-style: none;
        color: #ebede3;
        font-family: "Novecento Bold";
        font-size: 20px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        #footer .wysija-submit:hover
        {
            background-color: #d67d00;
        }

    #footer .wrap, #footer section.content
    {
        height: 390px;
    }

    #footer h5
    {
        font-family: "Novecento Bold";
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #1d2021;
        color: #FFF;
    }

    #footer .col
    {
        width: 140px;
        float: left;
        padding-top: 60px;
        margin-right: 105px;
        white-space: nowrap;
    }

        #footer .col li
        {
            list-style: none;
        }

        #footer .col a
        {
            text-decoration: none;
            color: #aaaba8;
            line-height: 22px;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            #footer .col a:hover
            {
                color: #f89c1b;
            }

    #footer hr
    {
        background-color: #1d2021;
        width: 620px;
    }

    #footer aside
    {
        height: 135px;
        background-color: #1d2021;
        border-top: 1px solid #393e3f;
        color: #d8d9cd;
        font-size: 12px;
    }

        #footer aside .wrap, #footer aside section.content
        {
            height: auto;
        }

        #footer aside a img
        {
            padding-top: 30px;
            padding-right: 28px;
            vertical-align: bottom;
        }

    #footer .label
    {
        width: 184px;
        height: 335px;
        position: absolute;
        top: 0;
        right: 0;
        color: #FFF;
        background: url(/images/footer-label.png) left top no-repeat;
        padding: 0 36px;
    }

        #footer .label h5
        {
            padding-top: 60px;
            text-align: center;
        }

        #footer .label div
        {
            padding: 0 0 30px 38px;
            position: relative;
        }

            #footer .label div:before
            {
                content: '';
                display: block;
                position: absolute;
                top: 3px;
                left: 0;
                background-position: -109px -45px;
                height: 15px;
                width: 12px;
            }

        #footer .label .mail:before
        {
            background-position: -82px -45px;
            height: 12px;
            width: 16px;
        }

        #footer .label .phone
        {
            font-size: 18px;
            font-family: "Novecento Bold";
        }

            #footer .label .phone:before
            {
                background-position: -121px -45px;
                height: 17px;
                width: 12px;
                top: 0;
            }
