
#mediacont {
  position: relative;
  padding: 2em 0 0;
  border-top: 10px solid #293945;
}

#fork-this {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 150px;
  top: 5px;
  right: 0;
  z-index: 10;
  background: url("fork.png") no-repeat 0 0;
  background-size: 150px 150px;
}


.wrap {
  width: 80%;
  margin: 0 auto;
}

ul.index-table{
  text-align: left;
  margin: 3em 1.5em 2em;
  list-style-type:square;
}

ul.index-table ul li{
  margin-left: 1.5em;
  list-style-type:square;
}

#action {
  margin-top: 3em;
  text-align: center;
}
.box {
  width: 24.9%;
  height: auto;
  float: left;
  margin-bottom: 0.7em;
  text-align: center;
  z-index:0;
  
}
.box a {
  display: inline-block;
  width: 98%;
  height: auto;
}
.box a img {
  width: 98%;
  height: auto;
  vertical-align: bottom;
}
#filter{
  margin-bottom: 1em;
}

#filter li{
  display: inline;
  margin-right: 0.5em;
  font-size: 14px;
}
#filter li a{
	color:#000;
}
#grid{
  margin-bottom: 2em;
}

#share div {
  display: inline-block;
}
#share #fb-like {
  position: relative;
}

#follow {
  text-align: center;
  margin-top: 3em;
}

code, pre {
  padding: 0.5em;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  margin-bottom: 1.5em;
  overflow-x: auto;
}

code {
  line-height: 2em;
  font-size: 0.8em;
}

pre {
  -webkit-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  -moz-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  box-shadow: inset 0px 0px 4px 1px #e6e6e6;
  border: 1px solid white;
  background: white;
}
pre span {
  color: green;
}

/* Isotope styles
---------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1em;
  }

  .wrap {
    width: 92%;
  }

  .box {
    width: 50%;
  }

}
@media screen and (max-width: 500px) {
  .wrap {
    width: 95%;
  }

  .box {
    width: 100%;
  }

  h1 {
    font-size: 3.8em;
  }

  .tagline {
    font-size: 1.3em;
  }

  #fork-this {
    display: none;
  }
}