@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600,400,300);

html {
	background: #1e2326;
	color: #c3c6cb;
	font: 300 13px/1.4 'Open Sans', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

body {
	margin-top: 0;
	text-align: center;
	min-width: 960px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f3f6fb;
}

a {
	color: #7ad;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input {
	padding: 5px;
	margin-left: 0;
	margin-right: 5px;
	font-size: 13px;
}

small {
	font-size: 11px;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

.seo,
.hide {
	display: none;
}

.page-width {
	position: relative;
	display: inline-block;
	width: 960px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.small {
	font-size: 11px;
}

.xsmall {
	font-size: 10px;
}

.xxsmall {
	font-size: 9px;
}

.error {
	color: #fc0;
	margin: 0.5em 0;
	line-height: 1.5;
	display: block;
}

.delete {
	color: #966;
}

.clear {
	clear: both;
}

.button {
	display: inline-block;
	background: #3ae;
	color: #f3f6fb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 12px 18px 11px 18px;
	vertical-align: middle;
	line-height: 1;
	margin-top: -3px;
	margin-right: 3px;
	margin-left: 3px;
	min-width: 80px;
	border: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	background: #00b3ff;
}

.button.silver {
	background: #d3d6db;
	color: #53565b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.button.silver:active {
	background: #c3c6cb;
	color: #53565b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

#dev-info {
	position: fixed;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: silver;
	background-color: darkslategray;
	display: flex;
	justify-content: space-evenly;
}

#header {
	background: #15191b;
	height: 115px;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 8px;
}

#header a.logo {
	display: block;
	width: 280px;
	height: 80px;
	/* background-image: url(//djtbgc1k6t9wg.cloudfront.net/static/img/v2/logo-transparent.png); */
	background-image: url(//djtbgc1k6t9wg.cloudfront.net/static/img/v2/logo-transparent.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

#header .col2 {
	float: right;
	text-align: right;
}

#header .flashdata {
	display: block;
	position: absolute;
	top: 80px;
	right: 22px;
	color: #fc6;
	font-size: 11px;
	z-index: 1000;
}

#nav {
	margin-top: 32px;
	margin-right: 16px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-size: 13px;
	color: inherit;
	text-decoration: none;
}

#nav a.nounderline {
	text-decoration: none;
}

#nav > li {
	float: left;
	margin-left: 1.75em;
	cursor: default;
}

#nav li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	z-index: 5;
	padding-top: 10px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

#nav li ul a {
	display: block;
	text-align: left;
	padding: 0.75em 3em 0.75em 1em;
	border-bottom: 1px solid #53565b;
	border-top: 1px solid #83868b;
	background: #73767b;
	color: #fff;
	font-size: 12px;
}

#nav li ul a:hover {
	background: #63666b;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
}

.cmenu span.value {
	display: block;
	white-space: nowrap;
	width: 300px;
	background: #15191b;
	border: 1px solid rgba(50, 50, 50, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 4px 12px 4px 2px;
	cursor: pointer;
	margin-top: -1px;
	font-size: 12px;
}

.cmenu span.value span {
	color: #9df;
}

.cmenu > li {
	float: left;
	margin-left: 0;
	cursor: default;
}

.cmenu li ul {
	position: absolute;
	width: 300px;
	left: -999em;
	z-index: 5;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.cmenu li ul div {
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	padding: 6px 3em 8px 1em;
	border-bottom: 1px solid #53565b;
	border-top: 1px solid #33363b;
	background: #43464b;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
}

.cmenu li ul div:hover {
	background: #33363b;
}

.cmenu li ul div.selected span {
	color: #9df;
}

.cmenu span.fileformat {
	display: inline-block;
	width: 40px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	margin-left: 1em;
}

.cmenu span.filekhz {
	display: inline-block;
	width: 90px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.cmenu span.filemhz {
	display: inline-block;
	width: 90px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

span.count {
	background: #73767b;
	color: #eee;
	display: inline-block;
	padding: 2px 6px 2px 6px;
	border-radius: 1em;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	line-height: 1;
	margin-left: 0.6em;
	box-shadow: 0 1px 5px #000;
}

span.count.blue {
	background: #3b87b9;
}

#main {
	background: #30363f;
	/*	background: #43464b;*/
	/*	background: #33363b;*/
	color: #c3c6cb;
	line-height: 1.65;
}

#main .inset {
	margin: 0 0 0 0;
	padding: 40px 70px 90px 90px;
}

#main h2 {
	font-size: 24px;
	margin: 1em 0 0.5em 0;
}

#main h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 1em 0 0.5em 0;
}

#main h3 a {
	color: inherit;
}

#main h4 {
	font-size: 16px;
	font-weight: 300;
	margin: 1.5em 0 1em 0;
}

#main p {
	line-height: 1.5;
	margin-bottom: 1em;
}

#main p.caption {
	border-top: 1px solid #53565b;
	padding-top: 0.75em;
	margin-top: 1em;
	margin-bottom: 2em;
	font-weight: 300;
	font-size: 13px;
}

#main label.block {
	display: block;
	margin: 1.5em 0 0.5em 0;
	font-weight: 300;
	font-size: 13px;
}

#main.terms .page-width {
	width: 600px;
	padding-right: 180px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#main.terms h3 {
	margin: 1.5em 0 1em 0;
}

#main.terms h4 {
	margin: 1.5em 0 1em 0;
	font-weight: 300;
}

#main.terms p {
	margin: 0 0 2em 0;
	line-height: 1.5;
}

#main.terms ul {
	margin-bottom: 2em;
}

#main.terms ul li {
	list-style-type: disc;
	margin: 0 4em 1em 1.5em;
	line-height: 1.5;
	font-size: 13px;
	color: #c3c6cb;
}

#main.terms strong,
#main.terms b {
	font-weight: 400;
	color: #e3e6eb;
	display: inline-block;
}

.tagline {
	padding: 40px 0 44px 0;
	background: #15191b;
	width: 100%;
}

.tagline h2 {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 0.4em;
	color: #c3c6cb;
}

.tagline p {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #a3a6ab;
}

.tagline sup {
	font-size: 50%;
	vertical-align: top;
	opacity: 0.4;
	margin-left: 0.25em;
}

.subscribe {
	padding: 40px 0;
	background: #33363b !important;
	width: 100%;
}

div.hr {
	border-bottom: 1px solid #53565b;
	margin: 2em 0;
}

div.pagination {
	text-align: center;
	margin: 30px 0 20px;
}

div.pagination * {
	max-width: 100vw;
	display: inline-block;
	font-size: 12px;
	min-width: 24px;
	padding: 8px 2px;
	margin: 3px;
	text-align: center;
	border: 1px solid #7ad;
}

div.pagination .current {
	/* border: 1px solid #7ad; */
	font-weight: bold;
	background-color: #7ad;
	color: #000;
}

div.pagination .arrow {
	border: none;
}

div.pagination .arrow > * {
	letter-spacing: -2px;
}

/* div.pagination .arrow.right {
    padding-left: 2px;
}

div.pagination .arrow.left {
    padding-right: 2px;
} */

div.pagination a:hover {
	text-decoration: none;
	border-color: #63666b;
	background: rgba(0, 0, 0, 0.2);
}

#footer {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #93969b;
	background: #1e2326;
}

#footer .col1 {
	float: left;
	font-size: 11px;
	font-weight: 300;
}

#footer .col1 .inset {
	padding: 20px 0 20px 5px;
}

#footer .col1 a.logo {
	display: block;
	width: 183px;
	height: 15px;
	background: transparent url(//djtbgc1k6t9wg.cloudfront.net/static/img/v2/footer-prostudiomasters.png) no-repeat;
}

#footer .col1 ul {
	margin: 1em 0;
}

#footer .col1 ul li {
	display: inline-block;
	border-left: 1px solid #63666b;
	padding: 0 0.75em 0 1em;
}

#footer .col1 ul li:first-child {
	border-left: none;
	padding: 0 0.5em 0 0;
}

#footer .col1 .copyright {
	color: #53565b;
	font-weight: 300;
	font-style: italic;
}

#footer .col2 {
	float: right;
	font-size: 12px;
	line-height: 1.4;
	width: 400px;
}

#footer .col2 .inset {
	display: inline-block;
	border: 1px solid #292c31;
	box-shadow: 1px 1px 1px #46494e;
	border-radius: 5px;
	padding: 15px;
}

#footer .col2 h3 {
	display: inline;
	margin-right: 20px;
}

#footer .col2 h3 a.facebook {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: transparent url(//djtbgc1k6t9wg.cloudfront.net/static/img/v1/facebook.gif) no-repeat;
}

#footer .col2 h4 {
	font-size: 17px;
	margin-bottom: 3px;
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
