
.bitmeup_game_icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #BC70DC;        
    box-shadow: 0px 0px 5px 3px rgba(139, 75, 161, 0.8), 0px 0px 8px 1px rgba(139, 75, 161, 0.6), 0px 0px 10px 0px rgba(139, 75, 161, 0.5);            
    animation: tooltipBorder 5s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
}
.bitmeup_game_icon:hover{
    animation: tooltipBorder 1s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
}
.bitmeup_game_icon_active{
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #BC70DC;        
    box-shadow: 0px 0px 5px 3px rgba(74, 164, 74, 0.8), 0px 0px 8px 1px rgba(74, 164, 74, 0.6), 0px 0px 10px 0px rgba(74, 164, 74, 0.5);            
    animation: gameIconBorderGreen 5s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
    transform:scale(1.3);
    border-radius:3px;
}
.bitmeup_game_icon_active:hover{
    animation: gameIconBorderGreen 1s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
}

.bitmeup_game_icon_active2{
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #BC70DC;        
    box-shadow: 0px 0px 5px 3px rgba(74, 164, 74, 0.8), 0px 0px 8px 1px rgba(74, 164, 74, 0.6), 0px 0px 10px 0px rgba(74, 164, 74, 0.5);            
    animation: gameIconBorderGreen 5s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
    border-radius:3px;
}
.bitmeup_game_icon_active2:hover{
    animation: gameIconBorderGreen 1s infinite ease;
    animation-direction: alternate;     
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
}


@-webkit-keyframes gameIconBorderGreen {
    from {
        border-color: #71DC72;
    }
    to {
        border-color: #3D6137;
    }
}
@keyframes gameIconBorderGreen {
    from {
        border-color: #71DC72;
    }
    to {
        border-color: #3D6137;
    }
}


#gsi #game_content{
    color: #FFF;    
}
.si_gameHeader {
    color: #999;
}
.si_gameHeader a{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;  
    text-shadow: 0px 0px 1px #5FE7F9, 0px 0px 3px #5FE7F9, 0px 0px 5px #5FE7F9;
}
.si_gameHeader a:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0px 0px 1px #5FE7F9, 0px 0px 3px #5FE7F9, 0px 0px 5px #5FE7F9;
}


#gdamoria #game_content{
    color: #FFF;    
}
#gdamoria .gameHeader {
    color: #FFF;
}
#gdamoria .gameHeader a{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;         
    animation: PlayPulseDamoria 2s infinite ease-in;
    animation-direction: alternate;             
-webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;    
    text-shadow: 0px 0px 10px rgba(128, 72, 156, 1), 0px 0px 10px rgba(128, 72, 156, 1), 0px 0px 10px rgba(128, 72, 156, 1);    
}
#gdamoria .gameHeader a:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FDD; 
    animation: PlayPulseDamoria 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(128, 72, 156, 1);    
}

@-webkit-keyframes PlayPulseDamoria {
    from {
        text-shadow: 0px 0px 10px rgba(128, 72, 156, 1);    
    }
    to {
        text-shadow: 0px 0px 10px rgba(128, 72, 156, 0.5);    
    }
}
@keyframes PlayPulseDamoria {
    from {
        text-shadow: 0px 0px 10px rgba(128, 72, 156, 1);    
    }
    to {
        text-shadow: 0px 0px 10px rgba(128, 72, 156, 0.5);    
    }
}

@-webkit-keyframes Rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes Rotation {
    from {
        transform: rotate(360deg);
        right: 0px;
    }
    to {
        transform: rotate(0deg);
        right: 100px;
    }
}


.mebula_game_content{
    color: #000;    
    border-radius: 10px;
}
#gmebula .gameHeader {
    color: #999;
}
#gmebula .gameHeader a{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #DDD;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}
#gmebula .gameHeader a:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}


.si_game_content_row_active{
    background: linear-gradient(transparent 10%, rgba(188, 112, 220, 0.2) 40%, rgba(188, 112, 220, 0.4) 50%, rgba(188, 112, 220, 0.2) 60%, transparent 90%);
    cursor: default;
}
.si_game_content_play a{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #DDD;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}
.si_game_content_play a:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}

.si_game_content_play span{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #DDD;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}
.si_game_content_play span:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;
    animation: PlayPulse 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1), 0px 0px 10px rgba(188, 112, 220, 1);    
}

.rotateBall{
    animation: Rotation 4s infinite ease-in-out;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
}

.damoria-hl{
    color:#600;
    
}
.da_game_content_row_active .damoria-hl{
    
}

.da_game_content_row_active{
    background: rgba(194, 198, 146, 0.9);
    color: #000;
    cursor: default;     
}
.da_game_content_play a{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FFF;    
    animation: PlayPulseDamoria 2s infinite ease-in;
    animation-direction: alternate;             
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(100, 100, 100, 1), 0px 0px 10px rgba(100, 100, 100, 1), 0px 0px 10px rgba(100, 100, 100, 1);    
}
.da_game_content_play a:hover{
    text-decoration: none;
    cursor:pointer;
    font-size: 14px;
    color: #FDD; 
    animation: PlayPulseDamoria 2s infinite ease-in;
    animation-direction: alternate;              
    -webkit-animation-direction:alternate;
   -moz-animation-direction:alternate;
    -ms-animation-direction:alternate;
     -o-animation-direction:alternate;
    text-shadow: 0px 0px 10px rgba(100, 100, 100, 1), 0px 0px 10px rgba(100, 100, 100, 1), 0px 0px 10px rgba(100, 100, 100, 1);    
}

    