@charset "UTF-8";
/* CSS Document */

body {
  padding:0;margin:0;
  padding-top: 50px;
  font-family: "Roboto"; 
  font: 16px / 24px "Roboto",Helvetica,Helvetica Neue,Arial;
  color: #757575;
  font-weight: 100;
  width:100%;
}

#footer{
	margin-top:50px;
	padding-top:50px;
	text-align:center;
}

#topcontainer{
	padding:20px;
	max-width:1680px;
}
#container{
	padding:100px;
	max-width:1680px;
	margin:auto;
}
.navbar-default {	
	background-color: #FFFFFF; 
}
#navbar-header{
	padding-right: 20px;	
	float:left;
}
#query{
	width: 300px;	
}
#search-input{
	/*max-width: 1680px;*/
}
#browsecategories{
	position:relative;
	float:left;
	margin-right: 20px;
}
.dropdown-menu{
  font-family: "Roboto"; 
  font: 16px / 24px "Roboto",Helvetica,Helvetica Neue,Arial;	
}
#browsebutton{
  font-family: "Roboto"; 
  font: 16px / 20px "Roboto",Helvetica,Helvetica Neue,Arial;		
  margin-right:20px;
}
#searchbutton{
  font-family: "Roboto"; 
  font: 16px / 20px "Roboto",Helvetica,Helvetica Neue,Arial;		
}


#theapps{
	position: relative;
	text-align:center;
	width:90%;	
	padding:20px;
	margin:auto;
}

#product{
	width:100%;
	margin-top:-50px;
}

#product_brief{
	width: 100%;
	margin:auto;
	float:left;
	padding:20px;
	background-color: #EDEDED;
	font-size:12px;	
}

#product_iconbig{
	float:left;
	padding: 10px;	
}

#product_tryout{
	float:right;
	padding: 10px;	
}

#product_metadata{
	position: relative;
	float: left;	
	padding:10px;
	padding-left: -10px;
	padding-top:15px;
}

#product_title{
	font-size: 36px;
	font-weight: bold;
	line-height: 24px;
	float:left;
}

#product_publisher{
	font-size:18px;
	font-style: italic;
	display: inline;
	line-height:36px;
	padding-left:10px;
}

#product_date{
	font-size: 12px;
	line-height:18px;	
}

#product_get{
	margin-top: 10px;	
	margin-bottom: 10px;
}

#downloadapk{
	color: #000000;
	background-color: #A4C639;
	font-weight: bold;
}

.status_statusstatus{
	font-size: 10px;	
	padding:3px;
	line-height:22px;
}

#product_status{
	margin-top:10px;
	font-size:48px;
	color: #999999;
}

#product_pics{
	clear: both;
	display:block;
	border: 1px solid #A4C639;
	border-bottom:none;
	/*height: 180px;*/
}

#screenshotcarousel{
	margin:0; padding:0;
	text-align: center;	
}

#product_pics img{
	border: 1px solid #A4C639;
	border-bottom: none;
	background-color: #FFFFFF;
	display: inline;
	text-align: center;
}

#product_desc{
	border-bottom: 3px solid #A4C639;
	border-top: 3px solid #A4C639;	
}

#product_manifest{
	position:relative;
	text-align:center;
	margin:auto;
}

#product_perms{
	float:left;
	text-align:left;
}

#product_feats{
	float:left;
	text-align:left;
}

#downloadapk_noglass{
	background-color: #CCCCCC;	
}





.betaribbon-container {
	position: relative;
	display: inline-block;
	line-height: 1;
}





.betaribbon-container img {
	vertical-align: middle;
}




.betaribbon128 {
	position: absolute;
	bottom: 1em;
	left: 0;
	margin-left: 0em;
	padding: .5em 1em .5em .75em;
	border-radius: 0 .5em .5em 0;
	background-color: #FF0000;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
	color: #fff;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
	white-space: nowrap;
	transition: background-color .2s ease-in-out;
	font-weight: bold;
}

.betaribbon {
	position: absolute;
	bottom: 2em;
	left: 0;
	margin-left: 0.88em;
	padding: .5em 1em .5em .75em;
	border-radius: 0 .5em .5em 0;
	background-color: #FF0000;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
	color: #fff;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
	white-space: nowrap;
	transition: background-color .2s ease-in-out;
	font-weight: bold;
}

.betaribbon:before,
.betaribbon:after {
	position: absolute;
	background-color: inherit;
	content: "";
}

.betaribbon:before {
	bottom: 0;
	left: -.5em;
	width: .5em;
	height: 2.5em;
	border-radius: 0 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
}

.betaribbon:after {
	top: -1em;
	left: -.5em;
	width: .5em;
	height: 1em;
	border-radius: .5em 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
	box-shadow: 0 .062em 0 rgba(255,255,255,.6);
}

.betaribbon-container:hover .betaribbon {
	background-color: #7acc29;
	text-decoration:none;
	color: #FFFFFF;
}

.betaribbon-container:hover .betaribbon128 {
	background-color: #7acc29;
	text-decoration:none;
	color: #FFFFFF;
}

.img-rounded{
	border-radius:20px;	
}

.hideme{
	display:none;	
}


#showcasebar{
	padding:20px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin:10px;	
}
