/*!
 * css di base pagina certificazioni sito fonte.
 *
 * Copyright (C) 2016 Cleviria SRL - Giuseppe ing. Grosso
 */
/* Common styles
 * --------------------------------------- */
body .main 
{
    text-align: center;
    overflow: hidden;
}

body #section0 .main 
{
    background-image: url("../jpg/ImgSettoreCertificazioni.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: 150px;
	text-align: center;
}

body .sezione-text
{
	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);
}



/*
Sezione2
*/


body #section2 .sezione
{
	margin-top: 100px;
}
body #section2 .sezione-text > *
{
	text-align: center !important;
}

body #section2 .sezione-colonne
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-left: 75px;
}

body #section2 .sezione-colonne .col
{
	min-width: 20px;
	min-height: 20px;
}

body #section2 .sezione-colonne .col.col1
{
	margin-top: -75px;
	margin-right: -100px;
}

body #section2 .sezione-colonne .col.col1 .cartellino
{
	width: 393px;
}

body #section2 .sezione-colonne .col.col2
{
	margin-right: 50px;
}

body #section2 .sezione-colonne .col.col2,
body #section2 .sezione-colonne .col.col3
{
	max-width: 500px;
}

/*
Sezione3-4-5-6
*/


body .section
{
	background: linear-gradient(180deg, rgba(232,237,242,1) 30%, rgba(255,255,255,1) 100%);
}

#section1
{
	background: none;
}

body .sezione
{
	margin-top: 100px;
}

body .sezione-text.variant,
body .sezione-text.variant > *
{
	text-align: center;
}


/*
DefinitionList
*/

dl
{
	text-transform:uppercase;
	font-weight: 500;
	font-size: 16px;
}

dt
{
	text-transform:uppercase;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 8px;
	font-size: 16px;
}

.dttitle
{
	margin-top: 18px;
	font-size: 24px;
}

.anchor-speciale-pazzesco
{
	
}

.anchor-speciale-pazzesco:hover
{
	
}



.page-button
{
	height: 3rem;
	margin: 5rem 1rem 0rem 1rem;
}




@media screen and (min-width: 740px) and (max-width: 1440px)
{

    body #section0 .main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 170% !important;
      	height: 400px;
    }
	
}




@media all and (max-width: 960px)
{
	body .sezione
	{
		margin-left: 40px;
	    margin-right: 40px;
	    margin-bottom: 40px;
	    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;
	}
	
}