f/* 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: #485659;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
	line-height: 1.5em;
	background: url(../images/layout/page-bg.gif) repeat top center;
}


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

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

h1 
{
    font-size: 22px;
    line-height: 26px;
}

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

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

a
{
    color: #849da3;
}

a:hover
{
    color: #000000;

}


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

#page
{
	width: 990px;	
    margin: 0px auto;		
}

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

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

.header
{
    height: auto;
    margin: 0 auto 30px auto;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 990px;
}

#header_en
{
    background-image: url(../images/layout/banner_en.jpg);
}

#header_it
{
    background-image: url(../images/layout/banner_it.jpg);
}

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

#page-header
{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 5px solid #2e6c53;
}

#breadcrumb
{
	margin: 0 0 10px 0;
	font-size: 11px;
}

#breadcrumb a
{
	font-size: 11px;
	text-decoration: none;
}

.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;
	display: inline-block;
	margin: 0px;
	display: none;
}

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

#wrapper
{
	position: relative;
}

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

#footer
{
	background-color: #062422;
	padding: 10px 15px 5px 15px;
	color: #ffffff;
	font-size: 11px;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

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

#footer-right
{
	float: right;
	width: 170px;
	margin: 0 10px 0 0;
}

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

form
{

}

.header-cerca form
{
	padding: 0px;
	background: none;
	margin: 0px;
	background-color: #e5f1ec;
}

label, input, select, textarea
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

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: 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: 5px;
    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: #2e6c53;
    color: #ffffff;
    border: 0px;
}

.form-field
{

}
.form-submit
{

}

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

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

.btn-alternate
{
    background-color: #485659;
    color: #ffffff;
}

.btn-secondary
{
    background-color: #485659;
    color: #ffffff;
}

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

.btn:active, .btn:hover
{
    background-color: #ffffff;
    color: #485659;
}

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

.btn-alternate:active, .btn-alternate:hover
{
    background-color: #ffffff;
    color: #485659;
}

.btn-secondary:active, .btn-secondary:hover
{
    background-color: #ffffff;
    color: #485659;
}

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

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

.menu li
{
	list-style-type: none;
	float: left;
}

#menu_primary
{
	width: 920px;
	display: inline-block;
    padding: 10px 0 0 0;
	text-align: center;
}

#footer-menu #menu_primary, #menu_primary-sticky-wrapper #menu_primary
{
	padding: 0;
}

#menu_primary a, #menu_primary .menu-item-active span
{
	display: inline-block;
	text-decoration: none;
	padding: 10px 5px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 12px;
	border-right: 1px solid #e5e5e5;
}

#menu_primary a
{
	color: #485659;
}

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

#menu_column
{
	padding: 0px;
}

/* blocchi generici */

.block, #menu_column .menu-item
{
	margin-bottom: 20px;
	background: rgba(57, 126, 106, 0.08);
}

.block-title, .block h2, #menu_column h2
{
	background: #397e6a;
	padding: 15px 12px;
	font-size: 16px;
	margin: 0px;
	position: relative;
	color: #ffffff;
	font-weight: normal !important;
	text-transform: uppercase;
	line-height: 16px;
}

.block-title a, .block h2 a, #menu_column h2
{
	color: #ffffff;
	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;
}

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

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

.menu-top-box
{
	position: relative;
	z-index: 10;
	top: 0px;
	width: 910px;
	background-color: #ffffff;
	padding: 10px 40px;
}

.prefooter
{
	background-color: #ffffff;
	border-top: 1px solid #e3ecee;
	padding: 15px 0 30px 0;
        margin: 15px 0 0 0;
}

.box-220
{
	width: 220px;
	margin: 0 90px 0 0;
}

.box-220-i
{
	width: 220px;
}

.box-280
{
	width: 280px;
	margin: 0 120px 0 0;
}

.floatleft
{
	float: left;
}

#homepage-region-container .block
{
	width: 317px;
}

#block_block_1 p, #block_block_13 p, #block_block_12 .news_text p, #block_block_3 .news_text p
{
	margin: 0;
	display: inline-block;
	text-align: left!important;
}

#block_block_12 .news_text ul, #block_block_3 .news_text ul
{
	margin: 5px 0 0 15px;
	padding: 0;
}

#block_block_12 .news_text ul li, #block_block_3 .news_text ul li
{
	list-style-type: initial!important;
	line-height: normal;
}


#block_block_1, #block_block_13
{
	padding: 0px;
	float: left;
	margin: 0 0 30px 0;
}

#block_block_1 h2, #block_block_13 h2
{
	background: none;
	color: #232423;
}

#block_block_1 a, #block_block_8 a, #block_block_13 a, #block_block_11 a, #block_block_15 a, #block_block_16 a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/dipendenti-seeall-arrow.png) no-repeat left center;
	padding: 0 0 0 20px;
	height: 22px;
	display: inline-block;
}

#block_block_3, #block_block_12
{
	padding: 0px;
	float: left;
	margin: 0 20px 0 0;
}

#block_block_4, #block_block_14
{
	float: left;
	margin: 0 20px 0 0;
}

#block_block_8, #block_block_11
{
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ffffff !important;
}

#block_block_8 p
{
	line-height: 16px;
	font-size: 12px;
	color: #868686;
}

#block_block_15, #block_block_16
{
	margin: 0px;
	position: absolute;
	top: 337px;
	right: 0px;
	background: #fff!important;
}

.block-int-3
{
	margin: 30px 0 0 0;
}

.blocco_ul_3 li
{
	list-style: none;
}

.blocco_3_title
{
	color: #232423;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	font-size: 16px;
	background: url(../images/layout/news-bullet.png) no-repeat 10px center;
	padding: 0 0 0 40px;
	display: inline-block;
}

.blocco_ul_3
{
	margin: 0px;
	padding: 0 40px 0 0;
}

.news_text
{
	padding: 0 0 0 40px;
}

.box_news_leggitutto
{
	margin: 15px 0 0 40px;
	background: url(../images/layout/news-arrow.png) no-repeat left center;
	padding: 0 0 0 10px;
	color: #232423;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

.news_separator
{
	width: 222px;
	height: 1px;
	display: inline-block;
	background-color: #cfd9dd;
	margin: 15px 0 15px 40px;
}

.news_text p, #block_block_1 p
{
	line-height: 16px;
	font-size: 12px;
	color: #485659;
	text-align: justify;
}

#homepage-region-container, .hp-2column-box, .hp-3column-box
{
    width: 317px;
    padding: 0 20px 0 0;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.hp-3column-box
{
    padding: 0;
}

.bottone-colonna
{
	background: url(../images/layout/colonna-button.png) no-repeat left center !important;
	display: inline-block;
	width: 297px !important;
	height: 48px !important;
	line-height: 50px;
}

.bottone-colonna-universita
{
	background: url(../images/layout/colonna-button-uni.png) no-repeat left center !important;
	display: inline-block;
	width: 297px !important;
	height: 48px !important;
	line-height: 50px;
}

.languages-box
{
	width: auto;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 13px;
}

.header-cerca
{
	width: auto;
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 40px;
}

.header-cerca label
{
	width: 100px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.logoit
{
	width: 85px;
	height: 85px;
	display: inline-block;
	background: url(../images/layout/logoit.png) no-repeat left top;
        background-size: contain;
}

.logoen
{
	width: 307px;
	height: 90px;
	display: inline-block;
	background: url(../images/layout/logoen.png) no-repeat left top;
        background-size: contain;
}

.logofooterit
{
	width: 200px;
	height: 59px;
	display: inline-block;
	background: url(../images/layout/logoit.png) no-repeat left top;
	margin: 0 0 0 10px;
        background-size: contain;
}

.logofooteren
{
	width: 200px;
	height: 59px;
	display: inline-block;
	background: url(../images/layout/logo-footeren.png) no-repeat left top;
	margin: 0 0 0 10px;
        background-size: contain;
}

.floatright
{
	float: right;
}

.header-cerca #content-search-key
{
	background-color: #e5f1ec;
	border: none;
	margin: 0px;
	padding: 4px;
	width: 252px;
}

.header-cerca #content-search-submit
{
	background: transparent url(../images/layout/search-button.png) no-repeat center center !important;
	width: 29px;
	height: 29px;
	display: inline-block;
}

.lined-p
{
	border-bottom: 1px solid #e3ecee;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0 !important;
}

.footer-address
{
	font-size: 11px;
	color: #485659;
	margin: 20px 0 0 10px;
}

.footer-address p
{
	margin: 0px;
	padding: 0px;
}

.footer-text-color
{
	color: #739097;
}

#footer-title
{
	color: #2e6c53;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 3px 0 !important;
}

/* menu footer */

#footer-menu #menu_primary a, #footer-menu #menu_primary .menu-item-active span
{
	display: inline-block;
	text-decoration: none;
	padding: 6px 0px;
	font-size: 12px;
	text-transform: none;
	line-height: 12px;
	border: none;
	color: #2e6c53;
}

#footer-menu .menu li
{
	list-style-type: none;
	float: none;
	text-align: left;
	white-space: nowrap;
}

#footer-menu #menu_primary
{
	width: auto;
	display: table-caption;
	position: relative;
	right: 0px;
	bottom: 0px;
}

#footer-menu #menu_primary a:hover, #footer-menu #menu_primary .menu-item-active span
{
	background-color: #ffffff;
	color: #485659;
	font-weight: bold;
}


.fb a
{
	background: transparent url(../images/layout/ico-facebook.png) no-repeat left center;
	color: #849da3;
	font-size: 12px;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.tw a
{
	background: transparent url(../images/layout/ico-twitter.png) no-repeat left center;
	color: #849da3;
	font-size: 12px;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.in a
{
	background: transparent url(../images/layout/ico-linkedin.png) no-repeat left center;
	color: #849da3;
	font-size: 12px;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.reserved-area a
{
	background: transparent url(../images/layout/ico-areariserv.png) no-repeat left center;
	color: #849da3;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 20px;
}

.dipendenti
{
	margin: 0px;
	padding: 0px;
}

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

.dipendenti ul li
{

}

.dipendenti-li
{
	background: transparent url(../images/layout/dipendenti-li.png) no-repeat left center;
	display: inline-block;
	width: 217px;
	height: 34px;
	border-bottom: 1px solid #eeefef;	
	padding: 12px 50px 0 50px;
	text-decoration: none;
	color: #485659 !important;
	line-height: 13px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

a.dipendenti-li:hover
{
	background: transparent url(../images/layout/dipendenti-li-hover.png) no-repeat left center;
}

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

#submenu-box ul li
{
	border-bottom: 1px solid #cfd9dd;
	line-height: 14px;
	padding: 8px 0px;
}

#submenu-box .span-li-active
{
	display: inline-block;
	padding: 0 0 0 10px;
}

#submenu-box ul li a
{
	text-decoration: none;
	background: url(../images/layout/news-arrow.png) no-repeat left center;
	padding: 0 0 0 10px;
	display: inline-block;
}

.link-sedi a
{
	color: #485659 !important;
}

.box_news_data
{
	color: #2e6c53;
	margin: 8px 0px;
	text-align: right;
	display: block;
	font-size: 12px;
	line-height: 12px;
}

#contact_extended-privacybox
{
   height: 200px;
   overflow-y: scroll;
   padding: 20px;
   background-color: #ffffff;
   margin: 20px 0px;
   border: 1px solid #cccccc;
}

#content-form-69 label, #content-form-70 label
{
	display: inline-block;
	width: 200px;
}

#content-form-69 input, #content-form-69 select, #content-form-69 textarea, #content-form-70 input, #content-form-70 select, #content-form-70 textarea
{
	width: 450px;
}

label[for="node[69][cons_message]"], label[for="node[70][cons_message]"]
{
	vertical-align: top;
}

label for["node[69][cons_privacy_read]"], label for["node[70][cons_privacy_read]"]
{
	width: 600px;
}

label[for="node[69][cons_privacy]"], label[for="node[69][cons_privacy_read]"], label[for="node[70][cons_privacy]"], label[for="node[70][cons_privacy_read]"]
{
	width: 640px !important;
}

#content-submit-69, #content-submit-70
{
	width: 60px !important;
}

#contact_extended-cons_privacy, #contact_extended-cons_privacy_read
{
	width: auto !important;
}

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

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

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

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

#slider
{
	height: 335px;
}

sup
{
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	position: relative;
	top: -3px;
}

.content-info
{
	display: none;
}

body .nivoSlider img {
    left: 50%!important;
    width: 990px!important;
    height: 335px!important;
    margin-left: -495px;
}

.social {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

.social li {
    margin: 0 10px 0 0;
    float: left;
}

.social li:first-child {
       width: 83px;
}

.homepage-table
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

#region-blocks_aikido #block_block_17 .block-int, #region-blocks_aikido #block_block_20 .block-int
{
    background: url(../images/layout/bg-aikido.png) no-repeat left center;
    height: 212px;
    padding: 0;
}

#region-blocks_dojo #block_block_18 .block-int, #region-blocks_dojo #block_block_21 .block-int
{
    background: url(../images/layout/bg-dojo.png) no-repeat left center;
    height: 212px;
    padding: 0;
}

#region-blocks_associazione #block_block_19 .block-int, #region-blocks_associazione #block_block_22 .block-int
{
    background: url(../images/layout/bg-associazione.png) no-repeat left center;
    height: 212px;
    padding: 0;
}

#menu_primary .menu {
    float: none;
    display: inline-block;
}

.content-file img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.sticky-header-logo
{
    display: none;
}

#menu_primary-sticky-wrapper.is-sticky .sticky-header-logo
{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: left;
    z-index: 99999;
}

#menu_primary-sticky-wrapper.is-sticky .primary-menu-content
{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#menu_primary-sticky-wrapper.is-sticky .sticky-header-logo a
{
    border-right: none;
    padding: 0 10px 0 0;
}

#menu_primary-sticky-wrapper.is-sticky .sticky-header-logo a div
{
    width: 60px;
    height: 60px;
}

#menu_primary-sticky-wrapper.is-sticky .sticky-header-logo a:hover
{
    background-color: transparent;
}


#menu_primary-sticky-wrapper.is-sticky #menu_primary
{
    margin-left: -40px;
    margin-top: 0px;
    right: auto;
    width: 990px!important;
}

#menu_primary-sticky-wrapper.is-sticky .menu-primary-content {
    padding: 10px 40px;
    background: #fff;
    border-bottom: 1px solid #397e6a;
    display: table;
    width: 911px;
}

#menu_primary-sticky-wrapper.is-sticky #menu_primary .menu
{
    display: block;
    margin: 0;
}
