#text-conteiner {
	
	margin: 10px;
	padding: 10px 15px;
	padding-bottom: 40px;
	margin-bottom: 100px;
	margin-right:300px;

}
#text-conteiner h1, #text-conteiner h2, #text-conteiner h3, #text-conteiner h4, #text-conteiner p {
	color: #000;
	text-align: left;
	margin: 1em auto;
}
#block {
	background-color:#ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#message {
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	width: 400px;
	padding: 20px;
	margin: 30px auto;
	text-align: center;
	background-color: #fff;
	border: 6px solid #456ed7;
}
#message h1, #message h2 {
	text-align: center
}
sup {
	vertical-align: super;
	font-size: smaller
}
p.quote {
	padding-left: 40px;
	margin: 30px auto;
	line-height: 22px;
}
#options {
	top: 118px;
	background-color: #330033;
	float: left;
	position: fixed;
	right: 0px;
}
.content {
	margin: 20px;
	margin-right: 30px;
	text-align: right;
}
.content button {
	margin-top: 10px
}
#options h2 {
	color: #fff;
	text-align: right;
}


/*#text-conteiner {
	float: left;
	width: 60%;
	margin: 10px;
	padding: 10px 15px;
	padding-bottom: 40px;
	margin-bottom: 100px;
	position: relative;
}
#text-conteiner h1, #text-conteiner h2, #text-conteiner h3, #text-conteiner h4, #text-conteiner p {
	color: #000;
	text-align: left;
	margin: 1em auto;
}
#block {
	background-color: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#message {
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	width: 400px;
	padding: 20px;
	margin: 30px auto;
	text-align: center;
	background-color: #fff;
	border: 6px solid #ff3300
}
#message h1, #message h2 {
	text-align: center
}
sup {
	vertical-align: super;
	font-size: smaller
}
p.quote {
	padding-left: 40px;
	margin: 30px auto;
	line-height: 22px;
}
#options {
	top: 118px;
	background-color: #330033;
	float: left;
	position: fixed;
	right:0px;
}
.content {
	margin: 20px;
	margin-right: 30px;
	text-align: right;
}
.content button {
	margin-top: 10px
}
#options h2 {
	color: #fff;
	text-align: right;
}*/
#pageTwo {
	display: none;
	width: 80%;
	margin: 20px auto;
}


.wrap {margin-right:300px;}
.body-text{visibility:hidden}


.fixed-box{
	position:fixed;
	right:0px;
	top:116px;
	background-color:#456ed7;
	padding:20px;
	width:220px;
	text-align:center;
	color:#fff;
	box-shadow:-2px 2px 5px 0px rgba(0,0,0,0.5);

}
.fixed-box h2 {color:#fff; width:100%; margin:2px auto; text-align:left; line-height:28px}
.fixed-box button {width:100%; margin: 5px auto}

.user-answer {
	padding: 5px 10px;
	margin: 0 2px;
	text-align: center
}
#body-text {margin:40px auto}

#body-text > p {
	line-height: 46px
}
.wrong {
	border: solid #FF3300;
	color: red
}
.fa-times-circle {
	display: none;
	position: relative;
	top: -10px;
	left: -15px;
	font-size: 24px;
	color: #ff3300;
	background-color: #fff;
}

#words {
	display: none;
	width: 80%;
	border: solid #FF3300 5px;
	margin: 10px auto
}
#words ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
#words ul li {
	float: left;
	width: 20%;
	padding: 20px 0;
	font-family: 'open-sans', sans-serif;
	font-size: 24px;
	text-align: center
}
.correct {
	border: solid #1B8C05;
	color: green;
}
.fa-check-circle-o {
	display: none;
	position: relative;
	top: -10px;
	left: -15px;
	font-size: 24px;
	color: #1B8C05;
	background-color: #fff;
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen  and (max-width: 1024px) {
#text-container {
	width: 80%
}
#pageTwo {width:90%}
#words {width:100%}
#words ul li {
	width:25%;
}

}
