
/*--------RESETTER CSS ------*/
@import "resetter.css";

/*-------SISTEMA DI GRIGLIE FLUIDO A 16 CELLE -----*/
@import "1140grid.css";

* {
/*    
        Questa regola permette di avere un box model più logico e naturale che nella width comprende anche margin e padding
        http://html5please.com/#box-sizing
        http://paulirish.com/2012/box-sizing-border-box-ftw/
*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


html,body
{
    font-family:"Arial", "Lucida Grande", sans-serif;
    color:#000000;
    font-size:12px;
    background-color: #544f49;
}

body .home{
    background-color: #544f49;
}


a,a:link,a:hover,a:visited
{color:#B00900}


.floatLeft { float: left; }
.floatRight { float: right; }

/*---------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*----------------------------------------------------------------------------------------------*/

.simpleClear{clear:both}

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.justify{text-align:justify;}
.bold{font-weight: bold; } 
.italic{font-style:italic; } 
.noWrap{white-space:nowrap;}
.errore{font-weight:bold;color:#D21C22;}
.hide{display:none;}

.small{font-size:0.8em}

/* For image replacement */


/*
* Image replacement
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*DISPLAY INLINE-BLOCK HACK*/
.lt-ie7 .ib {
	display: inline;
	zoom: 1;
}

.fleft{float:left;}
.fright{float:right;}


.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}


/*-----------------------------*/

.wrapper {
	margin:auto;
	width:950px;
}
.wrapper-center {
	margin:auto;
	width:950px;
}

.page-shadow{
	/*-webkit-box-shadow:  3px 3px 10px 0px #2b2116;
	box-shadow:  3px 3px 10px 0px #2b2116;*/
}

/*----------------- HEADER --------------------*/

#header-container{
	height:107px;
        background-color: #FFFFFF;
}

#header-wrapper, #header {
    background-color:#FFFFFF;	
	display:block;
	width:100%;
	height:107px;
}

#header #iconBox{
    top: 0px;
    padding: 73px 10px 0px 0px;
    float: right;
    color: #000000;
    text-align: right;
    text-transform: capitalize;
    width: 160px;
}

#header #iconBox img{
    margin-right: 10px;
    border:0px;
}

#header #scelta-lingua
{
	top: 0px;
	padding: 82px 10px 5px 0px;
	float: right;
	color: #000000;
	text-align: right;
	text-transform:capitalize;
}

#header #scelta-lingua a,
#header #scelta-lingua span
{
    font-family: Arial,sans-serif;
    font-size: 12px;
    color:#000000;
    text-decoration:none;
}
#header #scelta-lingua span
{
    margin: 0 3px;
}

#header #scelta-lingua .active{
    color:#000000;
    font-weight: bold;
    text-decoration: none;
}

#header header {
    width:950px;
    height:107px;
}

#header header a.link-img{display: inline-block}
#header header a.link-img #logo-left{height:80px;width:260px;background: url(../images/logo-left.jpg) no-repeat;margin-top: 25px;margin-left:9px;}
/*#header header a.link-img #logo-right{height:80px;width:260px;background: url(../images/logo-right.jpg) no-repeat}*/


#logo-area {
    width:266px;
    height:68px;
    background: url(../images/logo.png) 0 0 no-repeat scroll;
    margin: 20px 0 16px 20px;
    float:left;
}
#logo-area a {
    display:block;
    width:100%;
    height:100%;
}

#ico-header-area{
	width: 584px;
	height: 50px;
	margin: 50px 20px 0px 20px;
	float: right;
	text-align: right;
}

#nsl-btn{
	width:35px;
	height:280px;
	float:right;
	display:block;	
	background:url(../images/newsletter-btn.png) no-repeat top left;
	cursor:pointer;
}

#main-menu {
	display: block;
	width: 950px;
	text-align: left;
	height: 27px;
    background-color:#7c776a;
	background-color: rgb(116,111,98);
	font-size:11px;
}
#main-menu .menu-item {
	padding: 7px 10px 5px 10px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	height: 27px;
}
#main-menu .menu-item a {
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
    text-decoration: none;
}


#main-menu .menu-item.active {
	color:#FFFFFF;
	background-color: #d53125;
	background-color: rgb(208,40,35);
	font-weight:bold;
    
}

.menu-item-orange {
	float: right;
	text-align: center;
	width: 125px;
	height: 25px;
	background-color: #db8004;
	padding-top: 12px;
	text-transform:uppercase;
}

.menu-item-orange a{
	font-style:inherit;
	text-decoration:inherit;
	color:inherit;
	cursor:pointer;
}

#social-container {
	position: absolute;
	width: 970px;
	z-index: 0;
}

#social-container ul {
	float: right;
	margin-top: 10px;
	list-style:none;
}

#social-container ul li {
	widht: 32px;
	height: 32px;
	margin-bottom: 5px;
	position: relative;
}

#header-shadow{
	width:950px;
	height:46px;
	background:url(../images/header-shadow.png) top center no-repeat;
}



/*
.dropdown-menu ul { list-style:none; margin:0 0 -20px 0; padding:0; }
.dropdown-menu li { position:relative; }
.dropdown-menu .level1, .dropdown-menu .level1 .level1-item { float:left; }
.dropdown-menu .level1 .level1-item { margin:0px 0px 0px 10px; padding: 5px 5px 20px 5px; }
.dropdown-menu .level1-dropdown { display:none; position:absolute; left:0px; top:65px; }
.dropdown-menu .level1-dropdown.flip { display:none; position:absolute; right:0px; }
.dropdown-menu .level1-dropdown ul { background: #3C3C3C; }
.dropdown-menu .level1-dropdown ul>li>a { padding: 3px 10px; white-space:nowrap; }
*/

/*----------------------------------*/

/*#sfumatura-menu{
	float:right;
	width: 16px;
	min-height:290px;
	position:relative;
	margin-top:10px;
}*/


/*----------------- CONTENT --------------------*/
#content-wrapper-center{
    background: url(../images/bg-content.png) repeat-x #ffffff;
    padding-bottom: 20px;
}

.content-wrapper{
	display:block;
	width:100%;
}

.content {
    width:950px;
}

.content #home-head
{
    position: relative;
}
.content #home-head .menu-top
{
    float:left;
    width: 270px;
    height: 245px;
    background-color: #f07f00;
}

.content #home-head .menu-top ul{
    list-style: none;
    float: right;
    text-align: right;
    padding: 15px 25px;
}

.content #home-head .menu-top ul li a,
.content #home-head .menu-top ul li a:link,
.content #home-head .menu-top ul li a:visited
{
    color:#ffffff;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px; 
}

.content #home-head .menu-top ul li.active a,
.content #home-head .menu-top ul li.active a:link,
.content #home-head .menu-top ul li.active a:visited,
.content #home-head .menu-top ul li a:hover{
     color:#ffffff;
     font-weight: bold;
     text-decoration:none;
}
.content #home-head-payoff
{
    position:absolute;
    left: 315px;
    top:65px;
    z-index: 90;

}
.content #home-head-payoff>div
{
    bottom: 10px;
    position: relative;
    width: 300px;
}

.content #home-head-payoff .payoff-big
{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-transform: lowercase;
}
.content #home-head-payoff .payoff-small
{
    color: #000000;
    font-size: 14px;
}

#page-section{margin-top: 15px;}
#page-section>header,
#page-section #corpo-pagina{background-color: #FFFFFF;padding: 15px 15px 0 15px;}
#page-section #corpo-pagina header{padding-bottom:1px}
#page-section #corpo-pagina h1{margin-bottom: 15px;}
#page-section #corpo-pagina article{padding-bottom: 15px;}
#page-section #corpo-pagina ul{list-style: disc inside}

#template-2-colonne #page-section{
    background-color: #FFFFFF;
    padding:15px;
}

#template-2-colonne #page-section>header {padding: 15px 0 0 0}

#template-istituzionale #page-section{

}

.photo-gallery {padding-bottom:15px;}
.photo-gallery .row{margin-bottom:15px;}

.download-area{padding:30px 0;}
.download-area h2{
    border-bottom: 1px solid #CCCCCC;
}
.download-area .download-item{
    background: url(../img/ico-download.png) no-repeat left;
    min-height: 70px;
    padding-top: 50px;
}

.download-area a.dl-file-link,
.download-area a:link.dl-file-link,
.download-area a:hover.dl-file-link,
.download-area a:visited.dl-file-link
{
    color:#000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#page-title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-top: 2px;
    margin-bottom: 11px;
}

/*----------------------------------*/

/*
#block-header { width:100%; height:55px; padding:23px 0 0 0; background: url(../images/header_bkg.png) 0 0 repeat-x scroll #3c3c3c; color:#FFFFFF; position:fixed; font-size:16px; font-weight:bold; z-index:999; }
#block-main { min-height: 550px; height:550 !important; height:auto; padding:78px 0 0 0; }
#block-footer { width:100%; height:55px; padding:15px 0; background: url(../images/ombra_orizzontale.png) top center no-repeat scroll #FFFFFF; }
*/

#headShadow{
    background: url(../images/shadow-page.png) no-repeat;
    width: 950px;
    height: 33px;
}

#page-section h1{font-size:20px; color:#003766}


#col-left{
    float: left;
    width: 270px;
    background-color: #edecea;
}
#col-left h2{
    text-align: right;
    background-color: #eecba3;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 2px 20px;
    color: #000000;
    margin-top: 9px;
}
#col-right{
    float: right;
    width: 680px;
    padding: 0px 10px 0px 25px;
    margin-top: 10px;
}

#col-right ul{
    padding-left: 16px;
}

#template-istituzionale.content #main-content
{
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background-color: #FFFFFF;
    padding: 20px;
}




#template-2-colonne.content>#col-main
{
    width:695px;
    float:right;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
#template-2-colonne.content>#col-2nd
{
    width:255px;
    float: left;
    background-color: #d2d1cf;
}


#footer{
    margin: 15px 0 0 0;
    color: #FFFFFF;
    text-align:center;
}

#txt_certificazioni{
    margin-top: 48px;
    padding: 15px;
    background-color: #edecea;
    font-size: 12px;
}

/*--------------------------------------------------------*/
/*	Carousel
/*--------------------------------------------------------*/
.carousel-container {
	overflow: hidden;
        width: 645px;
        position: relative;
        margin-top: 20px;
        background-color: rgb(248, 248, 248);
        float: left;
        padding-top: 10px;
        height: 140px;
}

.carousel-container h1{
    color: #065c9e;
    font-size: 17px;
    padding-left: 26px;
    padding-bottom: 13px;

}

.carousel-container .js {
	overflow:hidden;
	zoom:1;
}
.carousel-container .carousel, .carousel-container .carousel .carousel-wrap {
	margin:0;
	border:0;
	zoom:1;
}
.carousel-container .js .carousel-wrap {
	display:inline-block;
	vertical-align:middle;
	width:600px;
}
.IE .carousel-container .js .carousel-wrap {
	display:inline;
}
.carousel-container .carousel ul {
	margin:0;
	padding:0;
	zoom:1;
}
.carousel-container .js ul li {
	overflow:hidden;
	display:inline;
	float:left;
	width:250px;
	height:110px;
	zoom:1;
}
.carousel-container .carousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:25px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
	border:0;
	text-indent:-9999px;
	margin:0px;
        padding: 0px;
}
.carousel-container .carousel .carousel-next {
	background:url(../img/carousel-next.png) 0 0 no-repeat;
}
.carousel-container .carousel .carousel-previous {
	background:url(../img/carousel-prev.png) 0 0 no-repeat;
}
.carousel-container .carousel .carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
.carousel-container .carousel .disabled, .carousel-container .carousel .disabled:hover {
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
}
.carousel-container .carousel div {
	margin:0;
	padding:0;
	border:0;
}
.carousel-container .carousel ul {
	padding:0;
	padding-left:0px !important;
	list-style:none;
	top:10px !important;
}
.carousel-container .carousel ul li {
	position:relative;
	width:110px;
	margin:0px 6px;
}
.carousel-container .carousel ul li cite {
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
}
.carousel-container .carousel ul li cite a img {
	vertical-align:middle;
}
.carousel-container .carousel ul li cite a {
	color:#fff;
	text-decoration:none;
}
.carousel-container div.center-wrap {
	overflow:hidden;
	clear:both;
	zoom:1;
}
.carousel-container div.center-wrap div {
	border:0;
	margin:15px 0;
}
.carousel-container div.center-wrap a {
	margin:0 2px;
	padding:2px 5px;
	border:1px solid #4f4f4f;
	background:#333;
	cursor:pointer;
	color:#fff;
	-moz-border-radius:12px;
	webkit-border-radius:12px;
	border-radius:12px;
}
.carousel-container div.center-wrap a.active {
	font-weight:bold;
	color:#5db0e6;
}
.carousel-container h3{
	/*background:url(../img/asterisco.png) no-repeat top left;*/
	font-size:14px;
	color:#1365AD;
}


#mainColTop-center{position: relative}