@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.jpg);
}

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

.cell{
	
	font-family: Ans, sans-serif;
	font-size:25px;
	border-radius:5px;
	background:#fff;
	padding: 15px;

}

#leftPannel{
	position:absolute;
	top: 115px;
	left: 452px;
	width: 430px;
	height: 535px;
	/*! margin-left: -4px; */
}

#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: 18px;
    left: 322px;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    width: 663px;
    text-shadow: 3px 3px 4px #000;
}

#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);*/
	/* visibility: hidden; */
}

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










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