/* == side.canvas == */
/* Compass */
/*@import "compass/reset";*/
/* Colours */
/* Responsive break points */
/*1200px*/
/*1000px*/
/*600px*/
/*530px*/
/*450px*/
/*400px*/
/*320px*/
/* border-radius */
html {
  width: 100%;
  height: 100%; }

html.offcanvas {
  overflow: hidden; }

body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: #25272b; */
  /* background-color: #fbfaf7; */
 }

.offcanvas body {
  overflow: hidden; }

.animatedSlide {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out; }

.no-csstransforms3d .animatedSlide {
  transition: left 0.3s ease-out, right 0.3s ease-out;
  -ms-transition: left 0.3s ease-out, right 0.3s ease-out;
  -moz-transition: left 0.3s ease-out, right 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
  -o-transition: left 0.3s ease-out, right 0.3s ease-out; }

.floated {
  float: left;
  width: 100%; }

.padded {
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.paddedLight {
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offcanvas .scrollableArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.sidebarLeft.show, .sidebarRight.show {
  z-index: 3; }

/* Sliding side bars */
.sidebarLeft, .sidebarRight {
  float: left;
  width: 20%;
  word-wrap: break-word;
  z-index: 2;
  background-color: #25272b;
  /* hides close button unless JS is enabled */ }
  .sidebarLeft .shutLeft, .sidebarLeft .shutRight, .sidebarRight .shutLeft, .sidebarRight .shutRight {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.5em;
    line-height: 1.6em;
    color: gainsboro;
    text-decoration: none;
    text-align: center;
    opacity: 0.3;
    /*font-family: 'Entypo';*/ }
    .sidebarLeft .shutLeft:hover, .sidebarLeft .shutRight:hover, .sidebarRight .shutLeft:hover, .sidebarRight .shutRight:hover {
      opacity: 0.5; }

/* Styles for both sidebars */
.offcanvas .sidebarLeft, .offcanvas .sidebarRight {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20em; }
  .offcanvas .sidebarLeft .shutLeft, .offcanvas .sidebarLeft .shutRight, .offcanvas .sidebarRight .shutLeft, .offcanvas .sidebarRight .shutRight {
    display: block; }
  @media screen and (max-width: 28.125em) {
    .offcanvas .sidebarLeft, .offcanvas .sidebarRight {
      width: 16em; } }

.offcanvas .sidebarLeft {
  left: 0;
  transform: translate3d(-7em, 0, 0);
  -ms-transform: translate3d(-7em, 0, 0);
  -moz-transform: translate3d(-7em, 0, 0);
  -webkit-transform: translate3d(-7em, 0, 0);
  -o-transform: translate3d(-7em, 0, 0); }
  .offcanvas .sidebarLeft .shutLeft {
    left: 0; }

.offcanvas .sidebarRight {
  right: 0;
  transform: translate3d(7em, 0, 0);
  -ms-transform: translate3d(7em, 0, 0);
  -moz-transform: translate3d(7em, 0, 0);
  -webkit-transform: translate3d(7em, 0, 0);
  -o-transform: translate3d(7em, 0, 0); }
  .offcanvas .sidebarRight .shutRight {
    right: 0; }

/* Main central area styles */
.page {
  word-wrap: break-word;
  position: relative;
  z-index: 4; }
  .page .scrollableArea {
    position: absolute;
    top: 4rem;
    bottom: 0;
    background: #fff; }
    @media screen and (max-width: 37.5em) {
      .page .scrollableArea {
        font-size: 90%; } }
    @media screen and (max-width: 28.125em) {
      .page .scrollableArea {
        font-size: 85%; } }
    @media screen and (max-width: 20em) {
      .page .scrollableArea {
        font-size: 80%; } }

.offcanvas .page {
  width: 100%;
  height: 100%; }

.no-js .page {
  float: left;
  width: 60%; }

/* Slid styles */
.page.slidRight {
  transform: translate3d(20em, 0, 0);
  -ms-transform: translate3d(20em, 0, 0);
  -moz-transform: translate3d(20em, 0, 0);
  -webkit-transform: translate3d(20em, 0, 0);
  -o-transform: translate3d(20em, 0, 0); }
  @media screen and (max-width: 28.125em) {
    .page.slidRight {
      transform: translate3d(16em, 0, 0);
      -ms-transform: translate3d(16em, 0, 0);
      -moz-transform: translate3d(16em, 0, 0);
      -webkit-transform: translate3d(16em, 0, 0);
      -o-transform: translate3d(16em, 0, 0); } }

.page.slidLeft {
  transform: translate3d(-20em, 0, 0);
  -ms-transform: translate3d(-20em, 0, 0);
  -moz-transform: translate3d(-20em, 0, 0);
  -webkit-transform: translate3d(-20em, 0, 0);
  -o-transform: translate3d(-20em, 0, 0); }
  @media screen and (max-width: 28.125em) {
    .page.slidLeft {
      transform: translate3d(-16em, 0, 0);
      -ms-transform: translate3d(-16em, 0, 0);
      -moz-transform: translate3d(-16em, 0, 0);
      -webkit-transform: translate3d(-16em, 0, 0);
      -o-transform: translate3d(-16em, 0, 0); } }

.no-csstransforms3d .page.slidRight {
  left: 20em; }
  @media screen and (max-width: 28.125em) {
    .no-csstransforms3d .page.slidRight {
      left: 16em; } }

.no-csstransforms3d .page.slidLeft {
  left: -20em; }
  @media screen and (max-width: 28.125em) {
    .no-csstransforms3d .page.slidLeft {
      left: -16em; } }

.sidebarLeft.slidRight, .sidebarRight.slidLeft {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.no-csstransforms3d .sidebarLeft.slidRight {
  left: 0; }

.no-csstransforms3d .sidebarRight.slidLeft {
  right: 0; }

/*
::selection {
    color:#fff;
}

::-moz-selection {
    color:#fff;
}

::-webkit-selection {
    color:#fff;
}
*/
hr {
  float: left;
  width: 100%;
  height: 2px;
  margin: 3em 0;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

code {
  display: block;
  margin: 2em 0;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*font-family: courier new;*/
  background: #eeeeee;
  border-radius: 0.25em; }

.center {
  float: left;
  width: 100%;
  text-align: center; }

.fat {
  width: 100%;
  max-width: 75em;
  margin: 0 auto; }

.thin {
  width: 100%;
  max-width: 62.5em;
  margin: 0 auto; }

.thinnest {
  width: 100%;
  max-width: 37.5em;
  margin: 0 auto; }

.sidebarLeft, .sidebarRight {
  /*background-size: 250px;*/
  color: #fff; }
  .sidebarLeft ul, .sidebarRight ul {
    list-style: none;
    float: left;
    width: 100%; }
    .sidebarLeft ul a, .sidebarRight ul a {
      float: left;
      width: 100%;
      padding: 0.6em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      color: gainsboro;
      font-weight: 300;
      text-shadow: 0 0.0625em 0.0625em rgba(0, 0, 0, 0.4); }
      .sidebarLeft ul a:hover, .sidebarLeft ul a.current, .sidebarRight ul a:hover, .sidebarRight ul a.current {
        color: #fff;
        background: #2f3137; }
  .sidebarLeft li, .sidebarRight li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative; }
  .sidebarLeft li:last-child, .sidebarRight li:last-child {
    border-bottom: 0; }

.page {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.75); }
  .page .scrollable {
    top: 4em;
    background-size: 90px; }
