﻿.gameContent {
    background: #dedede;
    padding: 0 0 25px 0;
    background: url('Img/psp.png') no-repeat center center;
    background-attachment: fixed;
    -ms-background-size: contain;
    background-size: cover;
    -moz-background-position-y: top;
    -o-background-position-y: top;
    background-position-y: top;
}

.gameTeam {
    padding: 0 0 20px 0;
    background: #ff631e;
}

.lineGameSep {
    border-top-color: #333;
    margin-bottom: 15px;
    color: #ff631e;
}

    .lineGameSep:after {
        border-top-color: #333;
        color: #ff631e !important;
    }

.gameIcon {
    margin: auto;
    /*margin: 40px 0 40px 0 !important;*/
    display: block;
}

.gameTitle {
    color: #222 !important;
}

.gameSubTitle {
    color: #a14922;
    position: relative;
    top: 5px;
    margin-bottom: 25px;
}

.person {
    width: 150px;
    position: relative;
    border: 0 solid #fff;
    margin: auto;
}

.circlePerson {
    width: 90px;
    height: 90px;
    -ms-border-radius: 80px;
    border-radius: 150px;
    background: #dedede;
    position: relative;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0 !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 110px;
}

    .circlePerson:before {
        content: " ";
        width: 100px;
        height: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        background: transparent;
        border: 3px solid #dedede;
        position: absolute;
        top: -5px;
        left: -5px;
        -ms-opacity: 0.7;
        opacity: 0.7;
    }

.personThumb {
    width: 82px;
    height: 83px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    position: relative;
    margin: auto;
    overflow: hidden;
    top: 4px;
    left: 0;
}

.personImg {
    width: 83px;
    height: 83px;
}

.circlePerson:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

    .circlePerson:hover .circlePerson:after {
        border: 5px solid #dedede;
        opacity: 1.0;
    }

.personName {
    font: bold 15px yekan;
    color: #dedede;
    text-align: center;
    margin-top: 10px;
}

.personSkill {
    font: normal 13px yekan;
    margin-bottom: 10px;
    color: #f2f2f2;
}

.gameSamples {
    padding-bottom: 40px;
}


.joyStick {
    position: relative;
    margin-bottom: 35px !important;
}

.joyStickMonitor {
    width: 150px;
    height: 100px;
    border: 6px solid #555;
    border-bottom: 12px solid #555;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    overflow: hidden;
}

.joyStickHandle {
    width: 120px;
    -ms-background-size: cover;
    background-size: cover;
    display: block;
    margin: auto;
}

.monitorImg {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-opacity: 0.6;
    opacity: 0.6;
}

.joyStickMonitor:hover .monitorImg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1.0;
}

.gmaeName {
    font: bold 17px yekan;
    color: #555;
    text-align: center;
}


/*  comments conttent  */
.comments {
    background: #f5f5f5;
    background: url('Img/comments.png') no-repeat top center;
    background-attachment: fixed;
    -ms-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
}

.lineCommentsSep {
    padding-bottom: 0;
}

.lineCommentsSep {
    border-top-color: #dc103f;
    color: #dedede !important;
}

    .lineCommentsSep:after {
        border-top-color: #dc103f;
        color: #dedede !important;
    }

.commentText {
    line-height: 35px;
    color: #222;
    text-align: justify;
    font-size: 13px;
}


@media only screen and (max-width: 1000px) {
    .gameTitle {
        color: #ff6c14 !important;
    }
}
