﻿body {
 overflow: auto!important;
 overflow-x:hidden;
}

body #s4-workspace {
 overflow: hidden;
}		


#s4-bodyContainer {
	padding-bottom:0;
}

strong {
	font-weight:bold;
}

.bx-wrapper img {
	/*min-width:350px;
	min-height:200px;*/
}

.ms-rtestate-field p, p.ms-rteElement-P {
	line-height:inherit;
}

/*#s4-workspace, .scroll-pane { -webkit-overflow-scrolling: touch; }*/

.hidden {
	display:none;
}

.sectionInterna .boxBreadcrumb .breadcrumb a{
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
}

.sectionInterna .boxBreadcrumb .breadcrumb a:hover{
	text-decoration: underline;
}


.breadcrumbNode:before, .breadcrumbCurrentNode:before {
	content: ">";
	padding: 0 6px;
	color:#fff;
}



.sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbRootNode,.sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbRootNode:visited, .sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbNode, .sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbNode:visited{
	color: #ffffff;
}

.sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbCurrentNode , .sectionInterna .boxBreadcrumb .breadcrumb a.breadcrumbCurrentNode tPage:visited{
	color: #000000;
}

/*Fix momentaneo navigazione*/
#fixMenu .thirdMenu .stickyMenu ul.navigation-menu > li:first-child > a, #fixMenu .thirdMenu .stickyMenu ul.navigation-menu > li:first-child > span {
	display:none!important;
}

.navigation-menu .level-2,.navigation-menu .level-3 {
	display:none;
}

@media screen and (min-width: 768px) {

	.homeInterne .section .boxTitleSection.bg-black h2 {
		color:#fff;
	}
}

.c-grey h3 {
	color:#444;
	text-transform:uppercase;
}

.c-white h3 {
	color:#fff;
	text-transform:uppercase;
}

h1.subInterne.tit-grey {
	text-transform:uppercase;
}

.col-dx.false-sx > .ms-rtestate-field > .boxStandardArrow:first-child, .col-sx.false-dx > .ms-rtestate-field > .boxStandardArrow:first-child {
	margin-top:8px;
}

h4.c-white {
	color:#fff;
}

h2.c-grey {
	color:#444;
}

.ms-rtestate-field p, p.ms-rteElement-P {
	margin:0;
}

.ms-rtestate-field h3, h3.ms-rteElement-H3 {
	line-height:inherit;
}

/*Search box*/

.cd-search #SearchBox {
	height: 50px;
	width: 100%;	
}

.ms-srch-sb>input {
	border-radius: 0;
	border: none;
	background: #ffffff;
	height: 100%;
	max-width: 1050px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 25px;
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	float: left;
	font-size: 18px;
	font-family: 'Molengo', sans-serif;
	}
	
input[type=button], input[type=reset], input[type=submit], button {
	padding:0;
}
	
.ms-srch-sb>input:focus {
	outline: none;
}

#SearchBox button{
	display: inline-block;
	width: 150px;
	height: 50px;
	float: left;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	background-color: #cccccc;
	border: none;
	margin:0!important;
}

#SearchBox .ms-srch-sb-searchLink {
	display: inline-block;
	width: 150px;
	height: 50px;
	float: left;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	background-color: #cccccc;
	border: none;
	margin:0;
	border:0;
	text-transform:uppercase;
	text-align:center;
	
}


.ms-srch-sb > .ms-srch-sb-searchLink img {
	display:none;
}

.ms-srch-sb > a.ms-srch-sb-searchLink {
	float: right;
	display: inline-block;
	font-size: 50px;
	color: #0f447f;
	margin-top: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;	
	height:auto;
	width:auto;
}

.ms-srch-sb > a.ms-srch-sb-searchLink:hover {
	background-color:transparent;
}

.ms-srch-result {
	padding:0 5.3%;
}

/*Footer*/

footer .linkMenu a:before {
   content:'\007C';
	color:#E90000;
	padding:0 5px;
}

footer .linkMenu a:first-child:before {
	display:none;
}
/*paging*/
.ms-srch-result #PagingSelf a, .ms-srch-result #PagingSelf a:visited, .ms-srch-result #Paging a:hover {
	color:#e90000;
}