.first-row {
	background: #f6f6f6;
	border-bottom: 1px solid #ebebeb;
	color: #7b7b7b;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}

.first-row a {
	font-size: 13px;
	font-weight: bold;
}

.first-row .txt-wrapper {
	padding: 10px;
	display: block;
	color: #616264;
}

.first-row .container {
	padding-bottom: 0px;
}

.main-header {
	padding-top: 20px;
}

.s {
	height: 60px;
	font-size: 1.2em;
	border: 1px solid #ebebeb;
	padding: 10px;
	color: #333;
	min-width: 80%;
}

/*.main-header .btn.btn-default {
	font-size: 1.75em;
	height: 60px;
	border: 0;
	padding: 0;
	width: 60px;
}*/

.main-header .btn.btn-default i {
	line-height: 2.5em;
}

.main-header form button {
	transform: translateX(-3px) translateY(-2px);
}

.main-header .navs-wrapper {
	background-color: #616264;
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.main-header .navs-wrapper .container {
	padding-bottom: 0;
}

#menu-product-nav {
	position: relative;
}

#menu-product-nav>a {
	background: #0084bd;
	border: 0;
	color: #ffffff;
	height: 60px;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 18px 20px;
	position: relative;
	z-index: 3;
	width: 100%;
	border-bottom: none;
	display: block;
	text-align: left;
}

.menu-product-list,
.menu-product-list ul {
	z-index: -1;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all 0.25s linear;
}

#sidebar-navigation_top a {
	padding: 20px 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.25s linear;
}

#sidebar-navigation_top a:hover,
#sidebar-navigation_top a:focus,
#sidebar-navigation_top a:active {
	background-color: #0084bd;
}

#menu-product-nav ul, #menu-product-nav li, .menu-product-list ul, .menu-product-list li {
	list-style: none;
	padding: 0;
}

#menu-product-nav:hover>.menu-product-list {
	visibility: visible;
	z-index: 100;
	opacity: 1;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-top: 0;
	left: 0;
	top: 100%;
	margin-top: 0;
	width: 100%;
}

.menu-product-list>li>a {
	color: #333333;
	font-weight: 600;
	font-size: 14px;
	padding: 20px;
	background: #ffffff;
	line-height: 1.3em;
	text-transform: uppercase;
	border-radius: 0;
	width: 100%;
	display: block;
	text-align: left;
}

.menu-product-list>li>ul {
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-top: 0;
	left: 100%;
	top: 0;
	width: 893px;
	margin-top: 0;
	padding: 20px !important;
	min-height: 100%;
}

.menu-product-list>li:hover>.menu-product-tipologie-corso {
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.menu-product-list>li>a {
	transition: all 0.25s linear;
}

.menu-product-list>li:hover>a {
	color: #0083bf;
}

header .tipologia_corso>a {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.menu-product-list>li>ul>li {
	width: 33%;
	float: left;
	padding: 0 5px !important;
}

.menu-product-tipologie-corso .tipologia_corso > a > img {
	max-width: 20px;
}