/****************************************************************************DIVISION***********************************************************************************/
.bubbles {
font-family: arial;
position: relative;
}

.bubbles h1 {
position: relative;
top:5px;
font-size: 20px;
font-weight: 1000;
color: #fff;
z-index: 2;
}

.individual-bubble {
position: absolute;
border-radius: 100%;
bottom: 10px;
background-color: #fff;
z-index: 1;
}


#header {
        background-color:#000000;
        height:50px;
        position:fixed;
        top:0;
        left:0;
        border-bottom:0px solid #DE5CFE;
        margin-bottom:0px;
        width:100%;
        z-index:9999;
}

body{
//background-image: url("https://i.stack.imgur.com/LOwyR.png");
background-size: cover;
margin:0;
padding:0;
}

html{
width:100%;
height:100%;
}

.wrapper{
	/*max-width: 1200px;*/
	margin: 0px auto;
}

#footer{
bottom:0px;
left:0px;
right:0px;
position:fixed;
background-color:black;
width:100%;
z-index:2;
overflow:auto;
}

@media screen and (max-width:800px){
	.mobile{display:initial;}
	/*.web{display:none;}*/
	.game-list-banner{height:5%;}
}

@media screen and (min-width:800px){
	.web{display:initial;background-color:white;}
	.mobile{display:none;}
	.game-list-banner{height:7%;}

}



.top-header{
	background-color:black;
	overflow:auto;
	text-align:center;
}

.top-c{
	width:100%;
	float:left;
	display:block;
	position:relative;
}

.footer-function-box{
	float:left;
	width:25%;
	position:relative;
	text-align: -webkit-center;
}

.footer-function-box a img{
	opacity:0.3;
}

.footer-function-box-active a img{
	opacity:1;
}

.footer-function-box-active{
	float:left;
	width:25%;
	position:relative;
	text-align: -webkit-center;
}

#game-box{
text-align:-webkit-center;
}

#game-description-box{
overflow:auto;
padding-bottom:70px;
background-color:#FDEBD0;
padding-top:20px;
}

#game-description-right{
float:left;
width:99%;
overflow:auto;
background-color:white;
}

#game-txt{
text-align: justify;
padding:2% 2%;
}

#game-screenshot{
padding-left:5%;
overflow:auto;
margin-bottom:20px;
}

@media screen and (max-width:710px){
	#game-screenshot-box{margin-right:1%;}
}

#game-screenshot-box{
float:left;
width:24%;
margin-bottom:25px;
}

#game-download-button{
float: right;
margin-right: 3%;
}


#content{
margin-bottom: 52px;
width: 100%;
overflow: auto;
}

.item{
text-align: -webkit-center;
}




/*********************************************************************Tables********************************************************************************************/
.borderless, .borderless tr td,.borderless tr, .borderless th {
    border: none !important;
}

.padding{
padding: 0 5%;
}


/**************************************************************************STYLING***********************************************************************************/
#game-list h4{
border-bottom: solid;
border-bottom-color: orange;
color: darkblue;
}

.web a{
	font-size:13px;
	color: black;
}

.web a:hover{
	text-decoration: none;
	color: #8FD1EC;
}

td a{
color:black;
font-size:10px;
}

.text-center{
text-align:center;
padding:2% 0%;
margin:0;
}

.text-header{
text-align:center;
padding:2% 0%;
margin:0;
color:white;
 text-transform: uppercase;
 text-shadow: #2c2c2c 3px 3px 5px;
}
.max-width{
width:100%;
}

.footer-function-box a{
	display:block;
}

#a-game-row{
	text-decoration:none;
	color:black;
	font-size:15px;
}

/* Each Game Row Settings */
.game-row{
        overflow:auto;
        width:100%;
        background-color:white;
        padding:2% 2%;
	border-bottom:1px dotted #bbb;
	margin-bottom:2px;
}

.game-row-icon{
	margin-right:5%;
	float:left;
}

.game-row-name{
	float:left;
	font-size:12px;
	width:40%;
	margin-top:15px;
}

.game-row-name-cat{
	float:left;
	font-size:12px;
	width:40%;
	margin-top:15px;
}

.game-row-rating{
	float:left;
	margin-top:15px;
	margin-left:5%;
	margin-right:5%;
}

.game-row-download{
	float:right;
	margin-top:15px;
}

.game-row-download-cat{
        float:right;
        margin-top:15px;
}



@media only screen and (max-width:550px){
	.game-row-name{
		float:left;
	        font-size:20px;
        	width:35%;
		margin-top: 10px;
	}
	.game-row-name-cat{
		float: left;
		font-size: 20px;
		width: 50%;
		margin-top: 15px;
	}
}
	
@media only screen and (max-width:480px){
	.game-row-name{
		float:left;
		width:55%;
		margin-left:10%;
		margin-top: 8px;
	}

        .game-row-name-cat{
                float: left;
                font-size: 20px;
                width: 50%;
                margin-top: 15px;
        }


	.game-row-rating{
		float:left;
		padding-left:9%;
		width:50%;
		margin:0;
	}

	.game-row-download{
		float:none;
	}



}


.stars{
        width:270px;
        display:inline-block;
}

.star{
        float:left;

}

#footerdiv{
        width:100%;
        text-align:center;
        position:fixed;
        bottom:0px;
        right:0px;
        left:0px;
        z-index:9999;
}

#footer{
        width:100%;
        background-color:#000000;
        color:#ffffff;
        font-size:14px;
    height:auto;
    padding:8px 0;
    margin-bottom:-1px;
    overflow:hidden;
}

#dl{
border-radius:10px;
}
