*{
	font-family: 'Raleway', sans-serif;
}

@media (max-width: 767px) {
	.logo_academy{
		max-width: 1140px;
		min-width: 767px;
	}
}

@media screen and (min-width: 768px){
	.logo_academy{
		width: 1140px;
		height: 138px;
		background: url('../img/logo.png');
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.formazione{
		margin: 0 auto;
		display: block;
	}
}

@media screen and (min-width: 768px){
	.formazione{
		margin: 0 auto;
		width: 960px;
		height: 420px;
		background-image: url('../img/formazione.png');
		margin-bottom: 10px;
	}
}


.language_flag{
	margin-top: -20px;
	float: right;
}

.language_flag ul li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.clear{
	clear:both;
}


.nav-justified_custom{
	padding-top: 15px;
	padding-bottom: 5px;
}

.nav-justified_custom li{
	display: inline;
	list-style-type: none;
	height: 100%;
}

.nav-justified_custom > li > a {
	font-size: 20px;
  	font-weight: bold;
  	color: #444;
  	padding-right: 10px;
}

.nav-justified_custom > .active > a,
.nav-justified_custom > .active > a:hover,
.nav-justified_custom > .active > a:focus {
	color: #777;
}

.top_navigation{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	vertical-align: middle;
}
.footer_h3{
	margin: 0 auto !important;
	text-align: center;
	padding-bottom: 10px;
}

.footer_p{
	font-size: 20	px;
	text-align: center;
}

.thumbnail{
	height: 300px;
}

.jumbotron{
	margin-bottom: 0px;
}

.form_container{
	margin: 50px auto;
	width: 300px;
}

#center{
	margin-top: 30px;
	margin-bottom: 30px;
}

.form_registration{
	
}

li span.lang_menu{
	font-size: 20px;
	font-weight: bold;
	color: #444;
	padding-right: 10px;
}

li span.lang_menu a{
	font-size: 15px;
	padding-left: 10px;	
}

.scroll-area {
	height: 250px;
	position: relative;
	overflow: auto;
}

.root_menu_item, .root_menu_item:focus, .root_menu_item:hover{
	background-color: #038ac9 !important;
	color: #fff !important; 
}

.benvenuto{
	font-size: 17px;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}

tr td:nth-child(1) {text-align:center;}

.intestazione{
	font-size: 17px;
}

table#inputName tr td{
	padding-bottom: 20px;
}

h4 span{
	color:#ee8e28;
	font-weight: bold;
}


/********MENU ORIZZONTALE******/
.top_navigation ul li{
	padding-right: 20px;
}
/********FINE MENU ORIZZONTALE******/

.iframe_container{
	margin: 0 auto;
	width: 700px;
	text-align: center;
}


#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}