@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/Cabin-Bold.ttf);
}
@font-face{
	font-family: Ans, sans-serif;
	font-style: normal;
	src:url(../__fonts/Roboto-Regular.ttf);
}

body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#main {
	position:absolute;
	width: 1280px;
	height: 720px;
	background:url(../../__images/bg.png);
}

#vidClose
{
	position:absolute !important;
	left:1000px;
	top:125px;
	z-index:100;
}

.cell{
	box-shadow: inset 0px 0px 6px #666;
	border: 2px solid #FFF;
	font-family: Ans, sans-serif;
	font-size:20px;
	border-radius:10px;
	background: #a24111;
	padding: 10px 15px;
	
	line-height: 130%;
	box-sizing:border-box;
}

#leftPannel{
	position:absolute;
	top: 100px;
	left: 402px;
	width: 433px;
	height: 546px;
	/* margin-left: -4px; */
	overflow-y: hidden;
}

#recordBtn{
	position:relative;
	cursor:pointer;
	text-align:center;
	margin:560px 0 0 296px;
	width: 100px;
	height: 40px;
	background-color:#C9F;
	visibility:hidden;
}

#playBtn{
	position:relative;
	cursor:pointer;
	text-align:center;
	margin-top:20px;
	margin-left:300px;
	width: 100px;
	height: 40px;
	background-color:#C9F;
	visibility:hidden;
}

#title{
	font-family: Rubric;
	position:absolute;
	top: 40px;
	left:334px;
	font-size:26px;
	text-align:center;
	/*! color:#fff; */
	width:614px;
	/*text-shadow:3px 3px 4px #000;*/
	/*border:1px solid red;*/
}

#navigation{
	position:absolute;
	width:500px;
	height:60px;
	top:655px;
	left:510px;
}
#prev{
	background:url(../../__images/nextprev.png) 0 0;
	width:109px;
	height:60px;
	cursor:pointer;
	display:inline-block;
}

#next{
	background:url(../../__images/nextprev.png) -109px 0;
	width:109px;
	height:60px;
	cursor:pointer;
	float:right;
}

.bigImage{
	border-radius: 25px;
	border: 2px solid #FFF;
}
.smallImage{
	border-radius: 12px;
	border: 2px solid #FFF;
}

.meaningDivClass{
	/*border: 1px solid #673903;
	border-radius:4px;
	padding:5px;
	background-color:rgba(86, 49, 5, 0.7);*/
}

.debug{
	border: 1px solid #FFF;
}










.flexcroll{ 
	/*width:400px;
	height:200px;*/
	overflow:scroll;
}
