/*-------------------------------------------------------------------------------------
Author:	Click It Solutions
/*-----------------------------------------------------------------------------------*/
/*	01. SERVICE
/*-----------------------------------------------------------------------------------*/

.service h1 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 200;
}

.service-img {
	min-height: 300px;
}

.service-text {
	padding: 70px;
}

.progettazione-img {order: 1}
.progettazione-text {order: 2}
.materiali-text {order: 3}
.materiali-img {order: 4}
.consegna-img {order: 5}
.consegna-text {order: 6}


@media only screen and (max-width: 768px) {
	.service h1 {
		font-size: 40px;
	}

    .service-text {
		padding: 30px;
	}
	
	.progettazione-img {order: 1}
	.progettazione-text {order: 2}
	.materiali-text {order: 4}
	.materiali-img {order: 3}
	.consegna-img {order: 5}
	.consegna-text {order: 6}

}


/* COOKIELAW BANNER */
#eucookielaw {
	position: fixed;
	width: 100%;
	padding: 30px 30px 20px 30px;
	bottom: 0;
	font-size: 14px;	
	background-color: rgba(76,134,229, 0.9);
	z-index: 999999999;
	}

#eucookielaw a{ 
	text-decoration: underline;
	cursor:pointer;
	color: #222;
      }

#eucookielaw a:hover{ 
	text-decoration: underline;
	cursor:pointer;
	color: #DDD;
      }

#eucookielaw p{
		float: left;
		margin-top: 20px;
		text-align: left;
		color: #FFF;
       }

#eucookielaw .btn-cookie {
	float: right;
	background: #222;
	padding: 20px;
	transition: all 0.2s;
}

#eucookielaw .btn-cookie:hover {
	background: #555;
}

#eucookielaw a .btn-cookie{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	
	#eucookielaw p{
		font-size: 13px;
     }
	
	#eucookielaw .btn-cookie {
		float: left;
	}
	
}


@media (max-width: 768px) {
	
	#eucookielaw {
		padding: 0px 30px 20px 30px;
	}
	
	#eucookielaw p{
		font-size: 14px;
     }
	
}