

body {
	color: #000;
	background-color: #fff; 
	font-size: 1.3em;
	overflow-x:hidden;
}
h2 {
	margin-bottom:0px;color:#3F664B;font-size:1.3em;
}

a {
	color: #60385A ;
}

a:hover {
	color: #073d7b ;
	text-decoration:underline;
}

a:link {
	color: #60385A ;
}

/* inizio FIX GOOGLE SEARCH BOX*/

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
	box-sizing: content-box; 
	line-height: normal;
}

.gsc-control-cse-it {
	padding:6px 0px !important;
}

/* fine FIX GOOGLE SEARCH BOX*/

@media (min-width: 1200px) {
	.container {
		width: 970px !important;
	}
}

@media (max-width: 768px) {
	body {
		background:none !important;
	}
	.col-xs-6 {
		padding-left: 0px !important;
	}
	.btn-primary {
		padding:0px !important;
	}
	
	.footer {
		background: #ededed !important;
	}
	.psr {
		width:100% !Important;
		margin-top:14px;
	}
}

@media (min-width: 385px) and (max-width: 767px) {
	.noXs {
		display:none;
	}
}

/*

.active {
	background-color:#60385A;
	color:#fff !important;
}
*/

.btn-primary {
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	filter: inherit;
	background-repeat: repeat-x;
	border-color:  inherit;
}

@media (max-width: 768px) {
	#containerRaw {
		position:relative !important;
		top:0px !important;
	}
}

.modal-content {
	border-radius:0px !important;
}

html,body{height:100%;}


.breadcrumb>li {
	font-size: 1em !important;
	font-family: "Open Sans", sans-serif;
}

a.neutralLink {
	color: white ;
}


.socialink a{
	color:#fff;
}
.socialink a:hover{
	color:#C9E49C;
}

.sticky {
	position: fixed;
    z-index: 1030;
	top: 0;

}

@media (max-width: 991px) {
	.navbar-collapse {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}

	.navbar-nav > li > a {
	    padding-right: 5px !important;
	    padding-left: 5px !important;
	}
}

@media (max-width: 768px) {
	.voceMenuPrincipale {
		display: block !important;
	}

	.navbar-nav {
		width: 99%;
		float: left;
	}

	.nav>li {
		text-align: right;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 600px;
	}

	.img-thumbnail {
		display: block;
	}
}