/* Base
 * ------------- */
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
html {overflow-x: hidden; overflow-y: auto;}
body {
  font: 16px/1.4 Georgia, serif; 
  color:#555555;
  background: url('back_pattern.png');
  /* disable text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
ul {list-style-type: none; display:block; margin: 20px 0; padding-left: 15px;}
li {margin: 10px 0px;}
p {margin: 0px;}
a {color: #555555; text-decoration:none;display:block;}

#header h1 {
  font: bold 72px/1 'Asap', sans-serif;
  float: right;
  letter-spacing:-3px;
}
h2 {
  font: 24px/28px 'Asap', sans-serif;
  line-height: 1.2;
}
h3 {
  font: 18px/24px 'Asap', sans-serif;
  zzzmargin: 0 0 -12px;
}

#examples-header {
  clear:both;
  font:normal 48px/1.2 'Asap', sans-serif; 
  border-bottom: 1px solid #ccc;
  zzzpadding: 0 0 5px;
  zzzmargin: 0 0 10px;
  text-align: center;
}

#examples-header span {
  color: #ccc;
  font-size: 20px;
  vertical-align: middle;
}

#examples-info { text-align: center; }

#examples {
  margin:0;
  width: 100%;
}

#examples h1 {
  zzzmargin: 10px 0;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 2px #fff;
}

#examples h2 {
  margin: 0;
  background-color: rgb(228,10,85);
  background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
}

#examples h2 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(128, 10, 85, 0.5);
  text-shadow: 1px 1px 1px rgb(128,10,85);
}

#examples h2:hover { background: rgb(228,10,85); }

#examples h2.open  { background: rgb(255,70,120); }

#examples h2.open a { background-position: 13px -25px;Â }

#examples h2 + div { padding: 10px; }

#examples h1 + div,

#examples .example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
#examples h3+div {
  display: none;
}

#examples p {
  zzzmargin: 5px 0;
}

.controls {
  list-style: none;
  padding: 0; margin: 0;
  border: 1px solid #1e222b;
  border-top: 0;
  display: table;
  //width: 100%;
}

.controls li {
  display: table-cell;
  height: 50px;
  background: linear-gradient(#303D50 0%, #293542 50%, #1F2935 50%, #182028 100%);
}

.controls .call {
  text-align: center;
  vertical-align: middle;
}

.controls .call a {
  color: #fff;
  text-decoration: none;
  font-size: 2em;
}

/* Responsive design
---
@media screen and (max-width: 1056px) {

  .fork {
    display: none;
  }

  #header h1 {
    font-size: 70px;
    float:auto; 
    margin-bottom: 20px;
  }
  #header h2 {
    position: static;
    width: auto;
  }
  #info {
    margin:0;
  }
  #wrap {
    width: 450px;
  }
  #links, #features {
    margin: 10px 0;
  }
  #examples-header {
    padding-top: 20px;
    font-size: 36px;
  }
  .col {
    width: 450px;
    margin-right:0;
  }
  #github-star { display: none; }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    width: 450px;
    padding: 24px;
    padding-top: 0;
  }
  .wrap {
    margin: 0;
  }
}
*/