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

.t1_ras_image_h {
}

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

.t1_ras_text_container_1 {
	width: 85%;
	padding: 0 2% 1%;
	box-sizing: border-box;
}

.t1_ras_text_container_2 {
	width: 100%;
	padding-bottom: 1%;
	box-sizing: border-box;
}

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

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

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

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

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

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



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

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

.t1_composer_tit_1, .t1_composer_tit_2, .t1_composer_tit_3 {
	line-height: 100%;
}


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

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

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

.composer_t1_img_container {
	width: 100%;
	position: relative;
}

.composer_t1_img_container img {
	width: 100%;
}

.composer_t1_settings_div {
	width: 70%;
	margin: auto;
}

.composer_t1_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_t1_tit_1 h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	text-align: right;
	font-family: 'Caveat', cursive;
}

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

.composer_t1_txt_1 {
	margin-top: 20px;
}

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

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

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

.composer_t1_tit_4 {
	margin-top: 30px;
}

.composer_t1_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_t1_tit_4_btn:hover {
	background-color: #0D6A39;
}



@media only screen and (max-width:500px) {

	.composer_t1_img_container {
		width: 100%;
		height: 200px;
		position: relative;
		overflow: hidden;
	}
	
	.composer_t1_img_container img {
		position: absolute;
		top: 0;
		left: -50%;
		width: auto;
		height: 200px;
	}
	
	.composer_t1_tit_1 {
		position: absolute;
		right: 10px;
		bottom: 10px;
		padding: 10px;
		width: 60%;
		font-size: 20px;
	}
	
	.composer_t1_tit_2 {
		font-size: 30px;
		font-weight: 700;
		margin-top: 30px;
	}

}
