



/******** RESET CSS ********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
h4, h5, h6, pre, code, form, fieldset, legend,
input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong,
th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}


/******** END RESET CSS ********/




/******** General ********/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #333;
}

.container {
	width: 960px;
	margin: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #1F9BE8;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #ff7621;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bold {
	font-weight: 700;
}

p {
	line-height: 28px;
}




/******** Button ********/

.btn {
    background: #3fba5a;
    /*background-image: -webkit-linear-gradient(top, #3aa3e0, #297bad);
    background-image: -moz-linear-gradient(top, #3aa3e0, #297bad);
    background-image: -ms-linear-gradient(top, #3aa3e0, #297bad);
    background-image: -o-linear-gradient(top, #3aa3e0, #297bad);
    background-image: linear-gradient(to bottom, #3aa3e0, #297bad);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;*/
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #28a543 !important;
        /*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
        text-decoration: none;
    }




/******** Tipography ********/

h1 {
	font-size: 26px;
	font-weight: 300;
}

h2 {
	font-size: 24px;
	font-weight: 300;
}

h3 {
	font-size: 20px;
	font-weight: 300;
}

h4 {
	font-size: 18px;
	font-weight: 300;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin: 15px 0px;
}




/******** Header ********/

header {
	overflow: hidden;
	width: 100%;
}

.logo-dmma {
	margin: 20px auto 20px auto;
	float: left;
}

#partners {
	float: right;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}

.logo-accademy, .logo-smilenet, .logo-pcg {
	margin-right: 20px;
}

.logo-pcg {
	margin-right: 0px;
}

.logo-smilenet {
	margin-bottom: 10px;
}




/******** Row 1 ********/

.row-1, .row-1-attestato {
	background: #163554 url("img/bg-row-1.jpg") no-repeat center top;
	background-size: cover;
}


.row-1 h1 {
	font-size: 35px;
	text-align: center;
	font-style: italic;
	color: #fff;
	font-weight: 300;
	padding: 80px 0px 20px 0px;
	text-shadow: 0 0 60px #68296f;
}

.row-1 #icone-row-1, .row-1-attestato #icone-row-1 {
	margin: auto;
	overflow: hidden;
	padding-bottom: 80px;
	width: 240px;
}

    .row-1 #icone-row-1 img, .row-1-attestato #icone-row-1 img {
        margin-right: 40px;
    }

.row-1 #icone-row-1 img:last-child, .row-1-attestato #icone-row-1 img:last-child {
	margin-right: 0px;
}




/******** Content ********/

article {
	background-size: percentage;
	padding: 10px 5px 10px 5px;
}

article h2, article h3, article h4 {
	margin: 30px 0px 20px 0px;
	color: #163554;
	font-weight: 700;
	font-style: italic;
}

article h3 {
	font-weight: 400;
	margin: 25px 0px 15px 0px;
}

article h4 {
	font-weight: 400;
	margin: 20px 0px 10px 0px;
}

article ul li {
	list-style-type: circle;
}


#contenuto_lbNome {
    font-size: 30px;
    font-weight: 700;
}

/******** Footer ********/
footer {
    margin-top: 40px;
    background: #1480c1;
    background-size: cover;
}

footer .container {
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	padding: 40px 0px;
}

footer .container a:link, footer .container a:visited {
	text-decoration: none;
	font-weight: 300;
	color: #fff;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

footer .container a:hover {
	color: #fff;
	text-shadow: 0 0 10px #FFFFFF;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
























/************************ ATTESTATO ************************/


/******** Row 1 ********/

.row-1-attestato h1 {
	font-size: 40px;
	font-weight: 700 !important;
	text-align: center;
	font-style: italic;
	color: #fff;
	font-weight: 300;
	padding: 80px 0px 20px 0px;
	text-shadow: 0 0 70px #FFFFFF;
}




/******** Content ********/

.attestato {
	background-position: left top;
	text-align: center !important;
}

.attestato h2, .attestato h3, .attestato h4 {
	font-style: normal;
}

.attestato h2 {
	font-size: 40px;
}

.attestato #firma {
	text-align: right !important;
	margin-top: 80px;
}


/******** Bottom Logos ********/

.bottom-logos {
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	margin-top: 60px;
}

.logo-dmma {
	margin: 20px auto 20px auto;
	float: left;
}

#partners {
	float: right;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}

.logo-accademy, .logo-smilenet, .logo-pcg {
	margin-right: 20px;
}

.logo-pcg {
}

.logo-smilenet {
	margin-bottom: 10px;
}

.logo-khc {

}

/******** Footer ********/

#footer-attestato {
	margin-top: 0px;
}
























/************************ ATTESTATO-2 ************************/

/******** Row 1 ********/

.row-1-attestato-2 {
    background: #163554 url("img/bg-row-1.jpg") no-repeat center top;
}


    .row-1-attestato-2 h1 {
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 60px 0px 60px 0px;
        text-shadow: 0 0 60px #68296f
    }

.row-1-attestato-2 #icone-row-1 {
	display: none;
}

/******** Content ********/

.attestato-2 {
	background-image: none;
	text-align: center;
}

.attestato-2 h2, .attestato-2 h3, .attestato-2 h4 {
	font-style: normal;
}

.attestato-2 h2, .attestato-2 h4 {
	color: #333;
}

    .attestato-2 h3 {
        color: #1480c1;
    }

.attestato-2 h2 {
	font-size: 40px;
}

.attestato-2 #firma {
	text-align: right;
	margin-top: 80px;
}

/******** Bottom Logos ********/

.bottom-logos-2 {
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
    border-width: 4px 0px 40px 0px;
    border-style: solid;
    border-color: #1480c1;
}

/******** Footer ********/

#footer-attestato-2 {
	display: none;
}










































