﻿/*************** FOOTER *****************/

#wrapper_footer
{
    height: 140px;
    width:1193px;
    background-color: #fff;
    border-top: 1px solid #c3c1bd;
}

#wrapper_footer_content
{
    margin: 0 auto;
    width: 1080px;
    padding: 25px 60px 0 60px;
}

#logo_infogov
{
    float: left;
}

#footer_center
{
    float: left;
    margin: 10px 0 auto 20px;
}

#footer_menu
{
    height: 20px;
    padding: 0;
}

#footer_menu_list
{
    padding: 0;
    margin: 0 auto;
}

#footer_menu_list li
{
    display: inline;
    float: left;
    padding-right: 20px;
}

#footer_menu_list li a
{
    text-decoration: none;
    color: #696969;
}

#footer_menu_list li a:hover
{
    color: #3f8d3a;
}

.footer_center_txt
{
    font-size: 9px;
}

.footer_center_txt p
{
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 1px;
}

.logo_right
{
    float: right;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-top: 9px;
}

#logo_posytron
{
    padding-left: 22px;
}

.img_no_border
{
    border-style: none;
}

#go-to-top
{
    position: fixed;
    bottom: 105px;
    right: 30px;
    text-indent: -999em;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../../Content/media/logo/back-to-top.png);
    padding: 0;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: 999;
    display: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

#go-to-top.prova
{
    display: block;
}

/*@media screen and (min-width: 1180px) 
{
    #wrapper_footer
    {
        height: 140px;
        width:100%;
        background-color: #fff;
        border-top: 1px solid #c3c1bd;
    }
}*/

@media screen and (min-width: 1180px) 
{
    #wrapper_footer
    {
        height: 140px;
        margin: 0 auto;
        border-left: 1px solid #c3c1bd;
        border-right: 1px solid #c3c1bd;
        background-color: #fff;
        border-top: 1px solid #c3c1bd;
        position:relative;
        bottom:0;
        left:0;
    }
}