/* ------------------------------- Start Poster ----------------------------------------- */
.poster {
    width: 100%;
    height: 200px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    -o-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    position: relative;
    /* margin-top: 16%; */
 
}
.poster .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.poster .text h1 {
    margin-bottom: 15px
}
/* ------------------------------- End Poster ----------------------------------------- */
.post {
    padding: 25px 0;
    /* background: #f6f5f5 */
}
/* ------------------------------- Start post-game ----------------------------------------- */
.post-game {
    overflow: hidden;
    position: relative;
}
.post-game .image {
    float: left;
}
.post-game .image img {
    border: 2px solid #086fb1;
    width: 90px
}
.post-game .text {
    float: left;
    padding-left: 10px
}
.post-game .text h2 {
    font-size: 30px;
    font-weight: normal;
    /* color: #555 */
}
.post-game .text p {
    font-size: 12px;
    /* color: #777; */
}
.post-game .text h2 .fa {
    position: absolute;
    top: 0;
    right: 0;
}
.post-game .text ul li {
    float: left;
    height: 50px;
    position: relative;
    margin: 2px;
}
.post-game .text .num {
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: #0056a8;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 18px
}
.post-game .text .word {
    font-size: 12px;
    /* color: #777 */
}
@media(max-width: 482px) {
    .post-game .text h2 {
        font-size: 30px;
    }
}
@media(max-width: 415px) {
    .post-game .text h2 {
        font-size: 20px;
        font-weight: bold
    }
}
@media(max-width: 340px) {
    .post-game .image img {
        width: 120px
    }
}
@media(max-width: 315px) {
    .post-game .image img {
        width: 100px
    }
}
@media(max-width: 300px) {
    .post-game .text h2 {
        font-size: 14px;
    }
    .post-game .text p {
        font-size: 10px;
    }
}
/* ------------------------------- End post-game ----------------------------------------- */
/* ------------------------------- Start links ----------------------------------------- */
.links ul {
    overflow: hidden;
}
.links ul li {
    float: left;
    padding: 1%;
    color: darkred;
}
.links ul li.playnow {
    float: right;
}
.links ul li .lia, .links ul li span {
    display: block;
    text-align: center
}
.links ul li .lia {
    height: 60px
}
.links ul li .lia img {
    width: 50px
}
@media(max-width: 675px) {
    .playnow img {
        width: 200px
    }
}
@media(max-width: 590px) {
    .playnow img {
        width: 150px
    }
    .links ul li .lia {
        height: 50px
    }
    .links ul li .lia img {
        width: 40px
    }
    .links ul li span {
        font-size: 13px
    }
}
@media(max-width: 480px) {
    .playnow img {
        width: 130px
    }
    .links ul li .lia {
        height: 40px
    }
    .links ul li .lia img {
        width: 36px;
        height: 36px;
    }
    .links ul li span {
        margin-top: 4px;
        font-size: 20px
    }
}
@media(max-width: 390px) {
    .playnow img {
        width: 130px
    }
}
/* ------------------------------- End links ----------------------------------------- */
/* ------------------------------- Start textpost ----------------------------------------- */
.textpost {
    /* background: #fff; */
    padding: 10px;
    color: white;
    -webkit-box-shadow: inset 0 0 10px gray;
    -moz-box-shadow: inset 0 0 10px gray;
    -o-box-shadow: inset 0 0 10px gray;
    box-shadow: inset 0 0 10px gray;
}
.paragraph-post {
    font-size: 15px;
    line-height: 19px;
    color: white;
    margin: 15px 0;
    max-width: 1200px;
    margin: auto;
    height: 79px;
    overflow: hidden;
}
.paragraph-post-more {
    overflow: visible;
    height: auto;
}

.textpost .more {
    text-align: right
}
.paragraph-post span {
    font-size: 15px;
    color: #086fb1;
    font-weight: bold;
}
.paragraph-post span:hover {
    text-decoration: underline;
    cursor: pointer;
}
/* ------------------------------- End textpost ----------------------------------------- */
/* ------------------------------- Start comments --------------------------------------- */
.comments {
    /* background: #eee */
}
.comments h2 {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-weight: bold
}
.comments .comment {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid darkgrey;
    padding-bottom: 5px;
}
.comments .comment .image, .comments .comment .text {
    float: left;
}
.comments .comment .image {
    width: 40px;
    text-align: center
}
.comments .comment .image .img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.comments .comment .image .img img {
    height: 100%;
    width: auto;
}
.comments .comment .text {
    width: calc(100% - 40px);
    padding-left: 10px
}
.comments .comment .text h3 {
    font-size: 14px;
    font-weight: bold;
    color: white;
}
.comments .comment .text h3 a {
    font-size: 10px;
    color: #a2a2a2;
    float: right;
    font-weight: normal
}
.comments .comment .text h3 a:hover {
    text-decoration: underline
}
.comments .comment .text p {
    color: white;
    font-size: 12px;
}
.comments .comment .text p span {
    font-size: 15px;
    color: #086fb1;
    font-weight: bold;
}
.comments .comment .text p span:hover {
    text-decoration: underline;
    cursor: pointer;
}
.comments .more {
    width: 100%;
    text-align: right;
}
.comments .more a {
    position: relative;
    display: inline-block;
    opacity: .9;
}
.comments .more a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -60%);
    color: #fff;
    font-size: 23px;
}
.comments .more a:hover {
    opacity: 1;
}
/* ------------------------------- End comments --------------------------------------- */
/* ------------------------------- Start add comment --------------------------------------- */
.add-comment h2 {
    font-size: 20px;
    color: #777;
    text-align: center;
    padding: 15px 0;
    font-weight: bold
}
.add-comment textarea {
    width: 100%;
    height: 100px;
    outline: 0;
    border: 0;
    padding: 5px;
    resize: none;
    border-radius: 10px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 5px gray;
    -moz-box-shadow: inset 0 0 5px gray;
    -o-box-shadow: inset 0 0 5px gray;
    box-shadow: inset 0 0 5px gray;
}
.add-comment form div {
    text-align: center
}
.add-comment button {
    display: inline-block;
    position: relative;
    border: 0;
    outline: 0;
    background: none;
    opacity: .9;
    cursor: pointer;
}
.add-comment button span {
    position: absolute;
    color: #fff;
    font-size: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -60%);
    font-weight: bold
}
.add-comment button:hover {
    opacity: 1;
}
/* ------------------------------- End add comment --------------------------------------- */
/* ------------------------------- Start similar ----------------------------------------- */
.similar {
    background: #d39702;
    -webkit-box-shadow: inset 0 0 5px #000;
    -moz-box-shadow: inset 0 0 5px #000;
    -o-box-shadow: inset 0 0 5px #000;
    box-shadow: inset 0 0 5px #000;
    padding: 5% 0;
    margin-top: 75px;
}
/* ------------------------------- End similar ----------------------------------------- */