#home_cnt
{
	min-width: 390px;
}

.container.main-container.cnt-hp-contact
{
	padding: 55px 0;
}

.cnt-hp-contact .text,
.cnt-hp-contact .text a
{
	color: white;
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-size: 1.8em;
	border-radius: 2rem;
	padding: 10px 25px;
}

.cnt-hp-contact .skills
{
	margin-top: 30px;
	margin-left: 40px;
}

.cnt-hp-contact .skills div
{
	/*padding: 10px 0;*/
	font-size: 24px;
}

.cnt-hp-contact .cnt-form input,
.cnt-hp-contact .cnt-form textarea
{
	margin-top: 20px;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid white;
	border-radius: 0;
	color: white;
}

.cnt-hp-contact .hp-contact
{
	font-size: 18px;
}
.cnt-hp-contact .hp-contact div
{
	margin-top: 15px;
}

.cnt-hp-contact .hp-contact .phone-box
{
	margin-top: 50px;
	margin-left: 100px;
}

.cnt-hp-contact .hp-contact .phone-box .logo-phone
{
	position: absolute;
	height: 50px;
}

.cnt-hp-contact .hp-contact .phone-box .number-phone
{
	border: 0px solid white;
	border-radius: 5px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 39px;
	width: 70%;
}

.cnt-hp-contact .hp-contact .phone-box .number-phone span
{
	font-weight: bold;
	font-size: 30px;
}

.hp-box
{
	padding: 30px 0;
}

.hp-box a:hover
{
	text-decoration: none;
}

.hp-box .title,
.hp-box .title h5
{
	color: #019640;
	font-size: 18px;
}

.hp-box.hp-blog > div
{
	margin-top: 20px;
}

.hp-box.hp-blog .title
{
	text-align: center;
}

.hp-box.hp-blog .cnt-image
{
	min-height: 200px;
}
.img_rounded,
article .cnt-image img,
.hp-box.hp-news .cnt-image img,
.hp-box.hp-blog .cnt-image img
{
	margin: auto;
	border-radius: 2rem;
	overflow: hidden;
	border: 4px solid #428bca;
}
.hp-box.hp-news .cnt-image img,
.hp-box.hp-blog .cnt-image img
{
	/*max-height: 258px;*/
}

.hp-box .sub-title
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 66px;
}
.hp-box .sub-title h3,
.hp-box.hp-blog .title h3
{
	color: #428bca;
	font-size: 35px;
	font-weight: 700;
}
.hp-box .box-data .sub-title h3,
.hp-box.hp-blog .box-data .title h3
{
	font-size: 20px;
}

#news_viaggi .sub-title h3,
#news_eventi .sub-title h3
{
	font-size: 25px;
}

	/*
.hp-box.hp-blog .sub-title,
.hp-box.hp-blog .sub-title h3
{
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 20px;
}
.hp-box.hp-blog .sub-title h3
{
	line-height: 1.5em;
}
.hp-box.hp-blog .text
{
	padding: 0;
	margin-top: 15px;
	font-size: 16px;
}
.hp-box.hp-blog .text,
.hp-box.hp-blog .sub-title
{
	text-align: left;
}
*/

.main_text_cnt .divider,
.hp-box .divider
{
	width: 20%;
	margin: 20px auto;
	margin-bottom: 50px;
	border-bottom: 4px solid #428bca;
}

.hp-box .text
{
	padding: 20px 0;
	font-size: 16px;
	color: #7A7A7A;
	text-align: justify;
	height: 220px;
	overflow: hidden;
}

.hp-box .date
{
	color: #adadad;
	font-size: 18px;
}

@media(max-width:860px)
{
	.cnt-hp-contact .text,
	.cnt-hp-contact .text a
	{
		font-size: 1.5em;
	}

}

@media(max-width:768px)
{
	.cnt-hp-contact .text,
	.cnt-hp-contact .text a
	{
		font-size: 1em;
	}

}

