

.shortcuts {
	text-align: center;	

}
.shortcuts .btn {
	display: inline-block;

}
.shortcuts .shortcut { 
	width: 22.50%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #f9f6f1;
	
	border-radius: 5px;
}

.shortcuts .fullsize { 	
	width: 97%;
	height:100%;
	display: inline-block;
	padding-top: 1px 1;
	padding-bottom: 1px 1;

	margin: 1px;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #f9f6f1;
	
	border-radius: 5px;
}
.shortcuts .minishortcut { 	
	width: 20%;
	height:20%;
	display: inline-block;
	padding-top: 1px 1;
	padding-bottom: 1px 1;

	margin: 1px;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #f9f6f1;
	
	border-radius: 5px;
}
.shortcuts .minishortcut .shortcut-icon{
	margin-top: .8em;
	margin-bottom: .8em;
	
	font-size: 14px;
	color: #483D8B;
}
.shortcuts .shortcut .shortcut-icon{
	margin-top: .25em;
	margin-bottom: .25em;
	
	font-size: 32px;
	color: #545454;
}

.shortcuts .fullsize .shortcut-icon {
	margin-top: .10em;
	margin-bottom: .10em;
	
	font-size: 38px;
	color: #545454;
}
.shortcuts .minishortcut:hover {
	background: #DDA0DD;
}
.shortcuts .shortcut:hover {
	background: #00ba8b;
}
.shortcuts .fullsize:hover {
	background: #DDA0DD;
}
.shortcuts .shortcut:hover span{
	color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #fff;
}


.shortcuts .shortcut-label {
	display: block;
	
	font-weight: 400;
	color: #545454;
}





#big_stats 
{ 
	width: 100%; 
	display: table;
	margin-top: 0;
	
	
}

.big-stats-container .widget-content {
	border:0;
}

#big_stats .stat
{
	width: 10%;
	height: 80px;
	text-align: center;
	display: table-cell;
	padding: 0;
	padding-right: 10;
	padding-bottom: 0;
	position: relative;
	
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;

}
#big_stats  i { font-size:30px; display:block; line-height: 40px; color: #4495F2;}
#big_stats .stat:hover i {color:#19bc9c;}
#big_stats .stat2 { 
	width: 10%;
	height: 80px;
	text-align: center;
	display: table-cell;
	padding: 0;
	padding-right: 10;
	padding-bottom: 0;
	position: relative;
	
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;
	font-size: 12px;}

h6.bigstats{margin: 0px;
text-align: center;
border-bottom: 1px solid #eee;
padding-bottom: 6px;
margin-bottom: 10px;

}

#big_stats .stat:first-child {
	border-left: none;
}

#big_stats .stat:last-child {
	border-right: none;
}
#big_stats .stat2:first-child {
	border-left: none;
}

#big_stats .stat2:last-child {
	border-right: none;
}
#big_stats .stat h4
{
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin-bottom: 0em;
}

#big_stats .stat .value
{
	font-size: 25px;
	font-weight: bold;
	color: #000080;
	line-height: 1em;
}
#big_stats .stat2 .value
{
	font-size: 25px;
	font-weight: bold;
	color: #000080;
	line-height: 1em;
}



@media all and (max-width: 950px) and (min-width: 1px) {
	
	#big_stats {
		display: block;
		margin-bottom: -10px;
	}
	
	#big_stats .stat {
		width: 49%;
		display: block;
		margin-bottom: 3em;
		float: left;
	}	
	
	#big_stats .stat:nth-child(2) {
		border-right: none;
	}
	
	#big_stats .stat:nth-child(3) {
		border-left: none;
	}
	
}

@media (max-width: 767px) {
	#big_stats .stat .value {
		font-size: 40px;
	}
}
	
	
	
	
@media (max-width: 979px) {
	
	.shortcuts .shortcut {
		width: 31%;
	}
}


@media (max-width: 480px) {
	
	.stats .stat {
		
		margin-bottom: 3em;
	}
	
	.stats .stat .stat-value {
		margin-bottom: .15em;
		
		font-size: 20px;
	}
	
	.stats {
		float: left;
		
		display: block;
		
		margin-bottom: 0;
	}
	
	#chart-stats {
		margin: 2em 0 1em;		
	}
	
	.shortcuts .shortcut {
		width: 48%;
	}
}