.width100{
	width: 100%;
}

.max200{
	max-width: 200px;
}

.work_item{
	min-height: 170px;
}


.telefono{
	color: #fff;
	font-weight: 24px;
}

.navbar.navbar_fixed .telefono{
	color: #000;
}

.banner_content h2{
	font-size: 72px;
}

.banner_content h4{
	letter-spacing: 0;
	font-size: 36px;
	margin-top: -20px;
}

/*
.amatic{
font-family: 'Amatic SC', cursive !important; 
}

.chilanka{
font-family: 'Chilanka', cursive !important;

}

.dekko{
font-family: 'Dekko', cursive !important;

}

.gochi{

font-family: 'Gochi Hand', cursive !important;
}

.indie{

font-family: 'Indie Flower', cursive !important;
}

.patrick{
font-family: 'Patrick Hand SC', cursive !important;
}
*/

.contact-area .contact_info{
	text-align: center;
}

.contact-area .contact_info ul .item .media .media-body a{
	font-size: 24px !important;
}

.contact-area{
	background: #f6f6f6;
	margin: 100px 0;
	padding: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


@media (max-width: 576px) { 
	
	.banner_content h2{
		font-size: 60px;
	}

	.banner_content h4{
		font-size: 28px;
	}
	
	.telefono{
		font-size: 24px;
	}

}