/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #6694a7;
  transition: all 0.3s ease;
}

a:hover {
  color: #222222;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a2a2a2;
}

hr {
  border: 0;
  border-top: 1px #e4e4e4 solid;
  margin: 40px 0;
}

.post ul li {
  line-height: 28px;
  font-size: 15px;
}

.container {
  margin: 0 auto;
}

.author {
  text-align: center;
  margin-top: 50%;
}

.content {
  width: 75%;
  margin: auto;
  margin-top: 5%;
  max-width: 800px;
}

.content iframe {
  max-width: 560px;
  width: 100%;
}

.video-container {
  width: 100%;
  height: 340px;
  text-align: center;
}

.video-container iframe {
  max-width: 560px;
  width: 100%;
  height: 340px;
}

.site-header {
  display: none;
}

.site-header h2 {
  margin: 0;
}

.site-header h2 .logo {
  margin: 0;
  background: url(../images/logo.png) no-repeat 0 0;
  width: 179px;
  height: 148px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -74px 0 0 -89px;
}

.article-entry {
  overflow-wrap: break-word;
}

#link-info {
  display: none;
  color: white;
  padding: 10px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-header h2 .logo {
    background-image: url("../images/logo@2x.png");
    background-size: 179px 148px;
  }
}
.profile-image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 118px;
  height: 118px;
}

.post h2 {
  margin-top: 0;
}

.post p {
  line-height: 28px;
}

.post h2 a,
.post-template h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.post-template h2,
.post-template h3,
.post-template h4,
.post-template h5,
.post-template h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.post {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
}

.post img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

.post-info {
  color: #a2a2a2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 30px;
}

.comments {
  margin-bottom: 60px;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tag-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}

.tag-title h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 40px;
}

.tag-title p {
  color: #979797;
  font-size: 14px;
  margin-bottom: 0;
}

.pagination {
  position: relative;
  height: 35px;
  width: 100%;
  margin-bottom: 60px;
}

.btn {
  border: solid 1px #ececec;
  background-color: #fff;
  width: 100px;
  height: 35px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 35px;
  font-size: 13px;
  color: #000;
}

.btn:hover {
  background-color: #2a373d;
  border-color: #2a373d;
  color: #fff;
}

.post .btn {
  width: 140px;
}

.btn.btn-download {
  background-color: #2a373d;
  border-color: #2a373d;
  color: #fff;
  width: 200px;
}

.btn.btn-download:hover {
  background-color: #49606a;
  border-color: #2a373d;
  color: #fff;
}

.newer {
  position: absolute;
  left: 0;
  top: 0;
}

.older {
  position: absolute;
  right: 0;
  top: 0;
}

.counter {
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #979797;
}

.author {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.author p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.author p.title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  color: #dddddd;
}

.author p.name {
  font-size: 15px;
  margin: 10px 0;
  color: #dddddd;
}

.author p.address {
  color: #dddddd;
}

.author p.about {
  font-family: "Open Sans", sans-serif;
  width: 70%;
  font-size: 16px;
  margin: 10px auto;
  color: #dddddd;
}

.author p.link {
  margin-bottom: 10px;
  color: #dddddd;
  margin-top: 10px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.author ul.social {
  list-style: none;
  display: inline;
  padding: 0;
}

.author ul.social li {
  display: inline;
}

.author ul.social li a {
  padding: 5px;
  font-size: 20px;
}

.twitter-tweet {
  margin: 0 auto;
}

.main-footer {
  background-color: #f3f3f3;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #a2a2a2;
}

.main-footer .container {
  padding: 30px 0;
}

.main-footer a {
  color: #a2a2a2;
}

.main-footer a:hover {
  color: #222222;
}

.main-footer p {
  font-size: 11px;
}

body.post-template > .site-header {
  height: 250px;
  transition: all 0.3s ease;
}

body.post-template .site-header h2 .logo {
  background: url(../images/logo.png) no-repeat 0 0;
  width: 90px;
  height: 74px;
  margin: -45px 0 0 -37px;
  background-size: 90px 74px;
}

.plane {
  width: 400px;
  position: fixed;
  margin-top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 900px) and (max-width: 1799px) {
  .container {
    width: 100%;
  }
  .plane {
    width: 300px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .container {
    width: 90%;
    padding-top: 25px;
  }
  .author,
  .content {
    width: 100%;
    margin: 0;
  }
  .author {
    padding-top: 60px;
  }
  .site-header,
  body.post-template > .site-header {
    height: 180px;
    transition: all 0.3s ease;
  }
  .site-header h2 .logo {
    background: url(../images/logo.png) no-repeat 0 0;
    width: 90px;
    height: 74px;
    margin: -45px 0 0 -37px;
    background-size: 90px 74px;
  }
  .lateral {
    position: inherit !important;
    width: 100% !important;
    height: 350px !important;
  }
  .home {
    width: 100% !important;
  }
  .post h2 a {
    font-size: 30px !important;
  }
  .post-info {
    font-size: 15px !important;
  }
  .post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .plane {
    width: 200px;
    margin-top: 10px;
    position: absolute;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.lateral {
  /*  background-color: #072035; */
  height: 100%;
  position: fixed;
  width: 25%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e3d66+0,072035+100 */
  background-image: url(../images/background.png);
  background: linear-gradient(rgba(1, 1, 1, 0.45), rgba(1, 1, 1, 0.7)), url(../images/background.png);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e3d66", endColorstr="#072035",GradientType=0 ); /* IE6-9 */
}

.home {
  width: 75%;
  float: right;
}

.social a {
  color: white;
}

.social a {
  padding: 12px 16px;
}

#tag-cloud a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #000000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

#tag-cloud a:hover {
  background: #2e2e2e;
}

.tag-post-title {
  font-family: "Open Sans", sans-serif;
}

.tag-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.tag-post-list {
  margin-bottom: 20px;
  text-indent: 20px;
}

.tag-post-date {
  color: black;
}

.tag-listing-seperator {
  text-transform: uppercase;
}

.tag-post-preview {
  margin-bottom: 20px;
}

.link > a:hover {
  color: white;
}

.pagination-container {
  text-align: center;
}