@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,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: #484848;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
	line-height: 1.5em;
	background: #d7d7cf url(../images/layout/bg.jpg) no-repeat center 137px;
}


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

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

h1 
{
    font-size: 30px;
}

h2 
{
    font-size: 24px;
}

h3 
{
    font-size: 18px;
}

h4 
{
    font-size: 15px;
}

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: #fff!important;
	background: #c10017!important;
}

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

a
{
    color: #2394C4;
}

a:hover
{
    color: #186687;
    text-decoration: none;
}


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

#page
{
	width: 960px;	
    margin: 0px auto;	
    position: relative;
	min-height: 400px;    	
}

#content
{
	padding: 10px 20px 20px 20px;
	display: table-cell;
	margin: 0;
	text-align: justify;
	width: 640px;
	background: #fff;
	vertical-align: top;
}

#sidebar
{
	width: 280px;
	display: table-cell;
	background: #eeeeec;
	vertical-align: top;
}

#header
{
	margin: 0px;
	background: #fff;
}

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

#page-header
{
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#page-header h1
{
	color: #c10017;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#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
{
    padding-bottom: 20px;
}

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;
}

#contact-18-contact_captcha
{
	width: 150px;
}

.btn
{
   border: none; 
    cursor: pointer;
    padding: 5px 10px;
    outline: medium none;
    text-decoration: none;
    display: inline-block;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #c10017;
}

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

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

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

.form-field
{
   
}
.form-submit
{
    padding-top: 13px;
}

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

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

.btn-alternate
{
    background-color: #c10017;
    color: #fff;
}

.btn-secondary
{

}

.btn-delete
{
    background-color: #c10017;
    color: #fff;
}

.btn:active, .btn:hover
{
    background-color: #c10017;
    color: #fff;
}

.btn:disabled, .btn-disabled, .btn-disabled:hover
{

    opacity: 0.5;
    cursor: default;
}

.btn-alternate:active, .btn-alternate:hover
{

}

.btn-secondary:active, .btn-secondary:hover
{

}

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
{
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
}

/* 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: #fff;
}

#menu_primary
{
    margin: 0;
    padding: 0px;
    width: 100%;
    border-bottom: 4px solid #c10017;
}

#menu_primary a, #menu_primary .menu-item-active span
{	
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 8px 15px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}

#menu_primary a
{
	color: #333333;
}

#menu_primary a:hover, #menu_primary .menu-item-active span
{
	background: #c10017;
	color: #fff;
}

#menu_column
{
	padding: 0px;
}

/* blocchi generici */

.block, #menu_column .menu-item
{
	margin-bottom: 20px;

}

.block-title, .block h2, #menu_column h2
{
	font-size: 14px;
	position: relative;
	color: #333;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 4px solid #b3b3ac;
}

#block_block_2 h2
{
	border: none;
	background: transparent url(../images/layout/pattern-news.png) repeat top left;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
}

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

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

.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-top: 20px;
	display: inline-block;
	width: 640px;
}

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

.content-gallery img
{
	width: 94px;
	margin: 4px;
	float: left;
	padding: 1px;
	border: 1px solid #b3b3ac;
}

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

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

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

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

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

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

/* logo header */

.logo-header
{
	width: 252px;
	height: 43px;
	background: transparent url(../images/layout/logo-header.png) no-repeat left top;
	display: inline-block;
	float: left;
	margin: 20px 0px 40px 0;
}

/* Header search box */

.header-search-box
{
	display: inline-block;
	width: 215px;
	float: right;
	margin: 20px 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;
	float: left;
}

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

/* 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
{
	color: #929294;
	background-color: #f7f7f7;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
}

.footer-adress-box
{
	font-size: 12px;
	margin: 15px 0 0 0;
	width: 250px;
	float: left;
}

.footer-tel, .footer-fax
{
	background: transparent url(../images/layout/ico-tel.png) no-repeat left center;
	font-size: 12px;
	margin: 15px 0 0 40px;
	float: right;
	padding: 0 0 0 20px;
}

.footer-email
{
	background: transparent url(../images/layout/ico-email.png) no-repeat left center;
	font-size: 12px;
	margin: 15px 0 0 40px;
	float: right;
	padding: 0 0 0 20px;
}

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

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

.footer-credentials
{
	color: #909091;
	font-size: 12px;
	padding: 5px 0;
	border-top: 1px solid #e7e7e7;
}

.footer-credentials a, .footer-credentials a:hover
{
	color: #909091;
	text-decoration: none;
}

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

.logo-footer
{
	width: 179px;
	height: 31px;
	display: inline-block;
	background: transparent url(../images/layout/logo-footer.png) no-repeat left top;
	padding: 0 0 10px 0;

}

.footer-left
{
	float: left;
}

.footer-right
{
	float: right;
}

/* Menu footer */

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

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

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

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

#footer #menu_primary a, #menu_primary .menu-item-active span
{
	font-size: 11px;
	color: #141414;
	border-right: 1px solid #141414;
	padding: 0 15px 0 5px;
	margin: 0;
	line-height: 11px;
}

#footer #menu_primary .li-active
{
	background: transparent!important;
	color: #c10017!important;
}

/* 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;
    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;
}

/* Nivo */

.content-gallery-slider .nivo-nextNav
{
	width: 53px;
	height: 53px;
	background: transparent url(../images/layout/arr-next.png) no-repeat center center;
	right: -53px;
}

.content-gallery-slider .nivo-prevNav
{
	width: 53px;
	height: 53px;
	background: transparent url(../images/layout/arr-prev.png) no-repeat center center;
	left: -53px;
}

.content-gallery-slider.nivoSlider
{
	overflow: inherit;
}

#region-blocks_homepage h2
{
	color: #c10017;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	margin: 5px 0 10px 0;
}

.homepage-evidence-content
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.homepage-evidence-content li
{
	margin: 0 0 20px 0;
}

.hp-evidence-thumb
{
	display:table-cell; 
	padding: 0 15px 0 0; 
	vertical-align: top;
}

.hp-evidence-title
{
	font-size: 14px;
	font-weight: 700;
	color: #141414;
	text-transform: uppercase;
	padding: 15px 10px;
	background: #f7f7f2;
	display: block;
	box-shadow: inset 0 -1px 4px #fff;
	border-bottom: 1px solid #e7e7e7;
}

.hp-evidence-text
{
	margin: 15px 10px 10px 10px;
	text-align: justify;
}

.hp-evidence-goonbutton-box, .hp-evidence-goonbutton-box:hover
{
	padding: 6px 10px 6px 36px;
	background: #c10017 url(../images/layout/ico-button.png) no-repeat 10px center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	 bottom: 12px;
	right: 0px;
}

.hp-evidence-thumb img
{
	padding: 2px;
	border: 1px solid #d7d7d7;
}

.homepage-news-content
{
	padding: 15px;
	list-style-type: none;
	margin: 0;
}

.homepage-news-content li
{
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #d4d4d3;
}

.hp-news-date
{
	font-size: 11px;
	color: #a6a6a3;
	margin: 2px 0 5px 0;
	font-style: italic;
}

.hp-news-goonbutton-box
{
	margin: 5px 0 0 0;
}

.hp-news-goonbutton-box a
{
	color: #c10017;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 2px 2px 26px;
	background: transparent url(../images/layout/ico-button-news.png) no-repeat left center;
}

.hp-news-text, .hp-news-text p
{
	font-size: 12px;
	color: #2c2c2c;
	line-height: 16px;
	text-align: justify;
}

.hp-news-general-link, .hp-news-general-link:hover
{
	margin: 0 15px;
	padding: 6px 10px 6px 36px;
	background: #c10017 url(../images/layout/ico-button.png) no-repeat 10px center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.hp-news-title
{
	font-size: 14px;
	font-weight: 700;
	color: #141414;
}

.content-list-text
{
	display: table-cell;
	vertical-align: top;
	padding: 10px 0 0 0;
}

.content-list-text a
{
	font-weight: 600;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.content-list-thumb img
{
	width: 64px;
	height: 64px;
}

.content-list-thumb
{
	display: table-cell;
	padding: 0 15px 0 0;
}

#submenu-box ul
{
	margin: 10px 0 0 0;
	list-style-type: none;
}

#submenu-box .block-int
{
	padding: 0px;
}

#submenu-box ul li.li-active
{
	background: #c10017 url(../images/layout/ico-piu.png) no-repeat 10px center!important;
}

#submenu-box ul li
{
	background: #fafaf8 url(../images/layout/ico-piu.png) no-repeat 10px center;
	display: block;
	padding: 10px 10px 10px 35px;
	margin: 0 0 2px 0;
	
}

#submenu-box ul li a
{
	font-size: 12px;
	color: #737372;
	text-decoration: none;
}

#cookie-bar
{
    padding: 5px 0!important;
    height: auto!important;
    background: #fff!important;
    color: #3c3c3c!important;
    border-bottom: 3px solid #c10017;
}

#cookie-bar p 
{
    width: 960px;
    margin: auto!important;
}

#cookie-bar .cb-policy, #cookie-bar .cb-policy:hover
{
    background: #820012!important;
}

#cookie-bar .cb-enable, #cookie-bar .cb-enable:hover
{
    background: #000000!important;
}
