/* CSS

 ____________________________________________________________
|                                                            |
|    ENGINE + Complic { http://complic.eu }                  |
|      DATE + Agosto 2019                                    |
|   CREDITS + Complic                                        |
| COPYRIGHT + Copyright Complic Help 2019                    |
|____________________________________________________________|

*/

*, :after, :before {
    margin: 0px;
	padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	font-family: 'Lato', cursive !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .label, .form  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section  {
	display: block;
}
ul,ol,li  {
	list-style: none;
}
blockquote, q  {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after  {
	content: '';
	content: none;
}
table  {
	border-collapse: collapse;
	border-spacing: 0;
}
body  {
	line-height: 1;
	behavior: url(IE_hover.htc);
	overflow-x: hidden;
	background: #FFF;
	color: #414141;
    font-size: 15px;
	letter-spacing: 0.5px;
}
hr {
    border-color: #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}
li, p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .02em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}
h1, h2 {
    letter-spacing: normal;
    text-transform: none;
}
h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 40px;
}
h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em;
    margin-bottom: 36px;
}
h5, h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h6 {
    color: #999;
}
.center  {
	text-align: center;
}
p.mb0 {
    margin-bottom: 0;
}
p.lead {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    margin-bottom: 40px;
    text-transform: none;
}
.link, a {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
.link:focus, .link:hover, a:focus, a:hover {
    color: #999 !important;
    text-decoration: none;
}
label, .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* Page */
#page .page .center_wrapper {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
    display: block;
}
#page .page .center_wrapper logo {
	width: 370px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 65px;
    display: block;
    margin: 25px auto;
}
#page .page .center_wrapper .section_wrapper {
	width: 100%;
    display: table;
}
#page .page .center_wrapper .section_wrapper > .section {
	width: 33%;
    display: table-cell;
    background-image: url(/images/section_msp.jpg);
    background-repeat: no-repeat;
    padding-top: 350px;
    background-position: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#page .page .center_wrapper .section_wrapper > .section.assistenza {
	background-image: url(/images/section_assistenza.jpg);
}
#page .page .center_wrapper .section_wrapper > .section.security {
	background-image: url(/images/section_security.jpg);
}

/* Termini */
#page .page .header logo {
	width: 370px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    height: 65px;
    display: block;
    margin: 25px auto;
}
#page .page .header {
	margin: 20px auto;
    width: 90vw;
}
#page .page .wrapper {
	margin: 20px auto;
    width: 85vw;
}
#page .page .footer {
	margin: 20px auto;
    width: 85vw;
    text-align: center;
    border-top: 1px solid #999;
    padding: 25px;
}

@media screen and (max-width: 1280px)  {
	#page .page .center_wrapper {
	    width: 90vw;
	}
}

@media screen and (max-width: 870px)  {
	#page .page .center_wrapper {
		position: relative;
		transform: none;
		left: 0px;
		top: 0px;
	    margin: 50px auto;
	}
	#page .page .center_wrapper .section_wrapper {
		display: block;
	}
	#page .page .center_wrapper .section_wrapper > .section {
		display: block;
		width: 100%;
	}  
}

@media screen and (max-width: 600px)  {
	#page .page .center_wrapper logo {
		width: 90vw;
	}
}

/* end of css */