body  {
	background-color: #C0C0C0;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.container {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: 900px;
	text-align: center;
	height: 100%;
	padding-top: 50px;
	margin:0 auto;
}
.title {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-position: 0% 0%;
	background-size: 100px auto;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	position: absolute;
	width: 452px;
	text-align: left;
	min-width: 0px;
}
.title img {
	height: auto;
	border-radius: 50px;
	float: left;
	clear: left;
	width: 110px;
}
.xl_title {
	margin-left: 20px;
	position: relative;
	color: #FDFDFD;
	font-size: xx-large;
	float: left;
	clear: right;
	text-shadow: 2px 2px 5px #020202;
	text-align: left;
	margin-top: 15px;
	display: block;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	margin-right: 0px;
}
.small_title {
	float: left;
	color: #FDFDFD;
	font-family: open-sans;
	font-style: italic;
	font-weight: 300;
	font-size: large;
	position: relative;
	clear: right;
	margin-left: 20px;
	text-shadow: 2px 2px 5px #020202;
	text-align: left;
	display: block;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.content {
	position: relative;
	width: 100%;
	display: inherit;
	float: left;
	margin-top: 120px;
	height: auto;
	background-color: #F4F1F1;
	border-radius: 20px;
	text-align: center;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 50px;
	clear: both;
}
.menu {
	height: 80px;
	text-align: center;
}

.menu a div {
	position: relative;
	text-align: center;
	color: #5F5F5F;
	font-style: normal;
	top: 25px;
	display: inline;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	font-family: open-sans;
	font-weight: 400;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 2px 2px 10px #A5A5A5;
}
.menu a {
	text-decoration: none;
}
.menu a div:hover {
	background-color: #4BB7FF;
	color: #F4F1F1;
	-webkit-box-shadow: 0px 5px 5px #717171;
	box-shadow: 0px 5px 5px #717171;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 10px;

}

.left_cont {
	margin-left: 10px;
	margin-right: 10px;
	width: 320px;
	clear: left;
	float: left;
	margin-bottom: 20px;
	margin-top: -40px;
}
.right_cont {
	width: 550px;
	margin-right: 10px;
	float: right;
	clear: right;
	margin-bottom: 20px;
	margin-top: -40px;
}
.container .content footer {
	background-color: #7C7C7C;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 20px;
	clear: both;
	height: 210px;
}
.title_app {
	width: 100%;
	margin-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #4BB7FF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	color: #FDFDFD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_app {
	margin-bottom: 10px;
	text-align: left;
	color: #484848;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	background-color: #DBDBDB;
	width: 100%;
}


.content_app p {
	margin-left: 10px;
	margin-right: 10px;

}
.tit2_app {
	width: 98%;
	color: #FDFDFD;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: left;
	background-color: #AAAAAA;
	border-radius: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
}
.tit2_app p {
	margin-left: 10px;
	margin-right: 10px;
}
.cont2_app {
	width: 100%;
	color: #484848;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
.cont2_app p {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.title_app_c {
	width: 880px;
	float: left;
	margin-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #4BB7FF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	color: #FDFDFD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
.content_app_c {
	margin-bottom: 10px;
	text-align: left;
	color: #484848;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	background-color: #DBDBDB;
	width: 880px;
	float: left;
	margin-left: 10px;
}

.content_app_c p {
	margin-left: 10px;
	margin-right: 10px;
}

.tit2_app_c {
	width: 880px;
	float:left;
	color: #FDFDFD;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: left;
	background-color: #AAAAAA;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tit2_app_c p {
	margin-left: 10px;
	margin-right: 10px;
}
.cont2_app_c {
	width: 880px;
	float:left;
	color: #484848;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 30px;
}
.cont2_app_c p {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.col_foot {
	width: 225px;
	display: inline;
	float: left;
	text-align: left;
	color: #D6D6D6;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	margin-left: 0px;
}
.tit_foot {
	width: 200px;
	margin-top: 10px;
	background-color: #484848;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #F4F1F1;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	border-radius: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.cont_foot {
	width: 200px;
	margin-left: 15px;
	float: left;
	color: #F4F1F1;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	font-size: small;
}

.cont_foot p a:link {text-decoration: none; color: white; }
.cont_foot p a:visited {text-decoration: none; color: white; }
.cont_foot p a:active {text-decoration: none; color: white; }
.cont_foot p a:hover {text-decoration: underline; color: white;}

.content_app p a:link {text-decoration: none; color: #484848; }
.content_app p a:visited {text-decoration: none; color:#484848;}
.content_app p a:active {text-decoration: none; color: #484848;}
.content_app p a:hover {text-decoration: none; color: #4BB7FF;}

.cont2_app a:link {text-decoration: none; color: #484848; }
.cont2_app a:visited {text-decoration: none; color:#484848;}
.cont2_app a:active {text-decoration: none; color: #484848;}
.cont2_app a:hover {text-decoration: none; color: #4BB7FF;}

.cont_foot p a .freepik {
	position: relative;
	border-radius: 10px;
}
footer .col_foot .cont_foot p {
	line-height: 25px;
}
.content_app form {
	margin-left: 20px;
	font-size: small;
}

.content_app .sendmailok {
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #8CC86B;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	-webkit-box-shadow: 2px 2px 2px #484848;
	box-shadow: 2px 2px 2px #484848;
}
.content_app .sendmailno {
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #F39463;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	-webkit-box-shadow: 2px 2px 2px #484848;
	box-shadow: 2px 2px 2px #484848;
}
.container .content .right_cont .content_app p {
}

.content_app .disp {
	float:right;
	width: 270px;
	margin-top: 0px;
	margin-left: 100%;
	margin-bottom: 15px;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #8CC86B;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.content_app .ndisp {
	float:right;
	width: 270px;
	margin-top: 0px;
	margin-left: 100%;
	margin-bottom: 15px;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #FF3300;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.content_app .trat {
	float:right;
	width: 270px;
	margin-top: 0px;
	margin-left: 100%;
	margin-bottom: 15px;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #F39463;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

/*stile per pagina di modifica*/

.content_ct{
	top:0px;
	left:20%;
	padding:40px;
	width:60%;
	height:auto;
	z-index:10;
	background-color:#E9F1F9;
	position:relative;	
	/*background-color:#3399FF;*/
	text-align:left;
	/*padding-left:4%;*/
	box-shadow: #666 3px 2px 5px;
	overflow:auto;
}

.content_mod{
	top:0px;
	left:0%;
	padding:40px;
	width:auto;
	height:auto;
	z-index:10;
	background-color:#E9F1F9;
	position:relative;	
	/*background-color:#3399FF;*/
	text-align:left;
	/*padding-left:4%;*/
	box-shadow: #666 3px 2px 5px;
	overflow:auto;
}

#txt{
	margin-top:10px;
	margin-bottom:30px;
}

#txta {
    resize: none;
	margin-top:10px;
	margin-bottom:30px;
}

/* Apple-like Search Box */

#apple {
   height: 28px;
   padding: 0px 0px;
}

#apple #search {

}

#apple #search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #AFAFAF;
    border: 0 none;
    font: bold 14px Arial,Helvetica,Sans-serif;
    color: #F3F3F3;
    width:180px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#apple #search input[type="text"]:focus {
    background: url(search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #55595E;
    width: 230px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
	
#thumbs:hover{
	box-shadow: #666 3px 2px 5px;
}