@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  text-size-adjust: 100%;
  /* 4 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'ionicons';
  src: url('../../assets/ionicons/ionicons.eot?#iefix') format('embedded-opentype'), url('../../assets/ionicons/ionicons.woff') format('woff'), url('../../assets/ionicons/ionicons.ttf') format('truetype'), url('../../assets/ionicons/ionicons.svg#Ionicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
.icon-facebook,
.icon-linkedin,
.icon-rss,
.icon-twitter,
.icon-youtube {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.icon-facebook:before {
  content: "\f231";
}
.icon-linkedin:before {
  content: "\f239";
}
.icon-rss:before {
  content: "\f23d";
}
.icon-twitter:before {
  content: "\f243";
}
.icon-youtube:before {
  content: "\f24d";
}
.btn {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
}
.btn--red {
  border-color: #ff6f5d;
  color: #ff6f5d;
  transition: background-color 0.3s, border-color 0.3s;
}
.btn--red:hover {
  background: #ff6f5d;
  color: #fff;
}
.btn--green {
  border-color: #6c6;
  color: #6c6;
  transition: background-color 0.3s, border-color 0.3s;
  border-radius: 0;
}
.btn--green:hover {
  background: #6c6;
  color: #fff;
}
.btn--tag {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
.sidebar .btn--tag {
  background: rgba(255, 255, 255, 0.1);
}
.btn--tag:hover {
  background: transparent;
  color: #000;
}
.sidebar .btn--tag:hover {
  color: #fff;
}
.btn--wide {
  padding: 0 30px;
  line-height: 54px;
  font-size: 17px;
}
.btn--filled-green {
  background: #6c6;
  color: #fff;
}
.btn--filled-green:hover {
  background: #fff;
  color: #6c6;
  border-color: #6c6;
}
.btn--next,
.btn--prev {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
.btn--next:hover,
.btn--prev:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}
.btn--next {
  float: right;
}
@font-face {
  font-family: 'CircularPro-Bold';
  src: url('../../assets/CircularPro-Bold/CircularPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.otf') format('opentype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.woff') format('woff'), url('../../assets/CircularPro-Bold/CircularPro-Bold.ttf') format('truetype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.svg#CircularPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularPro-Book';
  src: url('../../assets/CircularPro-Book/CircularPro-Book.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Book/CircularPro-Book.otf') format('opentype'), url('../../assets/CircularPro-Book/CircularPro-Book.woff') format('woff'), url('../../assets/CircularPro-Book/CircularPro-Book.ttf') format('truetype'), url('../../assets/CircularPro-Book/CircularPro-Book.svg#CircularPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularPro-Medium';
  src: url('../../assets/CircularPro-Medium/CircularPro-Medium.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.otf') format('opentype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.woff') format('woff'), url('../../assets/CircularPro-Medium/CircularPro-Medium.ttf') format('truetype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.svg#CircularPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #d4d4d4;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
body.nav--is-open {
  overflow: hidden;
}
body.banner--fixed {
  padding-top: 50px;
}
@media all and (min-width:  769px ) {
  body.banner--fixed {
    padding-top: 100px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'CircularPro-Bold';
  font-weight: normal;
}
a {
  color: #000;
}
.breadcrumbs > span {
  margin-left: 6px;
  padding-right: 6px;
  color: #000;
}
.breadcrumbs > span:first-of-type {
  margin-left: 0;
}
.breadcrumbs > span a {
  color: #333;
  font-weight: 700;
}
.breadcrumbs > span a span {
  color: #333;
}
.page__footer {
  padding: 0 30px;
  width: 100%;
  background: #181818;
  position: relative;
  z-index: 10;
}
@media all and (max-width:  769px ) {
  .page__footer {
    text-align: center;
    margin-top: 0px;
  }
}
@media all and (min-width:  769px ) {
  .page__footer {
    padding: 0 50px 0 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page__footer .hdr {
  line-height: 50px;
  margin-bottom: 0;
}
@media all and (min-width:  769px ) {
  .page__footer .hdr {
    line-height: 100px;
  }
}
.page__footer .logotype {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width:  769px ) {
  .page__footer .logotype {
    width: 15%;
  }
}
@media all and (max-width:  769px ) {
  .page__footer .logotype #Layer_1 {
    fill: #6c6 !important;
  }
}
@media all and (min-width:  769px ) {
  .page__footer .logotype #Layer_1 {
    fill: #6c6 !important;
  }
}
@media all and (max-width:  769px ) {
  .page__footer .logotype #Layer_1 g,
  .page__footer .logotype #Layer_1 path {
    fill: #6c6 !important;
    stroke: #6c6 !important;
  }
}
@media all and (min-width:  769px ) {
  .page__footer .logotype #Layer_1 g,
  .page__footer .logotype #Layer_1 path {
    fill: #6c6 !important;
    stroke: #6c6 !important;
  }
}
@media all and (max-width:  769px ) {
  .page__footer .logotype {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.page__footer .logotype svg {
  max-height: 24px;
}
.page__footer__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media all and (max-width:  769px ) {
  .page__footer__text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page__footer__text p {
    text-align: center;
    width: 100%;
  }
}
@media all and (min-width:  769px ) {
  .page__footer__text {
    width: 25%;
  }
}
.page__footer .nav-follow-us {
  margin-left: auto;
}
@media all and (min-width:  769px ) {
  .page__footer .nav-follow-us {
    width: 60%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width:  769px ) {
  .page__footer .nav-follow-us li .nav__button {
    padding: 0;
    line-height: 50px;
    width: 100%;
  }
}
.content {
  position: relative;
  padding-top: 20px;
}
@media all and (min-width:  769px ) {
  .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
}
@media all and (min-width:  769px ) {
  .container {
    padding-right: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1600px) {
  .container {
    margin-right: 100px;
  }
}
.breadcrumbs {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width:  769px ) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.main__col {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
}
@media all and (min-width:  769px ) {
  .main__col {
    padding-bottom: 20px;
  }
}
.main__col--sidebar {
  width: 100%;
}
@media all and (min-width:  769px ) {
  .main__col--sidebar {
    width: 70%;
    margin-right: 30%;
  }
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row--center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.row--top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.pagination__links {
  margin-bottom: 20px;
  overflow: hidden;
}
@media all and (min-width:  769px ) {
  .pagination__links {
    margin-bottom: 40px;
  }
}
.banner {
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #181818;
  height: 100px;
  top: 0;
  height: 50px;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
}
@media all and (max-width:  769px ) {
  .banner {
    padding: 12px 16px;
  }
}
@media all and (min-width:  769px ) {
  .banner {
    height: 100px;
    position: absolute;
  }
}
.nav--is-open .banner {
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.admin-bar .banner {
  top: 32px;
}
.banner .logotype {
  height: 100%;
  padding: 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media all and (min-width:  769px ) {
  .banner .logotype {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    padding: 0 41px 0 40px;
    background-color: #181818;
    color: #fff;
  }
}
@media (min-width: 890px) {
  .banner .logotype {
    padding: 0 61px 0 60px;
  }
}
@media all and (max-width:  769px ) {
  .banner .logotype {
    position: relative;
  }
}
.banner .logotype p {
  font-size: 14px;
  font-family: 'CircularPro-Bold';
}
@media all and (max-width:  769px ) {
  .banner .logotype p {
    position: absolute;
    top: 4px;
  }
}
.banner .logotype svg {
  max-height: 34px;
  max-width: 120px;
}
@media all and (max-width:  769px ) {
  .banner .logotype svg {
    margin-right: 5px;
    max-height: 24px;
    max-width: 82px;
  }
}
@media all and (max-width:  769px ) {
  .banner .logotype svg #Layer_1 {
    fill: #6c6 !important;
  }
}
@media all and (min-width:  769px ) {
  .banner .logotype svg #Layer_1 {
    fill: #6c6 !important;
  }
}
@media all and (max-width:  769px ) {
  .banner .logotype svg #Layer_1 g,
  .banner .logotype svg #Layer_1 path {
    fill: #6c6 !important;
    stroke: #6c6 !important;
  }
}
@media all and (min-width:  769px ) {
  .banner .logotype svg #Layer_1 g,
  .banner .logotype svg #Layer_1 path {
    fill: #6c6 !important;
    stroke: #6c6 !important;
  }
}
.burger {
  position: relative;
  font-size: 20px;
  width: 0.95em;
  height: 0.95em;
}
@media all and (min-width:  769px ) {
  .burger {
    display: none;
  }
}
.burger--black {
  color: #000;
}
.burger--white {
  color: #fff;
}
.burger::before,
.burger::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.35em;
  width: 0.95em;
  height: 0.1em;
  background: currentColor;
  transition: box-shadow 0.1s linear 0.1s, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, box-shadow 0.1s linear 0.1s;
  transition: transform 0.1s linear, box-shadow 0.1s linear 0.1s, -webkit-transform 0.1s linear;
}
.burger::before {
  box-shadow: 0 -0.25em 0 0 currentColor, 0 0.25em 0 0 CurrentColor;
}
.burger::after {
  box-shadow: 0 -0.25em 0 0 currentColor, 0 0.25em 0 0 CurrentColor;
}
.burger--active::before,
.burger--active::after {
  transition: box-shadow 0.1s linear, -webkit-transform 0.1s linear 0.1s;
  transition: box-shadow 0.1s linear, transform 0.1s linear 0.1s;
  transition: box-shadow 0.1s linear, transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
}
.burger--active::before {
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger--active::after {
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 905px) {
  .nav--main {
    margin-left: 30px;
  }
}
@media all and (max-width:  769px ) {
  .nav--main {
    display: none;
  }
}
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width:  769px ) {
  .nav li {
    display: inline-block;
  }
}
.nav li .nav__button {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  line-height: 100px;
  font-size: 15px;
  transition: color 0.2s ease;
}
.nav li .nav__button:hover {
  color: #e6e6e6;
}
@media all and (min-width:  1200px ) {
  .nav li .nav__button {
    padding: 0 30px;
  }
}
.nav--user {
  margin-left: auto;
}
@media all and (max-width:  769px ) {
  .nav--user {
    display: none;
  }
}
.nav--user .nav__button {
  margin-right: 30px;
  border-width: 2px;
}
@media (min-width: 767px) and (max-width: 890px) {
  .nav--user .btn--wide {
    padding: 0 15px;
    line-height: 40px;
  }
  .nav--user .nav__button {
    margin-right: 15px;
  }
}
.mobile-navigation {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  height: calc(100vh - 50px);
  width: 100vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), visibility 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), -webkit-transform 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
  transition: transform 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), opacity 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), visibility 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
  transition: transform 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), opacity 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), visibility 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99), -webkit-transform 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
}
.mobile-navigation .sidebar {
  padding-bottom: 20px;
}
.mobile-navigation .sidebar .news-letter .mc4wp-form,
.mobile-navigation .sidebar .search__inner,
.mobile-navigation .sidebar .article-list,
.mobile-navigation .sidebar .tags__inner {
  padding-right: 20px;
}
.mobile-navigation .nav--main {
  display: block;
  background-color: #202327;
}
.mobile-navigation .nav--main ul li {
  border-top: 1px solid #3a3c3f;
  margin: 0 15px;
}
.mobile-navigation .nav--main ul li .nav__button {
  color: #fff;
}
@media all and (max-width:  769px ) {
  .nav--is-open .mobile-navigation {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}
@media all and (min-width:  769px ) {
  .mobile-navigation {
    display: none !important;
  }
}
.blog__article {
  border-bottom: 1px solid rgba(102, 204, 102, 0.25);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media all and (max-width:  769px ) {
  .blog__article {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.blog__article:first-of-type {
  margin-top: 0;
}
.archive .blog__article,
.home .blog__article {
  overflow: hidden;
}
.blog__article .tags {
  margin: 30px 0 10px;
}
@media all and (max-width:  769px ) {
  .blog__article .tags {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 20px 0 0;
  }
}
.blog__article .tags .tag {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 7px 10px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  transition: color 0.3s;
}
.blog__article .tags .tag:hover {
  color: #000;
}
.blog__header {
  margin-bottom: 20px;
}
@media all and (min-width:  769px ) {
  .blog__header {
    margin-bottom: 40px;
  }
}
.blog__header h1 {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -2px;
  color: #181818;
}
@media all and (max-width:  769px ) {
  .blog__header h1 {
    margin-top: 0;
  }
}
@media all and (min-width:  769px ) {
  .blog__header h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }
}
.blog__header h1 a {
  color: #181818;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog__header h1 a:hover {
  color: #323232;
}
.blog__image img {
  width: 100%;
}
@media all and (min-width:  769px ) {
  .blog__image {
    margin: 30px 0;
  }
}
.blog__thumbnail {
  float: left;
}
@media all and (max-width:  769px ) {
  .blog__thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media all and (min-width:  769px ) {
  .blog__thumbnail {
    margin-right: 40px;
  }
}
.single .blog__thumbnail {
  width: 100%;
  margin: 0;
}
.single .blog__thumbnail img {
  width: 100%;
}
.blog__content {
  font: 18px/34px 'merriweather', serif;
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width:  769px ) {
  .blog__content {
    float: left;
    width: 100%;
  }
}
.blog__content-link {
  color: #181818;
  text-decoration: none;
}
.blog__content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0 0;
}
.blog__content .alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}
.blog__content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 100%;
  height: auto;
}
.blog__content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
  height: auto;
}
.blog__content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}
@media all and (min-width:  769px ) {
  .home .blog__content {
    overflow: hidden;
  }
}
@media all and (min-width:  769px ) {
  .home .blog__content + blog__thumbnail {
    width: calc(100% - 195px);
  }
}
.home .blog__content img {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.blog__meta {
  font-size: 14px;
  letter-spacing: -0.2px;
}
.blog__meta__author {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.single .blog__meta__author {
  margin-left: 4px;
}
.blog__footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(178, 178, 178, 0.25);
}
@media all and (max-width:  769px ) {
  .blog__footer {
    float: left;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .blog__footer--inner {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width:  769px ) and (max-width: 950px) {
  .blog__footer--inner {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.blog__footer__nav {
  display: none;
}
.blog__footer > h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
@media all and (max-width:  769px ) {
  .blog__footer > h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(194, 194, 194, 0.8);
  }
}
.blog__footer .footer__socials {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
@media all and (min-width:  769px ) {
  .blog__footer .footer__socials {
    padding-top: 10px;
  }
}
.blog__footer .social {
  padding: 8px 5px 0px;
  margin-right: 3px;
  background-color: #d4d4d4;
}
@media all and (max-width:  769px ) {
  .blog__footer .social {
    padding-top: 10px;
  }
}
.blog__footer .social--hn iframe {
  width: auto !important;
  max-width: 70px;
  height: auto !important;
  max-height: 25px;
}
@media all and (max-width:  769px ) {
  .blog__footer .social:nth-child(n+5) {
    margin-top: 8px;
  }
}
.blog__footer .blog__header {
  text-align: left;
  padding-right: 20px;
}
.blog__footer .blog__header h1 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.blog__footer .blog__article {
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media all and (min-width:  769px ) {
  .blog__footer .blog__article {
    -webkit-flex: 1 33%;
    -ms-flex: 1 33%;
    flex: 1 33%;
  }
}
/****************
		prettyprint (syntax highlight for code)
*****************/
.pln {
  color: #c5c8c6;
}
@media screen {
  .str {
    color: #b5bd68;
  }
  .kwd {
    color: #b294bb;
  }
  .com {
    color: #969896;
  }
  .typ {
    color: #81a2be;
  }
  .lit {
    color: #de935f;
  }
  .pun {
    color: #c5c8c6;
  }
  .opn {
    color: #c5c8c6;
  }
  .clo {
    color: #c5c8c6;
  }
  .tag {
    color: #cc6666;
  }
  .atn {
    color: #de935f;
  }
  .atv {
    color: #8abeb7;
  }
  .dec {
    color: #de935f;
  }
  .var {
    color: #cc6666;
  }
  .fun {
    color: #81a2be;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
/* desert scheme ported from vim to google prettify */
pre {
  color: #c7c7c7;
  display: block;
  margin: 25px 0;
  padding: 10px;
  background-color: #3A3A3A;
  overflow: auto;
  font-size: 12px;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 23px;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border-radius: 3px;
}
pre .nocode {
  background-color: none;
  color: #000;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #AEAEAE;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
.content pre code {
  background-color: inherit;
  color: inherit;
}
.content pre {
  padding: 1em;
  margin: 0.5em 0px;
}
.puff__article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  background: #fff;
  margin: 20px 0 50px;
  position: relative;
}
@media all and (max-width:  769px ) {
  .puff__article {
    margin: 20px 0 40px;
  }
}
.puff__article a {
  text-decoration: none;
  width: auto;
  color: inherit;
}
.puff__article a .puff__header {
  width: 100%;
}
.puff__article:after {
  content: '';
  background: rgba(178, 178, 178, 0.25);
  height: 1px;
  bottom: -25px;
  left: 0;
  position: absolute;
  width: 100%;
}
.puff__header {
  font-size: 25px;
  line-height: 1.3;
  text-align: left;
  width: 100%;
  font-weight: bold;
}
.sidebar .puff__header {
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
}
@media all and (min-width:  769px ) {
  .puff__header {
    width: auto;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}
.puff__header a {
  color: inherit;
}
.sidebar .puff__article {
  display: block;
  padding: 0 20px;
  background: transparent;
  margin: 0;
  position: relative;
}
@media all and (max-width:  769px ) {
  .sidebar .puff__article {
    margin: 20px 0 40px;
  }
}
.sidebar .puff__article__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  background: #fff;
  margin: 20px 0 50px;
  max-width: 380px;
  position: relative;
}
.sidebar .puff__article > a {
  text-decoration: none;
  width: auto;
  color: inherit;
}
.sidebar .puff__article > a .puff__header {
  width: 100%;
}
.sidebar .puff__article:after {
  content: '';
  background: rgba(178, 178, 178, 0.25);
  height: 1px;
  bottom: -25px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sidebar {
  width: 100%;
  background: #3e3e3e;
  padding: 20px 0;
}
@media all and (min-width:  769px ) {
  .sidebar {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 30px;
    min-height: calc(100vh - 132px);
  }
}
.sidebar h3 {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
.sidebar__inner {
  width: 100%;
}
.sidebar__inner.fixed {
  position: fixed;
  width: 30%;
}
.sidebar__inner.pos-absolute {
  position: absolute;
  width: 100%;
  top: auto !important;
  bottom: 20px;
}
@media (min-width: 1190px) {
  .sidebar__inner {
    padding-right: 0px;
  }
}
.sidebar .tags,
.sidebar .categories,
.sidebar .search,
.sidebar .most-read,
.sidebar .news-letter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar .tags h3,
.sidebar .categories h3,
.sidebar .search h3,
.sidebar .most-read h3,
.sidebar .news-letter h3 {
  color: #6c6;
}
@media all and (min-width:  769px ) {
  .sidebar .tags,
  .sidebar .categories,
  .sidebar .search,
  .sidebar .most-read,
  .sidebar .news-letter {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media all and (min-width:  769px ) {
  .sidebar .tags {
    padding-top: 15px;
  }
}
@media all and (min-width:  769px ) {
  .sidebar .tags h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.sidebar .tags__inner {
  max-width: 400px;
  padding-left: 20px;
}
@media all and (max-width:  769px ) {
  .sidebar .tags__inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.sidebar .tags__inner > a {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 7px 10px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sidebar .categories__inner {
  max-width: 400px;
  padding-left: 20px;
}
.sidebar .categories__inner > a {
  color: #666;
  font: 26px/36px "CircularPro-Medium", sans-serif;
  letter-spacing: 0.25px;
  width: 50%;
  float: left;
  transition: color 0.2s ease-out;
}
.sidebar .categories__inner > a:hover {
  color: #8c8c8c;
}
.sidebar .most-read {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar .most-read .article-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-width: 400px;
  padding-left: 20px;
}
@media all and (max-width:  769px ) {
  .sidebar .most-read .article-list {
    padding-right: 20px;
  }
}
.sidebar .most-read a {
  font-size: 17px;
  line-height: 24px;
  margin-right: 1em;
  font-weight: 300;
  color: #cccccc;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'merriweather';
}
.sidebar .most-read a:hover {
  color: #656e7b;
}
.sidebar .search__inner {
  max-width: 400px;
  padding-left: 20px;
  position: relative;
}
.sidebar .search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
  -webkit-apperance: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  background: #6c6;
  color: #fff;
  display: block;
}
.sidebar .search__button--hidden {
  display: none;
}
.sidebar .search__field {
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 50px;
  font: 16px/50px 'Open Sans', sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  background-image: url(/wp-content/themes/detectify/assets/magnifier--dark.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 20px;
}
@media all and (min-width:  769px ) {
  .sidebar .search__field {
    width: 100%;
  }
}
.sidebar .search__field::-webkit-input-placeholder {
  color: #000;
}
.sidebar .search__field:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar .search__field::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar .search__field:-ms-input-placeholder {
  color: #000;
}
.sidebar .search__field:placeholder-shown {
  color: #000;
}
.sidebar .search__field:focus {
  outline: 0;
}
@media all and (max-width:  769px ) {
  .sidebar .news-letter {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.sidebar .news-letter h3 {
  color: #fff;
  font-weight: 200;
  padding-left: 0;
}
.sidebar .news-letter .hdr {
  margin-top: 0;
}
.sidebar .news-letter .mc4wp-form {
  max-width: calc(100% - 20px);
  padding-left: 20px;
}
@media all and (min-width:  769px ) {
  .sidebar .news-letter .mc4wp-form {
    max-width: 400px;
  }
}
.sidebar .news-letter .mc4wp-success {
  background-color: #6c6;
  padding: 10px;
  margin-top: 1em;
}
.sidebar .news-letter .mc4wp-success p {
  font-size: 14px;
  color: #fff;
}
.sidebar .news-letter .mc4wp-error {
  background-color: #ff6e60;
  padding: 10px;
  margin-top: 1em;
}
.sidebar .news-letter .mc4wp-error p {
  font-size: 14px;
  color: #fff;
}
.sidebar .news-letter .news-letter__form {
  position: relative;
  margin-bottom: 1em;
}
.sidebar .news-letter .news-letter__form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 50px;
  -webkit-apperance: none;
  border: none;
  background: #6c6;
  color: #fff;
  display: block;
  font-size: 16px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 600px) {
  .sidebar .news-letter .news-letter__form input[type=submit] {
    border-radius: 3px;
    position: relative;
    width: 100%;
  }
}
.sidebar .news-letter .news-letter__form input[type=email] {
  width: calc(100% - 109px);
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 600px) {
  .sidebar .news-letter .news-letter__form input[type=email] {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sidebar .news-letter .news-letter__form input[type=email]::-webkit-input-placeholder {
  color: #000;
}
.sidebar .news-letter .news-letter__form input[type=email]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar .news-letter .news-letter__form input[type=email]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.sidebar .news-letter .news-letter__form input[type=email]:-ms-input-placeholder {
  color: #000;
}
.sidebar .news-letter .news-letter__form input[type=email]:placeholder-shown {
  color: #000;
}
.sidebar .news-letter .news-letter__form input[type=email]:focus {
  outline: 0;
}
.sidebar .news-letter__info {
  font-size: 12px;
  color: #fff;
}
.sidebar .social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
}
.sidebar .social-media .icon {
  width: 34px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 18px;
  margin-right: 13px;
}
.sidebar .social-media .icon:hover {
  background: rgba(255, 255, 255, 0.8);
}
