.navbar-inverse .navbar-brand  {
	margin-top:0;
	padding-top:0;
}
.navbar-inverse .navbar-brand img {
	max-height: 40px;
	padding-top: 0px;
	margin-top: 5px;
}



.font-normal {
	font-weight: normal;
}
.pink, h1.pink {
	color: #f8452c; !important;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

ul.dropdown-menu li.dropdown-submenu > a {
	color: #2a4e72;
	text-decoration: none;
	font-size: 14px;
}
ul.dropdown-menu li.dropdown-submenu.active > a {
	color: #ffffff;
	cursor: default;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #2a4e72;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-menu > li > a {
	color: #2a4e72;
	text-decoration: none;
	font-size: 14px;
}

a.mn-social {
	margin: 6px 0 0 6px !important;
	padding: 0 !important;
	display: block !important;
	border-radius: 50% !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	color: rgba(255,255,255,0.3) !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-align: center !important;
	font-size: 20px !important;
}
a.mn-social:hover {
	color: #ffffff !important;
	border-color: #ffffff !important;
}


.opacity-7 {
	opacity:0.7;
}

.text-white {
	color: #ffffff !important;
}
h3.ms-layer {
	font-size: 48px;
	color: #ffffff;
}
p.ms-layer.lead {
	font-size: 24px;
	color: #ffffff;
}

.copyright a {
	color: #ffff00;
}

.nobreak {
	white-space: nowrap;
}
.et:before {
	content: '@'
}
.etd:before {
	content: '.'
}
.noupper {
	text-transform: none;
}
.pv-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-10 {
	padding: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-10 {
	margin-top: 10px;
}

.mb-0 {
	margin-bottom: 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}

@media (max-width: 1000px) {
	.nodisp {
		display: none;
		visibility: hidden;
	}
}


.phtm {
	padding: 10px 0;
	text-align: left;
}
.phtm p {
	font-size: 16px !important;
	font-family: 'Montserrat', sans-serif !important;
	margin: 0 0 8px 0 !important;
}
.phtm ul, .phtm ul li, .phtm ol, .phtm ol li {
	font-size: 16px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.phtm img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.phtm a p, .phtm p a {
	color: #c00;
}



.yt-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.yt-video iframe {
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

/*allinea le colonne*/
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}


/*news*/

.blog-post-info {
	font-size: 12px;
	color: #337ab7; !important;
}

a.media {
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
	border-top: 1px solid #e7e7e7;
}
a:hover.media {
	background-color: #f7f7f7;
}
a.media img.media-object {
	max-width: 84px;
}

a.media .media-body h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #f8452c; !important;
}
a.media .media-body span {
	font-size: 11px;
	line-height: 15px;
}
a.media .media-body p {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

/*azienda*/


.contact-box.azi {
	padding: 15px;
	height: auto;
	display: table;
	margin-bottom: 30px;
	text-align: center;
	background-color: #f7f7f7;
}
.contact-box.azi .socials li a {
	display: block;
	border-radius: 50%;
	border: 1px solid #2a4e72;
	color: #2a4e72;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
.contact-box.azi .socials li{
	padding: 0px;
}
.contact-box.azi .socials li a:hover{
	border: 1px solid #f8452c;
	color: #f8452c;
}