/* Add here all your CSS customizations */

#sc-bottom {
	text-align: center !important;
	color: #898989;
	font-size: 16px;
	border-top: 13px solid #ededed;
}

#sc-bottom #sc-button {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width: 209px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: white;
	text-decoration: none;
	background-color: #0D3B5D;
	border-radius: 5px;
	box-shadow: 0 5px 10px #898989;
	margin: auto;
	margin-top: -32px;
	margin-bottom: 32px;
	transition: margin 0.1s, box-shadow 0.1s, text-shadow 1s;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #0D3B5D 0%, #216188 50%, #0D3B5D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #0D3B5D 0%, #216188 50%, #0D3B5D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #0D3B5D 0%, #216188 50%, #0D3B5D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0D3B5D), color-stop(0.5, #216188), color-stop(1, #0D3B5D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #0D3B5D 0%, #216188 50%, #0D3B5D 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #0D3B5D 0%, #216188 50%, #0D3B5D 100%);
}
#sc-bottom #sc-button:hover {
	box-shadow: 0 3px 3px #898989;
	margin-top: -30px;
	margin-bottom: 30px;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
#sc-bottom #sc-size {
	font-family: 'Ubuntu';
	margin-top: 0;
	margin-bottom: 0;
	color: #0D3B5D;
	font-size: 120px;line-height: 100px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.25);
	text-shadow: 0 0 10px #898989, -1px -1px 1px #898989, 1px -1px 1px #898989, -1px 1px 1px #898989, 1px 1px 1px #898989;
	transition: text-shadow 1s;
}
#sc-bottom #sc-button:hover + #sc-size {
	text-shadow: 0 0 10px #0D3B5D, -1px -1px 1px #0D3B5D, 1px -1px 1px #0D3B5D, -1px 1px 1px #0D3B5D, 1px 1px 1px #0D3B5D;
}
#sc-bottom #sc-size-fill {
	font-family: 'Ubuntu';
    overflow: hidden;
    border-bottom: 1px solid #b2b2b2;
    height: 100px;
    color: #d2d2d2;
    font-size: 120px;
    line-height: 100px;
	font-weight: bold;
	margin-top: -100px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.125);
	transition: height 0.3s, margin 0.3s, border-color 1s, box-shadow 1s;
}
