@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
.wrapper {
	max-width: 1920px;
    margin: 0 auto;
}

.logo{
	width: 230px;
}
.title-slider{
	line-height: 65px;
	color: #fff !important;
}
.subtitle-slider{
	color: #fff !important;
	text-shadow: 0px 0px 20px #000;
}
.p-slider{
	padding: 200px 0 200px 0px;
}
.bg_image--9 {
	background-image: url(../img/bg/bg-image-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg_image--14, .bg_image--16, .bg_image--17, .bg_image--azienda {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg_image--15 {
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrums{
	text-decoration: underline;
	color: #fff;
}
.breadcrums:hover{
	color: #fff;
}
.bg-black{
	background: #004061;
	color: #fff;
}
.bg-gray{
	background: #f4f4f4;
	color: #212121;
}
.bg_color--3 {
	background: #004061 !important;
	color: #fff !important;
}
.bg-footer{
	background: #03293c!important;
	color: #fff !important;
}
.txt-center{
	text-align: center;
}
.bg_image--azienda2 {
	background-image: url(../img/bg-azienda2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg_image--realizzazioni {
	background-image: url(../img/bg/realizzazioni.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.h2.section-title {
	color: #fff !important;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 24px;
	margin-top: -10px;
}
.pt-10{
	padding-top: 10px !important;
}
.mb-0{
	margin-bottom: 0px;
}
.m-t-100{
	margin-top: 100px !important;
}
.m-t-50{
	margin-top: 50px !important;
}
.m-t-10{
	margin-top: 10px !important;
}
.m-b-100{
	margin-bottom: 100px !important;
}
.m-b-30{
	margin-bottom: 30px !important;
}
.bg-black-settori{
	padding: 20px;
	background: #03293c;
	color: #fff;
}
.white{
	color: #fff !important
}
.subtitle{
	text-transform: uppercase;
	color: #fff !important;
	font-size: 36px !important;
	line-height: 36px !important;
	padding-bottom: 20px !important;
}
.pre-title{
	color: #fff !important;
}

.pr15{
	padding-right: 15px;
}

.pl15{
	padding-left: 15px;
}

.p15{
	padding: 0px 15px;
}

.mb0{
	margin-bottom: 0px;
}

.call-home{
	background: #004061;
	color: #fff;
	padding: 20px;
}

.txt-call{
	font-weight: 300;
	font-size: 18px;
}
.title-call{
	color: #fff;
}

.btn-black{
	background: #03293c;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
}

.btn-black:hover{
	background: #fff;
	color: #03293c;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
}

.btn-white{
	background: none;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
}

.btn-white:hover{
	background: #fff;
	color: #03293c;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
}

.social-icon{
	position: relative;
	overflow: hidden;
}
.social-icon a{
		width: 36px;
		display: inline-block;
		text-align: center;
		border-radius: 100%;
		font-size: 18px;
		color: #717171;
		font-weight: 400;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		position: relative;
		line-height: 23px;}
		.social-icon a::before{
			content: attr(data-hover);
			position: absolute;
			top: 100%;
			color: #000;
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			-o-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		.social-icon a:hover{
			color: #004061;
		}
	.pl--70{
		padding-left: 70px;
	}

	.fascia-staff{
		padding: 150px 0;
	}

	.img-staff{
		text-align: center;
	}


.frase-staff{
	padding: 150px 209px 0px 209px;
}

.figure-member__line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
	height: 60px;
	width: 1px;
	background-color: var(--color-accent-primary-1);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.bg-black-settori a{
	color: #fff;
}

.bg-black-settori a:hover{
	color: #717171
}

.titolo-dettaglio-servizio{
	padding: 150px 0px 50px 0px;
}

.txt-dettaglio-servizio{
	padding: 0px 0px 150px 0px;
}

.p100{
	padding: 100px;
}

.txt-staff{
	font-size: 13px;
	text-align: center;
	line-height: 16px;
}

.staff-bg{
	padding: 20px;
	background: #212121;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	flex-direction: column;
}
.staff-bg > div {
	flex: 1;
}
.staff-bg .title-staff {
	display: block;
	width: 100%;
}
.staff-bg .title-staff a {
	color: #fff;
}

.ruolo-staff {
	display: block;
	width: 100%;
}

.pb-150{
	padding-bottom: 150px;
}

.pt-40{
	padding-top: 40px;
}

.servizi-container > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.servizi-container > div > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	flex: 1;
	justify-content: space-between;
}

.m-t-0{
	margin-top: 0px !important;
}

.w-40{
	width: 40%;
}

.w-60{
	width: 60%;
}

.portfolio-wrapper .portfolio_style--3 {
    padding: 10px;
}

div.scrolltotop,
div.scrolltotop:hover {
	position: fixed;
	width: 40px;
    height: 40px;
    right: 50px;
    bottom: 50px;
    top: auto;
    left: auto;
    background: rgb(255, 255, 255);
    opacity: 1;
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
}
div.scrolltotop > .arrow-top {
	height: 16px;
    width: 20px;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
}
div.scrolltotop > .arrow-top-line {
	display: none;
}

.slider {
	background-size: cover;
}

@media (max-width: 1600px) {
	#wrapper > main > div.rf-contact-area > div > div > div.col-lg-5.col-md-6.col-sm-12.col-12 {
        max-width: 100%;
        flex: none;
        margin-bottom: 100px;
    }
    #wrapper > main > div.rf-contact-area > div > div > div.col-lg-7.col-md-6.col-sm-12.col-12 {
        max-width: 100%;
        flex: none;
    }
    .contact-address {
        padding-left: 0;
    }
    #wrapper > main > div.rf-contact-area > div > div > div.col-lg-7.col-md-6.col-sm-12.col-12 > div > h2 {
        width: 100%;
        text-align: center;
    }
    .contact-address {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact-address::before,
    .contact-address::after {
        display: none;
    }
    .contact-address .address {
        width: 33%;
    }
    .contact-wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }
    .contact-address .address {
        justify-content: center;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div:first-child {
        max-width: 33%;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div::before,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div::after {
        display: none;
    }
    .footer-widget h3.ft-title {
        width: 100%;
        text-align: center;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div:last-child {
        max-width: 100%;
        width: 100%;
        flex: unset;
		margin-right: 0;
		margin-left: 0;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) > div,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div > div:nth-child(1) > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) > div::before,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) > div::after,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div > div:nth-child(1) > div::before,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div > div:nth-child(1) > div::after,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div > div:nth-child(2) > div::before,
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div > div:nth-child(2) > div::after {
        display: none;
    }
    .footer-widget.footer-left {
        padding-right: 0;
	}
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) {
        width: 33%;
        max-width: 33%;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) {
        width: 66%;
        max-width: 66%;
    }
    #contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) > div {
        width: 100%;
	}
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1300px) {
	.bg-black-settori {
		min-height: 110px;
	}
	.bg-black-settori a h3 {
		margin-bottom: 0;
	}
}

@media (max-width: 1200px) {
    #wrapper > main > div.rn-portfolio-area.rp-product-container.section-ptb-xl > div.container > div > div > div.rp_portfolio_menu.rp_portfolio_menu3.text-center.wow {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
	}
	#wrapper > main > div.rn-story-area.d-flex.servizi-container.mt--100 {
		flex-wrap: wrap;
	}
	.servizi-container > div {
		width: 50%!important;
	}
}

@media (max-width: 1024px) {
	  .portfolio_style--3 .thumb a img {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	  }
	  .portfolio_style--3 .thumb .port-hover-action {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		min-height: 110px;
	  }
	  .portfolio_style--3 .thumb .port-hover-action .content h3 {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	  }
	  .footer-widget.footer-right.contact {
		margin-left: 0;
	  }
	  .slider.slider--3 {
		height: calc(66vh - 104px);
	  }
	  #contact > div.copyright > div > div > div.col-lg-8.col-md-8.col-sm-8.col-12 {
		flex: unset;
		max-width: 100%;
	  }
}

@media (max-width: 992px) {
	#contact .footer-top .content {
		text-align: center;
	}
	.contact-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	#wrapper > main > div.rn-portfolio-area.rp-product-container.section-ptb-xl > div.container > div > div > div.rp_portfolio_menu.rp_portfolio_menu3.text-center.wow {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
	}
	#contact .footer-top .content {
		text-align: center;
	}
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1),
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(2) {
		width: 100%;
		max-width: 100%;
	}
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) > div > div > p > br {
		display: none;
	}
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.container-fluid > div > div > div > div > h4 {
		font-size: 30px;
	}
	.portfolio-wrapper .portfolio_style--3 {
		padding: 0;
	}
	#wrapper > main > div.rn-story-area.d-flex.flex-wrap.section-padding-lg.m-t-100.m-b-30 > div {
		max-width: 50%;
		width: 50%;
		flex: unset;
	}
	#about > div.rn-story-left.w-40.rn-story-bg-wrapper.m-t-0 {
		width: 100%;
		height: 300px;
	}
	#about > div.rn-story-right.w-60.d-flex.align-items-center {
		width: 100%;
	}
	#about > div.rn-story-right.w-60.d-flex.align-items-center {
		margin-top: 20px;
	}
	.m-b-100 {
    	margin-bottom: 50px !important;
	}
	.mt--100 {
    	margin-top: 50px;
	}
	.static-breadcaump {
		padding: 20px 0 20px 0;
	}
	#wrapper > header > div > div > div.row.align-items-center.justify-content-between {
		height: 60px;
	}
	#contact > div.rn-footer-wrapper.footer.bg_color--3 > div.footer-wrapper.ptb--100 > div.container-fluid > div > div:nth-child(1) > div > div > p {
		text-align: center;
	}
	.contact-address .address { 
		width: 100%;
		max-width: 280px;
		margin-left: auto;
    	margin-right: auto;
	}
	.contact-address .address {
		justify-content: left;
	}
}

@media (max-width: 550px) {
	#wrapper > main > div.rn-story-area.d-flex.flex-wrap.section-padding-lg.m-t-100.m-b-30 > div,
	#wrapper > main > div.rn-story-area.d-flex.servizi-container.mt--100 > div {
		max-width: 100%;
		width: 100%!important;
	}
	.contact-address .address { 
		width: 100%;
	}
}

.mean-container a.meanmenu-reveal {
	height: 50px;
}

@media (max-height: 900px) {
	.title-slider {
		line-height: 55px;
	}
}

/* @media (max-height: 700px) {
	.title-slider {
		line-height: 45px;
	}
} */

@media (max-height: 500px) {
	.slider.slider--3 {
		padding: 10vh;
	}
	.title-slider {
		line-height: 35px;
	}
	.slider--3 .content h1 {
		font-size: 38px;
	}
	.slider.slider--3 {
		height: 100vh;
	}
}

div.scrolltotop {
	z-index: 100;
}
.slogan-home{
	padding: 70px;
	margin-top: 30px;
}
.slogan-home .section-txt{
	max-width: 800px;
	margin: 0 auto;
}
.slogan-home .section-txt h3{
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.slogan-home .section-txt h1{
	color: #fff;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
}
.slogan-home .section-txt p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}
.title-lavorazioni{
	font-weight: 300;
	font-size: 20px !important;
	line-height: 20px !important;
	margin-bottom: 0px !important;
	text-transform: uppercase;
}
.mt--30{
	margin-top: 30px;
}
.m-b-30{
	margin-bottom: 30px;
}
.btn-call{
	max-width: 300px;
	padding-top: 20px;
	margin: 0 auto;
}
.btn-call-2{
	max-width: 300px;
	padding-top: 0px;
	margin: 0 auto;
}

.icon-container {
	padding-bottom: 25px;
}
.icon-container img {
	max-width: 70px;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?lq5msk');
	src: url('../fonts/icomoon.eot?lq5msk#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?lq5msk') format('truetype'),
		url('../fonts/icomoon.woff?lq5msk') format('woff'),
		url('../fonts/icomoon.svg?lq5msk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-krea-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-krea-01:before {
	content: "\e900";
}

.icon-krea-012:before {
	content: "\e902";
}

.icon-krea-cnc:before {
	content: "\e901";
}

.icon-krea-beam:before {
	content: "\e903";
}
.icon-size{
	font-size: 60px;
}
.mb-0{
	margin-bottom: 0px;
}