@charset "UTF-8";
/* CSS Document */



.Container {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.square {
	float:left;
	position: relative;
	width: 100%;
	padding-bottom : 100%;
	overflow:hidden;
}

.content {
	position:absolute;
	background-color: #FFF;
	width: 95%;
	height: 95%;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 0%;
}

.table{
	display:table;
	text-align:left;
	width:100%;
	height:100%;
	background-color: #CCC;
}

.table-cell-text-iside{
	padding: 3%;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
}

.table-cell-text-iside-date{
	padding: 3%;
	background-color: #03F;
}

.table-cell-text-inside-footer{
	background-color: #F30;
	position: absolute;
	bottom: 5%;
	width:95%;
}

.table-cell-text-inside-footer-testo{
	padding: 3%;
	font-size: 16px;
	color: #FFF;
}

.table-P{
	display:table;
	text-align:left;
	width:100%;
	height:100%;
}

.table-cell{
	display:table-cell;
	vertical-align:top;
}

.table-cell-titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	z-index: 1000;
	padding: 5%;
	line-height: 24px;
}
.opacizzazione {
	background-color: #600;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
	
.square {
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}




}



/* SMARTPHONE LANDSCAPE */
@media only screen and (min-width: 481px) and (max-width: 768px) {

.square {
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}


}

/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
.square {
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
}
	
}



/* DESKTOP */
@media only screen and (min-width: 1025px) {
	
	
}

	
