body {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}

/* Removing the dotted lines */
a, a:hover, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus
{
	outline: 0;
}

input::-moz-focus-inner {
	border: 0;
}

#main-menu {
	margin-top: 25px;
	transition: all 800ms;
}
#main-menu img {
	transition: all 800ms;
}
#main-menu.small {
	margin-top: 0;
}

#main-menu.small img {
	-webkit-transform: scale(0.65, 0.65);
	transform: scale(0.65, 0.65);
}
#main-menu.small .navbar-links {
	padding-top: 7px;
}
#main-menu.small .navbar-brand{
	padding-top: 0;
}
#logo-img {
	max-width: 224px;
}
.navbar {
	min-height: 90px;
}
.navbar-brand {
	transition: all 800ms;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    text-align: center;
    margin: auto;
    height: 0;
}
.navbar-brand img {
	display: inline-block;
}
.navbar-header {
	position: relative;
	z-index: 10;
	height: 90px;
}
.navbar-links {
	position: relative;
	padding-top: 20px;
	z-index: 5;
}
.navbar-nav>li>a {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: lighter;
	font-size: 14px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: transparent;

}

.policy-contents hr {
	margin: 3em auto;
	width: 95%;
	opacity: 0.3;
}

@media (min-width: 768px){
	.navbar-nav>li {
		width: 50%;
		text-align: center;
	}

	.navbar-left {
	    width: 49.9%;
		padding-right: 142px;
	}
	.navbar-left li{
		float: right;
	}

	.navbar-right {
	    width: 49.9%;
	    margin-right: 0;
	    padding-left: 142px;
	}
	.navbar-right {
	    float: left;
	}
}

.section {
	position: relative;
	overflow: hidden;
}
.section-wrapper {
	margin-top: 90px;
}

.section-1 .section-wrapper {
	margin-top: 160px;
}

.section-content {
	text-align: center;
}
.section-content *{
	max-width:100%;
}
#faro-wrapper{
	height:100px !important;
	height:25vh !important;
	margin:auto;
	margin-top:-100px;
}
#section-4-img,
.section-4 .svg{
	max-height:200px;
	max-height:48vw;
}

.section-5 .section-wrapper {
	margin-top: 200px;
}

.section h2 {
	font-size: 30px;
	font-weight: 300;
}

.section.section-1 h2 {
	font-size: 60px;
	font-weight: 300;
	margin-top: 0;
}

.section h3 {
	font-size: 16px;
	color: #bcbcbc;
}

.section.section-1 h3 {
	font-size: 18px;
}

.section p {
	font-size: 16px;
	color: #bbb;
	font-weight: 100;
}
#home-bkg {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: -1;
}
#testing-bkg{
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
}
.section-1,
.section-contatti {
	/*
	background: url('img/home-section-1.jpg') no-repeat center center;
	background-size: cover;*/
}

#testing-counter {
	color: #4b5259;
	font-family: 'Raleway';
	font-weight: lighter;
	padding-top: 60px;
	font-size: 18px;
}
#legenda{
	width:76px;
	height:77px;
	position:absolute;
	right:-100px;
	top:40%;
	background: url(../img/legenda.png) no-repeat;
}
#faro-wrapper {
	position: relative;
	width: 687px;
	height: 276px;
}
#faro_particles {
	width: 687px;
	height: 276px;
	position: absolute;
	top: 0;
	left: 0px;
}

.faro_animated {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0;
	max-width: 100%;
}
.circles-wrapper {
	visibility: hidden;
	position: fixed;
	height: 120%;
	width: 100%;
	top: -7%;
	z-index: 1;
	pointer-events: none;
	opacity: 0.7;
}

.circles-wrapper div {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.circles-wrapper img {
	width: 100%;
	height: 100%;
}
.circles-wrapper .circle-0 img {
	height: 100%;
	-webkit-animation: spinacw 130s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spinacw 130s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spinacw 130s 0s linear infinite; /* Opera 12+ */
	animation:         spinacw 130s 0s linear infinite; /* IE 10+, Fx 29+ */
}
.circles-wrapper .circle-1 img {
	height: 98%;
	-webkit-animation: spincw 115s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spincw 115s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spincw 115s 0s linear infinite; /* Opera 12+ */
	animation:         spincw 115s 0s linear infinite; /* IE 10+, Fx 29+ */
}
.circles-wrapper div {
	transition: all 1s;
}
.circles-wrapper .circle-2 img {
	height: 67%;
	-webkit-animation: spincw 60s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spincw 60s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spincw 60s 0s linear infinite; /* Opera 12+ */
	animation:         spincw 60s 0s linear infinite; /* IE 10+, Fx 29+ */
	transition: all 2s;
}

.fp-viewing-2 .circles-wrapper div {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.fp-viewing-2 .circles-wrapper div.circle-2 {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


.fp-viewing-4 .circles-wrapper .circle-2 {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.4;
}

.fp-viewing-4 .circles-wrapper .circle-5 {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.fp-viewing-4 .circles-wrapper .circle-6 {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.circles-wrapper .circle-3 img {
	height: 79%;
	-webkit-animation: spinacw 20s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spinacw 20s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spinacw 20s 0s linear infinite; /* Opera 12+ */
	animation:         spinacw 20s 0s linear infinite; /* IE 10+, Fx 29+ */
}


.circles-wrapper .circle-4 img {
	height: 75%;
	-webkit-animation: spincw 70s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spincw 70s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spincw 70s 0s linear infinite; /* Opera 12+ */
	animation:         spincw 70s 0s linear infinite; /* IE 10+, Fx 29+ */
}

.circles-wrapper .circle-5 img {
	height: 70%;
	-webkit-animation: spinacw 40s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spinacw 40s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spinacw 40s 0s linear infinite; /* Opera 12+ */
	animation:         spinacw 40s 0s linear infinite; /* IE 10+, Fx 29+ */
}

.circles-wrapper .circle-6 img {
	height: 65%;
	-webkit-animation: spinacw 40s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    spinacw 40s 0s linear infinite; /* Fx 5+ */
	-o-animation:      spinacw 40s 0s linear infinite; /* Opera 12+ */
	animation:         spinacw 40s 0s linear infinite; /* IE 10+, Fx 29+ */
}


.svg {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
}
#section-4-img {
	position: relative;
	height: 334px;
	width: 425px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#section-4-img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}

#section-4-img .img-base {
	max-width: 525px;
	margin-left: -13%;
	margin-top: -10px;
	opacity:1;
}

#section-4-img .img-box {
	top: -12px;
	left: 12px;
	opacity:1;
}
#section-4-img.animate .img-box {
	-webkit-animation: box 5s linear forwards; /* Safari 4+ */
	-o-animation:      box 5s linear forwards; /* Opera 12+ */
	animation:         box 5s linear forwards; /* IE 10+, Fx 29+ */
}
#section-4-img.animate .img-3d {
	-webkit-animation: img3d 5s linear forwards; /* Safari 4+ */
	-o-animation:      img3d 5s linear forwards; /* Opera 12+ */
	animation:         img3d 5s linear forwards; /* IE 10+, Fx 29+ */
}
#section-4-img .img-testa1{
	left: -300px;
	top: -250px;
}
#section-4-img.animate .img-testa1{
	-webkit-animation: testa1 5s linear forwards; /* Safari 4+ */
	-o-animation:      testa1 5s linear forwards; /* Opera 12+ */
	animation:         testa1 5s linear forwards; /* IE 10+, Fx 29+ */
}
#section-4-img .img-testa2{
	top: -200px;
	left: 160px;
}
#section-4-img.animate .img-testa2{
	-webkit-animation: testa2 5s linear forwards; /* Safari 4+ */
	-o-animation:      testa2 5s linear forwards; /* Opera 12+ */
	animation:         testa2 5s linear forwards; /* IE 10+, Fx 29+ */
}
#section-4-img .img-testa3{
	left: 565px;
	top: 145px;
}
#section-4-img.animate .img-testa3{
	-webkit-animation: testa3 5s linear forwards; /* Safari 4+ */
	-o-animation:      testa3 5s linear forwards; /* Opera 12+ */
	animation:         testa3 5s linear forwards; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes img3d {
	80%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-moz-keyframes img3d {
	80%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-o-keyframes img3d {
	80%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@keyframes img3d {
	80%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

@-webkit-keyframes box {
	80%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@-moz-keyframes box {
	80%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@-o-keyframes box {
	80%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@keyframes box {
	80%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}

@-webkit-keyframes testa1 {
	20%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
	40%{
		left: -180px;
		top: -195px;
		opacity:1;
	}
	60%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
}
@-moz-keyframes testa1 {
	20%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
	40%{
		left: -180px;
		top: -195px;
		opacity:1;
	}
	60%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
}
@-o-keyframes testa1 {
	20%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
	40%{
		left: -180px;
		top: -195px;
		opacity:1;
	}
	60%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
}
@keyframes testa1 {
	20%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
	40%{
		left: -180px;
		top: -195px;
		opacity:1;
	}
	60%{
		left: -300px;
		top: -250px;
		opacity:0;
	}
}

@-webkit-keyframes testa2 {
	40%{
		top: -200px;
		opacity:0;
	}
	60%{
		top: -85px;
		opacity:1;
	}
	80%{
		top: -200px;
		opacity:0;
	}
}
@-moz-keyframes testa2 {
	40%{
		top: -200px;
		opacity:0;
	}
	60%{
		top: -85px;
		opacity:1;
	}
	80%{
		top: -200px;
		opacity:0;
	}
}
@-o-keyframes testa2 {
	40%{
		top: -200px;
		opacity:0;
	}
	60%{
		top: -85px;
		opacity:1;
	}
	80%{
		top: -200px;
		opacity:0;
	}
}
@keyframes testa2 {
	40%{
		top: -200px;
		opacity:0;
	}
	60%{
		top: -85px;
		opacity:1;
	}
	80%{
		top: -200px;
		opacity:0;
	}
}

@-webkit-keyframes testa3 {
	60%{
		left: 565px;
		top: 145px;
		opacity:0;
	}
	80%{
		left: 365px;
		top: 142px;
		opacity:1;
	}
	100% {
		left: 565px;
		top: 145px;
		opacity:0;
	}
}
@-moz-keyframes testa3 {
	60%{
		left: 565px;
		top: 145px;
		opacity:0;
	}
	80%{
		left: 365px;
		top: 142px;
		opacity:1;
	}
	100% {
		left: 565px;
		top: 145px;
		opacity:0;
	}
}
@-o-keyframes testa3 {
	60%{
		left: 565px;
		top: 145px;
		opacity:0;
	}
	80%{
		left: 365px;
		top: 142px;
		opacity:1;
	}
	100% {
		left: 565px;
		top: 145px;
		opacity:0;
	}
}
@keyframes testa3 {
	60%{
		left: 565px;
		top: 145px;
		opacity:0;
	}
	80%{
		left: 365px;
		top: 142px;
		opacity:1;
	}
	100% {
		left: 565px;
		top: 145px;
		opacity:0;
	}
}
body.lt-ie10 .circles-wrapper,
body.lt-ie10 #section-4-img .img-testa,
body.lt-ie10 #section-4-img .img-box {
	display:none !important;
}
#section-4-img svg {
	height: 100%;
	fill: none;
	stroke: #fff;
	stroke-width: 0.5;
}
body.is-ie #section-4-img svg path{
	opacity:0;
	transition: opacity 2s 2s;
}
body.is-ie #section-4-img.animate svg path{
	opacity:1;
	stroke: #e00f27;
	stroke-width: 1;
	stroke-dashoffset:0 !important;
}
body:not(.is-ie) #section-4-img.animate svg path {
  stroke: #e00f27;
  stroke-width: 1;
  -webkit-animation: dashoff 5s 2s linear forwards; /* Safari 4+ */
  -moz-animation:    dashoff 5s 2s linear forwards; /* Fx 5+ */
  -o-animation:      dashoff 5s 2s linear forwards; /* Opera 12+ */
  animation:         dashoff 5s 2s linear forwards; /* IE 10+, Fx 29+ */
}


.animate {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;

}



@-webkit-keyframes spincw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spincw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spincw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spincw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinacw {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes spinacw {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes spiancw {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spinacw {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#waves {
	position: absolute;
	background: url('../img/chart_bg.png') no-repeat center center;
	width: 684px;
	height: 684px;
	background-size: cover;
	top: 120px;
}
#waves .svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#waves svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#waves .line2{
	stroke: #aaa;
}


#waves.animate svg path {
  -webkit-animation: dashoff 5s linear forwards; /* Safari 4+ */
  -moz-animation:    dashoff 5s linear forwards; /* Fx 5+ */
  -o-animation:      dashoff 5s linear forwards; /* Opera 12+ */
  animation:         dashoff 5s linear forwards; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes dashoff {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dashoff {
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dashoff {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashoff {
  to {
    stroke-dashoffset: 0;
  }
}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:hover {
  text-decoration: none;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #e00f27;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center.active:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.btn-circle {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #D01515;
	text-indent: -9999px;
	overflow: hidden;
	margin: 50px auto;
	transition: 0.2s;
}
.btn-circle:hover {
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 0px 6px rgb(53, 61, 70), 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}
.btn-down:hover {
	background-position: center 69px;
}
.btn-email {
	background: url('img/btn-email.png') no-repeat center center;
}
.btn-home {
	background: url('img/btn-home.png') no-repeat center center;
}
.btn-map {
	background: url('img/gps.png') no-repeat center center;
}
.btn-down {
	background: url('img/btn-down.png') repeat center center;
}

.footer-social {
	float: right;
	margin: 0;
	right: 0;
}

.footer-social .btn-circle {
	width: 42px;
	height: 42px;
	margin: 0 5px;
}
.btn-facebook {
	background: url('img/btn-facebook.png') no-repeat center center;
}
.btn-linkedin {
	background: url('img/btn-linkedin.png') no-repeat center center;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-color: #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #e00f27;
	border-color: #e00f27;
}


#faro_svg path.lines {
	stroke: #bcbcbc;
	strokeWidth: 0.5;
}


#faro_svg path.points {
	fill: #fff;
}

.page-homepage #nav-footer {
	position: fixed;
	bottom: -100px;
	left: 0;
}

#nav-footer {
	height: 100px;
	width: 100%;
}

#nav-footer .menu {
	float: left;
	margin: 0;
	left: 0;
}

.page-homepage #nav-footer .menu {
	margin-top:-100px;
}

.page-homepage #nav-footer #footer-policy
{
	margin-top:-50px;
}


#footer-policy {
	text-align: center;
	width: 100%;
}

#footer-policy a {
	color: #bcbcbc !important;
}

#footer-policy a:hover {
	color: #ffffff !important;
}

#nav-footer .menu li {
	display: block;
	float: left;
	list-style: none;
}

#nav-footer .menu li a {
	display: inline-block;
	padding: 15px;
	font-size: 14px;

}

#nav-footer .menu li a:hover,
#nav-footer .menu li a:focus,
#nav-footer .menu li a:active {
	text-decoration: none;
}



#menu-lang li {
	opacity: 0;
	transition: opacity 1s;
	border-bottom: 1px solid #bcbcbc;
}
#menu-lang li a {
	color: #bcbcbc;
}


#menu-lang li.active {
	opacity: 1;
}

#menu-lang.open li {
	opacity: 1;
	border-color: #fff;
}

#menu-lang.open li a {
	color: #fff;
}


#menu-lang.open li:hover {
	border-color: #D01515
}



/* .footer-social {
	float: right;
	margin: 0;
	right: 0;
}

.footer-social a {
	margin: 0 3px;
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 4px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.footer-social a.linkedin {
	background-image: url(img/linkedin-icons.png);
	background-position: 0px -40px;
}

.footer-social a.facebook {
	background-image: url(img/facebook-icons.png);
	background-position: 0px -40px;
}

.footer-social a:hover {
	background-position: 0px -78px;
} */



#main-container {
	color: #bcbcbc;
}

#main-container h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:normal;
}
.company-1 {
	margin-top: 130px;
	margin-bottom: 110px;
	font-size:120%;
}
.company-1 p{
	text-align:center;
}
#azienda-page{
	top:0;
	background: #2a3138 url(../img/azienda_bg.jpg) no-repeat;
	background-size:100% auto;
}
#azienda-page .nav-tabs{
	border:0;
	width:800px;
	max-width:100%;
	margin:0 auto;
}
#azienda-page .nav-tabs>li{
	width:100px;
	max-width:11%;
}
#azienda-page .nav-tabs>li>a{
	border:0 !important;
	margin:0;
	text-align:center;
	width:100px;
	max-width:100%;
	border-bottom:1px solid white !important;
}
#azienda-page .nav-tabs .active a{
	border-bottom:1px solid red !important;
}
.footer-btns{
	text-align:center;
	margin:100px 0;
}
.footer-btns a{
	margin:20px;
}
.tab-content{
	margin:100px 0 0;
}
hr{
	width:160px;
	margin: 0 auto 100px;
	border-top: 1px solid #bcbcbc !important;
}
#careers-page{
	top:0;
	background: #2a3138 url(../img/careers_bg.jpg) no-repeat;
	background-size:100% auto;
}/*
label.not-required::before{
	content:'OPTIONAL';
	position:absolute;
	display:block;
	right:15px;
	color:#6a6f74;
	font-style:italic;
}*/
.form-control{
	border-radius:0;
	background:transparent !important;
	color:#bcbcbc;
	line-height:30px;
	height:45px;
	border: 2px solid #6a6f75;
}
select::-ms-expand {
    display: none;
}
select.form-control{
	-moz-appearance: none;
	-webkit-appearance: none;
	background:transparent url(../img/select.png) no-repeat 95% center !important;
}
body.lt-ie10 select.form-control{
	background:transparent !important;
}
body.lt-ie10 #section-4-img .img-testa,
body.lt-ie10 #section-4-img .img-box {
	display:none;
}
textarea{
	min-height:200px;
}
#careers-page label.cv-label{
	float:left;
	padding:10px;
	vertical-align:middle;
}
#careers-page #curriculum{
	display:inline;
}
.btn-file {
    position: relative;
    overflow: hidden;
	padding-left:40px;
	padding-right:10px;
	background:#6a6f75 url(../img/files.png) no-repeat 10px center;
}
.input-group-btn{
	color:white;
	width:141px;
	height:60px;
	font-size:inherit;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
	height:60px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.curriculum{
	width:100%;
	margin-bottom:20px;
}
.curriculum span{
	float:left;
	line-height:60px;
	display:inline-block;
}
.curriculum input[type=text]{
	height:60px !important;
	float:left;
	width:250px;
}
.cv-override{
	white-space:nowrap;
	width:400px;
}
.cv-label{
	padding-right:10px;
}
.submit-internship,
.submit-contatti,
.submit-job{
	margin-top:1em;
	width:100%;
	line-height:56px;
	background:transparent;
	border-radius:0;
	border:2px solid rgb(208, 21, 21);
	transition: 0.2s;
}
.submit-internship:hover,
.submit-contatti:hover,
.submit-job:hover {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 0px 6px rgb(53, 61, 70), 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}
#careers-page .tab-pane p,
.contact-form-wrap p{
	text-align:center;
	font-size:120%;
	margin:2em 0 3em;
}
#careers-page .tab-pane h3,
.contact-form-wrap h3{
	text-align:center;
	font-size:160%;
	margin:3em 0 0;
}
#contatti-page .nav-tabs,
#careers-page .nav-tabs{
	border:0;
}
#contatti-page .nav-tabs>li,
#careers-page .nav-tabs>li{
	padding:0;
}
#azienda-page .nav-tabs>li>a,
#contatti-page .nav-tabs>li>a,
#careers-page .nav-tabs>li>a{
	border:0 !important;
	margin:0;
	background:transparent;
	text-align:center;
	color:#bcbcbc;
	border-bottom:1px solid #bcbcbc !important;
}
#azienda-page .nav-tabs>li>a:hover,
#contatti-page .nav-tabs>li>a:hover,
#careers-page .nav-tabs>li>a:hover{
	color:white;
}
#contatti-page .nav-tabs .active a,
#careers-page .nav-tabs .active a{
	border-bottom:1px solid red !important;
}
.checkbox{
	margin:18px 0;
}
.checkbox input{
	opacity:0;
}
.checkbox label{
	padding:0;
}
.checkbox label::before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:1em;
	width:24px;
	height:24px;
	background:url(../img/check.png) no-repeat -24px;
}
.checkbox :checked + label::before{
	background:url(../img/check.png) no-repeat;
}
#contatti-page{
	top:0;
	background: #2a3138 url(../img/contatti_bg.jpg) no-repeat;
	background-size:100% auto;
}
.address-block{
	font-size:120%;
	text-align:center;
	margin-top:150px;
	margin-bottom:100px;
}
.large{
	font-size:150%;
}
.address-block span.red{
	color:red;
}
.wide{
	letter-spacing:.2em;
}
.centered{
	text-align:center;
}
#gmap1,
#gmap2,
#gmap3{
	height:580px;
}

#gmap2,
#gmap3 {
	margin-bottom: 100px;
}
.tab-pane{
	font-size:110%;
}
.tab-pane img{
	width:100%;
	height:auto;
}
label{
	font-weight:normal;
	margin-top:1em;
}
.flr-col-1,
.flr-col-2,
.flr-col-3{
	display:inline-block;
	vertical-align:top;
}
.flr-col-1{
	margin-right:30px;
}
.flr-col-2{
	margin-top:1em;
}
.flr-col-3{
	width:250px;
	float:right;
}
.job-intro p{
	margin:150px 0 100px;
	font-size:110%;
}
.titolo_map,
.indirizzo{
	color:#2a3138 !important;
}
.indirizzo a {
	color: #e00f27;
}

.form-control:focus{
	box-shadow:none;
	border:2px solid white;
}

#careers-page h2,
#azienda-page h2,
#contatti-page h2{
	font-size:24px !important;
	font-weight:300 !important;
}
#careers-page label,
#azienda-page label,
#contatti-page label{
	font-weight: 300;
	font-size: 14px;
}
#careers-page p,
#azienda-page p,
#contatti-page p{
	font-size: 16px;
}
a{
	transition: all 0.3s;
}
h3{
	font-weight:normal;
	color:#fff;
	letter-spacing: .2em;
}

.slideshow {
	width:100%;
	padding-bottom:66%;
	position: relative;
}
.slideshow > div {
	width:100%;
	position: absolute;
}
.slideshow img {
	width:100%;
	height:auto;
}
.slideshow-control{
	float:right;
	display:inline-block;
	width:60px;
	height:60px;
	line-height:50px;
	cursor:pointer;
	position:absolute;
	right:35px;
	bottom:45%;
	font-weight:100;
	color:white;
	background:rgba(42,49,56,0.3) url(../img/arrow_right.png) no-repeat center center;
	border-radius:30px;
	text-align:center;
	font-size:500%;
	box-sizing:border-box;
	transition: .3s all;
}
.slideshow-control.prev{
	background:rgba(42,49,56,0.3) url(../img/arrow_left.png) no-repeat center center;
	right:auto;
	left:35px;
}
.slideshow-control:hover{
	background-color:rgba(42,49,56,0.7);
}
/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #2a3138; /* change if the mask should have another color then white */
    z-index:1500; /* makes sure it stays on top */
}

#status {
	text-align:center;
    letter-spacing: .2em;
	width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status span{
	display:block;
	padding-top:200px;
}

#footer-company-details {
	text-align: center;
	padding: 15px 0;
	margin: 0;
	color:#bcbcbc;
}

.featherlight{
	background:rgba(42,49,56,0.9) !important;
}
.featherlight h1{
	text-align:center;
}
.featherlight-content{
    background-color: transparent !important;
	border:1px solid #bcbcbc !important;
	overflow:visible !important;
	max-width: 1170px;
}
.featherlight-inner{
	max-height:75vh !important;
	max-width:100% !important;
	overflow-y:auto !important;
	padding-bottom:40px;
}
.featherlight-close{
	position:absolute;
	top:-20px !important;
	right:-20px !important;
	background:#2a3138 !important;
	color:white !important;
	border:2px solid #bcbcbc;
	border-radius:50%;
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	font-weight:100 !important;
	font-size:200%;
}
.icon-bar{
	background:white;
}
.video-replace{
	position:relative;
	width:50%;
	margin-left:25%;
}
.design-on{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	-webkit-animation: video-replace 2s 0s linear infinite; /* Safari 4+ */
	-moz-animation:    video-replace 2s 0s linear infinite; /* Fx 5+ */
	-o-animation:      video-replace 2s 0s linear infinite; /* Opera 12+ */
	animation:         video-replace 2s 0s linear infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes video-replace {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes video-replace {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes video-replace {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes video-replace {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
.titolo_map a{
	color:red !important;
}

@media (max-width: 1024px) {
	.circles-wrapper{
		display:none !important;
	}
	.video-replace {
		width: 80%;
		margin-left: 10%;
	}
}
@media (max-width: 767px) {
	#azienda-page .nav-tabs{
		display:none;
	}
	#azienda-page .tab-pane{
		display:block !important;
		opacity:1 !important;
	}
	html {
		overflow: visible;
	}
	.navbar {
		min-height: 60px;
	}
	#main-menu.small-device {
		background: rgba(42,49,56,0.95);
	}
	.navbar-nav>li>a {
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}
	#main-menu img {
		margin-left: -35px;
	}
	.navbar-brand {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 13px;
	}
	.navbar-header{
		height: 60px;
	}
	.navbar-links.navbar-collapse.in {
		border-bottom: 1px solid #fff;
	}

	.navbar-links.navbar-collapse li {
		text-align: center;
	}
	.navbar-links ul {
		margin: 0;
	}
	.navbar-lang {
		padding-top: 7px !important;
	}
	.navbar-lang li {
		width: 25% !important;
		display: block !important;
		float: left;

	}

	#main-container {
		padding-top: 80px;
	}

	.section {
		background: #2a3138;
		z-index: 3;
	}

	.section.section-1{
		background: transparent;
		padding-bottom: 90px;
	}

	.section.section-1 h2 {
		font-size: 30px;
		margin-top: 90px;
	}
	#fp-nav {
		display: none;
	}

	.cv-override {
		width: auto;
	}

	.navbar-header {
		z-index: 0;
	}

	.company-1 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.company-1 p {
/*		text-align: left;*/
	}

	hr {
		margin: 30px auto;
	}

	.tab-content {
		margin: 0;
	}

	#main-container h2 {
/*		text-align: left; */
	}

	.job-intro p {
		margin: 0 0 60px;
		text-align: center;
	}

	#careers-page .tab-pane p, .contact-form-wrap p {
		font-size: 100%;
/*		text-align: left; */
	}

	.flr-col-1,
	.flr-col-2,
	.flr-col-3 {
		margin: 0;
		display: block;
		float: none;
		width: 100%;
	}
	.curriculum span {
		float: none;
		display: block;
	}
	.curriculum input[type=text]{
		width: 100%;
	}

	.featherlight {
		background: rgba(42,49,56, 0.9) !important;
	}

	.featherlight-content {
		background: rgba(42,49,56, 0.95) !important;
	}

	.featherlight-close {
		top: -50px !important;
		right: -3px !important;
	}

	.address-block {
		margin-top: 0;
		margin-bottom: 60px;
/*		text-align: left; */
	}

	.title-container h1 {
		position: relative;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
	}
	.title-container h1:after {
		content: '';
		width: 40px;
		border-bottom: 1px solid rgb(221, 14, 38);
		display: block;
		margin: 0 auto;
	}

	.video-replace {
		margin: 0 auto;
		width: 75%;
	}

	#azienda-page .tab-pane {
		margin-bottom: 60px;
		text-align: center;
	}

	#logo-img {
		position: relative;
		width: 170px;
		top: 7px;
	}

	.section-1 .section-wrapper {
		margin-top: 0;
	}

	.section-5 .section-wrapper {
		margin-top: 90px;
	}
	.section-2{overflow:visible;}
	.section-2::before{
		content:'';
		display:block;
		width:100%;
		height:100px;
		position:absolute;
		top:-100px;
		background: -moz-linear-gradient(top,  rgba(42,49,56,0) 0%, rgba(42,49,56,1) 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top,  rgba(42,49,56,0) 0%,rgba(42,49,56,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(42,49,56,0) 0%,rgba(42,49,56,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(42,49,56,0) 0%,rgba(42,49,56,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(42,49,56,0) 0%,rgba(42,49,56,1) 100%); /* W3C */
	}
	.section-2 .btn-down,
	.section-3 .btn-down,
	.section-4 .btn-down,
	.section-5 .btn-down,
	.section-6 .btn-down{
		display:none;
	}
	#gmap1,
	#gmap2,
	#gmap3{
		height:280px;
	}
	.hr-front hr{
		background:#2a3138;
		margin: 0 auto 90px auto;
	}

	.footer-social {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
}
.nav-select {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #bcbcbc;
	font-weight: normal;
	border: 0;
	border-bottom: 1px solid red;
	background: transparent;
	apparance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent url(../img/select.png) no-repeat 95% center !important;
}

.nav-select option {
	color: #2a3138;
}

.nav-select:hover {
	color: #fff;
}

.nav-select:hover, .nav-select:active, .nav-select:focus {
	outline: none;
}

/* Cookie alert */
#cookie-alert{
	display:none;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999;
}

#cookie-alert .bottom-last{
	border-top:3px solid #282A2B;
	padding: 10px;
	width:100%;
	text-align:center;
	background: #282A2B; /*#282a2b*/
}

#cookie-alert .bottom-last p{
/*	visibility:hidden; */
}

#cookie-alert p{
	margin:0;
	padding:0;
	line-height:29px;
	font-size:15px;
}

#cookie-alert a.accetta-cookie{
	padding:4px 12px;
	background:#546167;
	color:#ffffff;
	margin:0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
}
