@charset "UTF-8";
/* CSS Document */


.t3_composer_testi_container {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.t3_composer_padding_tb {
	width: 100%;
	height: 50px;
}

.t3_composer_data {
	font-size: 16px;
	text-align: left;
}

.t3_composer_tit_1 {
	font-size: 16px;
	text-align: left;
}

.t3_composer_tit_1_link:hover {
	text-decoration: underline;
}

.t3_composer_tit_2 {
	font-size: 25px;
	text-align: left;
}



.t3_composer_txt_1 {
	font-size: 18px;
	text-align: left;
}

.t3_composer_separatore_titoli {
	width: 100%;
	height: 10px;
}

.t3_composer_tit_1, .t3_composer_tit_2, .t3_composer_tit_3 {
	line-height: 100%;
}


/********************/

.composer_image_container img {
	max-width: 100%;
}

/********************/

.composer_t3_img_container {
	width: 60%;
	margin: 0 20%;
	position: relative;
}

.composer_t3_img_container img {
	width: 100%;
}

.composer_t3_settings_div {
	width: 100%;
	margin: auto;
}

.composer_t3_areatxt_container {
	margin-top: 60px;
	width: 70%;
	margin: 60px auto 0;
}

.composer_t3_tit_1 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	background-color: rgba(0, 114, 187, 0.9);
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
}

.composer_t3_tit_1 h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	text-align: right;
}

.composer_t3_tit_2, .composer_t3_txt_1 h2 {
	font-size: 50px;
	font-weight: 700;
	margin-top: 50px;
}

.composer_t3_txt_1 {
}

.composer_t3_txt_1 h1 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

.composer_t3_txt_1 h2 {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

.composer_t3_txt_1 img {
	max-width: 100%;
	height: auto;
}

.composer_t3_txt_1 p {
	margin-bottom: 20px;
}

.composer_t3_tit_3 {
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.composer_t3_tit_3_btn {
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.composer_t3_tit_3_btn:hover {
	color: #0D6A39 !important;
}

.composer_t3_tit_4 {
	margin-top: 30px;
}

.composer_t3_tit_4_btn {
	background-color: #53BD3F;
	padding: 10px 30px;
	font-size: 24px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	font-family: 'Caveat', cursive;	
}

.composer_t3_tit_4_btn:hover {
	background-color: #0D6A39;
}

@media only screen and (max-width:1400px) {
	
	.composer_t3_img_container {
		width: 64%;
		margin: 0 18%;
	}
	
}

@media only screen and (max-width:1200px) {
	
	.composer_t3_areatxt_container {
		width: 86%;
		margin: 60px auto 0;
	}
	
	.composer_t3_img_container {
		width: 64%;
		margin: 0 18%;
	}
	
	.composer_t3_txt_1 h1 {
		font-size: 30px;
		line-height: 130%;
	}
	
	.composer_t3_txt_1 h2 {
		font-size: 22px;
	}
	
}


/* TABLET **************************************************/
@media only screen and (max-width:800px) {
	
	
	.composer_t3_plugin_container {
		width: 90%;
		margin: 30px auto;
	}
	
}


/* SMARTPHONE **************************************************/
@media only screen and (max-width:640px) {

	.composer_t3_img_container {
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	
	.composer_t3_img_container img {
		max-width: 100%;
	}
	
	.composer_t3_tit_1 {
		position: absolute;
		right: 10px;
		bottom: 10px;
		padding: 10px;
		width: 60%;
		font-size: 20px;
	}
	
	.composer_t3_txt_1 h1 {
		font-size: 20px;
		line-height: 130%;
	}
	
	.composer_t3_tit_2 {
		font-size: 30px;
		font-weight: 700;
		margin-top: 30px;
	}
	
	.composer_t3_areatxt_container {
		width: 90%;
		margin: 30px auto 0;
	}
	
	.composer_t3_txt_1 h2 {
		font-size: 18px;
	}

}
