/* Box */


.box
{
  display:block;
  font-size: 1rem;
  line-height: 1.15;
  /*box-sizing: border-box;*/
}

.sq_277
{
	width:277px;
	height:277px;
}

.sq_568,.sq_568_mr,.sq_568_mr_q
{
	width: 568px;
	height: 568px; 
}

.rec_big_l,.rec_big_l_mq
{
	width: 568px;
	height:277px; 
}

.sq_big_l, .sq_big_l_mq
{
	width: 277px;
	height:568px; 
}

.sq_tot
{
	width: 1150px;
	height:420px; 
}

.sq_logo
{
	width: 150px;
	height: auto; 
	margin: 0 8px 10px;
	text-align: center;
}


/* Colors */


.green
{
	background-color:#CAD121;
	color:#4b4b4d;
}

.orange
{
	background-color:#E8841E;
	color:#fff;
}

.pink
{
	background-color:#DC5194;
	color:#fff;
}

.blue
{
	background-color:#0071AD;
	color:#fff;
}

.sea
{
	background-color:#07A8A8;
	color:#fff;
}

.default
{
	background-color:#4b4b4d;
	color:#fff;
}

.red {
		background-color:#DE1C24;
	color:#fff;
}

.grey_l {
		background-color:#a4a4a4;
	color:#fff;
}

.black {
		background-color:#000;
}


/* padding */
.pd_15{
	padding:15px;	
}


/*-----------RESPONSIVE da migliorare----------------*/
@media only screen and (min-width: 596px) and (max-width: 887px) {

	
}




@media only screen and (max-width: 596px) {/*Update*/
	
	
  .sq_big_l_mq
	{
		width: 277px;
		height:277px; 
	}
	
	.sq_568
	{		
		width:277px;
		height:277px;
		background-size: 100% !important; 
	}
  
  	.sq_568_mr
	{		
		width:277px;
		height:568px;
		background-size: 100% !important; 
	}
	
	.sq_568_mr_q
	{		
		width:277px;
		height:277px;
		background-size: 100% !important; 
	}
	
	.rec_big_l
	{
		width: 277px;
		height:135.08px;
		background-size: 100% !important; 
	}
	
	.rec_big_l_mq
	{
		width: 277px;
		height:277px;
		background-size: auto 100% !important;
	}
	
	.box h1 
	{
		font-size: 1.4rem !important;
		line-height:100% !important;
		margin-bottom:5px !important;;
		margin-top:4px !important;; 
	}
	
	.box h2 
	{
		font-size: 0.9rem !important;
		line-height:1.05rem !important;
		margin-bottom:4px !important;;
		margin-top:4px !important;
		display: block;
		clear: both; 
	}
	
	.box h3 /*,.rec_big_l h1,.rec_big_l_mq h1*/
	{
		font-size: 1.1rem !important;
		line-height:1.25rem !important;
		margin-bottom:4px !important;;
		margin-top:4px !important;
		display: block;
		clear: both; 
	}
	
  /*
	.sq_568 h2,.rec_big_l h2
	{
		font-size: 90% !important;
		line-height:110% !important;
		margin-bottom:5px;
		margin-top:5px; 
	}
  */
	
	div.sq_568 > div:first-child, div.rec_big_l > div:first-child
	{
		padding: 5px !important;
	}
	
	.sq_logo
	{
		text-align: left;
	}
	
	/* padding */
	.pd_15{
		padding:5px;	
	}

  .box div h2 a{
      font-size: 1.2rem !important;
      line-height: 1.4rem !important;
      margin-bottom: 6px !important;
      margin-top: 6px !important;
  }
	
	.box:not(.sq_big_l):not(.sq_277) ul.arrow li{
		font-size:0.8rem;
		background-size:8px 8px;
		line-height:0.99rem;
    margin-top:1.2px;
	}

  .box.industries .hover_inner div{
      display:none !important;
   }

    .box.industries .hover_inner > h1{
      font-size:3rem !important;
   }


  .box.mb-bg-img-90{
      background-size:90% auto;
  }

  .box.mb-bg-img-80{
      background-size:80% auto;
  }


  .box.mb-bg-img-70{
      background-size:70% auto;
  }

	
}