html, body {
    margin: 0;
    height: 100%;
}
.margin-site {
    width: 915px;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px;
    word-wrap: break-word;
    border: 1px #DDDDDD solid;
    border-radius: 3px;
    display: table;
}
.margin-site .avatar-new {
    width: 70px;
    height: 70;
    float: left;
    border-radius: 5px;
    margin: 0px 5px 5px 0px;
}
.margin-site .categoria {
    width: 100px;
    height: 25px;
    background-color: #fff;
    border: 3px #444 solid;
    border-radius: 50px;
    float: right;
    margin: 0px 20px;
    text-align: center;
    font: 15px Arial;
    color: #444;
    font-weight: 600;
    line-height: 25px;
    transition: 0.3s;
}

.margin-site .categoria:hover {
    background-color: #444;
    color: #fff;
}
.margin-site .likes {
    width: 100px;
    height: 25px;
    background-color: #fff;
    border: 3px #ff7373 solid;
    border-radius: 50px;
    float: right;
    margin: 0px 20px 5px;
    text-align: center;
    font: 15px Arial;
    color: #ff7373;
    font-weight: 600;
    line-height: 25px;
    transition: 0.3s;
    cursor: pointer;
}
.margin-site .likes:hover {
    background: #ff7373;
    color: #fff;
}
.margin-site #title {
    color: #717171;
    font: 22px Myriad Pro;
}
.margin-site #desc {
    color: #b5b5b5;
    font: 17px Myriad Pro;
}
.margin-site .data {
    color: #b5b5b5;
    font: 13px Myriad Pro;
    margin-top: 5px;
}
.margin-site .texto-news {
    width: 650px;
    float: left;
    box-sizing: border-box;
    color: #737373;
    font: 13px Verdana;
}
.margin-site h1 {
    width: 96%;
    height: 47px;
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
    background-color: #ff7373;
    border-radius: 5px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.67);
    text-align: center;
    font-size: 14px;
    color: #404040;
    line-height: 47px;
    font-weight: 600;
    font-family: Arial;
}
hr {
    background-image: url(../imagens/hr.png);
    width: 650px;
    height: 4px;
    border: none;
    margin: 7px 0px;
}
hr-r {
    background-image: url(../imagens/hr-right.png);
    width: 250px;
    height: 4px;
    border: none;
    margin: 7px 0px;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
   margin: 7px 0px;
}
.margin-site > .margin-right {
    width: 255px;
    height: 100%;
    float: right;
}
.margin-right .title {
    color: #717171;
    font: 22px Myriad Pro;
}
.margin-right .desc {
    color: #b5b5b5;
    font: 17px Myriad Pro;
}
#box-new {
    width: 245px;
    height: 45px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
}

#box-new .frente-new {
    width: 244px;
    height: 44px;
    background-color: rgb(45, 146, 248);
    transition: 0.3s;
    border-radius: 4px;
    border: 1px #0e58a2 solid;
}
#box-new .title-new {
    font: 17px Arial;
    color: #fff;
    text-shadow: 1px 1px rgba(13, 43, 154, 0.68);
    margin: 14px 10px;
}
#box-new:hover .frente-new {
    background-color: rgba(0, 0, 0, 0.73);
    border: 1px #000 solid;
}
#box-new:hover {
    border: none;
}
#box-new:hover .title-new {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.68);
}
.box-comentario {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px #e8e8e8 solid;
    border-radius: 3px;
    float: left;
 margin-top: 5px;
}
.box-comentario:hover {
    background-color: #f1f1f1;
    border: 1px #e2e2e2 solid;
}
.box-comentario .nome {
    font: 15px Arial;
    color: #999;
    padding: 5px;
}

.box-comentario .avatar-comentario {
    width: 55px;
    height: 70px;
    float: left;
    background-position: -8px -18px;
}

.box-comentario .texto {
    font: 14px Arial;
    color: #555;
}

.box-comentario .btns-coment {
    font: 15px Arial;
    margin-top: 5px;
    color: #2d92f8;
}

.box-comentario .like {
    color: #2d92f8;
    float: left;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

.box-comentario .like:hover {
    color: #0f57a0;
}

.box-comentario .responder {
    color: #2d92f8;
    float: left;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

.box-comentario .responder:hover {
    color: #0f57a0;
}
.box-comentario.resposta {
    width: 97%;
    margin-left: 27px;
    margin-top: -1px;
}
#comentar {
    width: 100%;
    background: #fff;
    border: 1px #E7E7E7 solid;
    border-radius: 3px;
    min-height: 76px;
    outline: none;
    resize: none;
    padding: 10px;
    font: 15px Roboto;
    color: #757575;
    float: left;
}
#descricao {
    width: 69%;
    height: 30px;
    background-color: #f1f1f1;
    float: left;
    font: 15px Arial;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    color: #444;
    line-height: 32px;
}
#button-bbcode {
    background-color: #fff;
    min-width: 30px;
    height: 16px;
    padding: 10px;
    border-color: rgb(74, 135, 221);
    border-width: 2px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-style: solid;
    color: rgb(74, 135, 221);
    font: 16px Arial;
    font-weight: 600;
    float: left;
    margin: 0px 2px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
#button-bbcode:hover {
    background-color: rgb(74, 135, 221);
    color: #fff;
}
button {
    background-color: #fff;
    width: 114px;
    height: 40px;
    border-color: rgb(74, 135, 221);
    border-width: 2px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-style: solid;
    color: rgb(74, 135, 221);
    font: 16px Arial;
    font-weight: 600;
    float: left;
    line-height: 35px;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
    outline: none;
    transition: 0.3s;
}
button:hover {
    background-color: rgb(74, 135, 221);
    color: #fff;
}
#content {
    width: 937px;
    margin: 10px auto;
}
#meio-forum {
    width: 937px;
    display: table;
    border:1px #DDDDDD solid;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #fff url(../imagens/faixa-topico.png) repeat-y left;
}
#meio-forum .citar {
    width: 100px;
    height: 25px;
    background-color: #fff;
    border: 3px #444 solid;
    border-radius: 50px;
    float: right;
    margin: 6px;
    text-align: center;
    font: 15px Arial;
    color: #444;
    font-weight: 600;
    line-height: 25px;
    transition: 0.3s;
}
#meio-forum .citar:hover {
    background-color: #444;
    color: #fff;
}
#meio-forum #right {
    width: 664px;
    height: auto;
    float: right;
    font: 15px Roboto;
}
#meio-forum #titulo {
    padding: 10px 15px 0px;
    color: #626262;
    font: 19px Arial;
    font-weight: 600;
}
#meio-forum #texto {
    padding: 0px 10px;
    font: 14px Roboto;
    color: #444;
}
#meio-forum #lado-forum {
    width: 270px;
    height: 99.7%;
    display: table;
    background-color: #f3f3f3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#lado-forum #nick-user {
    width: 190px;
    margin: 5px auto;
    display: table;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
    text-align: center;
    font: 17px Roboto;
    color: #6B6B6B;
    font-weight: 500;
}
#lado-forum #avatar-forum {
    width: 150px;
    height: 150px;
    margin: 8px auto;
    border-radius: 3px;
    border: 4px #D4D4D4 solid;
}
#lado-forum #tarja-forum {
    width: 142px;
    height: 17px;
    border-radius: 3px;
    background: url(https://i.imgur.com/xDHxQQk.png);
    background-color: #82B0EC;
    margin: auto;
    font: 15px Roboto;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-shadow: 1px 1px rgba(82, 82, 82, 0.52);
    text-align: center;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
#lado-forum #box-emblema-forum {
    width: 54px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    background-color: #dcdcdc;
    margin: 6px 3px;
    border-radius: 50px;
}
#lado-forum #ver-mais-forum {
    width: 226px;
    height: 30px;
    background-color: #DCDCDC;
    border-radius: 55px;
    margin: auto 7px;
    font: 15px Roboto;
    color: #6B6B6B;
    font-weight: 500;
    text-align: center;
    line-height: 39px;
    line-height: 33px;
    float: left;
    cursor: pointer;
}
button a {
    color: #4a87dd;
}
button:hover a {
    color: #fff;
}
.bg-pixelclub {
background-color: #7F66FF;
width: 100%;
height: 275px;
margin: -10px 0px 40px 0px;
}
.pixel-grande {
width: 282px;
height: 296px;
background-image: url(../imagens/pixel-club.png);
float: left;
margin-top: -10px;
}
.other-obras {
background-color: #8DD2EC;
width: 100%;
height: 200px;
margin: 50px 0px;
}
.margin-obras {
width: 1010px;
position: relative;
top: 11px;
display: table;
margin: 10px auto 0px;
}
.pixel-obra {
width: 281px;
height: 297px;
background-image: url(../imagens/pixel-obra.png);
float: left;
margin: -60px -5px 0px 10px;
}
.box-like {
background-color:rgb(101,182,152);
width: 110px;
height:24px;
border-radius: 50px;
-webkit-box-shadow:0px 7px 0px rgba(0,0,0,0.13);
box-shadow:0px 7px 0px rgba(0,0,0,0.13);
font: 12px Arial;
color: #fff;
line-height: 25px;
cursor: pointer;
float: left;
margin: 120px 10px;
transition: 0.1s;
}
.icon-like {
width: 14px;
height: 12px;
background-image: url(../imagens/buttons.png);
float: left;
background-position: 0px 37px;
margin: 5px;
}
.box-deslike {
background-color: #FF7373;
width: 128px;
height:24px;
border-radius:50px;
-webkit-box-shadow:0px 7px 0px rgba(0,0,0,0.13);
box-shadow:0px 7px 0px rgba(0,0,0,0.13);
font: 12px Arial;
color: #fff;
line-height: 25px;
cursor: pointer;
float: left;
margin: 120px 10px;
transition: 0.1s;
}
.icon-deslike {
width: 14px;
height: 12px;
background-image: url(../imagens/buttons.png);
float: left;  
background-position: -22px 37px;
margin: 7px 4px 0px 7px; 
}
.likes-number {
font-family: Arial, Helvetica, sans-serif;
font-size:42px;
line-height:125%;
color:rgb(255,255,255);
text-align:left;
text-shadow:2px 2px 0px rgba(0,0,0,0.15);
float: left;
margin-top: 110px;
}
.box-like:active {
-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.13);
box-shadow: 0px 4px 0px rgba(0,0,0,0.13);
margin-top: 125px;
}
.box-deslike:active {
-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.13);
box-shadow: 0px 4px 0px rgba(0,0,0,0.13);
margin-top: 125px;
}
@-moz-keyframes notificacao { 0% { -moz-transform: translate3d(0,-16em,0); -webkit-transform: translate3d(0,-16em,0); -o-transform: translate3d(300px,0,0); -ms-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes notificacao { 0% { -moz-transform: translate3d(0,-16em,0); -webkit-transform: translate3d(0,-16em,0); -o-transform: translate3d(300px,0,0); -ms-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-o-keyframes notificacao { 0% { -moz-transform: translate3d(0,-16em,0); -webkit-transform: translate3d(0,-16em,0); -o-transform: translate3d(300px,0,0); -ms-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes notificacao { 0% { -moz-transform: translate3d(0,-16em,0); -webkit-transform: translate3d(0,-16em,0); -o-transform: translate3d(300px,0,0); -ms-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
@keyframes notificacao { 0% { -moz-transform: translate3d(0,-16em,0); -webkit-transform: translate3d(0,-16em,0); -o-transform: translate3d(300px,0,0); -ms-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; } }
.notificacao {
background-color: rgba(34,34,34,0.9);
width: 240px;
height: 90px;
color: #FFF;
position: fixed;
bottom: 60px;
right: 30px;
padding: 10px;
z-index: 9999;
font-family: Arial, Helvetica, sans-serif;
border-radius: 6px;
font-size: 15px;
-webkit-animation: notificacao 1s ease-in-out;
-moz-animation: notificacao 1s ease-in-out;
-o-animation: notificacao 1s ease-in-out;
animation: notificacao 1s ease-in-out;
}
.notificacao span {color: #0099CC;}
.notificacao h3 {
margin: 0;
margin-top: -3px;
font-weight: 400;
font-size: 18.7px;
color: #FFF;
font-family: junegull;
}
.separa {
border-bottom: 1px dotted #777;
padding-bottom: 8px;
margin-bottom: 5px;
}
.fechar {
background-image: url(../imagens/fechar.png);
width: 26px;
height: 26px;
border-radius: 50%;
margin-right: -2px;
margin-top: 1px;
float: right;
-webkit-filter:grayscale(100%);
}