div#footer {
    background:#33302b;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65px;
    min-width:990px;
    z-index: 100;
}
.piva{
    position:relative;
    left:70px;
    top:0;
    line-height: 15px;
    color: #8f8a80;
    font-size: 0.750em;
    max-width: 60%;
    padding-top: 25px;
}

.immedia {
    position:absolute;
    right:70px;
    top:0;
    max-width:20%;
}

.credits {
    list-style: none outside none;
    position: absolute;
    right: 130px;
    top: 27px;
}
.credits a {
    border-right: 1px solid;
    display: block;
    font-size: 0.75em;
    line-height: 9px;
    width: 41px;
}

.omcImg{
    float: right;
    right: 18%;
    position: relative;
    top: -25px;
}

.omcImg img{
    height:auto;
}

.IMGmobile{
    display:none;
}
    /* sezione mobile*/
@media screen and (min-width: 320px) and (max-width: 767px) {


    .foot_link {
	bottom: 6px;
	left: 0px;
	position: relative;
	width: 98%;
	margin:0 auto;
    }

    .foot_link ul{
	width:100% !important;
    }

    .foot_link ul li {
	height: 44px;
	display:table;
	margin-left: 4px;
	padding: 0;
	width: 49%;
    }

    .foot_link ul li a{
	font-size:1.111em;
	height:44px;
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	text-align:center;
	
    }

    a.mondo:hover{

	width:100% !important;
	line-height:44px;
	padding:0px;

    }

    #footer{
	min-width:0px;
	height:auto !important;
	z-index:1 !important;
	padding-bottom:40px;
	position:relative !important;
    }

    #footer .piva {
	line-height: 36px;
	font-size: 1.111em;
	margin: 40px auto 0;
	max-width: 90%;
	position: static !important;
	width: 90% !important;
	font-weight:400;
    }

    #footer .piva span{
	display:block;
	line-height:1.5em;
	font-weight:600;
    }
    


    #footer .piva .hyphen{
	
	display:none;
    }

    #footer .piva .copy{
	float:left;
	display:block;
	width:100%;
    }

    #footer .piva .company-name{
	display:block;
	float:left;
	width:100%;
    }

    #footer .piva  .address{
	clear:both;
	width:100%;
	padding-top:25px;
    }

    #footer .IMGmobile{
	display:block;
    }

    #footer .IMGdesktop{
	display:none;
    }

    .omcImg {
	position:static !important;
	padding:0px;
	float: none !important;
	margin-bottom: 60px;
	margin-top: 50px;
    }

    .omcImg img {
	margin: 0 auto;
	width:92%;
    }

    .credits {
	position:static !important;
	margin-left:5%;
    }

    .credits a{
	border-right: 2px solid !important;
	font-size: 1.111em !important;
	line-height: 18px !important;
	width: 40px !important;
	padding-right:20px;
    }


    .immedia{
	position:static !important;

    }


    .immedia a{
	  background: url("/upload/static/img/mobile/immedia.png") no-repeat scroll 50% 50%;
	  display: block;
	  height: 30px;
	  left: 64px;
	  position: relative;
	  top: -23px;
	  width: 155px;
    }

    .immedia a img{
	display:none;
    }

}