/* FONTS */
@font-face{
	font-family: yavoneTextFont;
	src: url('yavone.woff');
}	
@font-face{
	font-family: bauhausTitleFont;
	src: url('BAUHS93.woff');
}
/* GENERIC HTML */
*{
	padding: 0;
	margin: 0;
	font-family: 'yavoneTextFont', sans-serif;
	font-size: 15px;
	color: #00003e;
}
section{
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
footer{
	background: #10103C;
	height: 150px;
}
h1{
	font-family: 'bauhausTitleFont';
	font-size: 250%;
	font-weight: normal;
	color: #00003e;
	text-transform: uppercase;
}
.h1{
	font-family: 'bauhausTitleFont';
	font-size: 250%;
	font-weight: normal;
	color: #00003e;
	text-transform: uppercase;
}
td{
	padding: 0.3em;
	font-size: 75%;
}
th{
	text-align: left;
}
.content{
	width: 80%;
	margin: auto;
}
#nav_menu li{
	text-transform: uppercase;
}
.close{
	width: 10%;
	background: url('../icons/close.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	float: left;
	margin-top: 25px;
	cursor: pointer;
}
/* STYLE FOR CONTACTFORM */
.login-form{
	width: 500px;
	margin: 0 auto;
	margin-top: 100px;
}
.edit-form{
	width: 100%;
}
.login-form *, .edit-form *{
	width: 100%;
	font-size: 105%;
}
.login-form input, .edit-form input{
	margin-bottom: 10px;
}
.login-form > .error, .edit-form > .error{
	color: red;
	margin-bottom: 15px;
}
.login-form .confirm-message, .edit-form .confirm-message{
	font-size: 200%;
	text-align: center;
}
.crud-form-update{
	background: rgb(241, 241, 241);
	position: fixed;
	width: 30%;
	right: 200px;
	top: 229px;
	font-size: 125%;
	padding: 1em;
}
.crud-form-update input{
	width: 100%;
}
.insertbtn, .updatebtn, .deletebtn, .managebtn{
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
}
.insertbtn{
	text-align: left;
}
.newbtn{
	text-align: center;
	width: 47%;
	float: right;
	padding: 0.25em;
	margin-top: 2%;
	margin-bottom: 3%;
	background: #10103C;
	color: white;
	cursor: pointer;
	border: 2px solid aqua;
}
.hide{
	display: none;
}
.centered-content{
	width: 50%;
	padding: 2em;
	font-size: 200%;
}
.centered-content input[type=submit] {
	font-size: 60%;
	float: left;
	width: 50%;
	padding: 0.25em;
	margin-top: 5%;
	margin-bottom: 3%;
	background: #10103C;
	color: white;
	cursor: pointer;
}
.back-buttons{
	width: 200px !important;
	float: left !important;
	padding: 0.25em !important;
	margin-top: 2% !important;
	margin-bottom: 3% !important;
	background: #10103C !important;
	color: white !important;
	cursor: pointer !important;
}
.dashboard{
	width: 100%;
	height: 95px;
}
input[type=submit]{
	width: 100px;
	padding: 0.25em;
	margin-top: 10px;
	background: #00003e;
	color: white;
	cursor: pointer;
	float: left;
}
input[name=Home]{
	width: 100%;
	float: none;
	padding: 0.25em;
	margin: auto;
	margin-top: 10%;
	margin-bottom: 3%;
	background: #10103C;
	color: white;
}
#headbar_wrapper{
	height: 75px;
	border-bottom: #2222A3 1px solid;
}
#head{
	width: 1170px;
	height: 100%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#logo{
	height: 100%;
	margin: auto;
	background: url('../icons/logo.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu{
	width: 85%;
	font-size: 70%;
}
#menu li:hover{
	border-bottom: 5px solid #C5C5FC;
}
#menu li{
	display: inline;
	margin-right: 2.5%;
}
.fixed{
	height: 75px;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 5;
}
.fixed_ul{
	text-align: right;
	line-height: 50px;
	font-size: 150%;
}
.fixed_logo{
	width: 15%;
	height: 100%;
	background: white;
}
.small{
	height: 50px;
	border-bottom: #2222A3 1px solid;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 5;	
}
.small_ul{
	text-align: right;
	line-height: 53px;
	font-size: 200%;
}
.small_logo{
	width: 16.5%;
	height: 50px;
	background: white;
}
.crud-objects td{
	padding: 1em;
}
.crud-objects .obj-name{
	text-transform: uppercase;
}
.crud-objects td > img {
	max-height: 100px;
	max-width: 100px;
}
.thumbnail{

}
.crud-objects .description{
	font-size: 75%;
}
#claim{
	width: 70%;
	margin: auto;
	height: 100px;
	margin-top: -25px;
	background: url('../icons/header.gif');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 2.5em;
}
#intro{
	padding-top: 5%;
	padding-bottom: 5%;
	background: #EFEFEF;
}
#intro article{
	width: 90%;
	margin: auto;
	font-size: 110%;
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#contatti .asidetext{
	margin-top: 10%;
	width: 55%;
}
#gmaps{
	width: 50%;
	height: 300px;
}
#tutorial{
	width: 65%;
	border: 2px solid #00003e;
	background: #00003e;
	border-radius: 25px;
	padding: 0.5em;
	margin-top: 2.5%;
	font-size: 110%;
	float: left;
	margin-right: 2.5%;
}
#tutorial > p{
	color: white;
}
#publish{
	width: 25%;
	border: 2px solid #00003e;
	background: #00003e;
	border-radius: 25px;
	padding: 0.5em;
	margin-top: 2.5%;
	font-size: 110%;
	float: left;
	margin-left: 2.5%;
	cursor: pointer;
}
#publish:hover{
	background: #59595F;
}
#publish > p{
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.icon{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 128px;
}
.textfull{
	width: 90%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}	
.asidetext{
	width: 40%;
	margin-left: 5%;
	font-size: 150%;
}
.button img{
	width: 30%;
	padding-top: 5%;
	cursor: pointer;
}
.onethird h1{
	margin-top: 5%;
	margin-bottom: 2%;
	font-family: 'bauhausTitleFont';
	font-size: 145%;
	font-weight: normal;		
}
.onethird p{
	width: 85%;
	margin: auto;
}
article>h1, form>h1{
	width: 45%;
	font-family: 'bauhausTitleFont';
	font-size: 300%;
	font-weight: normal;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
}	
article>img {
	width: 50%;
	max-height: 450px;
}
table {
	font-size: 150%;
}
.redir{
	width: 40%;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}
.redir > a{
	font-size: 20px;
	font-weight: bold;
}
.error, .success, .warning{
	width: 500px;
	min-height: 100px;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
}
.error{
	border: 3px red solid;
}
.success{
	border: 3px green solid;
}
.warning{
	border: 3px yellow solid;
}
.error > .icon, .success > .icon, .warning > .icon{
	width: 32px !important;	
	height: 32px !important;
	float: left;
	background-repeat: no-repeat;
}
.error > .icon{
	background: url('../icons/error.png');
}
.success > .icon{
	background: url('../icons/done.png');
}
.warning > .icon{
	background: url('../icons/warn.png');	
}
.error > .message, .success > .message, .warning > .message{
	float: left;
	padding-left: 20px;
}
.half{
	width: 40%;
	float: left;
	height: 400px;	
}
.half.right{
	width: 50% !important;
}
.left{}