/*
css di base pagina documentazioni sito fonte.
Common styles
 ---------------------------------------*/

body .main 
{
    text-align: center;
    overflow: hidden;
}

body #section0 .main 
{
    background-image: url("../jpg/ImgSettoreDocumentazioni.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    height	: 550px;
}

body #section0,
body #section1,
body #section2,
body #section3,
body #section4,
body #section5
{
	height: auto !important;
}
body .section .slide
{
	text-align: center;
}

body .sezione
{
	width: 960px;
	display: inline-block;
	margin-top: 140px;
	margin-bottom: 140px;
	text-align: center;
}

body .sezione-text
{
	width: 670px;
	text-align: left;
}

body .sezione .sezione-interna
{
	display: inline-block;
	width: 670px;
	text-align: left;
}

body .section .sezione .item-container .item .image
{
	width: 60px;
	height: 72px;
	
}

body .section .sezione .item-container .item h3
{
	font-weight: 600;
	font-size: 20px;
	text-transform: lowercase;
}

body .section .sezione .item-container .item > * 
{
    margin: 10px 15px;
}

body .section .sezione .item-container .item .body-text
{
	margin-left: 45px;
	line-height: 1.1;
}
body .section .sezione .item-container .item .counter.tabelle h1 
{
    font-size: 40px;
    text-transform: uppercase;
	width: 11rem;
}

body .item-container li.body-text,
body .section .sezione .item-container .item .body-text-right h3,
body .section .sezione .item-container .item .body-text-right
{
    color: #393b3d;
}

body .section .sezione .item-container .item .body-text-right h3:hover
{
    color: rgb(0,118,221);
}

@media all and (max-width: 960px)
{
	body .sezione
	{
		margin-left: 40px;
	    margin-right: 40px;
	    margin-bottom: 250px;
	    width: auto;
	}	
	
	
	body .section .sezione .item-container .item .right
	{
		position: relative;
	    top		: auto;
	    bottom	: auto;
	    right	: auto;
	    margin-right: 0px;	
	}
	body .sezione-text
	{
		width: auto;
		text-align: left;
	}	
	
}

@media all and (max-width: 740px)
{
	body .section .sezione .item-container .item .body-text 
	{
    	margin-left: 15px;
	}
	
}