/* game_performance */


/* game_performance */


/*.arous_bg_scroll {
    animation: arous_bg_scroll 25s infinite;
    background: url(../img/bg/35.jpg);
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    transition: 25s;
}

@keyframes arous_bg_scroll {
    0% {
        background-size: 100% 100%;
        background-position: top left;
    }
    50% {
        background-size: 110% 110%;
        background-position: top left;
    }
    100% {
        background-size: 100% 100%;
        background-position: top left;
    }
}*/


/* @keyframes arous_bg_scroll{
  0%{background-size: 100%; }
  100%{background-size: 115%;}
} */

.performance_area {
    padding: 2% 0 4% 0;
    margin: 0;
    text-align: center;
}

.performance_area_01 {
    padding: 0 10% 5% 10%;
    margin: 0;
}

.performance_h1 {
    color: #fff;
    font-size: 48px;
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    letter-spacing: 2px;
}

.performance_h1_b {
    color: #fff;
    font-size: 48px;
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
    letter-spacing: 2px;
}

.performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
}

.performance_h2_b {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
    /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
}

.performance_h3 {
    /* font-weight:bold; */
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
}

.performance_h3_shadow {
    /* font-weight:bold; */
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
}

.game_performance_01 {
    background: rgba(150, 150, 150, 0.45);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 30px;
    /* border-bottom:3px solid #888; */
}

.game_performance_01:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 25px;
    /* border-bottom:3px solid #aaa; */
    transition: 0.3s;
}

.game_performance_02 {
    background: rgba(100, 100, 100, 0.4);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: -10px;
    /* border-bottom:3px solid #aaa; */
}

.game_performance_02:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: -15px;
    /* border-bottom:3px solid #bbb; */
    transition: 0.3s;
}

.game_performance_03 {
    background: rgba(200, 200, 200, 0.35);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 10px;
    /* border-bottom:3px solid #999; */
}

.game_performance_03:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 5px;
    /* border-bottom:3px solid #aaa; */
    transition: 0.3s;
}

.aorus_font_number {
    font-size: 50px;
    color: #ff6400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
    transition: 0.1s;
    position: relative;
    top: 0;
    left: 0;
}

.game_performance:hover .aorus_font_number {
    font-size: 50px;
    color: #eee;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
    transition: 0.1s;
    position: relative;
    top: -3px;
    left: -2px;
}


/* color part */

.aorus_color_content {
    padding: 3% 25% 0 25%;
}

.fade_in_speed {
    display: inline-block;
    text-align: left;
    position: relative;
    top: -15px;
    left: 0px;
    padding: 0 0 0 0;
}

.color_effect_content {
    padding-top: 4%;
    text-align: left;
}

.color_picker_panel {
    display: inline-block;
    text-align: left;
    position: relative;
    left: 0;
    width: 100px;
}

#top-image {
    background-image: url(../img/bg/31.jpg);
    background-repeat: no-repeat;
    /* background-size:auto; */
    position: relative;
}


/* VR */


/* @keyframes arous_bg_VR{
  0%{background-position: 110% -20%;}
  25%{background-position: 130% -15%;}
  65%{background-position: 15% -18%;}
  80%{background-position: 20% -22%;}
  100%{background-position: 110% -20%;}
}


.aorus_vr_bg{
  animation: arous_bg_VR 25s infinite;
  transition: 25s;
}
 */

.vr_es {
    position: relative;
    padding-bottom: 73%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.vr_es_content {
    padding: 3% 25% 0 25%;
}

.aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 4% 0 0 0;
    margin: 0;
}

#page1 {
    background: url(../img/bg/40.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#page2 {
    display: none;
    background: url(../img/bg/49_2.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;
}

#page-wrapper {
    padding: 0%;
}

.page {
    min-width: 200px;
    margin: 0 auto;
}

.pagenav {
    text-align: center;
}

@media screen and (min-width: 1500px) {
    .performance_ru {
        font-weight: bold;
        font-size: 26px;
        color: #eee;
        letter-spacing: 2px;
    }
    .performance_area {
        padding: 2% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 12% 5% 12%;
        margin: 0;
    }
    .performance_h1 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 30px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 30px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 25px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 50px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 50px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 25% 0 25%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 73%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 25% 0 25%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 4% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .performance_ru {
        font-weight: bold;
        font-size: 24px;
        color: #eee;
        letter-spacing: 2px;
    }
    .performance_area {
        padding: 2% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 12% 5% 12%;
        margin: 0;
    }
    .performance_h1 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 22px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 30px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 25px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 45px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 45px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 20% 0 20%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 83%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 20% 0 20%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 6% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .performance_ru {
        font-weight: bold;
        font-size: 20px;
        color: #eee;
        letter-spacing: 2px;
    }
    .performance_area {
        padding: 3% 0 3% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 5% 5% 5%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 0 2% 0;
        position: relative;
        top: 20px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 0 2% 0;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 40px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 40px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 14% 0 14%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 70%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 14% 0 14%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 15% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .performance_ru {
        font-weight: bold;
        font-size: 20px;
        color: #eee;
        letter-spacing: 2px;
    }
    .performance_area {
        padding: 3% 0 3% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 5% 5% 5%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 0 2% 0;
        position: relative;
        top: 20px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 0 2% 0;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 40px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 40px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 14% 0 14%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 14% 0 14%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 20% 0 0 0;
        margin: 0;
    }
    #page1 {
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #page2 {
        display: none;
        background: none;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .performance_ru {
        font-weight: bold;
        font-size: 14px;
        color: #eee;
        letter-spacing: 2px;
    }
    .arous_bg_scroll {
        background: none;
        padding: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .performance_area {
        padding: 4% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 10% 5% 10%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 22px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 14px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 14px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        border-top: 3px solid #888;
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        border-top: 3px solid #aaa;
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 45px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 45px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 10% 0 10%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 0% 0 0%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 20% 0 0 0;
        margin: 0;
    }
    .fade_in_speed {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 0px;
        left: -10px;
        padding: 0 2% 0 2%;
        width: 100%;
    }
    .color_effect_content {
        padding-top: 4%;
        text-align: center;
    }
    .color_picker_panel {
        display: block;
        text-align: center;
        position: relative;
        margin: auto;
    }
    #page1 {
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #page2 {
        display: none;
        background: none;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
}


/* @keyframes arous_bg_scroll{
  0%{background-size: 100%; }
  100%{background-size: 115%;}
} */

.performance_area {
    padding: 2% 0 4% 0;
    margin: 0;
    text-align: center;
}

.performance_area_01 {
    padding: 0 10% 5% 10%;
    margin: 0;
}

.performance_h1 {
    color: #fff;
    font-size: 48px;
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    letter-spacing: 2px;
}

.performance_h1_b {
    color: #fff;
    font-size: 48px;
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
    letter-spacing: 2px;
}

.performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
}

.performance_h2_b {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
    /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
}

.performance_h3 {
    /* font-weight:bold; */
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
}

.performance_h3_shadow {
    /* font-weight:bold; */
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
}

.game_performance_01 {
    background: rgba(150, 150, 150, 0.45);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 30px;
    /* border-bottom:3px solid #888; */
}

.game_performance_01:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 25px;
    /* border-bottom:3px solid #aaa; */
    transition: 0.3s;
}

.game_performance_02 {
    background: rgba(100, 100, 100, 0.4);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: -10px;
    /* border-bottom:3px solid #aaa; */
}

.game_performance_02:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: -15px;
    /* border-bottom:3px solid #bbb; */
    transition: 0.3s;
}

.game_performance_03 {
    background: rgba(200, 200, 200, 0.35);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 10px;
    /* border-bottom:3px solid #999; */
}

.game_performance_03:hover {
    background: rgba(255, 80, 0, 0.5);
    padding: 2% 2% 2% 2%;
    position: relative;
    top: 5px;
    /* border-bottom:3px solid #aaa; */
    transition: 0.3s;
}

.aorus_font_number {
    font-size: 50px;
    color: #ff6400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
    transition: 0.1s;
    position: relative;
    top: 0;
    left: 0;
}

.game_performance:hover .aorus_font_number {
    font-size: 50px;
    color: #eee;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
    transition: 0.1s;
    position: relative;
    top: -3px;
    left: -2px;
}


/* color part */

.aorus_color_content {
    padding: 3% 25% 0 25%;
}

.fade_in_speed {
    display: inline-block;
    text-align: left;
    position: relative;
    top: -15px;
    left: 0px;
    padding: 0 0 0 0;
}

.color_effect_content {
    padding-top: 4%;
    text-align: left;
}

.color_picker_panel {
    display: inline-block;
    text-align: left;
    position: relative;
    left: 0;
    width: 100px;
}

#top-image {
    background-image: url(../img/bg/31.jpg);
    background-repeat: no-repeat;
    /* background-size:auto; */
    position: relative;
}


/* VR */


/* @keyframes arous_bg_VR{
  0%{background-position: 110% -20%;}
  25%{background-position: 130% -15%;}
  65%{background-position: 15% -18%;}
  80%{background-position: 20% -22%;}
  100%{background-position: 110% -20%;}
}


.aorus_vr_bg{
  animation: arous_bg_VR 25s infinite;
  transition: 25s;
}
 */

.vr_es {
    position: relative;
    padding-bottom: 73%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.vr_es_content {
    padding: 3% 25% 0 25%;
}

.aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 4% 0 0 0;
    margin: 0;
}

#page1 {
    background: url(../img/bg/40.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#page2 {
    display: none;
    background: url(../img/bg/49_2.jpg);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;
}

#page-wrapper {
    padding: 0%;
}

.page {
    min-width: 200px;
    margin: 0 auto;
}

.pagenav {
    text-align: center;
}

@media screen and (min-width: 1500px) {
    .performance_area {
        padding: 2% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 12% 5% 12%;
        margin: 0;
    }
    .performance_h1 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 30px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 30px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 25px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 50px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 50px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 25% 0 25%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 73%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 25% 0 25%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 4% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .performance_area {
        padding: 2% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 12% 5% 12%;
        margin: 0;
    }
    .performance_h1 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 22px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 18px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 30px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 25px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 45px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 45px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 20% 0 20%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 83%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 20% 0 20%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 6% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .performance_area {
        padding: 3% 0 3% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 5% 5% 5%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 0 2% 0;
        position: relative;
        top: 20px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 0 2% 0;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 40px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 40px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 14% 0 14%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 70%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 14% 0 14%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 15% 0 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .performance_area {
        padding: 3% 0 3% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 5% 5% 5%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 16px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 2% 0 2% 0;
        position: relative;
        top: 20px;
        /* border-bottom:3px solid #888; */
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 0 2% 0;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -10px;
        /* border-bottom:3px solid #aaa; */
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: -15px;
        /* border-bottom:3px solid #bbb; */
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 10px;
        /* border-bottom:3px solid #999; */
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 2% 2% 2% 2%;
        position: relative;
        top: 5px;
        /* border-bottom:3px solid #aaa; */
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 40px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 40px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 14% 0 14%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 14% 0 14%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 20% 0 0 0;
        margin: 0;
    }
    #page1 {
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #page2 {
        display: none;
        background: none;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .arous_bg_scroll {
        background: none;
        padding: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .performance_area {
        padding: 4% 0 4% 0;
        margin: 0;
        text-align: center;
    }
    .performance_area_01 {
        padding: 0 10% 5% 10%;
        margin: 0;
    }
    .performance_h1 {
        color: #eee;
        font-size: 22px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
        letter-spacing: 2px;
    }
    .performance_h1_b {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555,1px 1px 3px #555;*/
        letter-spacing: 2px;
    }
    .performance_h2 {
        font-weight: bold;
        font-size: 18px;
        color: #eee;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3 {
        /* font-weight:bold; */
        font-size: 14px;
        color: #eee;
        letter-spacing: 1px;
        /*text-shadow: 1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333,1px 1px 3px #333;*/
    }
    .performance_h3_shadow {
        /* font-weight:bold; */
        font-size: 14px;
        color: #eee;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
    }
    .game_performance_01 {
        background: rgba(150, 150, 150, 0.45);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        border-top: 3px solid #888;
    }
    .game_performance_01:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        border-top: 3px solid #aaa;
        transition: 0.3s;
    }
    .game_performance_02 {
        background: rgba(100, 100, 100, 0.4);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
    }
    .game_performance_02:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        transition: 0.3s;
    }
    .game_performance_03 {
        background: rgba(200, 200, 200, 0.35);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
    }
    .game_performance_03:hover {
        background: rgba(255, 80, 0, 0.5);
        padding: 4% 2% 4% 2%;
        position: relative;
        top: 0px;
        border-bottom: 3px solid #ff6400;
        transition: 0.3s;
    }
    .aorus_font_number {
        font-size: 45px;
        color: #ff6400;
        letter-spacing: 2px;
        text-shadow: 2px 2px 3px #333, 1px 1px 4px #666, 2px 2px 3px #333;
        transition: 0.1s;
        position: relative;
        top: 0;
        left: 0;
    }
    .game_performance:hover .aorus_font_number {
        font-size: 45px;
        color: #eee;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400;
        transition: 0.1s;
        position: relative;
        top: -3px;
        left: -2px;
    }
    .aorus_color_content {
        padding: 3% 10% 0 10%;
    }
    .vr_es {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .vr_es_content {
        padding: 3% 0% 0 0%;
    }
    .aorus_vr_bg {
        background-image: none;
        background-size: 80%;
        background-repeat: no-repeat;
        padding: 20% 0 0 0;
        margin: 0;
    }
    .fade_in_speed {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 0px;
        left: -10px;
        padding: 0 2% 0 2%;
        width: 100%;
    }
    .color_effect_content {
        padding-top: 4%;
        text-align: center;
    }
    .color_picker_panel {
        display: block;
        text-align: center;
        position: relative;
        margin: auto;
    }
    #page1 {
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #page2 {
        display: none;
        background: none;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
}