/* 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: #a7a7a7;
    font-family: Open Sans,Arial,Verdana,sans-serif;
    font-size: 13px;
	line-height: 1.5em;
	background: #242424 url(../images/layout/bg.jpg) no-repeat center top;
}


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

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
   	line-height: 1.5em; 
   	color: #ffffff;
   	font-weight: normal !important;
}

h1 
{
    font-size: 14px;
}

h2 
{
    font-size: 14px;
}

h3 
{
    font-size: 13px;
}

h4 
{
    font-size: 13px;
}

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
{
	font-weight: bold;
}

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

a
{
    color: #347593;
    text-decoration: none;
}

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


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

#page
{
	width: 950px;	
    margin: 0px auto;	
    background-color: #181818;	
    padding: 20px;
    min-height: 600px;
}

#content
{
	width: 560px;
	padding: 0px;
	float: right;
	margin-left: 19px;
	text-align: justify;
}

#content.big
{
	width: 769px;
	margin-left: 0px;
	float: left;
}

#sidebar
{
	width: 190px;
	float: left;
	background: #0e0e0e;
}

#header
{
	margin: 0px;
	height: 104px;
}

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

#page-header
{
    margin-bottom: 20px;
    padding: 7px 10px;
    border-top: 1px solid #545454;
    background-color: #1f1f1f;
}

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

#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: #3387af;
	padding: 10px 20px;
}

#backend-goto a
{
	color: #ffffff;
}

#backend-goto a:hover
{
	color: #000000;
}

#footer
{
	padding: 0px;
	border-top: 5px solid #17333e;
	margin: 0px;
	background: #19191b url(../images/layout/footer-sf.png) repeat top center;
	color: #afafaf;
	font-size: 11px;
}

#footer-left
{
	float: left;
	width: 50%;	
	margin: 10px 0 0 0;
}

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

#footer-right p
{
	margin: 0px;
	padding: 0px;
}

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

form
{
    padding-bottom: 20px;
}

label, input, select, textarea
{
    font-family: Arial, Verdana, sans-serif;
    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
{
    background-color: #efefef;
}

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: 97%;
}

.verylong-field
{
	width: 93%;
}

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

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

.btn
{
    border-radius: 5px;
    cursor: pointer;
    padding: 6px 10px;
    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: #565657;
    color: #FFFFFF;
    border: 0px;
    margin: 0px;
}

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

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

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

.btn-alternate
{
	color: #ffffff;
	padding: 7px 10px;
	border-top: 1px solid #545454;
	background-color: #1f1f1f;
}

.btn-secondary
{
	color: #ffffff;
	padding: 7px 10px;
	border-top: 1px solid #545454;
	background-color: #1f1f1f;
}

.btn-delete
{
	color: #ffffff;
	padding: 7px 10px;
	border-top: 1px solid #545454;
	background-color: #1f1f1f;
}

.btn:active, .btn:hover
{
    background-color: #27779c;
}

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

.btn-alternate:active, .btn-alternate:hover
{
    background-color: #27779c;
    color: #000000;
}

.btn-secondary:active, .btn-secondary:hover
{
    background-color: #27779c;
    color: #000000;
}

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

/* 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;
    margin-top: 5px;
}

/* 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;
	text-transform: uppercase;
	font-size: 14px;
}

.menu li
{
	
	list-style-type: none;
	float: left;
	padding: 0px;
	background: transparent url(../images/layout/menu-devider.png) no-repeat right center;
}

#menu_primary
{
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #1d6688), color-stop(1, #27779c));
	background-image: -moz-linear-gradient(top right, #1d6688 0%, #27779c 100%);
	background-image: linear-gradient(top right, #1d6688 0%, #27779c 100%);
		
    margin: 0px;
}

#menu_primary a, #menu_primary .menu-item-active span
{
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding: 12px 20px 12px 8px;
}

#menu_primary a
{
	color: #ffffff;
}

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

#menu_column
{
	padding: 0px;
}

/* blocchi generici */

.block, #menu_column .menu-item
{
	margin-bottom: 20px;
	background-color: #0e0e0e;
}

.block-title, .block h2, #menu_column h2
{
	margin-bottom: 20px;
	padding: 7px 10px;
	border-top: 1px solid #545454;
	background-color: #1f1f1f;
	text-transform: uppercase;
}

.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: 11px 35px;
	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;
}

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

.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: 400px;
}

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

.box-990
{
	width: 990px;
	margin: auto;
}

#banner-adv
{
	margin: 0 0 0 20px;
	float: right;
}

#info-footer
{
	width: 210px;
	float: left;
	margin: 10px 0 0 10px;
}

#info-footer p
{
	margin: 0px;
}

#menu-footer
{
	float: right;
	margin: 10px;
}

#menu-footer .box-990
{
	width: auto !important;
}

.footer-box
{
	
}

#menu_primary .menu-item-active
{
	font-size: 14px;
	text-transform: uppercase;
}

#footer #menu_primary
{
	background: none;
	border-bottom: 1px solid #2d2d2f;
}

#footer .menu li
{
	background: none;
}

#footer .menu
{
	font-size: 11px;
}

#footer #menu_primary a, #footer #menu_primary .menu-item-active span
{
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 8px 0px 4px 15px;
	font-weight: bold;
}

#footer #menu_primary a:hover, #footer #menu_primary .menu-item-active span
{
	color: #27779c;
	font-size: 11px;
	font-weight: bold;
}

#wrapper
{
	background: transparent url(../images/layout/top-bg.png) repeat-x right top;
}

.logo
{
	display: inline-block;
	position: relative;
	top: 30px;
}

.sub-menu
{
	position: absolute;
	right: 0px;
	top: 7px;
	z-index: 10;
	width: 384px;
	height: 52px;
	background: transparent url(../images/layout/sub-menu-bg.png) repeat-x right top;	
}

.pos-relative
{
	position: relative;
}

.sub-menu-header #categories-box
{
	width: 384px;
	position: absolute;
	right: 0px;
	z-index: 15;
	background: none;
}

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

.sub-menu-header .categories-menu
{
	margin: 0 0 0 20px;
}

.sub-menu-header .categories-menu li
{
	float: left;
	font-size: 11px;
	background: none;
}

.sub-menu-header .categories-menu a
{
	padding: 11px 35px;
	display: inline-block;
	color: #5d5d5d;
	text-decoration: none;
}

.sub-menu-header .categories-menu a:hover, .sub-menu-header .categories-menu .li-active
{
	color: 1e7b9c;
	text-decoration: none;
}

#sidebar #page-header
{
	margin: 0px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 12px;
}

#sidebar ul li
{
	border-bottom: 1px solid #191919;
	padding: 6px 0px;
}

#sidebar ul li a
{
	color: #bebebe;
	text-decoration: none;
	padding: 5px 2px 5px 20px;
	background: transparent url(../images/layout/arr-close.png) no-repeat left 10px;
	width: 140px;
	display: inline-block;
}

.sidebar-active
{
	background: transparent url(../images/layout/arr-open.png) no-repeat left 13px !important;	
	color: #5d5d5d !important;
}

#sidebar ul li ul
{
	padding: 0px;
	width: 166px;
	position: relative;
	top: 5px;
	line-height: 18px;
}

#sidebar ul li ul li
{
	border-bottom: 2px solid #0e0e0e;
	font-size: 11px;
	text-align: right;
	padding: 3px;
	background: #131313 url(../images/layout/arr-arr-close.png) no-repeat 156px center;
}

#sidebar ul li ul li a
{
	padding: 0 12px 0 0;
	background: none;
	display: inline-block;
}

#submenu-box h2
{
	text-transform: none;
}

.sidebar-sub-active
{
	background: #131313 url(../images/layout/arr-arr-close-active.png) no-repeat 140px center !important;
}

.sidebar-sub-active a
{
	color: #347593 !important;
}

.subfooter
{
	margin: 0px 10px;
	padding: 0 0 10px 0;
}

#menu_top
{
	margin: 11px 40px;
}

#menu_top .box-990
{
	width: auto;
}

#menu_top .menu li
{
	background: none;
	padding: 0 30px;
}

#menu_top .menu li a
{
	color: #afafaf;
	text-transform: none;
	font-size: 11px;
}

.menu-item-active
{
	font-size: 11px;
	text-transform: none;
}

#content h2
{
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#content form
{
	background: none;
	padding: 0px;
	margin-bottom: 10px;
}

#content .block-int
{
	padding: 5px 0px;
}

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

#sidebar .li-active
{
	padding: 5px 2px 5px 20px;
	display: inline-block;
	width: 140px;
	color: #5d5d5d;
	font-weight: normal;
	background: transparent url(../images/layout/arr-open.png) no-repeat left 13px !important;	
	color: #5d5d5d !important;
}

#sidebar ul li ul li .li-active
{

	font-size: 11px;
	text-align: right;
	padding: 0 12px 0 0;
	background: none !important;
	color: #23789f !important;
	display: inline-block;
}

.subfooter a
{
	color: #afafaf;
	text-decoration: none;
}

.subfooter img
{
	margin: 0 0 0 5px;
}

.social-ul
{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
}

.social-ul li
{
	float: left;
}

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

#region-blocks_homepage .block h2
{
	margin: 0px;
}

#region-blocks_homepage 
{
	margin: 25px 0 0 0;
}

#region-blocks_homepage .block
{
	background: none;
	margin: 0px;
}

#region-blocks_homepage ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
}

#region-blocks_homepage li
{
	margin: 5px 0 0 0;
}

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

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

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

.commentbox
{
	margin-bottom: 10px;
	background-color: #1F1F1F;
	padding: 7px 15px;
}

.commentbox strong
{
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}

#add_content_comment_form
{
	margin-top: 60px;
}


#add_content_comment_form h2, #content_comments_list h2
{
	font-size: 14px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 7px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #545454;
}

.comment-reply_to-row
{
	margin: 20px 0px 0px 0px;
}

#comment-reply_to-cancel
{
	margin-left: 20px;
	display: none;
}

.comments-list
{
	list-style-type: none;
	margin: 0px;
	margin-left: 30px;
}

.comments-list.depth-0
{
	margin-left: 0px;
}

li #comment-add-box
{
	margin-bottom: 50px;
}

.comment-sub-sx
{
  float: left;
  width: 75%;
}

.comment-sub-dx
{
  float: right;
  width: 25%;
  text-align: right;
}