#header #logo {
	text-align: center;
}

.page-title {
	padding: 0 0 1em 0;
	text-align: center;
}

span.key {
	font-family: monospace;
	border: 1px solid #ccc;
	padding: 2px 6px;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

.footer, .push {
	height: 60px;
}

#footer {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	padding: 35px 0;
	padding-top: 100px;
	color: #999;
}

a#scarmarketing {cursor: url(http://scarmarketing.s3.amazonaws.com/assets/cursors/rock.cur), url(http://scarmarketing.s3.amazonaws.com/assets/cursors/rock.png), url(http://scarmarketing.s3.amazonaws.com/assets/cursors/rock.gif), auto }

/*Levels*/

.difficulty img {
	text-align: center;
	opacity: 1;
	margin: 0 auto;
	max-width: 150px;
}

span.selector {
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/ok_big.png) center center no-repeat transparent;
	background-size: cover;
	cursor: pointer;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	z-index: 10;
	opacity: 0;dd
}

li.selected span.selector,
span.selector:hover {
	opacity: 0.7	
}

.difficulty img:hover {
}

.difficulty img:after {
}
.difficulty.selected img {
}

#choose-difficulty ul#difficulties {
	margin: 40px 0;
}

/*Realx*/

.audio-player-wrapper{
	margin: 30px 0;
	text-align: center;
}

.audio-player-wrapper audio {
	text-align: center;
	width: 100%;
}

.result label,
form  label {
	font-size: 2em;
	text-align: center;
}

form  label small{
	font-size: 0.6em;
	font-weight: lighter;
	text-align: center;
	display: block;
	clear: both;
	color: #b4bcc2;
}

.result .separator,
form  label .separator{
	display: block;
	font-size: 19px;
	font-weight: lightest;
	clear: both;
	margin: 20px 0 10px auto;
	text-align: center;
}

form .nightmare .form-group .question
,form .nightmare .form-group .answer
{
	overflow: hidden;
	width: 100%;
}

.clear {
	clear: both;
	display: block;
	
}

.wrong .correction {
	font-size: 0.7em;
	color: #999;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.number-circle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 1em;
	padding: 8px;

	background: #fff;
	border: 2px solid #2c3e50;
	text-align: center;
}

.badge-big {
	font-size: 1.25em;
	font-weight: 300;
	padding: 0.25em 0.5em;
}

form#schedario .badge{
	// margin-right: 40px
	
}

span.spacer {
	display: block;
	margin-top: 40px;
	margin-bottom: 7px;
	text-align: center	
}

label.question{
	display: block;
	text-align: center
}

input.organic {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 45px;
	font-weight: normal;
	text-align: center;
}

input.organic:hover,
input.organic:active {
	border-bottom-color: #222;
}

input.organic:focus {
	border-bottom-color: #FF530D
}

strike {
	font-weight: normal;
	}

form input[type='submit']{
	background-color: #FF530D;
}

.memorize-this {
	display: none;
	font-size: 2em;
}

.memorize-this-active {
	display: block;
}

#finalize{
	display: none;
}

.developer
{
	margin-top: 24px;
	display: inline-block;
	font-size: 1.45rem;
}

form .nightmare .form-group .question
{
	font-size: 1.25em;
	font-weight: 300;
	padding: 0.25em 0.5em;
	max-width: 100%;
	white-space: normal;
 }