.details {margin-top: -19px;}
.desc {margin-top: -5px;}
.detail-footer {margin-top: -38px;}
.number {color: #555555 !important;}
.text-center {text-align: center !important;}
.smallfont {font-size: xx-small; font-style: italic; margin-top: -3px;}
.page-logo {margin-bottom: 19px;}
/*.icon-btn:hover {background:#E5E5E5;}*/
.badge-red {background: #E7505A !important;} 
.badge-blue {background: #3598DC !important;}
.badge-green {background: #32C5D2 !important;}
.badge-yellow {background: #F3C200 !important;}
.btn.btn-default.icon-btn {margin-right: 6px !important;}
.btn-font {font-size: smaller; }
.col3 {text-align: right;}
.row.list-separated {text-align: center !important;}

/* MEDIA QUERIES */
@media(min-width: 1200px){
	.jumbotron img.showcase-img{
	width:61%;
	margin:5px 0 0 40px;
}

}

@media(min-width: 992px) and (max-width: 1200px) {
	
	.font-grey-mint {
		font-size: small;
	}
	
	.font-hg {
		font-size: small;	
	}

	.detail-footer {
		font-size: x-small;	
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	
	
/*.stat-right; .stat-left {
		margin-right: auto !important;
 		 margin-left: auto !important;
 		 width: 	70% !important;
 		*/
	/*}
	.stat-chart {
		width: 	70% !important;
	}*/
	.jumbotron img.app-btn{
		width:30%;
	}

	.jumbotron{
		height:400px !important;
		background-size:100% 100%;
	}

	.jumbotron h1{
		margin-top:10px;
	}
}

@media(min-width: 500px) and (max-width: 767px){
	

	/*.stat-chart {
		width: 	60% !important;
	}
	.stat-right; .stat-left {
		margin-right: auto !important;
 		 margin-left: auto !important;
 		 width: 	60% !important;
	}*/
	.jumbotron{
		height:350px !important;
		background-size:100% 100%;
	}

	.jumbotron h1{
		margin-top:10px;
	}
}

@media(max-width: 500px){
	/*.stat-chart {
		width: 	60% !important;
	}
	.stat-right; .stat-left {
		margin-right: -50px !important;
 		 margin-left: 50px !important;
 		 width: 	60% !important;
	}*/
	.jumbotron{
		height:450px !important;
		background-image:none;
		text-align: center;
	}

	.jumbotron img.app-btn{
		width:60%;
		margin:0 auto 30px auto;
		display:block;
	}

	section#feature ul li{
		font-size: 19px !important;
	}

	footer p{
		float:none;
		text-align: center;
		padding-top:20px;
	}

}