#footer{
    width: 100%;
    min-height: 290px;
    background: #ebebeb;
    margin-top: 40px;
    padding: 20px 0;
    .footer-area{
        h3{
            font-family: @openSan-semibold;
            font-size: 20px;
            color: #00799c;
        }

        .input-group{
            margin: 20px 0;
            input{
                height: 40px;
                border-radius: 0;
            }
        }

        .input-group-btn{
            .btn{
                height: 40px;
                background: #00799C;
                border-radius: 0;
            }
        }
    }

    .social-icons{
        margin: 20px 0;
        a{
            display: block;
            float: left;
            width: 40px;
            height: 40px;
            margin-right: 5px;
            background-image: url(../images/social-icon-black.png);
            background-repeat: no-repeat;
            &:hover{
                background-image: url(../images/social-icon-color.png);
                background-repeat: no-repeat;
            }
        }

        .fb{background-position: 0 0;}
        .tweet{background-position: -47px 0;}
        .g-plus{background-position: -94px 0;}
        .UTube{background-position: -142px 0;}
        .printrest{background-position: -188px 0;}
        .blogger{background-position: -237px 0;}
        .instagram{background-position: -284px 0;}
    }
    .list-nav{
        margin-top: 15px;
        h4{
            font-family: @openSan-semibold;
            font-size: 16px;
            color: #00799c;
            a{
                color: inherit;
            }
        }
        ul > li{
            list-style-position: inside;
            list-style-image: url(../images/list-img.png);
            a{
                color: #555555;
            }
        }
    }

    .footer-nav{
        width: 100%;
        background: @white;
        min-height: 30px;
        padding: 5px 0;

        .navbar{
            margin-bottom: 0;
            min-height: 40px;
        }
        .navbar-default{
            background-color: transparent;
            border-color: transparent;

            .navbar-edit{
                li{
                    float: left;
                    list-style: none;
                    padding: 0 15px;
                    border-left: 1px solid #555555;
                    &:first-child{
                        border-left: 0;
                        padding-left: 0;
                    }

                    a{
                        color: #555555;
                    }
                }
            }
        }
        .footer-menu-mobile{
            .select{
                margin: 10px 0;
            }
            .nav{
                width: 100%;
            }
        }
    }
}