#cont {
	position: relative;
	display: block;
	width:100%;
	max-width:1280px;
	margin:auto;
	margin-top: 50px;
}
#int_cont{
	position:relative;
	display:inline-block;
	text-align: left;
	width:100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top:0px;
	padding-bottom: 20px;
}
#user{
	position:relative;
	display:inline-block;
	width:25%;
	max-width:200px;
	padding-left:20px;
	padding-top:20px;
	vertical-align:top;
}

#user img{
	width:100%;
	margin:auto;
}

#user p{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	font-size:1.5em;
	font-family: "OpenSans-Bold";
}

#user #tasto_logout{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	border:1px solid #CA9C41;
	font-size:1em;
	text-align:center;
	color: #CA9C41;
}

#user #tasto_logout:hover{
	background-color: #CA9C41;
	color:#FFFFFF;
}

#desc_user{
	position:relative;
	display:inline-block;
	width:75%;
	margin-left:0px;
	margin-top:0px;
	vertical-align:top;
}

#desc_user{
	width:calc(75% - 60px);
	margin-left:calc( 20px );
	margin-top:calc( 20px );
}

#desc_user p{
	padding:20px;
	padding:calc(0px);
	padding-bottom:0px;
	text-align: left;
}

#desc_user p.title_desc{
	padding-bottom:25px;
	font-size:1.5em;
}


#cont_cont{
	position:relative;
	width:100%;
	display: inline-block;
	margin-bottom:20px;
	text-align:left;
	padding-bottom: 50px;
}

.sezione_div{
	position:relative;
	display:inline-block;
	width:20%;
	min-width:100px;
	margin:auto;
	margin-top:40px;
	text-align:center;
}

.sezione_div p{
	margin:auto;
	margin-top:10px;
	text-align:center;
	font-size:1.3em;
}

#menu_cont{
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	max-width:320px;
	overflow:hidden;
	height:0px;
}

#bottom{
	width: calc(100% - 40px);
	height: 40px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	border:none;
	border-radius: 4px;
	background-color:rgba(255,255,255,1);
}

#bottom .bottom2{
	height:100%;
	display:table;
	text-align: center;
	margin: auto;
	font-size: 1.5em;
	font-family: "OpenSans";
	vertical-align:middle;
}

#bottom #pag_curr{
	padding-top:8px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	background-color:rgba(0,0,0,0);
}

#bottom #prima_pag{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_d_sin.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#bottom #prima_pag_off{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_d_sin_off.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
}
#bottom #prec_pag{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_s_sin.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#bottom #prec_pag_off{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_s_sin_off.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
}
#bottom #ultima_pag{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_d_dest.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#bottom #ultima_pag_off{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_d_dest_off.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
}
#bottom #succ_pag{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_s_dest.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#bottom #succ_pag_off{
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0,0,0,0);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/fr_s_dest_off.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
}

.error{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	border:none;
	border-radius: 4px;
	background-color:rgba(200,55,49,1);
	color:rgba(255,255,255,1);
}

.error p{
	width:100%;
	float:left;
	padding-top:16px;
	padding-bottom:16px;
	font-family: "OpenSans-Light";
	text-align:center;
}

.commento{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	border-radius: 4px;
	border:none;
	background-color:rgba(255,250,230,1);
	color:rgba(0,0,0,1);
}

.commento p{
	width:100%;
	float:left;
	padding-top:16px;
	padding-bottom:16px;
	font-family: "OpenSans-Light";
	text-align:center;
}

.sotto_titolo_pag{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	color:rgba(255,255,255,1);
	font-family: "OpenSans-Light";
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.sotto_titolo_pag p{
	width:calc(100% - 40px);
	float:left;
	font-family: "OpenSans-Light";
	padding-top:26px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	font-size:1.1em;
}

#aggiungi{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	border:none;
	border-radius: 4px;
	background-color:#FFFFFF;
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/add.png");
	background-size: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	cursor: pointer; 
	cursor: hand;
}

#aggiungi:hover{
	background-color:#020202;
}

#aggiungi p{
	width:calc(100% - 70px);
	float:left;
	font-family: "OpenSans-Light";
	padding-top:16px;
	padding-bottom:16px;
	margin-left:50px;
	margin-right:10px;
	text-align:left;
	color:#020202;
}

#aggiungi:hover p{
	background-color:rgba(0,0,0,0.9);
	color:#F2F2F2;
}


#textinput3 {
	width: calc(100% - 20px);
	padding: 10px;
	padding-right: 10px;
	border: none;
	font-family: "OpenSans-Light";
	float:left;
	background-color:rgba(255,255,255,0);
	border-bottom: solid 1px rgba(242,97,0,1);
	border-left: solid 1px rgba(242,97,0,1);
	font-size:1em;
	resize: none;
}

#textinput3:focus {
	outline: none !important;
	box-shadow: 0 0 4px rgba(86,55,64,0);
	border-bottom: solid 2px rgba(242,97,0,1);
}

.submit_div{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding-left:50px;
	text-align:left;
	font-size:1.1em;
	font-family: "OpenSans-Light";
	border:none;
	border-radius: 4px;
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/send.png");
	background-size: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	cursor: pointer; 
	cursor: hand;
}

.submit_div:hover{
	background-color:rgba(0,0,0,0.9);
	color:rgba(255,255,255,1);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/send_on.png");
	background-size: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.delete_div{
	display:table;
	width: calc(100% - 40px);
	height: 50px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding-left:50px;
	text-align:left;
	font-size:1.1em;
	font-family: "OpenSans-Light";
	border:none;
	border-radius: 4px;
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/delete.png");
	background-size: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	cursor: pointer; 
	cursor: hand;
}

.delete_div:hover{
	background-color:rgba(0,0,0,0.9);
	color:rgba(255,255,255,1);
	background-image: url("http://www.pandpstudioit.com/app_comun_files/imm/delete.png");
	background-size: 30px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.contenuto_notizia a{
	color:rgba(0,0,0,1);
}

@media screen and (max-width: 800px){
	.sezione_div{
		width:25%;
	}
}

@media screen and (max-width: 600px){
	.sezione_div{
		width:33.3333333%;
	}
}

@media screen and (max-width: 400px){
	.sezione_div{
		width:50%;
	}
}

@media screen and (max-width: 500px){
	#menu_cont{
		max-width:100%;
	}
}