﻿@import url('reset.css');
@import url(//fonts.googleapis.com/css?family=Droid+Sans);

body {
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background: #FFF url('/images/bg_home_page.jpg') top center repeat-x;
    color: #565656;
}

a {
    text-decoration: underline;
    color: #000;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clearer {
    clear: both;
}

#wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#header {
    margin-top: 31px;
}

    #header img {
        max-width: 361px;
        width: 100%;
        height: auto;
    }

#content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    /*min-height: 500px;*/
    margin-top: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 40px;
}

    #content p {
        margin-bottom: 15px;
    }

.small {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    /*max-width: 385px;*/
    font-size: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 30px;
    text-align: justify;
}

    .small .titolo {
        color: #1c4b8e;
        font-size: 20px;
        font-weight: bold;
    }

        .small .titolo img {
            float: left;
            margin-right: 15px;
            margin-bottom: 15px;
        }

    .small .qrcode {
        display: block;
        /*margin: 0 auto;*/
        width: 100%;
        max-width: 218px;
        height: auto;
    }

h1 {
    color: #1aaeb7;
    font-size: 1.875em;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer {
    width: 100%;
    background: #FFF url('/images/bg_footer.jpg') top center repeat-x;
    color: #999;
    font-size: 12px;
    text-align: left;
}

    #footer #footerInside {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        line-height: 35px;
        min-height: 35px;
    }

@media only screen and (max-width: 480px) {

    #content {
        padding: 15px;
    }

    .small {
        padding: 15px;
        font-size: 13px;
    }

    #footer #footerInside {
        padding: 10px 0;
        line-height: 17px;
        text-align: center;
    }
}
