html {
	background: url("images/leaves.png") no-repeat bottom center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body {
    text-align: center; 
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}

.top-button {
	padding: 8px;
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d6d6d6;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	box-shadow: 0 0 10px rgba(0,0,0,0.04);
	text-decoration: none;
	color: #ADADAD;
	opacity: 0.8;
	width: 50px;
	height: 50px;
	top: 8px;
	position: absolute;
}

.top-button:focus {
	outline:0;
}

.top-button:hover {
	background-color: #d6d6d6;
}

#mute {
	left: 8px;
	z-index: 2;
}

#hint {
	display: none;
	right: 8px;
	z-index: 2;
}

.green {
	color: #7ac525;
}

#hint-message {
	display: none;
	position: absolute;
	font-size: 1.2em;
	color: #7ac525;
	top: 15px;
	width: 100%;
	text-align: center;
}

.hidden {
	display: none;
}

.debug {
	color: red;
}

.no-select {
	-ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
} 

.container {
	margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.choices-container {
	height: 450px;
	width: 800px; 
	margin: 100px auto 0;
	position: relative;
    text-align: center;
   	border: none;
   	background-color: #FFF;
   	opacity: 0.8;
   	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.08);
	box-shadow: 0 0 30px rgba(0,0,0,0.08);
   	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 50px 20px 40px;
	/*font-size: 0.9em; */
}

#choices {
	margin: 0 10px;
}

.drag-choice {
	display: inline-block;
	padding: 8px;
	margin: 6px;
	background-color: #e5e5e5;
	cursor: move;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	border: 2px solid rgba(0, 0, 0, 0.0);
	text-decoration: none;
	color: #000;
	-moz-background-clip: padding;    
  	-webkit-background-clip: padding;  
  	background-clip: padding-box;
  	white-space: nowrap;
}

.drag-choice-placeholder {
	display: inline-block;
	padding: 8px;
	margin: 0px;
	top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	border: 2px dashed rgba(0, 0, 0, 50.0);
	text-decoration: none;
	color: #000;
	-moz-background-clip: padding;    
  	-webkit-background-clip: padding;  
  	background-clip: padding-box;
}

.sound-choice:hover {
	background-color: #e5e5e5;
}

.choice {
	display: inline-block;
	padding: 8px;
	margin: 8px;
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #e5e5e5; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	box-shadow: 0 0 10px rgba(0,0,0,0.04);
	text-decoration: none;
	color: #000;     				
}

.choice:hover {
	background-color: #e5e5e5;
}

.choice:active {
	background-color: #e5e5e5;
}

.changing-choice {
	display: inline-block;
	padding: 8px;
	margin: 8px;
	text-decoration: none;
	color: #000;
	font-size: 1.5em;     				
}

#message {
	margin-bottom: 35px;
}

.regularMessage {
	font-size: 1.5em;
}

.smallMessage {
	font-size: 1.2em;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.endMessage {
	font-size: 1.5em;
	padding-left: 20px;
	padding-right: 20px;	
}

.introSentence {
	/*opacity: 0.0; */
}

.startMessage {
	font-size: 3em;
}

#droppable {
	display: none;
	bottom: 0; 
	/*width: 600px;  
	height: 45px; */
	padding: 5px; 
	margin: 30px 20px 20px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #cccccc;
}

#droppable p{
	margin-top: 0px;
	margin-bottom: 40px;
}

.droppable-hover {
	background-color: #cccccc;
	background: url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}

.droppable-default {
	background-color: #cccccc;
	background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; 
}

.droppable-highlight {
	background-color: #a8e261;
	background: url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
}

#sound-input {
	display: none;
	font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
	/*width: 240px; */
}

input {
  border-radius: 5px;
  font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; 
}

input#sound-text {
	width: 350px;
}

#draggable-icon {
	display: none;
	float: right;
	margin-right: 20px;
}

#form-icon {
	display: none;
	float: right;
	margin-right: 20px;
}

#wrong {
	display: none;
	color: #ADADAD;
}

#correct-form {
	display: none;
	color: #7ac525;
}

#correct-draggable {
	color: #7ac525;
}

#answerBottom {
	display: none;
	font-size: 1.5em;
	color: #7ac525;
}

#answerTop {
	display: none;
	font-size: 1.5em;
	color: #7ac525;
}

.interiorButton {
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #e5e5e5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
	box-shadow: 0 0 10px rgba(0,0,0,0.04);
	text-decoration: none;
}

.interiorButton:hover {
	background-color: #e5e5e5;
}

.ellipsis {
	padding: 5px 10px 1px;
	color: #ADADAD;
}

#fast-forward {
	display: none;
	margin: 8px;
	padding: 5px 10px;
	color: #ADADAD;
}

#skip {
	display: none;
	margin: 8px;
	padding: 8px;
	color: #ADADAD;
}

#start {
	display: none;
	margin-top: 160px;
	margin-bottom: 10px;
	padding: 8px;
	color: #ADADAD;
}

.start-text {
	width: 350px;
	padding: 8px;
	margin: 8px; 
	text-decoration: none;
	color: #000; 
	float: left;
	cursor: default;    				
}

.start-translation {
	width: 350px;
	padding: 8px;
	margin: 8px; 
	text-decoration: none;
	color: #000;
	float: right;
	cursor: default;     				
}

.start-authors {
	text-decoration: none;
	color: #ADADAD;
	cursor: default;
	font-size: 1.2em;     				
}

.start-donations {
	text-decoration: none;
	color: #ADADAD;
	cursor: default;
	font-size: 0.8em;     				
}

#spinner-container {
	display: none;
	margin-top: 70px;
	margin-bottom: 10px;
}

#keyboard-container {
	display: none;
	margin: auto;
	width: 300px;
}

.row {
	display: table;
}

#keyboard {
	padding: 15px 10px 10px 45px;
	font-size: 0.9em;
}

.keyboard-key {
	background-color: #e5e5e5;
	height: 26px;
	width: 26px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 28px;
	cursor: pointer;
	color: #000;
	border: none;
	margin: 0 5px 5px 0;
	float: left;
}

.keyboard-key:hover {
	background-color: #ADADAD;
}

::selection {
	background: #7AC524;
	color: #000000;
}
::-moz-selection {
	background: #7AC524;
	color: #000000;
}

@media only screen and (min-device-width: 1900px) {
    .choices-container {
		height: 500px;
		width: 900px; 
		margin: 250px auto 0;
	}
	#start {
		margin-top: 180px;
	}	
  }