/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2-set-2015, 10.49.58
    Author     : Vincenzo
*/

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* Inizio definizione style personalizzati */

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  min-height: 100vh;
}

a {
    color: #0066ff;
}

#container {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 75vw;
    height: 100%;
    margin: auto auto;
    max-width: 640px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 0px;
    min-width: 320px;
    box-sizing: border-box;
    overflow: auto;
}

#container > .inner {
    height: 500px;
    margin: auto auto;
    top: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.logo {
    max-width: 402px;
    margin: 20px auto 0px;
    width: 90%;
    height: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.payoff {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    padding: 0px 60px;
    margin: 40px 0px;
}

footer {
    padding: 30px;
}

footer .inner {
    display: flex;
    width: 100%;
    justify-content: center;
}

footer:before {
    height: 10px;
    background: url(images/shadow.png) center center no-repeat;
    display: block;
    content: " ";
    margin-bottom: 30px;
}

footer .col {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 50px;
}

footer .col h6 {
    font-weight: 700;
    color: #000;
}
