@charset "UTF-8";


.Con-Colonna-100 {
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	background-color:transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.Con-Colonna-100-Foto {
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.Con-Btn-Light-100 {
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	background-color: indigo;
}


.Colonna-Inside-Foto-100 {
	z-index: 0;
	float: left;
	width: 100%;
	margin-bottom:20px;
	
}


.Colonna-Inside-Head-100 {
	float: left;
	width: 100%;
	height: 100%;
	z-index: 0;
	/*background-color:#FFF;*/
	margin-bottom: 20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.Colonna-Inside-Head-100-Ins {
	font-size: 18px;
	line-height: 21px;
	color: #666;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* SMARTPHONE PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
.Con-Colonna-100 {
	width: 100%;
}


}




/* SMARTPHONE LANDSCAPE */
@media only screen and (min-width: 481px) and (max-width: 768px) {

.Con-Colonna-100 {
	width: 100%;
}





}




/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	


}



/* DESKTOP */
@media only screen and (min-width: 1025px){

}
