body {
	padding: 0;
	margin: 0;
	background-color: #f0f0f0;
}

a, a:visited {
	color: #000;
    border: 0;
	text-decoration: none;
}

a:hover {
	color: #555;
    border: 0;
	text-decoration: none;
}

a img {
    border: 0;
}

b {
    font-weight: 400;
}

#container {
	margin-top: 40px;
}

#header {
    background-image: url('/immagini/page_header.jpg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
}



#content {
    position: relative;
    margin-top: 250px;
}

#icon {
    margin-right: 30px;
    float: left;
    width: 160px;
    height: 160px;
}

#badge {
    float: left;
}

#gratis {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

#title {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.small {
    font-size: 14px;
}

#description {
    padding: 10px;
    margin-top: 30px;
    margin-right: 280px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#screenshot {
    float: right;
    margin-top: -80px;
    width: 250px;
    height: auto;
}

#footer {
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.wrapper {
	margin: 0 auto;
	width: 900px;
}

.right {
    float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.whitebox { 
	margin: 10px; 
    padding: 40px 60px;
	background: #fff; 
	box-shadow: 0px 4px 3px #ddd; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a#unlockButton {
    padding: 10px;
    margin: 10px;
    background-color: #388E3C;
    border-radius: 8px;
    color: white;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .wrapper {
        margin: 0px auto;
        width: 100%;
    }

    #header {
        height: 200px;
    }

    #content {
        margin-top: 200px;
    }

    .whitebox { 
        margin: 0px; 
        padding: 20px;
        background: #fff; 
        box-shadow: 0px 4px 3px #ddd; 
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 700px) {
    .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    #screenshot {
        display: none;
    }

    #icon {
        display: block;
        float: none;
        margin: 0 auto;
    }

    #badge {
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto;
    }

    #description {
        margin-right: 0px;
    }

    #header {
        height: 150px;
    }

    #content {
        margin-top: 150px;
    }
}

