/* -------------------------------------------
   DOCUMENTS
   ------------------------------------------- */
div.document_list button.cmd{
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

div.document{
	width: 92%;
	min-height: 165px;
	margin-left: 4%;
	margin-right: 4%;	
	margin-bottom: 15px;
	padding: 15px;
	text-align: left;
	/*background-color: #F8F8F8;*/
	/*border-bottom: 5px solid #7bb000;*/
	border-bottom: 5px solid #f2f2f2;
	background-color: #f8f8f8;	
	cursor: pointer;
	color: #848484;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

div.document div.d_icon{
	position: absolute;
	top: 44px;
	left: 15px;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 34px;
}

div.document div.d_category{
	position: absolute;
	bottom: 15px;
	left: 15px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}

div.document div.d_date{
	font-size: 14px;
	font-size: 300;
	margin-bottom: 10px;
}

div.document div.d_title{
	font-size: 18px;
	min-height: 50px;	
	color: #222222;
	padding-left: 40px;
}

div.document div.d_desc{
	padding-top: 10px;
	color: #848484;
	height: 80px;
	overflow: hidden;
}

div.document:hover{
	border-color: #e60003;
}

div.document:hover div.d_title{
	/*color: #7bb000;*/
}

div.document:hover div.d_icon{
	/*color: #7bb000;*/
}

/* -------------------------------------------
   SERVIZI
   ------------------------------------------- */
div.service{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

div.service div.s_image_canvas{
	position: relative;
	width: 100%;
	height: 370px;
	background-color: #F2F2F2;	
}

div.service div.s_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.service div.s_title{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab',serif;
	font-size: 20px;
	color: #7bb000;
	text-align: center;
	font-weight: 700;
}

div.service div.s_desc{
	margin-top: 20px;
	color: #848484;
}

div.service_link{
	padding-left: 60px;
	min-height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	text-align: left;
}

div.service_link div.s_label{
	font-size: 16px;
	color: #222;
}

div.service_link div.s_icon{
	position: absolute;
	top: 5px;
	left: 6px;
	width: 40px;
	height: 40px;
	background-color: #EEEEEE;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #838383;
	transition: all  0.4s ease;
	-moz-transition: all  0.4s ease;
	-webkit-transition: all  0.4s ease;
	-o-transition: all  0.4s ease;	
}

div.service_link:hover div.s_icon{
	background-color: #7bb000;
	color: #ffffff;
}

/* -------------------------------------------
   NEWS
   ------------------------------------------- */
div.news_list button.cmd{
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

div.news{
	width: 92%;
	min-height: 172px;
	max-height: 172px;
	margin-left: 4%;
	margin-right: 4%;	
	margin-bottom: 15px;
	padding: 15px;
	text-align: left;
	border-bottom: 5px solid #f2f2f2;
	background-color: #f8f8f8;	
	cursor: pointer;
	color: #848484;
	transition: all  0.3s;
	-moz-transition: all  0.3s;
	-webkit-transition: all  0.3s;
	-o-transition: all  0.3s;	
}

div.news div.n_date{
	font-size: 14px;
	font-size: 300;
	margin-bottom: 10px;
}

div.news div.n_title{
	font-size: 18px;
	color: #222222;
}

div.news div.n_subtitle{
	padding-top: 10px;
	color: #848484;
	height: 50px;
	overflow: hidden;
}

div.news:hover{
	border-color: #e60003;
}
/*
div.news:hover div.n_title{
	color: #7bb000;
}
*/

div.news_header{
	min-height: 72px;
	font-size: 30px;
	font-weight: 300;
	background-color: #333333;
	color: #ffffff;
	padding: 20px 0;
}

div.news_header div.content{
	padding: 0;
}

div.news_header div.nd_title{
	font-size: 30px;
}

div.news_header div.nd_sub_title{
	font-size: 25px;
}

div.news_det div.nd_image{
	width: 100%;
	height: 450px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.news_det div.nd_content{
	width: 100%;
	padding: 25px;
	line-height: 24px;
	font-family: 'Roboto Slab',sans-serif;
	font-size: 16px;
	color: #222;
	line-height: 26px;
}

div.news_det div.nd_gallery{
	width: 100%;
	padding: 25px;
}

div.news_det div.nd_gallery div.img_mini{
	width: 140px;
	height: 140px;	
	cursor: pointer;
}

div.news_det div.nd_gallery img{
	width: 100%;
	height: 100%;
}

div.news_det div.nd_title{
	width: 100%;
	font-family: 'roboto_medium';
	font-size: 18px;
	color: #222222;
	margin-bottom: 20px;
}

div.news_det div.nd_footer{
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 25px;
	color: #b3b3b3;
}

div.news_det div.nd_footer span.icon{
	font-size: 14px;
	margin-right: 5px;
	color: #1c8bf5;
}

div.news_det div.nd_footer a, div.news_det div.nd_footer a:visited{
	color: #b3b3b3;
}

div.news_det div.nd_footer a:hover{
	color: #1c8bf5;
}

div.news_list div.title{
	padding-left: 20px;
}

/* -------------------------------------------
   CONTACTS
   ------------------------------------------- */
div.contact_box{
	padding: 20px;
	padding-left: 90px;
	min-height: 140px;
	margin-left: 10px;
}

div.contact_box div.c_icon{
	position: absolute;
	top: 52px;
	left: 20px;
	width: 60px;
	height: 50px;
	font-size: 34px;
	color: #1c8bf5;
	text-align: center;
}

div.contact_box a, div.contact_box a:visited{
	color: #848484;
}

div.contact_box div.c_title{
	margin-bottom: 10px;
	font-size: 18px;	
}

div.contact_box div.c_desc{
	color: #848484;
	line-height: 22px;
}

div.contact_box:hover div.c_icon{
	color: #e60003;
}

/* -------------------------------------------
   MOBILE
   only screen and (max-width: 599px)
   ------------------------------------------- */

@media only screen and (max-width: 599px){
	
	div.document_cmd{
		margin-bottom: 25px;
	}

	div.news{
		margin-bottom: 25px;
	}

	div.contact_box{
		padding-left: 0;
		margin-bottom: 10px;
	}

	div.contact_box div.c_icon{
		position: relative;
		float: left;
		top: auto;
		left: auto;
		width: 100%;
	}

	div.service_link{
		line-height: 22px;
		min-height: 50px;
		/*border-bottom: 1px solid #cdcdcd;*/
	}
	
	div.cmd_statuto{
		width: 100% !important;
		text-align: center !important;
		margin: 0 !important;
	}

	div.slider div.slide_bar{
		line-height: 45px;		
	}
	
	div.slider div.slide_bar div.content{
		text-align: center !important;
	}
}

/* -------------------------------------------
   TABLET
   only screen and (min-width: 600px) and (max-width: 960px)
   ------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 960px){
	div.news{
		margin-bottom: 25px;
	}

	div.contact_box{
		padding-left: 0;
		margin-bottom: 10px;
	}

	div.contact_box div.c_icon{
		position: relative;
		float: left;
		top: auto;
		left: auto;
		width: 100%;
	}
}