.op {
	opacity: 0.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {

  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787777;
}

a, a:active, a:focus {
  text-decoration: none;
  color: #383838;
}
a:hover {
  text-decoration: none;
  color: #B8B6B7;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }



input[type="text"], input[type="email"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
margin-top: 4px;
}


 

#page-top {  margin-top: 57px;}

.relative {
	position: relative;
}

/* nav */
@media (max-height: 440px) {
   .navbar-collapse {
    max-height: 100vh;
  overflow: auto;
  padding-bottom: 100px;
  
}

}


.bg-light {
	background-color: #FFFFFF !important;
}
.navfix {
	height: 40px;
}

.navbar-light {
	
	 -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);

}

.logo {
  position: absolute;
  display: block;
  width: auto;
  height: 60px;
 
  -webkit-transition: all 200ms linear 0.21s;
  -moz-transition: all 200ms linear 0.21s;
  -o-transition: all 200ms linear 0.21s;
  transition: all 200ms linear 0.21s;
  z-index: 99999;
	top: 5px;
	left: 12px;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 4px;

  }
  
 /* navbaricon*/ 
  
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444;
   height: 2px;
   width: 24px;
   margin-top: 5px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-nav {
	margin-bottom: 36px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.menucontact {
	visibility: visible;
	position: absolute;
	left: 11px;
	bottom: 7px;
	text-align: left;
}
 a.menumail{
	border-bottom: 1px solid #e71a0e;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
 a.menumail:hover {
	border-bottom: 1px solid #B8B6B7;
}

.navbar-collapse  {
	background: url(../img/bg_mainmenu_mobile.png) no-repeat right bottom;
	
}

@media (min-width: 768px) {  
.navbar-collapse  {
	background: url(../img/bg_mainmenu.png) no-repeat center bottom;
	
}

}

/**/  
.nav-item {
	margin-top: 12px;
	padding-right: 1px;
}


@media (min-width: 768px) {  
.nav-item {
	margin-top: 6px;
	padding-right: 14px;
}
}


a.menucontact_icon_mail {
	display: block;
	width: 36px;
	height: 36px;

	margin-bottom: 16px;
}
a.menucontact_icon_phone {
	display: block;
	width: 36px;
	height: 36px;

	margin-bottom: 10px;
}
.btn_menu {
	display: block;
	width: 36px;
	height: 36px;
}

/* TITLES */




.section_title {
  text-transform: uppercase;
  margin-left: 12px; 

}
.section_main {
  margin-right: 16px;
  display: inline-block;
  position: relative;
  height: 60px;
  font-size: 60px;
  line-height: 48px;
  font-family: montserrat, sans-serif;
font-weight: 900;
font-style: normal;
  float: none;
  margin-top: -3px;
	letter-spacing: -1px;
	clear: right;
} 
.section_underline {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: auto;
  left: 0;
  margin-left: -12px;
  display: block;
  width: 72px;
  height: 3px;
 
}
.section_subs {
  
  font-family: montserrat, sans-serif;
  line-height: 28px;
  font-size: 40px;
	margin-top: 12px;
	letter-spacing: -1px;
}

@media (min-width: 768px) {  


.section_title {
  text-transform: uppercase; 

}
.section_main {
  margin-right: 16px;
  display: inline-block;
  position: relative;
  height: 72px;
  font-size: 80px;
  line-height: 58px;
  font-family: montserrat, sans-serif;
font-weight: 900;
font-style: normal;
  float: left;
  margin-top: -1px;
	letter-spacing: -1px;
} 
.section_underline {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: auto;
  right: 0;
  margin-right: -12px;
  display: block;
  width: 72px;
  height: 3px;
 
}
.section_subs {
  float: left;
  font-family: montserrat, sans-serif;
  line-height: 28px;
  font-size: 40px;
	margin-top: 42px;
	letter-spacing: -1px;
}

}


/* frase */ 
.header {
	color: #FFFFFF;
	background: #979494 url(../img/bg_header.jpg) no-repeat center top;
}

.frase {
	margin-top: 36px;
	margin-bottom: 180px;
	position: relative;
}
.riga {
	font-size: 36px;
	line-height: 34px;
}
.riga_1 {
	font-weight: 600;
	margin-bottom: 6px;
}
.trattino {
  position: absolute;

  right: auto;
  margin-left: -12px;
  display: block;
  width: 72px;
  height: 3px;
  background-color: #e71a0e;
}
.riga_2 {
	font-weight: 800;
	margin-top: 12px;
}



@media (min-width: 768px) { 
.frase {
	margin-top: 72px;
	margin-bottom: 36px;
	position: relative;
}
.riga {
	font-size: 42px;
	line-height: 48px;
}
.riga_1 {
	font-weight: 600;
	margin-bottom: 6px;
}
.trattino {
  position: absolute;

  right: auto;
  margin-left: -12px;
  display: block;
  width: 72px;
  height: 3px;
  background-color: #e71a0e;
}
.riga_2 {
	font-weight: 800;
	margin-top: 12px;
}



}


/* rocket */
.eccorocket {
	position: absolute;
	top: 250px;
	left: 100px;
	right: auto;
}

.rocket_img {
	width: auto;
	height: 240px;
	
}
@media (min-width: 576px) {  
.eccorocket {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

.rocket_img {
	width: auto;
	height: 400px;
	top: 79px;
	position: absolute;
	right: -20px;
}
}


@media (min-width: 768px) {  
.eccorocket {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

.rocket_img {
	width: auto;
	height: 400px;
	top: 79px;
	position: absolute;
	right: 159px;
}
}

@media (min-width: 992px) {  
.eccorocket {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

.rocket_img {
	width: auto;
	height: 400px;
	top: 79px;
	position: absolute;
	right: 279px;
}
}


.lead_txt {
	
	margin-top: 36px;
	margin-bottom: 64px;
	font-weight: 500;
}
.lead_txt strong{
	display: block;
	max-width: 70%;
	font-size: 24px;
	padding-bottom: 24px;
	line-height: 26px;
}

.vision {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	background-color: #B8B6B7;
	
}

/* work */

.work  {
  color: #FFFFFF;
	background: #e71a0e url(../img/Pagine-Ecco.png) no-repeat 0 bottom;
	background-blend-mode: multiply;
	  -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 6px 0px rgba(0,0,0,075);
  padding-bottom: 72px;
}

.dentino {
	position: absolute;
	top: -23px;
	right: 48px;
	left: auto;
}
@media (min-width: 576px) { 
.dentino {
	position: absolute;
	top: -23px;
	right: 200px;
	left: auto;
} 

}

@media (min-width: 768px) {  
.dentino {
	
	position: absolute;
	top: -3px;
	right: 300px;
	left: auto;
}
}
.leader {
	
	font-size: 1.5em;
}
.work .section_main_color {
  color: #979494;
}
.work .section_underline_color {
  background-color: #FFFFFF;
}
.work .section_subs_color {
  color: #FFFFFF;
}

.work_intro {
	padding-top: 72px;
	padding-bottom: 72px;
	font-weight: 500;
}
.work_thumb_img {
	cursor: pointer;
		 -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
}

.work_thumb {
	padding: 3px;

}

.portfolio {
  color: #FFFFFF;
  	
  background: #B8B6B7 url(../img/Pagine-Ecco_small.png) no-repeat right bottom;
 
  padding-top: 72px;
	padding-bottom: 72px;
	-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
}

.full_portfolio_button {
	color: #FFFFFF;
	font-weight: 600;
	 background: #e71a0e; 
	 border: none;
	 -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  margin-top: 24px;
	
}



.full_portfolio_button_white {
	color: #FFFFFF !important;
	font-weight: 600;
	border-color: #FFFFFF !important;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 36px;
}
.full_portfolio_button_white:hover {
	background-color: #FFFFFF !important;
	color: #787777 !important;
	
}


@media (min-width: 768px) {  
.full_portfolio_button {
	margin-top: 0;
}
}




/* services */

@media (min-width: 768px) { 
.services {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,dedcdd+51,dedcdd+52 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(222,220,221,1) 51%, rgba(222,220,221,1) 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(222,220,221,1) 51%,rgba(222,220,221,1) 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(222,220,221,1) 51%,rgba(222,220,221,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcdd',GradientType=1 ); /* IE6-9 */
}
}

.services .section_main_color {
  color: #ceccca;
}
.services .section_underline_color {
  background-color: #e71a0e;
}
.services .section_subs_color {
  color: #DEDCDD;
}.services .section_underline_color2 {
  background-color: #e71a0e;
}
.services .section_subs_color2 {
  color: #FFFFFF;
}

.section_title_for {
	margin-top: -54px;
}
#accordion {
	padding-bottom: 36px;
	margin-left: 21px;
}

#accordion .card-header:after {
   
    content: "";
    display: inline-block;
    width: 12px;
    height: 24px;
    float: left; 
    background: url(../img/triangle_isexpanded.png) no-repeat center center;
	margin-right: 6px;
}
#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";
      width: 12px;
    height: 24px;
    float: left;
    margin-right: 6px;
    
	background: url(../img/triangle_expandable.png) no-repeat center center;
}


.card-header {
	background: none;
	display: block;
	border: none;
	padding: 4px;
	font-weight: 500;
}
.card-body {
	padding: 0;
	margin-left: 4px;
}
.nocard {
	background: none;
	display: block;
	border: none;
	padding: 4px 4px 4px 12px;
	font-weight: 500;
	margin-left: 10px;
}
@media (min-width: 768px) { 
.section_title_for {
	margin-top: 0;
}
}

.bg_loghi {
	background: #DEDCDD url(../img/bg_work.png) no-repeat left 500px;
}

#accordion {
  margin-top: 36px;
}


/* padding lista accordition */
.do_li {
	margin-top: 0;
	padding-left: 18px;
	margin-bottom: 6px;
}
.do_li li{
	list-style-type: none;
	list-style-image: none;
}

.services_list {
	margin-top: 72px;
	margin-left: 16px;
	margin-bottom: 72px;
}

.services_list li {
	list-style-image: none;
	list-style-type: none;
	font-weight: 500;
	color: #787777;
	margin-bottom: 12px;
}
.notexpandable {
	display: inline-block;
	color: #383838;
	margin-left: 18px;
}

.expandable {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: url(../img/triangle_expandable.png) no-repeat center center;
}
.isexpanded {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: url(../img/triangle_isexpanded.png) no-repeat center center;
}

.row_logos {
	margin-top: 12px;
	margin-bottom: 36px;
}



/* method */ 
.method  {
	background: #e71a0e url(../img/Pagine-Ecco_top.png) no-repeat 0 bottom;
  color: #FFFFFF;
  padding-bottom: 72px;
}

.method .section_main_color {
  color: #DEDCDD;
}

@media (min-width: 768px) { 
.method .section_main_color {
  color: #FFFFFF;
}
}

.method .section_underline_color {
  background-color: #000000;
}
.method .section_subs_color {
  color: #000000;
}

.method_steps_row {
	margin-top: 72px;
	margin-bottom: 36px;
}

.method_icon {
	height: 120px;
}

.method_item {
	padding-left: 36px;
	padding-right: 12px;
	margin-bottom: 72px;
}




@media (min-width: 768px) {  
.method_item {

	padding-left: 36px;
	padding-right: 12px;
	margin-bottom: 12px;
}

}


.method_title {
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.method_row1 {
	position: relative;
	margin-top: 12px;
}

 
.method_underline {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: auto;
  margin-left: -6px;
  display: block;
  width: 36px;
  height: 2px;
  background-color: #000000;
 
}

.method_txt {
	margin-top: 24px;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}

.method_txt i{
	font-size: 18px;
	font-weight: 500;
}

/* awards */

.awards{
	padding-top: 36px;
	color: #FFFFFF;
	background-color:  #383838;
}

.bg_stars {
	padding-bottom: 200px;
	background: url(../img/stelle2.png) no-repeat center bottom;
}

@media (min-width: 768px) {  
.bg_stars {
	padding-bottom: 0;
	background: url(../img/stelle2.png) no-repeat right bottom;
}
}

.awards_title {
	transform: rotate(-2deg);
	margin-top: 6px;
	font: 36px ff-market-web, sans-serif;
	text-transform: none;
	text-align: center;
}



@media (min-width: 768px) {  
.awards_title {
	transform: rotate(-2deg);
	margin-top: 12px;
	font: 42px ff-market-web, sans-serif;
	text-transform: none;
}
}
.awards_txt {
	margin-left: 36px;
	margin-top: 36px;
	margin-bottom: 72px;
	width: 80%;
}

@media (min-width: 768px) {  
.awards_txt {
	margin-left: 36px;
	margin-top: 36px;
	margin-bottom: 72px;
	width: 50%;
}

}


/* about */
.about {
	
	background-blend-mode: multiply;
	background: #F7F4F5 url(../img/pages_l_inv.png) repeat-y 90% top;
		-webkit-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
-moz-box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.45);
}

.about .section_main_color {
  color: #383838;
}
.about .section_underline_color {
  background-color: #e71a0e;
}
.about .section_subs_color {
  color: #787777;
}


.we_are_cards {
	padding-top: 72px;
	padding-bottom: 72px;
	
	
}

.we_are_element {
	margin-bottom: 16px;
  cursor: pointer;
	background: #FFFFFF url(../img/bg_galaxy_oriz.png) no-repeat 0 22px;
	}



@media (min-width: 768px) {
	.we_are_element {
	margin-bottom: 16px;
  cursor: pointer;
	background: #FFFFFF url(../img/bg_galaxy2.png) no-repeat fixed center top;
}
}





.col-card-title {
	text-align: left;
	margin-left: 24px;
	
}
@media (min-width: 768px) {
	.col-card-title {
	text-align: right;
	margin-left: auto;

}	
}


.card_title {
	font-size: 24px;
	color: #787777;
	font-weight: 700;
	line-height: 21px;
	margin-top: 36px;
	margin-bottom: 36px;
}

@media (min-width: 768px) {
	
.card_title {
	font-size: 24px;
	color: #787777;
	font-weight: 700;
	line-height: 21px;
}
}


.card_txt {
	color: #FFF;
	font-weight: 500;
	padding-top: 36px;
	padding-bottom: 36px;
	text-shadow: #000 2px 2px 5px;
	margin-left: 24px;
}
@media (min-width: 768px) {
.card_txt {
	color: #FFF;
	font-weight: 500;
	padding-top: 36px;
	padding-bottom: 36px;
	text-shadow: #000 2px 2px 5px;
	margin: 0;
}
}

.icon_more {
  display: inline;
  color: red;
  font-weight: 700;
  margin-left: 3px;
}
.icon_less {
  display: inline;
  color: red;
  font-weight: 700;
  margin-left: 1px;
}

.icon_more {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}


/* contacts*/
 
 .contact {
	background-color: #DEDCDD;
}
.contact .section_main_color {
  color: #F7F4F5;
}
.contact .section_underline_color {
  background-color: #e71a0e;
}
.contact .section_subs_color {
  color: #B8B6B7;
}

.contatti {
	padding: 0 0 0 16px;
}
@media (min-width: 768px) { 
 .contatti {
	padding: 16px;
}
}

/* mailform */

.mailform {
  width: 100%;


}

.form_intro {
  width: 60%;
  display: block;
}

.form-check-input {
  display: inline-block;
  margin-left: 0;
  margin-top: 1px;

}
.form-check-label  a{
  color: #636261;
  text-decoration: underline;
}
.form-check-label  {
  font-size: 11px;
  padding-left: 24px;

}
.btn_submit_mail {
  width: 100%;
}
textarea#requestFormRichiesta {
  padding-bottom: 12px;
}
.form-check-label {
  vertical-align: top;
}

.footer_form {
  position: relative;
  background-color: #F7F6F5;
	padding: 0 16px 16px;
}

@media (min-width: 768px) {  
.footer_form {
 
	padding: 16px 48px;
}

}

.footer_rocket {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: -5px;
  left: auto;
}
.rocket_mini {
	width: 131px;
	height: 200px;
}

@media (min-width: 768px) {  
.footer_rocket {
  position: absolute;
  z-index: 2;
  top: -190px;
  right: 50px;
}
.rocket_mini {
	width: 196px;
	height: 300px;
}
}
.btn_submit {
  margin-left: auto;
  margin-right: auto;
  min-width: 40% !important;
}

.contact_spacer {
	margin-top: 16px;
}

@media (min-width: 768px) {  
.contact_spacer {
	margin-top: 72px;
}
}
.piazzacarrara {
	padding-bottom: 180px;
 
 
}

@media (min-width: 768px) {  
.piazzacarrara {
 	padding-bottom: 0;

}
}

#navbarResponsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	border-radius: 0;
	background-color: none;
	border-left: 1px solid #F7F4F5;
	width: 1px;
}

#navbarResponsive::-webkit-scrollbar
{
	width: 1px;
	background-color: none;
}

#navbarResponsive::-webkit-scrollbar-thumb
{
	border-radius: 0;
	width: 1px;
	-webkit-box-shadow: none;
	background-color: #DEDCDD;
}

.portfolio_preloader {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.imgpreload {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B8B6B7 !important;
  opacity: 1; /* Firefox */
  font-style: italic;
   font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-13 */
  color: #B8B6B7 !important;
  font-size: 13px;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #B8B6B7 !important;
  font-style: italic;
   font-size: 13px;

}





