﻿/* ======================================================================================= */
/* =====| Footer |======================================================================== */
/* ======================================================================================= */
footer {
    width: 100%;
    height: 185px;
    position: absolute;
    bottom: 0;
}

    /* =========================================== */
    /* =====| Footer Top |======================== */
    /* =========================================== */
    footer .top {
        background: #455560;
        color: #DEDEDE;
        padding: 50px 100px;
    }

        footer .top .title {
            font-size: 20px;
            font-weight: bold;
        }

      footer .top .phone-ctn {
        margin-top: 26px;
      }

        footer .top .socials {
            float: right;
            margin-top: 13px;
        }

            footer .top .socials ul {
                margin: 0;
                padding: 0;
            }

                footer .top .socials ul li {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }

                    footer .top .socials ul li a {
                        color: #DEDEDE;
                        font-size: 36px;
                    }

    /* =========================================== */
    /* =====| Footer Bot |======================== */
    /* =========================================== */
    footer .bot {
        background: #343F47;
        padding: 15px 100px;
    }

        footer .bot .copyright {
            font-size: 12px;
            color: #919191;
        }

a.volcan {
    float: right;
    display: block;
    width: 111px;
    height: 21px;
    background: url(/assets/client/img/volcan.png) no-repeat 0 0 transparent;
    text-indent: -999999px;
    margin: 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    a.volcan:hover,
    a.volcan:focus {
        opacity: 0.6;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
