body {
	padding-top: 50px;
}
div {
	font-family: dosis, sans-serif;
	font-size: 18px;
}
img {
	max-width: 100%;
}

.navbar__brand-link:after,
.navbar__brand-img {
	height: 74px;
	transition: all 0.3s ease;
}
.navbar-collapse.collapse {
	height: 110px !important;
}
.navbar {
	background-color: #002642;
	border-bottom: 1px solid #568ea3;
}
.navbar-nav {
	margin-top: 30px;
	font-size: 15px;
	transition: all 0.3s ease;
}
.shrink .navbar-nav {
	margin-top: 0;
	transition: all 0.3s ease;
}
.navbar-nav a {
	transition: all 0.3s ease;
	color: #568ea3 !important;
	text-transform: uppercase;
}
.navbar-nav a:hover {
	color: #fff !important;
}
.navbar-nav li.active a {
	color: #fff !important;
	background-color: #568ea3 !important;
}
.navbar.shrink {
	height: 50px;
}
.navbar.shrink .navbar__brand-img {
	height: 40px;
	transition: all 0.3s ease;
}
.navbar.shrink .navbar-brand {
	padding: 5px;
	transition: all 0.3s ease;
}
.btn-decorator li a:after {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center center 0px;
	-moz-transform-origin: center center 0px;
	-ms-transform-origin: center center 0px;
	transform-origin: center center 0px;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	border-bottom: 2px solid;
	content: "";
	display: block;
	height: 1px;
	left: -1px;
	margin-top: -3px;
	position: relative;
	top: 3px;
	width: 100%;
}
.btn-decorator li a:hover:after,
.btn-decorator li a:focus:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.language {
	background-color: #00171f;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #568ea3;
}
.language .container {
	text-align: right;
}
.inactive {
	opacity: 0.5;
}
.bg {
	background: url("../images/metalworking.jpg") no-repeat center center;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 550px; /*same height as jumbotron */
	top: 50px;
	left: 0;
	z-index: -1;
}
.bg:after {
	content: "";
	width: 100%;
	height: 550px;
	position: fixed;
	top: 50px;
	background: url("../images/bg.png") repeat;
	opacity: 0.7;
}
.bgChisiamo {
	background: url("../images/bgChisiamo.jpg") no-repeat center center;
	background-size: cover;
}
.bgProdotti {
	background: url("../images/bgProdotti.jpg") no-repeat center center;
	background-size: cover;
}
.bgMacchinari {
	background: url("../images/bgMacchinari.jpg") no-repeat center center;
	background-size: cover;
}
.bgQualita {
	background: url("../images/bgQualita.jpg") no-repeat center center;
	background-size: cover;
}

.jumbotron {
	height: 550px;
	color: white;
	text-shadow: #444 0 1px 1px;
	background-color: transparent;
}
.splash {
	margin-top: 90px;
	margin-left: 0;
	margin-right: 0;
}
.splash .contact {
	color: #fff !important;
}
.contactWrapper {
	width: 280px;
}
.contact {
	margin-bottom: 25px;
	overflow: hidden;
	display: inline-block;
}
.contact .glyphicon {
	font-size: 2em;
	float: left;
	margin-right: 20px;
	clear: both;
}

.indirizzo {
	float: left;
}

.titoloJ {
	margin-bottom: 0;
}
.titoloJ h1 {
	font-size: 110px;
	margin-top: 200px;
	opacity: 0.5;
	text-align: right;
}
.titolo {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.more {
	background-color: transparent;
	border: solid 2px #568ea3;
	color: #568ea3;
	text-transform: uppercase;
	transition: all 0.3s ease;
	margin-top: 45px;
}
.more:hover {
	background-color: #568ea3;
	border: solid 2px #568ea3;
	color: #fff;
}
.alignCenter {
	text-align: center;
}
.section1 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
}
.section2 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #003459;
}
.section4 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f6f6f6;
	border-top: 1px solid #e0e0e0;
}
.section3 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
}
.section3 .titolo {
	color: #007ea7;
}
.prodottiHome {
	text-align: center;
	margin-bottom: 40px;
}
.prodottiHome img {
	max-width: 100%;
}
.carousel-inner > .item > img {
	margin: 0 auto;
}
.carousel-indicators {
	bottom: -30px;
}
#greenCarousel .carousel-indicators {
	bottom: -45px;
}
.carousel-indicators li {
	background-color: #fff;
	border: 1px solid #568ea3;
}
.carousel-indicators .active {
	background-color: #568ea3;
}
#carouselControls {
	display: none;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	background-color: #fff;
	color: #003459;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #003459;
	top: 100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 20%;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 20%;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.testo {
	padding-top: 40px;
}
.testo li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.sidebarChiSiamo {
	text-align: right;
	padding-top: 45px;
}
.sidebarChiSiamo img {
	margin: 5px;
}
#map-container {
	padding-right: 0;
	padding-left: 0;
	height: 500px;
}
#CarouselProdotti .carousel-indicators,
#CarouselMacchine .carousel-indicators {
	position: relative;
	left: 0;
	width: 100%;
	margin-left: 0;
	margin-bottom: 40px;
}
#prodotti,
#macchine {
	width: 300px;
}
.btProdotti,
.btMacchine {
	width: 320px;
	min-height: 50px;
	padding-top: 10px;
	border-bottom: 1px solid #568ea3;
	display: block;
	line-height: 12px;
}
.btProdotti.active,
.btMacchine.active {
	width: 320px;
	height: 50px;
	background-color: #fff;
}
.btProdotti.active:after,
.btMacchine.active:after {
	content: "\e080";
	color: #568ea3;
	position: relative;
	top: -22px;
	left: -150px;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.prodottoList,
.macchinaList {
	text-decoration: none;
	color: #333333;
	width: 250px;
	min-height: 24px;
	display: block;
	float: left;
	padding-left: 25px;
	padding-top: 7px;
	text-align: left;
	line-height: 18px;
	font-size: 16px;
}
.titoloProdotto,
.titoloMacchina {
	font-weight: bold;
	padding-top: 15px;
}
.testoProdotto,
.testoMacchina {
	margin-top: 10px;
	min-height: 140px;
}
.fotoProdotto,
.fotoMacchina {
	width: 64px;
	float: left;
}
.prodottoList:hover,
.fotoProdotto:hover,
.macchinaList:hover,
.fotoMacchina:hover {
	cursor: pointer;
}
#footer {
	background-color: #00171f;
	color: #fff;
	padding-top: 40px;
}
#footer .contact .glyphicon {
	font-size: 1.4em;
}
#footer .row {
	text-align: center;
}
.credits {
	text-align: center;
	border-top: 1px solid;
	padding: 10px;
	background-color: #00171f;
}
.credits div {
	font-size: 14px;
	color: #999;
}
@media (max-width: 991px) {
	#footer .contact {
		margin-right: 20px;
	}
	.sidebarChiSiamo img {
		width: 30%;
		margin: 1.5%;
	}
	.footer1 {
		text-align: center !important;
	}
	.footer2 {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar__brand-img {
		height: 40px;
		transition: all 0.3s ease;
	}
	.navbar .navbar-brand {
		padding: 5px;
		transition: all 0.3s ease;
	}
	.contactWrapper {
		margin: 0 auto;
	}
	.splash {
		margin-top: 50px;
	}
	.section1 img {
		margin-bottom: 40px;
		width: 100%;
	}
	.navbar-collapse.collapse {
		height: auto !important;
	}
	.titoloJ h1 {
		font-size: 60px;
	}
	.testo {
		padding-top: 0;
	}
	.carousel-indicators.listaProdotti,
	.carousel-indicators.listaMacchine {
		display: none;
	}
	#carouselControls {
		display: block;
	}
	.testoProdotto {
		min-height: 210px;
	}
	.sidebarChiSiamo img {
		margin: 0 0 15px;
	}
	.navbar-collapse {
		background-color: #002642;
	}
}
