/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */
body {
  font-size: 0.9em;
  line-height: 1.6em !important;
}
.menu {
  position: fixed;
  left: -200px;
  width: 260px;
  height: 100%;
  top: 100px;
  z-index: 10;
  text-align: left;
}
.menu.menu-open {
  left: 0px;
}
.menu-wrap {
  position: absolute;
  top: 0;
  right: 60px;
  background: #333;
  width: 200px;
  height: 100%;
}
.menu h1.logo {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  padding: 5px 0;
}
.menu h1.logo a:hover {
  color: #f85c37;
}
.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}
.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 5px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu a:hover {
  color: #ffffff;
}
.menu a:active {
  color: #ffffff;
}
.menu a > i {
  float: left;
  display: inline-block;
  vertical-align: middle; 
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}
.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
/* Push the body after clicking the menu button */
.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.body-push-toright {
  left: 200px;
}
.body-push-toleft {
  left: -200px;
}
.menu,
.push {
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
.content-wrapper {
  margin-left: 250px;
}
.content-wrapper.push-toleft {
  margin-left: 50px;
}
#menuToggle {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0,0,0,0.25);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
#menuToggle:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
.offset-100{
  display: block;
  position: relative; 
  visibility: hidden;
}
.intro{
  background: #EFEFEF;
  font-size: 1.25em;
  line-height: 1.5em;
}
.intro p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.steps-sidebar{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f5fa;
  float:left;
  position:fixed;
  top: 100px;
  width:inherit;
}
.step-content{
  padding-top: 160px;
  margin-top: -160px;
}
.breadcrumb{
  padding: 10px 15px;
  margin-bottom:0;
  background:none;
}
.breadcrumb > li + li:before {color:#FFF; content:"\00bb\00a0";}
li.active > a {background:#eeeeee}
.comment { color: #999999; font-style: italic; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #A0CCE5; }
.bool { color: #000000; font-weight: bold; }
.type { color: #E74C3C; }
.flow { color: #FF0000; }
.keyword { color: #990000; }
.operator { color: #ccc; font-weight: bold; }
.program {border-radius: 0; color:white; margin-top: 10px; margin-bottom: 10px;padding:10px;overflow-x: scroll;}
pre{background: #454545}
pre code{display:block;background:none;box-shadow:none;margin-top: 10px;margin-bottom: 10px;padding: 10px;}
.steps-img{
 width:500px;
 height:auto;
 display: block;
 margin: 10px auto;
}
.steps-note{
 background:#f9f9f9;
 padding:20px 30px;
 margin-top:10px;
 margin-bottom:10px;
 font-size:1.1em;
}
.tutorial-thumb-sm{
  width:200px;
  height:auto;
}
.tutorial-thumb-md{
  width:400px;
  height:auto;
}
h5.prefix-section:before{
  font-size:1.05em;
  content:"\00a7  ";
  font-size: 0.9em;
}
hr{
  margin:10px auto;
}
.intro{
  padding:10px;
}
.post-title{
  margin-top:10px;
}
.steps-list-wrapper{
  color:#555;
  background:#f9f9f9;
}
.steps-list{
  padding:5px;
}
.steps-list a:before{
  content:"\262F  ";
}
.step ul{
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 10px;
}
.step ol{
    margin-left: 15px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 0px;
    list-style-type: lower-alpha;
}
.step ul li:before{
  content:"-  ";
}
.step ol li:before{
}
.steps-list a{
  display: block;
}
code{
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.vine-embed {
  margin-bottom:20px;
}
.steps-content p{
  margin:5px auto;
  text-indent:10px;
}
.steps-content p:before{
  content:"\0009";
}
table {
  margin: 10px auto;
}
thead {
  display: table-header-group;
}
thead th {
  text-transform:uppercase;
  letter-spacing:0.13em;
  padding:7px;
}
table.dark {
  max-width: 600px;
  border-collapse:collapse;
  border: 1px solid #1a1a1a;}
table.dark th {
  color:#d6d6d6;
  background-color:#1c1c1c;
  border-bottom:1px solid #000;
  text-align:left;}
table.dark td {
  color:#8e8e8e;
  padding:7px;
  background-color: #303030;
  background-repeat: repeat-x;
  border-right:1px solid #1a1a1a;}
table.materials-list th{
  text-align:center;
  font-weight:bold;
}
table.materials-list{
  width:100%;
}
a.material-link img{
  width:200px;
  height:200px;
}
.table-striped tbody tr:nth-child(odd) {
   background-color: #f9f9f9;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.text-center {
  text-align:center;
}
.youtube {
  margin:0 auto;
  text-align:center;
}
.youtube iframe{
  width: 420px;
  height: 315px;
}
.youtube iframe.yt-tutorial{
  height: 236px;
}
.resource-icon{
  margin-top:10px;
  margin-bottom:10px;
}
code{
  border-radius:0;
  background:#454545;
  overflow-x: scroll;
}

.front-page p.blurb{
  font-size:15px;
  line-height:24px;
}
.front-page .grid-container .grid-item {
  margin-bottom:10px;
}
.front-page .grid-container .grid-item p{
  font-size:13px;
}
section{
  margin-bottom:15px;
}

p.category{
  margin: 0 auto 7px;
}
p.category label{
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #454545;
}
.nav-categories{
  margin-top: 2%;
}
.nav-categories div{
  color: #fff;
  background-color: #454545;
  padding: 0.5em 1em;
  margin-bottom: 2%;
}

.nav-categories div:hover,
.nav-categories div.active{
  color: #fff;
  background-color: #e50640;
}