/*
body {
	font-size: 1.1em;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}
h1, h2, h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
}
h2 {
	margin-top: 0.1em;
	font-size: 1.8em;
}
header {
	background-color:rgba(255,255,255,0.5);
	padding-top: 5px;
	margin: 0em;
	padding: 1em;
	height: 45px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
section {
	clear: both;
	margin: 0.5em;
	padding: 1em;
	min-height: 500px;
	height: 100%;
}
footer {
	text-align: center;
	font-size: 14px;
	color: #AAA;
	clear: both;
	margin-top: 8em;
	width: 100%;
	height: 30px;
}
input {
	font-size: 1.3em;
}
input[type="text"] {
	width: 200px;
	position: relative;
	top: 3px;
}
input[type="sendtext"] {
	width: 25%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	bottom: 245px;
	visibility: hidden;
}
video {
	border: 0;
	vertical-align: top;
	visibility: hidden;
}
#chat_div {
	width: calc(25% + 46px);
	height: 200px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.375em;
	bottom: 245px;
	visibility: hidden;
	overflow-y: scroll;
	word-wrap: break-word;
	position: relative;
}

.chatMessage {
	margin-top: 6px;
}
.selfMessage {
	text-align: right;
}

.chatMessage > div {
	display: inline-block;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: calc(100% - 60px);
	border: 1px solid rgba(145,145,145,0.8);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.selfMessage > div {
	background-color: rgba(178,229,255,0.6);
}

.remoteMessage > div {
	background-color: rgba(226,226,226,0.6);
}
#chat_but {
	position: relative;
	bottom: 245px;
	visibility: hidden;
}
.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
#audio-only-container {
	visibility: hidden;
	color: red;
}
#share-container {
	visibility: hidden;
	padding-top: 5px;
}
*/
#video-container {
	text-align: center;
}
#self_view {
	width: 160px;
	height: 120px;
	margin-right: 2em;
	position:absolute;
	z-index:100;
}
#remote_view {
	/*width: 640px;
	height: 480px;
	*/
	z-index:10;
	/*border:1px dashed black;*/
	visibility:visible;	
}
/*
#heading {
	float: left;
}
#owr-logo {
	float: right;
	background-image: url(https://static.squarespace.com/static/53f1eedee4b0439bf8d480c5/t/54061d4ae4b0f4290347d846/1412279016051/?format=1500w);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50px;
	width: 79px;
	cursor: pointer;
}
#settings-container {

}
#btn-container {
	margin: 10px 10px;
	padding-left: 10px;
}
*/
/* iPad */
@media screen and (max-width : 768px) {
	
	#self_view {
		width: 133px;
		height: 100px;
		margin-right: 2em;
		position:absolute;
		z-index:100;
	}
	
}
/*
@media screen and (max-width : 768px) {
	h2 {
		margin-top: 0.3em;
		font-size: 1.8em;
		width: 400px;
	}
	#self_view {
		margin-bottom: 0.8em;
		margin: 0.4em 0em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
*/
/* iPhone 6 Plus */
@media screen and (max-width : 414px) {

	#self_view {
		width: 80px;
		height: 60px;
		margin-right: 2em;
		position:absolute;
		z-index:100;
	}
	
}
/*
@media screen and (max-width : 414px) {
	h2 {
		margin-top: 0.3em;
		font-size: 1.2em;
		width: 260px;
	}

	input[type="text"] {
		width: 120px;
	}

	section {
		margin: 0em;
		padding: 0em;
		min-height: 500px;
		height: 100%;
	}

	#self_view {
		margin-bottom: 0.8em;
		margin: 0.4em 0em;
		transition: transform 0.5s;
		-webkit-transition: -webkit-transform 500ms;
	}

	#remote_view {
		width: 320px;
		height: 280px;
		transition: transform 0.5s;
		-webkit-transition: -webkit-transform 500ms;
	}
}
*/
/* iPhone =< 5s */
@media screen and (max-width : 320px) {
	#self_view {
		width: 80px;
		height: 60px;
		margin-right: 2em;
		position:absolute;
		z-index:100;
	}
}
/*
@media screen and (max-width : 320px) {
	h2 {
		margin-top: -0.3em;
		font-size: 1.1em;
		width: 200px;
	}

	input[type="text"] {
		width: 100px;
	}

	section {
		margin: 0em;
		padding: 0em;
		min-height: 600px;
		height: 100%;
	}

	#self_view {
		width: 160px;
		height: 120px;
		margin: 0.4em 0em;
		transition: transform 0.5s;
		-webkit-transition: -webkit-transform 500ms;
	}
	#remote_view {
		width: 320px;
		height: 280px;
		transition: transform 0.5s;
		-webkit-transition: -webkit-transform 500ms;
	}

	#share-container {
		display: none;
	}
}
*/
#self_v{
	/*margin-left: 950px;	*/
    position: relative;
    /*padding-top: 360px;*/
    /*padding-left: 245px;*/
    bottom:0px;

}
#remote_v{
	/*margin-left: 950px;*/
    position: absolute;
}

