body
{
	background-color: #151515;
}

::selection
{
	color: #fff;
	background: #A7DFCE;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
}

::-moz-selection
{
	color: #fff;
	background: #A7DFCE;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
}

a
{
	color: #28A87F;
}

a:hover, a:active
{
	color: #23C5A0;
}

ul
{
	margin: 0;
}

.page-content li
{
	margin-left: 20px;
	list-style-type: disc;
}

.page-content li li
{
	list-style-type: circle;
}

.page-content li li li
{
	list-style-type: square;
}

.row.content
{
	margin-bottom: 0 !important;
}

#tab-wrapper
{
	background-color: rgba(255, 255, 255, 0.95) !important;
}

h1
{
	margin-top: 0;
	font-size: 3.0em;
}

h2
{
	font-size: 2.5em;
}

h3
{
	font-size: 2em;
}

h4
{
	font-size: 1.5em;
}

h5
{
	font-size: 1.2em;
}

code.no-syntax
{
	display:block;
	color: #eeeeee;
	background: #262626;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	text-align: center;
	padding: 10px;
	border-radius: 0.3em;
}

code:not([class])
{
	background: #f9f2f4;
	color: #c7254e;
	padding: 2px 4px;
	/*white-space: nowrap;*/
	border-radius: 4px;
	font-size: 90%;
}

blockquote
{
	border-left: 5px solid #EEE3AC;
	background: #FCF7DB;
	color: #C19853;
	padding: 4px;
}

blockquote p
{
	color: #C19853;
}

blockquote table
{
	color: #C19853 !important;
}

blockquote table.striped tbody tr:nth-child(odd)
{
	background-color: #F7F4D2;
}

blockquote table.bordered tr
{
	border-bottom: 1px solid #EADD9C;
}

hr
{
	border: 0;
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: content-box;
	height: 0;
}

footer
{
	margin-top: 0;
	background-color: #333;
}

footer .footer-copyright
{
	background-color: #222;
}

footer .right
{
	font-size: 1.3em;
}

footer .right:not(:first-child)
{
	margin-right: 10px;
}

footer .btn
{
	display: block;
}

#nav li:hover
{
	background-color: #00695c;
}

#nav li.active
{
	background-color: #00695c;
}

#content
{
	background-color: #f4f4f4;
}

.page-content
{
	background-color: #fff;
	padding: 10px;
	/*
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
*/
	position: relative;
}

/*.page-content:before
{
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 40px 40px 0;
  border-style: solid;
  border-color: #ccc #f1f1f1;
  z-index: 3;
}*/

.darken-3-5
{
	background-color: #252525 !important;
}

.row.tabs
{
	text-align: center;
	margin-bottom: 0;
}

.row.tabs div
{
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

.row.tabs div.active
{
	border-bottom: 2px solid #26a69a;
}

.row.tabs div:not(.select-wrapper):hover
{
	border-bottom: 2px solid #b2dfdb;
}

.row.tabs span.select-dropdown
{
	margin-top: 5px;
	margin-bottom: 0;
	border-bottom: 0;
}

.fixed
{
	position:fixed;
	width:100%;
	top:0;
	z-index:100;
}

#left-nav
{
	display: none;
}

.left-nav-visible
{
	position: fixed;
	left: 0;
	top: 0;
	overflow: scroll;
	background: #fff;
	width: 240px;
	z-index: 10001;
	padding: 10px;
}

#toggle-menu
{
	width: 100%;
}

#mako-overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 10000;
}

.pt20
{
	padding-top: 20px;
}

.mt20
{
	margin-top: 20px;
}

.label
{
	display: inline;
	padding: .2em .6em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.label-success
{
	background-color: #5cb85c;
}

.label-danger
{
	background-color: #d9534f;
}

.label-warning
{
	background-color: #f0ad4e;
}

.label-info
{
	background-color: #5bc0de;
}

table tbody tr td
{
	text-align: left;
}

table.changelog td:first-child
{
	width: 15%;
}

table.changelog td:last-child
{
	width: 90%;
}

#search
{
	display: none;
	margin-bottom: 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

#search form
{
	margin: 0;
}

#search input
{
	color: #ccc;
	border-bottom: 1px solid #333;
}

#search input:focus
{
	box-shadow: none;
	border-bottom: 1px solid #00AE96;
}

.hero
{
	height: 500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../img/home.jpg');
	overflow: hidden;
}

.hero-content
{
	padding: 10px;
	padding-top: 100px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 1px 2px 0 #000;
}

.get-started
{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	font-size: 1.15em;
}

.nomargin
{
	margin: 0;
}

.github-logo
{
	background-color: #eee;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin-top: 2em;
}

.promo
{
	text-align: center;
}

div.promo > div.col > p:first-child
{
	font-size: 6em;
	margin-bottom: 0;
	margin-top: 0;
	color: #444;
}

div.promo > div.col > p:nth-child(2)
{
	font-size: 2.0em;
	margin-bottom: 0;
	margin-top: 0;
}

.terminal-window
{
	background:#E1E1E1;
	box-shadow: 0px 0px 42px 6px rgba(0,0,0,0.3);
	text-align: left;
	border-radius: 4px;
	margin: 0px auto;
}

.terminal-menu
{
	padding: 8px;
	text-align: center;
}

.terminal-menu .circle
{
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    display: inline-block;
}

.terminal-menu .circle.circle-red
{
	background: #FC4546;
	border: 1px solid #D73031;
}

.terminal-menu .circle.circle-yellow
{
	background: #FEB024;
	border: 1px solid #D7911E;
}

.terminal-menu .circle.circle-green
{
	background: #28C332;
	border: 1px solid #23A124;
}

.terminal-body
{
	padding: 8px;
	background: #262626;
	border: 1px solid #555;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #A0A0A0;
}

.terminal-body .command
{
	color: #28A87F;
}

.terminal-body .cursor
{
	display: inline-block;
	height: 1em;
	width: .5em;
	vertical-align: middle;
	-webkit-animation: 1s cursor-blink step-end infinite;
	-moz-animation: 1s blink step-end infinite;
	-ms-animation: 1s cursor-blink step-end infinite;
	-o-animation: 1s cursor-blink step-end infinite;
	animation: 1s cursor-blink step-end infinite;
}

@keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-moz-keyframes cursor-blink {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-webkit-keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-ms-keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-o-keyframes "blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@media only screen and (max-width: 600px) {
	nav img
	{
		margin-top: 3px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
	nav img
	{
		margin-top: 7px;
	}

	.hero
	{
		height: 400px;
	}

	#nav li:hover
	{
		background-color: #4db6ac;
	}

	#nav li.active
	{
		background-color: #4db6ac;
	}
}

@media only screen and (min-width: 992px) {
	nav img
	{
		margin-top: 15%;
	}

	.hero
	{
		height: 400px;
	}

	.dropdown-content.nav-dropdown
	{
		width: auto !important;
	}

	#toggle-menu
	{
		display: none;
	}

	#left-nav
	{
		display: block;
	}

	.left-menu
	{
		padding: 0 !important;
	}

	.menu-header
	{
		background: #23C5A0;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 0 #1B8C6B;
	}

	.menu-items
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-items p
	{
		margin: 0;
		margin-top: 4px;
	}

	.menu-items a
	{
		width: auto;
		display: block;
		padding: 5px;
		padding-left: 20px;
		border: 1px solid transparent;
		text-decoration: none;
	}

	.menu-items a:hover, a.active
	{
		background: #fff;
		border: 1px solid #ccc;
	}

	.menu-items a:hover:not(.active)
	{
		background: rgba(255, 255, 255, 0.5);
		border-right: 1px solid #ccc;
	}
}

@media only screen and (min-width: 1100px) {
	footer .btn
	{
		display: inline-block;
	}
}
