/* Copyright (C) FOA - Formazione Operativa e Addestramento */
/*
 * Custom Style Sheet 
 */
.custom-logo {
	width: 205px;
	height: 145px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.sidebar-white .custom-logo, .sidebar-lightgrey .custom-logo { background-image: url(../../../images/foa/logo_white.png); }
.sidebar-black .custom-logo, .sidebar-darkgrey .custom-logo  {
	background: url(../../../images/foa/logo_FOA.png); 
	background-image: url(../../../images/foa/Logo_FOA.svg), none;
	background-size: 145px 145px;
	background-position: center;
	background-repeat: no-repeat;
}
.sidebar-black .custom-logo:hover, .sidebar-darkgrey .custom-logo:hover { 
	background: url(../../../images/foa/logo_FOA_hover.png); 
	background-image: url(../../../images/foa/Logo_FOA_hover.svg), none;
	background-size: 145px 145px;
	background-position: center;
	background-repeat: no-repeat;
}
/* Only Phones */
@media (max-width: 767px) {
 .custom-logo { 
	width: 70px;
	height: 90px;
	margin: auto;
 	background-size: 70px 90px !important;
 }
 .sidebar-white .custom-logo, .sidebar-lightgrey .custom-logo {	background-image: url(../../../images/foa/logo_responsive_white.png); }
 .sidebar-black .custom-logo, .sidebar-darkgrey .custom-logo  {
	background: url(../../../images/foa/logo_responsive_black.png); 
	background-image: url(../../../images/foa/Logo_FOA.svg), none; 
	width: 90px;
	height: 90px;
 	background-size: contain !important;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 27px;
 }
}
#block-main 	{ color: #bbb !important; }
strong 			{ color: #cfcfcf !important; }
.meta 			{ display: none; }
.width50 
.socialbuttons 	{ display: none; }
.author-box 		{ display: none; }
.trackback  		{ display: none; }
.content a 		{ color: #f5ff95 !important; font-weight: bold !important; }
.content  		{ text-align: justify !important; }
.current, #menu .active
				{ color: #ffffff !important; padding-left: 9px !important; padding-top: 5px !important; }
#menu .current, #menu .active
				{ background-color: #222 !important; font-weight: bold !important; }
li.level1.current 
				{ margin-bottom: 7px !important; border-bottom: 1px solid !important; }
		
.taxonomy 		{ margin-top: 60px; border-top: 1px solid; font-size: smaller; }
.page-title		{ padding-bottom: 14px; } 
.links a			{ margin-bottom: 27px; }
.slidecaption	{ text-decoration: none !important; color:#fff !important; font-weight:bold !important; font-size:160% !important; }

.italybtn 		{ margin: 3px; padding: 3px; border: 1px solid;}