﻿/* CSS Document */
.nascondi {
	
position:absolute;
	
	left: -5000px;
}
h2 {
    color: #032f55;
    padding: 10px;
    padding-left: 20px;
    font-weight: 400;
}
body {
	margin: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: "Playfair Display", serif;
	font-size:100%;
	background:#000;
		}
.container {
    background: #ffffffd9;
    max-width: 960px;
    box-shadow: white 0px 0px 15px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}
		.underlay{
				position: fixed;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				z-index:-2;
				background: url("/img/bg_pelletteria2.jpg") no-repeat black;
				background-size: cover;
				background-position: center;
			}
		
		
		.overlay.raster {
		background: url(/img/raster.png);
	}
		
		.promo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ptImg img {
	width:100%;
	border-radius:10px;
}
	
	 .brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
        background:#fff;
}

.brand ul li{
    margin: 0;
    padding: o;
    display:block;
    float: none;
    width:15%;
    background:#fff;
    /* padding:20px; */
    /* height:50px; */
}


.brand ul li img {
	/* max-height:50px; */
	/* max-width:300px; */
}
.brand {
    border-radius: 10px;
    background: #fff;
}

.brand::after {
	clear: both;
}

.clearfix { clear: both; overflow: auto;}
/*.brand ul li.ultiomoRiga{
    clear: none;
    /* float: left; */
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}*/
.ptImg img{border-radius: 10px;width: 100%;}
.ptImg.long75
{width: 69%;float: right;}
	
		.ptImg.long25   {
    width: 29.2%;
    float: left;
  }
		 
 
		.ptImg a {color:#fff; text-decoration: none;}
.comeTbl {
    font-size: 1.0em;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color:#fff;
}

.comeRiga {
    display: table-row;
}

.comeRiga {
    line-height: 1.4em;
    display: table-row;
}

.allineaColSx {
    text-align: right;
    display: table-cell;
    padding: 2px;
    padding-right: 4px;
}

.allineaColDx {
    text-align: left;
    display: table-cell;
    padding: 2px;
    padding-left: 2px;
}
footer a {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: 100;
    border-radius: 10px;
	transition: all 1.5s;
	background:#000;
    background-blend-mode: multiply;
}
footer a:hover 
{   background: rgb(119 12 12);
}

footer ul {
    text-align: center;
    padding: 0;
    margin: 0;
	list-style: none;
}

footer {
    padding: 20px;
}


.descrizione {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        /* background: rgba(0,0,0,0.54); */
        padding: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 9px 19px 15px 16px;
        /* border: 1px dotted #136ebb; */
        box-sizing: border-box;
        /* box-shadow: white 0px 0px 15px; */
}

.descrizione p {
    color: #032f55;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 0;
}

.descrizione p a {
	color: #032f55;
	border-bottom: dotted 1px #032f55;
	text-decoration: none;
}
footer li {
    margin-bottom: 15px;
}


.brand ul li{
    margin: 0;
    padding: o;
    display:block;
    width: 100%;
    background:#fff;
    /* padding:20px; */
    /* height:50px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (min-width: 860px) {
	
	/*.brand ul li.ultiomoRiga{
    clear: both; float: left; display: block; position: relative; 
}
	*/
.brand ul li{
    margin: 0;
    padding: o;
    display:block;
    float:left;
max-width: 300PX;
	background:#fff;

	}

  .comeTbl {
    font-size: 1.3em;

}
	div#descrizione p{    font-size: 1.3em;
    line-height: 1.8em;}
}
