.composeDiv {
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
}

.composeDiv > textarea {
	width:96%;
	border: 2px solid #222;
}

.composeDiv textarea {
	width:100%;
}

.shootFrameDiv {
	display:none;
	text-align: center;
	vertical-align:middle;
	background-color:#222;
	padding:5px 0 10px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 100;
	overflow:auto;
}
.shootFrameDiv iframe {
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	height:100%;width:100%;
	min-height:100%;
	min-width:100%;
	background: black;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid black;
}

.shootDiv {
	text-align: center;
	vertical-align:middle;
	background-color:#222;
	padding:5px;
	position:fixed;
	top:0;bottom:0;
	left:0;right:0;
	z-index: 1;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.shootDiv .Counter {
	vertical-align:middle;
	position: relative;
	left:0;
	width:100%;
	height: 100%;
	display: none;
	text-align: center;
	z-index: 101;
}
.shootDiv .Counter .numDiv {
	position: absolute;
	top:30%;
	width: 100%;
	height:auto;
}
.shootDiv .Counter .numDiv span {
	font-size: 6em;
	text-shadow: 1px 2px #000;
	color:white;
	font-family:Verdana;
}
.shootDiv .Counter .promptSetDiv {
	position: absolute;
	top: 5px;
	width: 100%;
	background: transparent;
	opacity: 0.9;
}

#prompterOpt, #promptSpeedOpt, #promptSizeOpt, #promptModeOpt, #recordingOpt, #submitSetting, #activatePromptOpt, #recordOpt, #conferenceUsers {
	margin-top: 15px;
}
#prompterOpt > span, #promptSpeedOpt > span, #promptSizeOpt > span, #promptModeOpt > span, #recordingOpt > span, #activatePromptOpt > span, #recordOpt > span, #conferenceUsers > span{
	color: white;
	font-size: 22px;
	display: block;
	padding: 3px;
	width: 100%;
	text-align: center;
}

.mirrorTxt {
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform:matrix(-1, 0, 0, 1, 0, 0);
}
.rotate {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}

.shootDiv .liveShootDiv {
	position: absolute;
	top:0;bottom:0;
	left:0;right:0;
}

.liveShootDiv .PrompterDiv {
	display:none;
	vertical-align: middle;
	position: absolute;
	top:0;bottom:0;
	left:0;right:0;
	overflow: hidden;
	color:white;
	text-shadow: 1px 2px #333;
}
.liveShootDiv .PrompterDiv>div {
	font-size:40px;
	line-height:1.3em;
	height: auto;
	position:relative;
	top:0;left:0;
	padding: 0 10px;
	/* z-index: 999; */
}

.VideoDiv {
	display:none;
	position: absolute;
	top:95px;
	height: 100%; 
	width: 100%;
	max-width: 100%;
}
.VideoDiv .video {
	position: absolute;
	top:10%; left:35%;
	/*margin-top: -120px;
	margin-left: -160px;*/
	height: 300px;
	width: 420px;
	border: 2px solid #06829c;
	z-index: -1;
}
.VideoDiv .video.recording , .VideoDiv .doubleVrecording{
	border: 2px solid #A32;
}
.VideoDiv .doubleV{
	height: 300px;
	width: 40%;
	border: 2px solid #06829c;
	z-index: -1;
	display: inline-block;
	margin: 3%;
}
.shootDiv .shootButtons {
	/*position:fixed;*/
	top:0px;
	/*width: 400px !important;*/
	text-align:left;
	z-index: 101;
	padding-bottom: 5px;
	opacity: 0.7;
	/*background: #fff;*/
	margin: auto;
}
.shootDiv .shootButtons button {
	display: none;
	margin: 5px;
	width: auto !important;
}

.storyDiv .shootOptions {
	padding:5px 0;
	text-align: left;
}

.shootOptions .videoFile {
	position: absolute;
	top:0;right:0;
	width:0px;
	height:0px;
	opacity: 0;
}

.uploaderDiv {
	display:none;
	position: absolute;
	top:0;
	left:0;
	height: 1200px;
	width: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	text-align: center;
	padding: 5px 5px 40px 5px;
}

.uploaderDiv iframe {
	position:absolute;
	top:0;left:0;
	background: white;
	width:100%;
	height: 100%;
	min-height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid black;
}
.prompterProgress {
  width: 100%;
  background-color: #333;
  position: absolute;
  bottom: 4px;
}

.prompterBar {
  width: 1%;
  height: 30px;
  background-color: #f2f2f2;
}

.header {
    position: fixed;
    background-color: #141414;
    width: 100%;
    /* height: 64px; */
    border-bottom: 2px solid #333;
    display: block;
    z-index: 10;
}
.header h1 {
    font-weight: normal;
    display: inline-block;
    width: 40%;
    float: left;
    z-index: 10;
    line-height: 64px;
    text-indent: 30px;
    color: #4297d7;
}
.header h1 {
    font-weight: normal;
    line-height: 64px;
    text-indent: 30px;
    color: #4297d7;
}
.header h1 span.clock {
    color: #fff;
    padding-left: 10px;
}
.header nav {
    display: inline-block;
    width: 60%;
    float: right;
    text-align: right;
    font-size: 12px;
    z-index: 10;
    /* height: 64px; */
    overflow: hidden;
}
.buttons {
    margin: 0 10px 0 10px !important;
    padding: 0;
}
.sliders, .buttons, .colors {
    display: block;
    height: 64px;
    float: right;
}
.header nav {
    text-align: right;
    font-size: 12px;
}
.button.small {
    font-size: 20px;
}
.button {
    color: #06829c;
    text-decoration: none;
    width: 50px;
    height: 34px;
    font-size: 40px;
    line-height: 24px !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.sliders, .buttons, .colors {
    display: block;
    height: 64px;
    float: right;
}
.sliders label:first-child {
    margin-top: 10px;
}
.header nav label {
    margin: 3px 0;
        margin-top: 3px;
    display: inline-block;
    z-index: 10;
}
.VideoDiv video{
	width: 100%;
	height: 320px;;
}
.go-back-btn{
	background: #16749f;
    font-size: 17px;
    width: auto;
    color: #000;
}
.blog-p{
	background: #16749f;
	font-size: 17px;
	padding: 34px;
	margin-bottom: 20px;
}
.blog-ul{
	background: #16749f;
	font-size: 17px;
	padding: 34px;
	margin-bottom: 20px;
}
.blog-ul .li{
	display: block;
	padding-bottom: 23px;
}
@media only screen and (max-width: 450px) {
	.buttons{
		height: 104px;
	}
	.button{
		font-size: 21px !important;
	}
	.header nav {
		width: 100%;
	}
	.button.small {
		font-size: 10px;
	}
	.VideoDiv .video {
		top: 0;
		left: 0;
		width: 100% !important;
		height: 320px;
		/* object-fit: cover; */
	}
	.sliders, .buttons, .colors{
		float: left;
	}
}
@media only screen and (max-width: 768px) and (min-width: 451px) {
	.header nav {
		width: 100%;
	} 
	.button.small {
		font-size: 23px;
	}
	.VideoDiv .video {
		top: 0;
		left: 0;
		width: 100% !important;
		height: 520px;
		/* object-fit: cover; */
	}
	.sliders, .buttons, .colors{
		float: left;
	}
}
@media only screen and (max-height: 480px){
	.shootDiv .Counter{
		overflow: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.header nav {
		width: 100%;
	}
	.button.small {
		font-size: 16px;
	}
	.VideoDiv .video {
		top: 0;
		left: 0;
		width: 100% !important;
		/* object-fit: cover; */
		width: 100%;
		height: 360px;
	}
	.sliders, .buttons, .colors{
		float: left;
	}
}
@media only screen and (max-width: 300px) {
	.header nav {
		width: 100%;
	}
	.button.small {
		font-size: 10px;
	}
	.VideoDiv .video {
		top: 0;
		left: 0;
		width: 100% !important;
		height: 320px;
		/* object-fit: cover; */
	}
	.sliders, .buttons, .colors{
		float: left;
	}
	.header .button{
		height: 24px;
		line-height: 14px !important;
	}
}