.a-img {
    vertical-align: text-top;
    height: 21px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.home-img {
    vertical-align: text-top;
    height: 50px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

footer {
    /*border-top: #444 solid 1px;*/
    /*background-color: #2a343d;*/ /*#555;*/
    background-color: #425949;
    color: #ddd;
    line-height: 1.5;
    font-size: 16px;
}
    footer a {
        text-decoration: none;
        color: #f2f2f2;
    }

        footer a :hover {

            /*text-decoration: underline;*/
        }

/*.ft-forLogin {
    flex: 1;
}*/

/* Footer social */
.ft-social {
    width: 100%;
    /*border-bottom: 1px burlywood solid;*/
    /*background-color: #475245;*/
    background-color: #475245;
    box-shadow: 1px -3px 5px rgba(0,0,0,.25);
}

.ft-social-list {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

    .ft-social-list li {
        padding: 5px 15px;
        border-radius: 15px;
        background-color: #e4e4e4;        
        border: 0;
        line-height: 2;
    }

        .ft-social-list li a {
            font-weight: bolder;
            color: #333;
        }

        .ft-social-list li:hover {            
            background-color: #2a343d; /*#222;*/
            color: #ddd;
        }

            .ft-social-list li:hover > a {
                background-color: #2a343d; /*#222;*/
                color: #ddd;
          
            }

/* Footer main */
/*.ft-main {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 10px;
    padding-left: 10px;
        display: flex;
    flex-wrap: wrap;
}*/

/*@media only screen and (min-width: 477px) {
    .ft-main {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1240px) {
    .ft-main {
        justify-content: space-evenly;
    }
}*/

/*.ft-main-item {    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 200px;    
}
    .ft-main-item ul li {
        padding-top: 3px;
        padding-bottom: 3px;        
    }*/

/* Footer main */
.ft-main {    
    padding: 40px 10px;    
    /*padding-top:40px;*/
}

.ft-main-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
}

    .ft-main-list li {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        /*padding-left: 0px;*/
        /*padding-right: 25px;*/
        white-space: nowrap;
        margin-left: 5px;
        margin-right: 25px;        
    }
        /* one before the last child */
        .ft-main-list li:nth-last-child(2) {
            /*flex: 1;*/
        }

    .ft-main-list a {        
        color: #ccc;        
    }

        .ft-main-list a:hover {
            /*background: #333;*/
            color: orange;
            /*text-decoration: underline;*/
            border-bottom: 2px solid orange;
        }

    .ft-main-list a.ft-legal-img:hover {
        border: none;
    }


/* Footer legal */
.ft-legal {
    padding: 4px 10px;
    background-color: #333;
    /*border-top: #444 solid 4px;*/
    /*border-top: #444 solid 1px;*/
    /*background-color: #333;*/
}

.ft-legal-list {
    color: #ccc;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .ft-legal-list li {
        margin-top: 3px;
        margin-bottom:3px;
        margin-left:3px;
        margin-right:3px;
        /*padding: 0.125rem;*/
        /*padding-left: 0px;
        padding-right: 10px;*/
        white-space: nowrap;
    }
        /* one before the last child */
        .ft-legal-list li:nth-last-child(2) {
            flex: 1;
        }
    .ft-legal-list a {
        padding: 3px 6px;
        color: #ccc;        
    }
        .ft-legal-list a:hover {
            /*color: orange;*/
            background: #425949;
            border-radius: 5px;
        }


    .ft-legal-list a.-img:hover {
        border:none;        
    }


   /* img a:hover {
        border-bottom: 20px solid black;
        background-color: red;
    }*/




.ft-fix-obs-width {
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .ft-fix-obs-width {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .ft-fix-obs-width {
        max-width: 1100px;
    }
}


@media screen and (max-width: 1100px) {
    .ft-fix-obs-width {
        max-width: 1000px;
    }
}



.qucik-Top-Dwon {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

    .qucik-Top-Dwon i {
        font-size: 35px;
    }

    .qucik-Top-Dwon a {
        font-weight: 600;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        padding: 10px 0;
        cursor: pointer;
        background: #DCE6E8;
        color: #444;
        border-radius: 10px;
        text-align: center;
        overflow: hidden;
        width: 75px;
        height: 75px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 0px 0 rgba(0,0,0,0.20);
        border: 1px solid #E5D2B8;

        transition-property: background-color, color,border;
        transition-duration: .25s, .25s;
        transition-timing-function: ease-out;
        transition-property: border-radius;
        transition-duration: 1.5s;
    }

        .qucik-Top-Dwon a:hover {
            border: 1px solid #5e6c5b;
            background: #5e6c5b;
            color: #ECDCC2;
            transition-property: background-color, color,border;
            transition-duration: .25s, .25s;
            transition-timing-function: ease-out;
            border-radius: 50px;
            transition-property: border-radius;
            transition-duration: 1s;
            transition-delay: 0s;
        }



@media only screen and (max-width: 1000px) {
    .qucik-Top-Dwon {
        bottom: 10px;
        right: 10px;
        z-index: 10;
    }

        .qucik-Top-Dwon a {
            margin-top: 11px;
            padding: 5px 0;
            width: 60px;
            height: 60px;
            font-size: 13px;
        }
        .qucik-Top-Dwon i {
            font-size: 30px;
        }
}

@media only screen and (max-width: 600px) {
    .qucik-Top-Dwon {
        /*display:none;*/
        bottom: 10px;
        right: 10px;
        z-index: 10;
    }

        .qucik-Top-Dwon a {
            /*background: #428bca;*/
            color: #fff;
            /*padding: 5px 0;*/
            margin-top: 8px;
            width: 40px;
            height: 40px;
            font-size: 0px;
        }
            .qucik-Top-Dwon a:hover {
                background: #33b5e5;
                color: #eee;
                transition-property: background-color, color;
                transition-duration: .25s, .25s;
                transition-timing-function: ease-out;
            }

        .qucik-Top-Dwon i {
            font-size: 25px;
        }
}


@media (min-width:1001px)  {
/*    .qucik-Top-Dwon {
        bottom: 0px;
        right: 0px;
        z-index: 10;
    }

        .qucik-Top-Dwon a {
            padding: 5px 0;
            width: 60px;
            height: 60px;
        }*/
}