* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    font-family: sans-serif;
    font-size: 100%;
	color: #C8C8C8;
    background-color: #1E1E1E;
}

body {
	text-rendering: optimizeLegibility;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}

input, textarea, select {
    margin: 0 5px;
    line-height: 30px;
    border: none;
    font-size: 14px;
}

input[type="text"], input[type="number"], textarea, select {
	color: #C8C8C8;
    background-color: #333;
}

input, select {
    height: 30px;
    padding: 0 10px;
    display: inline-block;
}

textarea {
    float: left;
    clear: both;
    width: 100%;
    height: 120px;
    padding: 5px;
}

select {
    padding: 0 0 0 5px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px groove #000;
}

ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
	white-space: nowrap;
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px solid #1A441C;
	outline: none;
}

a:focus,
a:active {}

a:hover {}

label {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px 0;
    /*width: 120px;
    text-align: right;*/
	float: left;
}

fieldset {
	border: none;
}

legend {
    margin: 0 auto;
}

.together {
    clear: none;
    width: auto;
}

input[type="text"],
input[type="number"],
select {
    width: 150px;
    float: left;
    /*clear: both;*/
}

input[type="number"] {
    clear: none;
}

input[type="checkbox"] {
	vertical-align: middle;
}

input:focus,
input:active,
select:focus,
select:active {
    outline: none;
    background-color: #1A441C;
}

input[disabled] {
    background-color: #1A441C;
    background-color: transparent;
    border: 1px solid #1A441C;
}
    
    input[disabled]::-webkit-outer-spin-button,
    input[disabled]::-webkit-inner-spin-button {
        display: none;
        margin: 0;
    }

input[type="submit"],
input[type="button"] {
	margin: 0;
    float: left;
    width: 50%;
    height: 100px;
    font-weight: bold;
    border: 1px solid #1A441C;
    font-size: 20px;
}
    input[type="button"].active {
        background-color: #555;
        color: #fff;
        border-color: #6d009c;
    }
    
    input[type="button"].shift {
        width: 30px;
        height: 30px;
        float: left;
    }

        input[type="button"].shift.decrement {
            clear: left;
        }

input[type="submit"] {
    width: 100%;
}

input:invalid {
	background-color: #f00;
}

.transcription {
	font-family: 'MandalorianNew', Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	display: block;
	margin: 0 auto 10px auto;
	resize: none;
	max-width: 800px;
	max-height: 600px;
	line-height: normal;
	overflow: hidden;
	font-size: 1.5em;
}

.transcription-source {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	resize: none;
	max-width: 100%;
	min-width: 100%;
	max-height: 31px;
	min-height: 31px;
	line-height: normal;
}

.infobar {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}

.infobar li {
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 0.9em;
}

.notification {
	
}

.message {
	position: relative;
	margin: 20px;
	padding: 20px;
	font-size: 1em;
	font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #EEE;
	background-color: 1px solid #000;
	border: 1px solid #333;
}

.error.message {
	border-color: #EED3D7;
	background-color: #F2DEDE;
	color: #B94A48;
}

.error.message a,
.error.message a:link,
.error.message a:hover,
.error.message a:focus,
.error.message a:active,
.error.message a:visited {
	color: #B94A48;
	border-color: #B94A48;
}

.warning.message {
	border-color: #FBEED5;
	background-color: #FCF8E3;
	color: #C09853;
}

.warning.message a,
.warning.message a:link,
.warning.message a:hover,
.warning.message a:focus,
.warning.message a:active,
.warning.message a:visited {
	color: #C09853;
	border-color: #C09853;
}

.info.message {
	border-color: #BCE8F1;
    background-color: #D9EDF7;
    color: #3A87AD;
}

.info.message a,
.info.message a:link,
.info.message a:hover,
.info.message a:focus,
.info.message a:active,
.info.message a:visited {
	color: #3A87AD;
	border-color: #3A87AD;
}

.success.message {
	border-color: #D6E9C6;
	background-color: #DFF0D8;
	color: #468847;
}

.success.message a,
.success.message a:link,
.success.message a:hover,
.success.message a:focus,
.success.message a:active,
.success.message a:visited {
	color: #468847;
	border-color: #468847;
}

button.close {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	background: transparent;
	background-color: transparent;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
	border: 0;
	outline: 0;
	float: right;
}

.message .close {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 20px;
}

.no-results {
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	width: 200px;
}

.hidden {
    display: none;
}

header {
	height: 125px;
	text-align: center;
	background: #1a441c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a441c 0%, #082d0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a441c), color-stop(100%,#082d0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a441c 0%,#082d0b 100%); /* W3C */
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a441c', endColorstr='#082d0b',GradientType=0 )"; /* IE6-9 */
}

.body-wrapper {
	position: relative;
	top: -50px;
	z-index: 1;
}

nav, .content-wrapper, header, footer {
	margin: 0 auto;
}

nav h2 {
	display: none;
	visibility: hidden;
}

#overlay {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000;
}

.menu-open #overlay {
	display: block;
	visibility: visible;
	left: 50%;
}

header {
	width: 100%;
}

header .mobile-toggle-menu {
	display: none;
	visibility: hidden;
	background-image: url("/assets/img/menu.png");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

header .page-title {
	display: inline-block;
	padding: 15px 0 0 0;
}

header .logo {
	display: inline-block;
	width: 100px;
	height: 100px;
}

header .logo.right-side {
	float: right;
	margin: 12px 12px 0 0;
}

header .logo.left-side {
	float: left;
	margin: 12px 0 0 12px;
}

nav {
	position: relative;
	z-index: 2;
	top: 75px;
	margin: 5px auto;
	text-align: center;
	height: auto;
}

nav ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	
}

nav ul li {
	display: inline-block;
	padding: 5px;
	margin: 1px;
	border-left: 1px solid #FFF;
	text-transform: capitalize;
}

nav ul li:first-child {
	border: none;
}

nav ul li.active {
	font-weight: bold;
}

nav ul li a,
nav ul li a:link,
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active,
nav ul li a:visited {
	color: #C8C8C8;
	text-decoration: none;
	border-bottom: none;
}

.in-form {
	float: left;
	margin: 0 5px 0 0;
}

input[type="radio"] {
	float: left;
}

a.button, button, input[type="submit"] {
	padding: 0 10px;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 30px;
	float: left;
	border: none;
	color: #C8C8C8;
	background-color: #1A441C;
}

a.button.mobile-toggle-menu, button.mobile-toggle-menu {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: normal;
}

.responsive-form {
	float: none;
    clear: both;
    zoom: 1;
	text-align: center;
}

.responsive-form li {
	display: inline-block;
	text-align: left;
	clear: both;
	vertical-align: top;
}

.responsive-form .row {
	margin: 0 auto;
}

.responsive-form .field {
	float: left;
	height: 100%;
	clear: both;
}

.responsive-form .field label {
	width: 7em;
	text-align: right;
}

.responsive-form .field input, .responsive-form .field select {
	
}

#content {
    margin: 0 auto;
	padding: 10px 0;
}

footer {
	font-size: 0.8em;
}

footer p {
	margin: 0 0 5px 0;
}

footer a, footer a:link, footer a:hover, footer a:focus, footer a:active, footer a:visited {
	outline: none;
}

.oldie {

}

.clearfix {
    float: none;
    clear: both;
    overflow: auto;
    zoom: 1;
}

table {
	width: 100%;
	border-collapse: collapse;
}

tr {
	
}

th, td {
	border: 1px solid #CCC;
}

.col1 {
	width: 25%;
}

.col2 {
	width: 25%;
}

.col3 {
	width: 50%;
}

#text {
	height: 100%;
}

#translator {
	width: 100%;
}

#translator fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
	border: none;
}

#translator input[type="submit"] {
	width: auto;
	height: 30px;
	float: right;
	margin: 0;
}

#translator input[type="text"] {
	margin: 0 5px 0 0;
}

.table, table {
	display: table;
}

.tr, tr {
	display: table-row;
}

.th, th, .td, td {
	display: table-cell;
}

nav, .content-wrapper, header, footer {
	width: 980px;
}

nav {
	width: 980px;
}

.switch {
	width: 360px;
}

table, .table {
	font-size: 1.2em;
	display: table;
	border: 1px solid #555;
	border-width: 1px 0 0 1px;
	width: 100%;
}

tr, .tr {
	display: table-row;
}

th, .th {
	font-weight: bold;
}

th, td, .th, .td {
	padding: 5px;
	display: table-cell;
	border: 1px solid #555;
	border-width: 0 1px 1px 0;
}

footer {
	text-align: center;
}

/* Mobile */
@media only screen and (max-width: 979px) {
	
	a.button {
		line-height: 40px;
		padding: 5px 15px;
		margin: 0 0 5px 0;
	}
	
	input, select {
		height: 40px;
		line-height: 40px;
	}
	
	.switch.android {
		height: 40px;
	}
	
	.switch.android label {
		line-height: 40px;
	}
		
	table, .table {
		font-size: 1.2em;
		border: none;
		display: block;
	}
	
	table .col1, table .col2, .table .col1, .table .col2 {
		width: 50%;
	}
	
	table .col1, .table .col1 {
		font-weight: bold;
	}
	
	table .col3, .table .col3 {
		width: 100%;
	}
	
	tr, .tr {
		margin: 0 0 10px 0;
		background-color: #1A441C;
		border: none;
		display: block;
	}
	
	th, td, .th, .td {
		display: table-cell;
		float: left;
		padding: 5px;
		border: none;
		display: block;
	}
	
	th .th {
		background-color: #333;
		text-align: left;
	}
	
	thead, tbody {
		display: block;
	}
	
	thead tr {
		background-color: #333;
	}
	
	thead tr th {
		background-color: transparent;
		text-align: left;
	}
	
	th.col3, td.col3, .th.col3, .td.col3 {
		clear: both;
	}
	
	.wrapper {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	nav, header, .body-wrapper, .content-wrapper, footer {
		width: auto;
	}
	
	nav, .body-wrapper, .content-wrapper, footer {
		/*-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);*/
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: all 0.6s ease 0.2s;
		-moz-transition: all 0.6s ease 0.2s;
		-webkit-transition: all 0.6s ease 0.2s;
		-o-transition: all 0.6s ease 0.2s;
	}
	
	nav, .body-wrapper {
		width: 100%;
		position: static;
		top: 0;
	}
	
	nav {
		float: left;
		position: static;
		margin: 0;
		margin-left: -100%;
		font-size: 20px;
		text-align: left;
		width: 50%;
		top: 0;
	}
	
	.body-wrapper {
		float: left;
		margin-right: 0;
		position: relative;
		border-left: 1px solid #555;
	}
	
		header {
			height: 50px;
		}
		
		.content-wrapper, footer {
			background-color: transparent;
			opacity: 1;
			filter: alpha(opacity=100);
		}
		
		.content-wrapper {
			
		}
		
		footer {
			
		}
	
	.menu-open nav {
		margin-left: 0;
		-webkit-box-shadow: inset 0 0 5px 5px #222;
		-moz-box-shadow: inset 0 0 5px 5px #222;
		box-shadow: inset 0 0 5px 5px #222;
	}
	
	.menu-open .body-wrapper {
		margin-right: -100%;
	}
	
	.menu-open .content-wrapper, .menu-open footer {
		background-color: #000;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
	/*.menu-open #overlay {
		width: 50%;
	}*/
	
	header .mobile-toggle-menu {
		display: block;
		visibility: visible;
		border-right: 1px solid #555;
	}
	
	header .page-title {
		display: block;
		float: left;
		padding-left: 0;
		margin-left: 50px;
		white-space: nowrap;
	}

	header .logo {
		display: none;
		visibility: hidden;
	}
	
	nav h2 {
		display: block;
		visibility: visible;
		height: 50px;
		margin: 0;
		padding: 15px 0 0 15px;
		font-size: 20px;
		vertical-align: middle;	
		overflow: hidden;
		background: #1a441c; /* Old browsers */
		background: -moz-linear-gradient(top,  #1a441c 0%, #082d0b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a441c), color-stop(100%,#082d0b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1a441c 0%,#082d0b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1a441c 0%,#082d0b 100%); /* W3C */
		filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a441c', endColorstr='#082d0b',GradientType=0 )"; /* IE6-9 */
	}

	nav ul {
		text-align: left;
		padding: 0 10px;
	}

	nav ul li {
		display: list-item;
		padding: 0;
		margin: 0;
		border: none;
	}

	nav ul li:first-child a {
		border: none;
		border-bottom: 1px solid #555;
	}

	nav ul li.active a {
		font-weight: bold;
	}

	nav ul li a,
	nav ul li a:link,
	nav ul li a:hover,
	nav ul li a:focus,
	nav ul li a:active,
	nav ul li a:visited {
		color: #C8C8C8;
		text-decoration: none;
		border-bottom: none;
		display: block;
		padding: 10px 5px;
		margin: 0;
		border: none;
		border-bottom: 1px solid #555;
		text-transform: capitalize;
	}
	
	.transcription {
		width: 100%;
		font-size: 2em;
		margin: 0 0 10px 0;
	}
	
	#configure {
		display: none;
		visibility: hidden;
	}
	
	.responsive-form {
		width: 100%;
	}
	
	.responsive-form li {
		width: 100%;
	}
	
	.responsive-form .field {
		width: 100%;
	}
	
	.responsive-form .field label {
		line-height: 40px;
	}
	
	.switch {
		width: auto;
	}
}

/* 1024x768 */
/*@media only screen and (min-width: 980px) {
	table, .table {
		display: table;
	}
	
	tr, .tr {
		display: table-row;
	}
	
	th, td, .th, .td {
		display: table-cell;
	}
	
	nav, .content-wrapper, header, footer{
		width: 980px;
	}
	
	.switch {
		width: 300px;
	}
	
	table, .table {
		font-size: 1.2em;
		display: table;
		border: 1px solid #EEE;
		border-width: 1px 0 0 1px;
		width: 100%;
	}
	
	tr, .tr {
		display: table-row;
	}
	
	th, .th {
		font-weight: bold;
	}
	
	th, td, .th, .td {
		padding: 5px;
		display: table-cell;
		border: 1px solid #EEE;
		border-width: 0 1px 1px 0;
	}
	
	footer {
		text-align: center;
	}
}*/

/* 1440x900 */
@media only screen and (min-width: 1395px) {
	nav, .content-wrapper, header, footer {
		width: 1395px;
	}
}

/* 1600x1200 */
@media only screen and (min-width: 1555px) {
	nav, .content-wrapper, header, footer {
		width: 1555px;
	}
}

/* 1920x1080 */
@media only screen and (min-width: 1875px) {
	nav, .content-wrapper, header, footer {
		width: 1875px;
	}
}