@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

/* RESET 
---------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
}

/* COLORI
---------------------------------- */

/*
- Grigio scuro #333333 (testo)
- Grigio chiaro #DDDDDD
- Verde acido #B9C01D
- Azzurro #2394C4 (link)
- Azzurro scuro #186687 (link)
*/


/* BASE
----------------------------------*/
body {
    color: #5e5b55;
    font-family: Roboto Slab,serif;
    font-size: 13px;
	line-height: 1.5em;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}


/* TIPOGRAFIA
---------------------------------- */

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
   	line-height: 1.5em; 
}

h1 
{
    font-size: 20px;
}

h2 
{
    font-size: 18px;
}

h3 
{
    font-size: 16px;
}

h4 
{
    font-size: 14px;
}

h5, h6 
{
    font-size: 13px;
}

h6 
{
    color: #676767;
    text-transform: uppercase;
}

p 
{
    margin: 0 0 9px;
	line-height: 1.5em;    
}

small 
{
    color: #999999;
    font-size: 12px;
}

blockquote
{
    border-left: 5px solid #DDDDDD;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
}

.blockquote-right
{
    border-left: 0 none;
    border-right: 5px solid #EEEEEE;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}

ul, ol {
    margin: 0px 0px 10px 30px;
    padding: 0;
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    font-size: 14px;
}

h1 small
{
    font-size: 18px;
}

p.lead
{
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 18px;
}


.ag-left
{
    text-align: left;
}

.ag-right
{
    text-align: right;
}

.ag-center
{
    text-align: center;
}

.indented-element, .sortable-contents .indented-element
{
	padding-left: 25px;
}

.disabled-element
{
	color: #999999;
}

.li-active
{
	color: #65ab45!important;
	padding: 5px 16px!important;
	font-size: 14px;
}

/* LINKS 
---------------------------------- */

a
{
    color: #65ab45;
    text-decoration: none;
}

a:hover
{
    color: #65ab45;
    text-decoration: underline;
}


/* STRUTTURA
---------------------------------- */

#wrapper
{
	width: 900px;
	margin: auto;
	background-color: #ffffff;
	padding: 20px 30px 0 30px;
}

#page
{
	width: auto;	
    position: relative;
    min-height: 500px;
    	
}

#content
{
	padding: 0px;
	text-align: justify;
	width: 900px;
	margin: 20px 0 0 0;
}

#sidebar
{
	width: 250px;
	float: right;
}

#header
{
	margin: 0 0 20px 0;
}

#image-header
{
	width: 100%;
	height: auto;
}

#page-header
{
    margin-bottom: 15px;
}

#page-header h1
{
	font-size: 22px;
	font-weight: 700;
}

#breadcrumb
{
	margin-bottom: 20px;
}

.clearfix
{
	clear: both;
}

.closed-element
{
	display: none;
}

.collapsing-trigger, .collapsing-trigger-loader
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  0px 50%;
	padding-left: 20px;
}

.closed-trigger
{
	background-image: url(../images/icons/chevron-down.png);
}

.open-trigger
{
	background-image: url(../images/icons/chevron-right.png);
}

#buttons_top, #language-switcher, #image-header
{
	margin-bottom: 20px;
}

#language-switcher
{
	text-align: right;
	width: auto;
	display: inline-block;
	margin: 0px;
	position: absolute;
	right: 260px;
	top: -98px;
}

#language-switcher a
{
	margin-left: 10px;
}

.loading-indication
{
  background: url(../images/icons/ajax-loader.gif) no-repeat top center;
}

#backend-goto
{
	position: absolute;
	top: 0px;
	right: 100px;
	background-color: #E5E5E5;
	padding: 10px 20px;
	z-index: 9999;
}

/* FORM
---------------------------------- */

form
{
   
}

label, input, select, textarea
{
    
    font-size: 13px;
}

input, select, textarea
{
    border: 1px solid #CCCCCC;
    padding: 7px;
    width: 97%;
    background-color: #fff;
}

option
{
    padding: 0px 5px;
}

input:focus, textarea:focus, select:focus
{
    
}

select, .input-file
{
    line-height: 13px;
}

.input-file
{
    box-shadow: none;
    width: auto;
}

input[type=radio], input[type=checkbox]
{
    vertical-align: top;
    width: auto;
}

label
{
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
}

.lb-inline
{
    display: inline;
    margin-right: 5px;
}

.lb-checkbox, .lb-radio
{
    font-weight: normal;
}


.short-field
{
    width: 25%;
}

.medium-field
{
    width: 50%;
}

.long-field
{
    width: 75%;
}

.verylong-field
{
	width: 93%;
}

.inline-field
{
    margin-right: 5px;
}

.form-field-help
{
	font-size: 0.9em;
	display: block;
	color: #636262;
}

.btn
{
    cursor: pointer;
    padding: 8px 15px;
    outline: medium none;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

p.row-actions a.btn
{
	margin-right: 5px;
}

.btn-big
{
    font-size: 15px;
    padding: 8px;
}

.btn-small
{
    font-size: 0.9em;
}

.btn
{
    background-color: #5e6063;
    color: #FFFFFF;
    border: 0px;
}

.form-field
{
    
}
.form-submit
{
    padding: 0px;
    margin: 0px;
}

.mid-field label
{
	width: 40%;
	float: left;
	margin-right: 3.5%;
}

.mid-field input
{
	width: 55%;
	float: left;
}

.btn-alternate
{

}

.btn-secondary
{
    background-color: #ddd;
    color: #5A554E;
}

.btn-delete
{
    background-color: #CE453E;
    color: #FFFFFF;	
}

.btn:active, .btn:hover
{
    background-color: #cabab6;
    color: #fff;
    text-decoration: none;
}

.btn:disabled, .btn-disabled, .btn-disabled:hover
{
    background-color: #2394C4;
    opacity: 0.5;
    cursor: default;
}

.btn-alternate:active, .btn-alternate:hover
{
    background-color: #65ab45;
}

.btn-secondary:active, .btn-secondary:hover
{
    background-color: #E5E5E5;
    color: #5A554E;
    text-decoration: none;
}

input.error-field, select.error-field, textarea.error-field
{
    border-color: #D01616;
}

.field-privacybox
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 200px;
    margin: 20px 0;
    overflow-y: scroll;
    padding: 20px;
}


.field-captcha-image
{
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

/* MESSAGGI
---------------------------------- */
.message 
{
    margin: 10px auto 30px;
    padding: 10px;
}

.message-error 
{
    background-color: #CE453E;
    color: #FFFFFF;
}

.message-ok 
{
    background-color: #A9D673;
}

.message-alert
{
    background-color: #F2D268;
}

.form-field-error
{
    color: #CE453E;
    display: block;
}

/* TABELLE
---------------------------------- */


table
{
    background-color: transparent;
    border-spacing: 0;
    max-width: 100%;
    font-size: 1em;
    width: 100%;
}

th, td
{
    border-top: 1px solid #ddd;
    line-height: 18px;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

th
{
    font-weight: bold;
    background-color: #B9C01D;
}

th .btn
{
    font-weight: normal;
}

thead th {
    vertical-align: middle;
}

.table
{
    margin: 20px 0px;
}

.table-bordered-outside
{
    border: 1px solid #ddd;
}

.table-bordered
{
    border-bottom: 1px solid #ddd;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tr-odd
{
    background-color: #e7e7e7;
}

td.td-action, td.td-identifier
{
    width: 22px;
    text-align: center;
    vertical-align: middle;
}


.table-hover tr:hover, .table-admin tr:hover
{
    background-color: #DFE0CC;
}

.table-admin a
{
    color: #333333;
    text-decoration: none;
}

.table-vertical th
{
    background-color: #e7e7e7;
    text-align: right;
    vertical-align: middle;
    width: 170px;
}

th .icon-sort
{
	margin-right: 5px;
}

/* COMPONENTI
---------------------------------- */

/* menu */

.menu 
{
	margin: 0px;
	padding: 0px 20px;
}

.menu li
{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px !important;
}

#menu_primary_container
{
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ededed');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ededed');
	zoom: 1;
	position: relative;
	left: -30px;
	width: 960px;
	text-align: center;
	padding: 0 0 5px 0;
}

#menu_primary
{
    margin: 0;
    display: inline-block;
}

#menu_primary a, #menu_primary .menu-item-active span
{	
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding: 5px 16px;
	font-size: 14px;
}

#menu_primary a
{
	color: #333333;
}

#menu_primary a:hover, #menu_primary .menu-item-active span
{

	color: #65ab45;
}

#menu_column
{
	padding: 0px;
}

/* blocchi generici */

.block, #menu_column .menu-item
{
	margin: 0px;
}

.block-title, .block h2, #menu_column h2
{
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: 2px solid #ebe5de;
}

.block-title a, .block h2 a, #menu_column h2
{
	color: #333333;
	text-decoration: none;
}

.block-int
{
	padding: 10px 0;
}

.block-simple
{
	background: none;
}

.block-scroll
{
	height: 150px;
	overflow: auto;
}

.categories-menu, .categories-menu ul
{
	list-style-type: none;
}

.categories-menu
{
	margin: 0px;
}

.categories-menu ul
{
	margin-bottom: 0px;
}

.categories-menu a, .categories-menu .li-active
{
	padding: 3px 7px;
	display: inline-block;
}

.categories-menu li
{
	background-color: #DDDDDD;
}

/* contenuti */

.content-info
{
	color: #636262;	
	margin-bottom: 30px;
}

.content-social-share 
{
	margin: 20px 0px;
	padding: 0px;
}

.content-social-share  li
{
	list-style-type: none;
	display: inline-block;
}

.content-file, .content-gallery, .content-gmap, .content-video, .content-photo, .content-form
{
	margin: 10px 0;
}

.content-gallery-title
{
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 16px;
}

.content-photo-image
{
	width: 100%;
}

.content-file
{
	background-color: #E5E5E5;
	padding: 10px;
}

.content-list
{
	margin: 10px 0 10px 20px;
}

.content-list li
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
}

.node-gmap
{
	width: 100%;
	height: 400px;
}

.box-960
{
	width: auto;
	position: relative;
}

/* logo header */

.logo-header
{
	width: 266px;
	height: 37px;
	background: transparent url(../images/layout/logo-header.png) no-repeat left center;
	display: inline-block;
	float: left;
	margin: 0;
}

/* Header search box */

.header-search-box
{
	display: inline-block;
	width: 229px;
	height: 32px;
	float: right;
	margin: 0;
	background: transparent url(../images/layout/bg-cerca-header.png) no-repeat left top;
}

.header-search-box form
{
	padding: 0px;
	margin: 0px;
}

.header-search-box #content-search-key
{
	border: none;
	box-shadow: none;
	padding: 5px;
	margin: 0px;
	background: transparent;
	width: 175px;
	height: 22px;
	color: #797372;
	float: left;
}

.btn-header-search
{
	width: 32px;
	height: 32px;
	cursor: pointer;
	box-shadow: none;
	float: right;
	background: transparent;
	border: none;
}

/* social */

.social
{
	margin: 20px 0 10px 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.social li
{
	display: inline-block;
}

/* Newsletter */

#box-newsletter
{
	display: block;
	padding: 10px;
	background: #f0f0f0;
}

.newsletter-title
{
	font-size: 14px;
	color: #3a3a3a;
	font-weight: bold;
	display: block;
	padding: 0 0 10px 0;
}

.newsletter-description
{
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px 0;
	display: block;
}

.newsletter-field
{
	width: 67%;
}

#box-newsletter form
{
	padding: 0px;
	margin: 0px;
}

/* Footer */

#footer
{
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff');
	zoom: 1;
	margin-top: 20px;
	border-top: 3px solid #eeeeee;
	box-shadow: inset 0px 2px 0px 0px #ffffff;
}

#footer-left
{
	float: left;
	width: 50%;	
}

#footer-right
{
	float: right;
	width: 50%;
	text-align: right;
}

.footer-credentials
{
	background: #ffffff;
	font-size: 12px;
	padding: 9px 15px;
	border-top: 2px solid #dddddd;
}

.footer-credentials p
{
	margin: 0px;
}

.footer-credentials a
{
	color: #312c2c;
	text-decoration: none;
}


.logo-footer
{
	width: 213px;
	height: 37px;
	display: inline-block;
	background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
}

.footer-adress-box
{
	font-size: 12px;
	margin: 0;
	color: #242424;
}

.footer-left
{
	float: left;
	padding: 20px;
	width: 860px;
}

.footer-right
{
	float: right;
	padding: 20px 20px 20px 0;
	width: 700px;
}

.footer-text-adress
{
	border-bottom: 1px solid #dddddd;
	padding: 0 0 3px 0;
}

/* Menu footer */

#footer #menu_primary
{
	margin: 0px;
	padding: 0px;
	width: auto;
	display: inline-block;
}

#footer #menu_primary_container .box-960
{
	width: auto;
	
}

#footer #menu_primary_container
{
	width: 700px;
	background: transparent;
	text-align: right;
}

#footer #menu_primary li
{
	padding: 0 5px;
	font-size: 12px;
}

#footer #menu_primary a, #menu_primary .menu-item-active span
{
	padding: 5px;
}

/* paginazione */

.pagination
{
    text-align: center;
    margin-top: 10px;
}

.pagination ul
{
    margin: 0px;
}

.pagination li
{
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
}

.pagination a
{
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #ddd;
}

li.pagination-active
{
    padding: 4px 10px; 
    font-weight: bold;   
}

.pagination-pager
{
	width: 20%;
	text-align: right;
	float: right;
}

.pagination-links
{
	width: 80%;
	text-align: center;
	float: left;
}

/* help */

.ui-tooltip 
{
	padding: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
    color: #333333;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    background: #F2D268;
    border: 1px solid #EAC556;	
    border-radius: 0px;
}

body .ui-tooltip {
	border-width: 1px;
}

.spacer
{
	text-align: center;
	border-top: 1px solid #b2b4b3;
}

.spacer-text
{
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 11px;
}

/* commenti */

#content_comments_list
{
	margin-top: 40px;
}

#region-blocks_homepage ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: auto;
}

#region-blocks_homepage
{
	text-align: center;
	margin: 3px 0 0 0;
	background-color: #f7f7f7;
	position: relative;
	left: -30px;
	width: 960px;
	padding: 20px 0;
}

#region-blocks_homepage ul li
{
	float: left;
	width: 257px;
	display: inline-block;
	margin: 0 15px;
}

.thumb-hp-image-box
{
	position: relative;
}

.thumb-hp-topborder
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 257px;
	height: 10px;
	display: inline-block;
	background: transparent url(../images/layout/thumb-hp-border.png) no-repeat center top;
}

.hp-block-link
{
	width: 257px;
	height: 31px;
	padding: 6px 0 0 0;
	display: table-cell;
	background: transparent url(../images/layout/sf-evidence.png) repeat-x top left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	font-weight: 700;
}

.hp-block-link:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.hp-block-text h3, .hp-block-text img, .hp-block-text ul
{
	display: none;
}

.hp-block-text 
{
	font-size: 12px;
	padding: 15px 27px;
	text-align: center;
	border-bottom: 3px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background-color: #ffffff;
	height: 56px;
}

.hp-block-text p
{
	margin: 0;
	padding: 0;
}

.footer-fb
{
	width: 24px;
	height: 24px;
	background: transparent url(../images/layout/ico-fb-footer.png) no-repeat left top;
	float: left;
	margin: 0 5px 0 0;
}

.footer-twit
{
	width: 24px;
	height: 24px;
	background: transparent url(../images/layout/ico-twit-footer.png) no-repeat left top;
	float: left;
	margin: 0 20px 0 0;
}

.footer-email
{
	width: auto;
	padding: 0 0 0 30px;
	height: 24px;
	background: transparent url(../images/layout/ico-mail-footer.png) no-repeat left top;
	line-height: 24px;
	float: left;
	margin: 0 20px 0 0;
}

.footer-tel
{
	width: auto;
	padding: 0 0 0 26px;
	height: 24px;
	background: transparent url(../images/layout/ico-tel-footer.png) no-repeat left top;
	line-height: 24px;
	float: left;
	margin: 0 20px 0 0;
}

.footer-cell
{
	width: auto;
	padding: 0 0 0 26px;
	height: 24px;
	background: transparent url(../images/layout/ico-cell-footer.png) no-repeat left top;
	line-height: 24px;
	float: left;
	margin: 0 20px 0 0;
}

.footer-fax
{
	width: auto;
	padding: 0 0 0 26px;
	height: 24px;
	background: transparent url(../images/layout/ico-fax-footer.png) no-repeat left top;
	line-height: 24px;
	float: left;
}

#contact-13-contact_captcha
{
	width: 100px;
	display: inline-block;
	margin: 2px 0 10px 10px;
}

.header-tel
{
	border-right: 1px solid #c2c1c1;
	padding: 5px 10px 0 0;
	float: left;
}

.header-fax
{
	float: right;
	padding: 5px 0 0 10px;
}

.header-contacts
{
	float: left;
	margin: 0 0 0 30px;
	font-size: 11px;
	color: #595b55;
	height: 41px;
}

.header-contacts p
{
	margin: 0px;
	padding: 0px;
}

.content-gallery.lightbox img
{
	float: left;
	width: 89px;
	height: 89px;
	border: 1px solid #d0d0d0;
	padding: 1px;
	background-color: #ffffff;
	margin: 0 7px 7px 0; 
}

.content-gallery.bigfoto
{
	text-align: center;
}

.content-gallery.bigfoto img
{
	width: 600px;
	height: auto;
	border: 1px solid #d0d0d0;
	padding: 1px;
	background-color: #ffffff;
	margin: 0 auto 10px auto; 
}

.content-gallery-slider
{
	width: 900px!important;
	height: 263px!important;
	overflow: hidden;
}

