/*** Navbar styles ***/
.navbar-brand{
	height: inherit;
	padding: 3px;
	margin-top: 0;
}
.navbar-nav a{
	margin-top: 12.5px;
	font-weight: bold;
}
.navbar .icon{
	margin-top: 17.5px;
}
.nav-tabs > li > a{
	font-weight: bold;
	color: #9e9e9e;
}
/*** General styles ***/
.img-center{
	margin: 0 auto;
}
.app-icon{
	height: 75px;
	width: 75px;
	border-radius: 13px;
	
	/*box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    */
}
.badge{
	bottom: 0;
}
.android-badge img{
	display: inline-block;
    overflow: hidden;
    width: 155px;
    height: 60px;
    background-position: center;
}
.app-header{
	font-size: 36px;
	vertical-align: middle;
}
.page-header .app-icon{
	display: inline-block;
	margin-right: 15px;
}
.summary{
	min-height: 80px;
}

.carousel .img {
	width: 500px;
	height: 444px;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}
.carousel-control .glyphicon{
	color: black;
}
.carousel-indicators{
	bottom: 0;
}
.carousel-indicators .active{
	background-color: #337ab7;
}
.carousel-indicators li{
	border: 1px solid #337ab7;
}
.portrait{
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 10px auto;
}
footer{
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	margin-top: 25px;
	padding: 25px;
	font-weight: bold;
}
footer a{
	color: red;
}
footer a:hover{
	text-decoration: none;
	color: darkred;
}
@media(min-width: 992px){
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
}
@media(max-width: 767px){
	.app-icon{
		height: 100px;
		width: 100px;
	}
	.navbar-brand img{
		max-width: 300px;
	}
	footer{
		text-align: center;
	}
}
