/*-----------------------------------------------------------------------------------*/
/*  Demo Style
/*-----------------------------------------------------------------------------------*/
/*  Reset this s***
/*------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

:focus {
  outline: 0;
}

strong {
  font-weight: bold;
}


del {
  text-shadow: none!important;
}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
  width: 100%;
}

.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
hr:before,
hr:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.wrap:after,
hr:after {
  clear: both;
}

p {
  margin-bottom: 1em;
}

span.smooth {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}


h1 {
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
}



#main {
  /*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;*/
}



footer {
  margin-top: 5em;
  /*background: #0c1115;
  font-size: 13px;
  height: 45px;
  line-height: 46px;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;*/
}
footer a {
  color: #999999;
}

.box {
  width: 25%;
  height: auto;
  float: left;
  margin-bottom: 0.7em;
  text-align: center;
}
.box .swipebox {
  display: block;
  width: 100%;
  height: auto;
}
.box .swipebox img {
 /* width: 98%;*/
  height: auto;
  vertical-align: bottom;
  /*margin-bottom:30px;*/
  margin-top: 10px;
  /*padding: 0px 25px 8px 37px;*/
}

#share div {
  display: inline-block;
}
#share #fb-like {
  position: relative;
  top: -6px;
}

#follow {
  text-align: center;
  margin-top: 3em;
}



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;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1em;
  }

  .wrap {
    width: 92%;
  }

  .box {
    width: 50%;
  }

  #share #fb-like {
    top: -3px;
  }
}
@media screen and (max-width: 500px) {
  .wrap {
    width: 95%;
  }

  .box {
    width: 100%;
  }

  h1 {
    font-size: 3.8em;
  }

  .tagline {
    font-size: 1.3em;
  }

  .button {
    font-size: 1em;
    padding: 0.5em 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  #fork-this {
    display: none;
  }
}
