﻿/* ===============================
        footer section
================================== */
#footer
{
    padding: 30px 0;
    background: no-repeat right bottom #141F35;
    font-size: 12px;
    float: left;
    width: 100%;
}

#footer #data
{
    margin-bottom: 25px;
}

#footer h4
{
    color: #fff;
    margin: 25px 0;
    text-decoration:underline;
    text-align: left;
}

#footer hr
{
    width: 30px;
}

#footer .abt
{
    padding-right: 10px;
    line-height: 1.7em;
}

#footer .abt img
{
    margin: 0 10px 10px 0;
    float: left;
    max-width: 125px;
}

#footer ul
{
    list-style: none;
    padding: 0;
}

#footer p, #footer a
{
    color: #fff;
}

#footer .devart a:hover
{
    color: #7dc34d!important;
    text-decoration: underline dotted!important;
}

#footer ul li a 
{
    font-size: 14px;
    line-height: 28px;
}

#footer p
{
    text-align: justify;
}

@media all and (max-width: 852px) and (min-width: 768px)
{
    #footer
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*==============================
        Lang Switch
==============================*/
.DropMenu
{
    float: right;
    margin-left: 20px;
    color: #61BA0B;
    border: 1px solid;
    border-bottom: none;
    padding: 7px 6px 0px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.DropMenu ul
{
    display: none;
    list-style: none;
    text-align: left;
    float: right;
    position: absolute;
    width: 200px;
    background: #fff;
    font-size: 15px;
    padding: 0;
    top: 32px;
    right: -1px;
    border: 1px solid;
}

.DropMenu:hover ul
{
    display: inline-block;
}

.DropMenu ul li
{
    padding: 10px 20px;
    border-bottom: 1px solid;
    -webkit-transition: color, background-color 0.2s linear;
    -moz-transition: color, background-color 0.2s linear;
    transition: color, background-color 0.2s linear;
}

.DropMenu ul li img
{
    border: 1px solid;
}

.DropMenu span img
{
    width: 32px;
    margin-bottom: 7px;
}