/*-----------------------------------------------------------------------------------*/
/*  Demo Style
/*-----------------------------------------------------------------------------------*/
/*  Reset this s***
/*------------------------*/
@charset "utf-8";

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;
}

em {
  font-style: italic;
}

del {
  text-shadow: none!important;
}

body {
  overflow-x: hidden;
  margin-top: 0!important;
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif;
  position: relative;
  overflow-x: hidden!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;
  width: 0;
  height: 0;
}

.clearfix:after,
.wrap:after,
hr:after {
  clear: both;
}

span.smooth {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}


.tagline {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0.09em;
  font-family: Helvetica, Arial, sans-serif;
}
#main {
}

#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;
}

.button {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  background: #293945;
  font-size: 1em;
  padding: 0.8em 1.9em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  -webkit-box-shadow: 0 0 1px 1px #cccccc;
  -moz-box-shadow: 0 0 1px 1px #cccccc;
  box-shadow: 0 0 1px 1px #cccccc;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.button:hover {
  background: #fff;
  color: #293945;
}

.wrap {
}

header {
  text-align: center;
  margin-bottom: 4em;
}

section {
  position: relative;
}

#action {
  margin-top: 3em;
  text-align: center;
}

footer {
  background: #0c1115;
  margin-top: 5em;
  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: 100%;
  height: auto;
  vertical-align: bottom;
}

#share div {
  display: inline-block;
}
#share #fb-like {
  position: relative;
  top: -6px;
}

#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;
}

@media screen and (max-width: 1024px) {

  #share #fb-like {
    top: -3px;
  }
}
@media screen and (max-width: 500px) {


  .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;
  }
}