body{
    background-image: url(../img/topbanner.jpg);
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-box{
	width: 900px;
	display: block;
    margin: 150px auto;
}

.lines{
	   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.player-box{
	width: 100%;
	float: left;
}

.player-box img{
	width: 40%;
	float: left;
	margin: 10px
}

.player-box iframe{
    width: 52%;
    float: right;
    margin-top: 90px;
    height: 231px;
    -webkit-box-shadow: 10px 10px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 4px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 4px 0px rgba(0,0,0,0.75);
}

.social-box{
	width: 100%;
	float: left;
}

.social-content{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.social-box img {
    margin: 10px;
        float: left;
}

.stores-box{
	width: 100%;
	float: left;
}

.stores-content{
	width: 50%;
    margin: 0 auto;
}

.stores-box img {
    margin: 30px;
    float: left;
}

.social-box img:hover{
    width: 65px;
    transition: 0.9s;
}

.voltar{
    position: fixed;
    right: 10px;
    bottom: 1;
    width: 90px;
    margin-bottom: 21px;
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
}

.voltar img{
    display: block;
    margin: 0 auto;
    width: 30px;
}

.voltar span{
	width: 100%;
    float: left;
    text-align: center;
}

.voltar span:hover{
	text-decoration: underline;
}