/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
}
.bx-wrapper img {
	max-width: auto;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: relative;
	bottom: -30px;
	width: 100%;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .9em;
	font-family: Arial;
	font-weight: normal;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #E1E1E1;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 1px;
	background: url(controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 1px;
	background: url(controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/**
 * GitHub theme
 *
 * @author Craig Campbell
 * @version 1.0.4
 */
pre {
	word-wrap: break-word;
	padding: 6px 10px;
	line-height: 19px;
	margin-bottom: 20px;
}
code {
	margin: 0px 2px;
	padding: 0px 5px;
	font-size: 12px;
}
pre code {
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
pre, pre code {
	font-size: .875em;
}
pre .comment {
	color: #998;
}
pre .support {
	color: #0086B3;
}
pre .tag, pre .tag-name {
	color: navy;
}
pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
	font-weight: bold;
}
pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
	color: #333;
}
pre .constant.numeric, pre .keyword.unit, pre .hex-color {
	font-weight: normal;
	color: #099;
}
pre .entity.class {
	color: #458;
}
pre .entity.id, pre .entity.function {
	color: #900;
}
pre .attribute, pre .variable {
	color: teal;
}
pre .string, pre .support.value {
	font-weight: normal;
	color: #d14;
}
pre .regexp {
	color: #009926;
}
/** LAYOUT
================================================**/

.inner {
	width: 96%;
	position: relative;
	margin: 0px 10px 0px 10px;
	float: none;
	border-bottom: none;
}


/** RESPONSIVE BREAKPOINTS
================================================**/

@media(max-width: 1040px) {
.inner {
	width: 100%;
}
.reference-wrap {
	right: 20px;
}
aside {
	padding-right: 20px;
}
#primary {
	padding: 0 20px;
}
.home .bx-wrapper {
	width: 90%;
}
.pictogram .operator {
	margin: 0 18px;
}
header .logo {
	padding-left: 20px;
}
header .download {
	right: 20px;
}
header nav {
	right: 170px;
}
}
 @media(max-width: 700px) {
#primary {
	margin: 0 0 750px 0;
}
aside {
	float: none;
	position: absolute;
	bottom: 0;
	width: 70%;
	padding: 0 20px;
}
header .logo {
	margin: 0 auto;
	float: none;
	text-align: center;
	padding: 10px 0;
}
header nav {
	position: static;
	text-align: center;
}
header .download {
	position: static;
	text-align: center;
	margin: 25px 0;
}
#main {
	padding-top: 20px;
}
}
 @media(max-width: 500px) {
.home p.pop {
	font-size: 1.25em;
	margin-bottom: 30px;
}
.reference-wrap {
	display: none;
}
}
 @media(max-width: 400px) {
nav a {
	padding: 0 5px;
}
#primary {
	font-size: 100%;
	margin-bottom: 850px;
}
}
