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








@media only screen and (max-width:500px) {
	
	
	#mobile_home_container {
		display: block;
	}
	
	#home_container {
		display: none;
	}
	
	
	.menu_btn {
		top: 5px;
		right: 5px;
		padding: 10px;
	}
	
	.menu_btn_label {
		display: none;
	}
	
	
	
}













































body {
	font-family: 'Playfair Display', serif;
	color: #222222;
	font-size: 20px;
	line-height: 110%;
	font-weight: 400;
	background-image: url(../images/bg_generale.gif);
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

p {
	line-height: 150%;
}

h1, h2, h3, h4 {
	font-family: 'Playfair Display', serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	line-height: 100%;
}

.bold { font-weight: 700; }

input, button {
	font-family: 'Playfair Display', serif;
}

.container_settings {
	width: 100%;
	padding-top: 1px;
	box-sizing: border-box;	
}

.container_settings_in {
	width: 1180px;
	padding: 0px;
	box-sizing: border-box;
	margin: auto;
}




/*** HEADER 
*******************************************************/

.header_menu_container {
	background-color: #8EBA80;
	width: 100%;
	text-align: center;
}

.header_logo_container {
	width: 300px;
	margin: 10px auto;
	display: block;
	text-align: center;
}

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




.header_menu_container_mob {
	display: none;
}


/*** HOME 
*******************************************************/

/* ricerca ***/
.home_searchpro_container {
	width: 100%;
	background-color: rgba(142, 186, 128, 0.8);
	padding: 3%;
	box-sizing: border-box;
	color: #fff;
	margin-top: 40px;
}

.searchpro_inside_container {
	width: 30%;
	background-color: rgba(142, 186, 128, 0.8);
	padding: 2%;
	box-sizing: border-box;
	color: #fff;
	margin-top: 40px;
	float: right;
}

.home_searchpro_inside_container {
	width: 100%;
	background-color: rgba(142, 186, 128, 0.8);
	padding: 3%;
	box-sizing: border-box;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 50px;
}

.searchpro_input_text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 2%;
	box-sizing: border-box;
	color: #222;
	margin-bottom: 25px;
	border: none;
	font-size: 15px;
}

.searchpro_littleinput_text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 2%;
	box-sizing: border-box;
	color: #222;
	margin-bottom: 10px;
	border: none;
	font-size: 15px;
}

.searchpro_column_container_main {
	margin-left: -2%;
}

.searchpro_column_container_item {
	float: left;
	width: 23%;
	margin-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}

.searchpro_inside_column_container_item {
	width: 100%;
	padding: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.searchpro_item_title {
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 5px;
}

.searchpro_item_littletitle {
	font-size: 19px;
	margin-bottom: 5px;
}


.searchpro_item_subtitle {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.home_searchpro_search_btn_container {
	width: 100%;
	text-align: center;
	margin: 40px auto 20px;
}

.home_searchpro_search_btn {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	background-color: #BE9E45;
	border: 1px solid #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 6px 80px;
	display: inline-block;
	cursor: pointer;
}

.home_searchpro_search_btn:hover {
	background-color: #79642E;
}



/* ultime sentenze ***/

.title_green {
	font-size: 40px;
	color: #8DBB7E;
	margin-top: 60px;
	margin-bottom: 20px;
}

.title_green_graph {
	width: 100%;
	text-align: center;
}

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

.home_sentenze_container_main {
	margin-left: -3%;
	margin-top: 40px;
}

.home_sentenze_container_item {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 40px;
	padding-right: 2%;
	box-sizing: border-box;
}

.home_sentenze_data {
	float: left;
	margin-right: 14px;
	font-size: 16px;
	color: #BF9F3D;
}

.home_sentenze_luogo {
	float: left;
	font-size: 14px;
	color: #6d686c;
}

.home_sentenze_title {
	margin-top: 10px;
}

.home_sentenze_title h2, .home_sentenze_title h2 a {
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	color: #222;
}

.home_sentenze_title h2 a:hover {
	color: #BE9E45;
}

.home_sentenze_desc {
	margin-top: 10px;
	font-size: 15px;
}

.home_sentenze_autore {
	font-size: 14px;
	margin-top: 10px;
}

.home_sentenze_autore a {
	font-size: 14px;
	color: #8EBA80;
	display: inline-block;
	text-decoration: none;
}

.home_sentenze_autore a:hover {
	color: #BE9E45;
}

.home_sentenze_leggi_btn {
	font-size: 16px;
	color: #fff;
	background-color: #BE9E45;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

.home_sentenze_leggi_btn:hover {
	background-color: #79642E;
}

/** FOOTER 
******************************************************/

.footer_main_container {
	background-color: #222;
	width: 100%;
}


/** TEMPLATE PAGINA IMAMGINE BIG E SIDEBAR 
******************************************************/

.t_img_big_realsidebar_image {
	width: 100%;
	height: 430px;
	background-size: cover;
	background-position: center center;
}

.t_img_big_realsidebar_settings_div {
	width: 60%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}

.t_img_big_realsidebar_settings_div ul {
	line-height: 150%;
}

.t_img_big_realsidebar_title_container {
	margin-top: 50px;
}

.t_img_big_realsidebar_title h1 {
	font-size: 45px;
	font-weight: 700;
}

.t_img_big_realsidebar_subtitle h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

/** sidebar **/

.t_img_big_realsidebar_container {
	width: 30%;
	float: right;
}

.t_img_big_realsidebar_container_position {
}


/** TEMPLATE PAGINA IMAMGINE BIG E SIDEBAR 
******************************************************/

.t_img_big_sidebar_image {
	width: 100%;
	height: 430px;
	background-size: cover;
	background-position: center center;
}

.t_img_big_sidebar_settings_div {
	width: 60%;
	position: relative;
	margin-bottom: 40px;
}

.t_img_big_sidebar_settings_div ul {
	line-height: 150%;
}

.t_img_big_sidebar_title_container {
	margin-top: 50px;
}

.t_img_big_sidebar_title h1 {
	font-size: 45px;
	font-weight: 700;
}

.t_img_big_sidebar_subtitle h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

/** sidebar **/

.t_img_big_sidebar_container {
	width: 30%;
	position: absolute;
	right: 0;
}

.t_img_big_sidebar_container_position {
	top: -120px;
}



/** TEMPLATE BLOG PAGINA IMAMGINE BIG E SIDEBAR 
******************************************************/

.tblog_img_big {
	width: 100%;
	margin-bottom: 30px;
}

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

.tblog_img_big_sidebar_image {
	width: 100%;
	height: 430px;
	background-size: cover;
	background-position: center center;
}

.tblog_img_big_sidebar_settings_div {
	float: left;
	width: 60%;
	position: relative;
	margin-bottom: 40px;
}

.tblog_img_big_sidebar_settings_div ul {
	line-height: 150%;
}

.tblog_img_big_sidebar_title_container {
	margin-top: 50px;
}

.tblog_img_big_sidebar_title h1 {
	font-size: 45px;
	font-weight: 700;
}

.tblog_img_big_sidebar_subtitle h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

.tblog_title {
	margin-top: 30px;
}

.tblog_title {
	font-size: 40px;
	line-height: 130%;
	color: #222;
}

.tblog_subtitle {
	font-size: 30px;
	line-height: 110%;
	color: #4E4E4E;
	margin-top: 20px;
}

.tblog_post_desc p {
	line-height: 200%;
}

/** sidebar **/

.tblog_img_big_sidebar_container {
	float: right;
	width: 30%;
}


/** ELEMENTI BLOG 
******************************************************/

.sentenza_tags_container {
	margin-top: 20px;
	margin-left: -2%;
}

.sentenza_tag_item {
	display: inline-block;
	color: #666;
	margin: 0 2%;
	font-size: 16px;
	text-decoration: none;
}

.sentenza_tag_item:hover {
	color: #8EBA80;
}

.sentenza_articoli_container {
	margin-top: 20px;
	margin-left: -1%;
}

.sentenza_articolo_item {
	display: inline-block;
	color: #666;
	margin: 0 1%;
	font-size: 16px;
	text-decoration: none;
	padding: 1% 2%;
	background-color: #E0E0E0;
}

.sentenza_articolo_item:hover {
	background-color: #8EBA80;
	color: #fff;
}

.sentenza_registro_container {
	margin-top: 20px;
}

.sentenza_registro_item {
	font-size: 16px;
	color: #222;
}

.sentenza_registro_span {
	font-weight: 700;
}



/** RICERCA
******************************************************/

#search_ul {
	list-style: none;
	margin-top: 30px;
}

.search_list_item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.search_list_item_title h2, .search_list_item_title h2 a {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #222;
}

.search_list_item_title h2 a:hover {
	color: #BE9E45;
}

.search_list_item_desc {
	font-size: 16px;
	margin-bottom: 10px;
}

.search_list_item_leggi_btn {
	font-size: 16px;
	color: #fff;
	background-color: #BE9E45;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

.search_list_item_leggi_btn:hover {
	background-color: #79642E;
}

.search_list_item_addmore_btn {
	font-size: 16px;
	color: #fff;
	background-color: #8EBA80;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	cursor: pointer;
}

.search_list_item_addmore_btn:hover {
	background-color: #BE9E45;
}


/** AUTORE
******************************************************/

.autore_nome h1 {
	font-size: 30px;
	color: #222;
}

.autore_qualifica {
	font-size: 20px;
	font-style: italic;
}


/** PAGINAZIONE
******************************************************/

.pagination_container a {
	background-color: #eee;
	padding: 2px 8px;
	display: inline-block;
	font-size: 15px;
	color: #222;
	margin: 0 5px;
	text-decoration: none;
}

.pagination_container a:hover {
	background-color: #BE9E45;
	color: #fff;
}

.pagination_container .current {
	background-color: #8EBA80 !important;
	color: #fff;
}


/** ALLEGATI
******************************************************/

.allegati_container {
	margin-top: 30px;
}

#allegati {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-top: 20px;
    width: 100%;
}

#allegati ul {
    list-style: outside none none;
}

#allegati a {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    text-decoration: none;
    width: 96%;
}

#allegati a:hover {
    background-color: #8EBA80;
    color: #fff;
}

#allegati li {
    border-top: 1px dotted #cccccc;
}




@media only screen and (max-width:1180px) {
	
	.container_settings_in {
		width: 100%;
	}
	
	.t_img_big_sidebar_settings_div {
		padding-left: 3%;
		box-sizing: border-box;
	}
	
}

@media only screen and (max-width:970px) {
	
	.header_logo_container {
		
	}
	
	body {
		font-size: 18px;
	}
	
	
}


@media screen and (max-width: 620px) {
	
	.header_logo_container {
		float: none;
		text-align: center;
		display: block;
		margin-left: 0;
		width: 100%;
	}
	
	.header_menu_container {
		float: none;
		width: 100%;
		background-color: #fff;
	}
	
	body {
		font-size: 16px;
	}
	

}



@media screen and (max-width: 500px) {
	
		.header_menu_container {
		display: none;
	}
	
	.header_menu_container_mob {
		display: block;
	}
	
	.home_contenuti_top_title {
		line-height: 140%;
	}
	
	
	.t_img_big_sidebar_container {
		width: 100%;
		position: static;
	}
	
	.t2_sidebar_img_1_container {
		width: 50% !important;
		float: left;
	}
	
	.t_img_big_sidebar_settings_div {
		width: 100%;
		position: relative;
		margin-bottom: 40px;
		box-sizing: border-box;
		padding: 2%;
	}
	
	/* ricerca ****/
	
	.searchpro_column_container_main {
		margin-left: 0%;
	}
	
	.searchpro_column_container_item {
		float: none;
		width: 100%;
		margin-left: 0%;
		padding-right: 2%;
		padding-left: 2%;
		margin-bottom: 20px;
	}
	
	/* ultime sentenze ****/
	.title_green {
		margin-top: 30px;
		line-height: 140%;
	}
	
	.home_sentenze_container_main {
		margin-left: 0%;
		margin-top: 30px;
	}
	
	.home_sentenze_container_item {
		float: none;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 30px;
		padding-right: 2%;
		padding-left: 2%;
	}
	
	.home_sentenze_title h2, .home_sentenze_title h2 a {
		line-height: 140%;
	}
	
	
	/* pagina sentenze *****/
	
	.tblog_img_big_sidebar_settings_div {
		float: none;
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
	}
	
	.tblog_img_big_sidebar_container {
		float: none;
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
	}
	
	
	/* pagina standard ******/
	
	.t_img_big_realsidebar_settings_div {
		float: none;
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
	}
	
	
}














