@charset "CP852";
/*
Theme Name: Cool PC WordPress Theme
Theme URI: http://reaktor5.com
Author: Marcin Kropiewnicki
Author URI: http://reaktor5.com
Description: The theme created for Cool PC by Reaktor5 Sp. z o.o. all rights reserved.
Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 0.0 - Partials
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 0.0 Partials
 *
 * Importing partial styles, including variables that are used throughout
 * entire project.
 *
 * -----------------------------------------------------------------------------
 */
/* line 50, _grid.scss */
body {
  width: 100%;
  *zoom: 1; }
  /* line 36, _grid.scss */
  body:before, body:after {
    content: "";
    display: table; }
  /* line 40, _grid.scss */
  body:after {
    clear: both; }

@font-face {
  font-family: 'Lato';
  font-weight: 100;
  src: url("fonts/lato-hairline-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-hairline-ignet.woff") format("woff"), url("fonts/lato-hairline-ignet.ttf") format("truetype"), url("fonts/lato-hairline-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 200;
  src: url("fonts/lato-thin-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-thin-ignet.woff") format("woff"), url("fonts/lato-thin-ignet.ttf") format("truetype"), url("fonts/lato-thin-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  src: url("fonts/lato-light-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-light-ignet.woff") format("woff"), url("fonts/lato-light-ignet.ttf") format("truetype"), url("fonts/lato-light-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url("fonts/lato-regular-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-ignet.woff") format("woff"), url("fonts/lato-regular-ignet.ttf") format("truetype"), url("fonts/lato-regular-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 500;
  src: url("fonts/lato-medium-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-medium-ignet.woff") format("woff"), url("fonts/lato-medium-ignet.ttf") format("truetype"), url("fonts/lato-medium-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 600;
  src: url("fonts/lato-semibold-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-semibold-ignet.woff") format("woff"), url("fonts/lato-semibold-ignet.ttf") format("truetype"), url("fonts/lato-semibold-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url("fonts/lato-bold-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-ignet.woff") format("woff"), url("fonts/lato-bold-ignet.ttf") format("truetype"), url("fonts/lato-bold-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 800;
  src: url("fonts/lato-heavy-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-heavy-ignet.woff") format("woff"), url("fonts/lato-heavy-ignet.ttf") format("truetype"), url("fonts/lato-heavy-ignet.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Lato';
  font-weight: 900;
  src: url("fonts/lato-black-ignet.eot?#iefix") format("embedded-opentype"), url("fonts/lato-black-ignet.woff") format("woff"), url("fonts/lato-black-ignet.ttf") format("truetype"), url("fonts/lato-black-ignet.svg#svgFontName") format("svg"); }

/**
 *
 * Font Awesome
 *
 *
 *
 **/
@font-face {
  font-family: 'et-line';
  src: url("fonts/et-line.eot");
  src: url("fonts/et-line.eot?#iefix") format("embedded-opentype"), url("fonts/et-line.woff") format("woff"), url("fonts/et-line.ttf") format("truetype"), url("fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 105, _fontface.scss */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 124, _fontface.scss */
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* line 136, _fontface.scss */
.icon-mobile:before {
  content: "\e000"; }

/* line 139, _fontface.scss */
.icon-laptop:before {
  content: "\e001"; }

/* line 142, _fontface.scss */
.icon-desktop:before {
  content: "\e002"; }

/* line 145, _fontface.scss */
.icon-tablet:before {
  content: "\e003"; }

/* line 148, _fontface.scss */
.icon-phone:before {
  content: "\e004"; }

/* line 151, _fontface.scss */
.icon-document:before {
  content: "\e005"; }

/* line 154, _fontface.scss */
.icon-documents:before {
  content: "\e006"; }

/* line 157, _fontface.scss */
.icon-search:before {
  content: "\e007"; }

/* line 160, _fontface.scss */
.icon-clipboard:before {
  content: "\e008"; }

/* line 163, _fontface.scss */
.icon-newspaper:before {
  content: "\e009"; }

/* line 166, _fontface.scss */
.icon-notebook:before {
  content: "\e00a"; }

/* line 169, _fontface.scss */
.icon-book-open:before {
  content: "\e00b"; }

/* line 172, _fontface.scss */
.icon-browser:before {
  content: "\e00c"; }

/* line 175, _fontface.scss */
.icon-calendar:before {
  content: "\e00d"; }

/* line 178, _fontface.scss */
.icon-presentation:before {
  content: "\e00e"; }

/* line 181, _fontface.scss */
.icon-picture:before {
  content: "\e00f"; }

/* line 184, _fontface.scss */
.icon-pictures:before {
  content: "\e010"; }

/* line 187, _fontface.scss */
.icon-video:before {
  content: "\e011"; }

/* line 190, _fontface.scss */
.icon-camera:before {
  content: "\e012"; }

/* line 193, _fontface.scss */
.icon-printer:before {
  content: "\e013"; }

/* line 196, _fontface.scss */
.icon-toolbox:before {
  content: "\e014"; }

/* line 199, _fontface.scss */
.icon-briefcase:before {
  content: "\e015"; }

/* line 202, _fontface.scss */
.icon-wallet:before {
  content: "\e016"; }

/* line 205, _fontface.scss */
.icon-gift:before {
  content: "\e017"; }

/* line 208, _fontface.scss */
.icon-bargraph:before {
  content: "\e018"; }

/* line 211, _fontface.scss */
.icon-grid:before {
  content: "\e019"; }

/* line 214, _fontface.scss */
.icon-expand:before {
  content: "\e01a"; }

/* line 217, _fontface.scss */
.icon-focus:before {
  content: "\e01b"; }

/* line 220, _fontface.scss */
.icon-edit:before {
  content: "\e01c"; }

/* line 223, _fontface.scss */
.icon-adjustments:before {
  content: "\e01d"; }

/* line 226, _fontface.scss */
.icon-ribbon:before {
  content: "\e01e"; }

/* line 229, _fontface.scss */
.icon-hourglass:before {
  content: "\e01f"; }

/* line 232, _fontface.scss */
.icon-lock:before {
  content: "\e020"; }

/* line 235, _fontface.scss */
.icon-megaphone:before {
  content: "\e021"; }

/* line 238, _fontface.scss */
.icon-shield:before {
  content: "\e022"; }

/* line 241, _fontface.scss */
.icon-trophy:before {
  content: "\e023"; }

/* line 244, _fontface.scss */
.icon-flag:before {
  content: "\e024"; }

/* line 247, _fontface.scss */
.icon-map:before {
  content: "\e025"; }

/* line 250, _fontface.scss */
.icon-puzzle:before {
  content: "\e026"; }

/* line 253, _fontface.scss */
.icon-basket:before {
  content: "\e027"; }

/* line 256, _fontface.scss */
.icon-envelope:before {
  content: "\e028"; }

/* line 259, _fontface.scss */
.icon-streetsign:before {
  content: "\e029"; }

/* line 262, _fontface.scss */
.icon-telescope:before {
  content: "\e02a"; }

/* line 265, _fontface.scss */
.icon-gears:before {
  content: "\e02b"; }

/* line 268, _fontface.scss */
.icon-key:before {
  content: "\e02c"; }

/* line 271, _fontface.scss */
.icon-paperclip:before {
  content: "\e02d"; }

/* line 274, _fontface.scss */
.icon-attachment:before {
  content: "\e02e"; }

/* line 277, _fontface.scss */
.icon-pricetags:before {
  content: "\e02f"; }

/* line 280, _fontface.scss */
.icon-lightbulb:before {
  content: "\e030"; }

/* line 283, _fontface.scss */
.icon-layers:before {
  content: "\e031"; }

/* line 286, _fontface.scss */
.icon-pencil:before {
  content: "\e032"; }

/* line 289, _fontface.scss */
.icon-tools:before {
  content: "\e033"; }

/* line 292, _fontface.scss */
.icon-tools-2:before {
  content: "\e034"; }

/* line 295, _fontface.scss */
.icon-scissors:before {
  content: "\e035"; }

/* line 298, _fontface.scss */
.icon-paintbrush:before {
  content: "\e036"; }

/* line 301, _fontface.scss */
.icon-magnifying-glass:before {
  content: "\e037"; }

/* line 304, _fontface.scss */
.icon-circle-compass:before {
  content: "\e038"; }

/* line 307, _fontface.scss */
.icon-linegraph:before {
  content: "\e039"; }

/* line 310, _fontface.scss */
.icon-mic:before {
  content: "\e03a"; }

/* line 313, _fontface.scss */
.icon-strategy:before {
  content: "\e03b"; }

/* line 316, _fontface.scss */
.icon-beaker:before {
  content: "\e03c"; }

/* line 319, _fontface.scss */
.icon-caution:before {
  content: "\e03d"; }

/* line 322, _fontface.scss */
.icon-recycle:before {
  content: "\e03e"; }

/* line 325, _fontface.scss */
.icon-anchor:before {
  content: "\e03f"; }

/* line 328, _fontface.scss */
.icon-profile-male:before {
  content: "\e040"; }

/* line 331, _fontface.scss */
.icon-profile-female:before {
  content: "\e041"; }

/* line 334, _fontface.scss */
.icon-bike:before {
  content: "\e042"; }

/* line 337, _fontface.scss */
.icon-wine:before {
  content: "\e043"; }

/* line 340, _fontface.scss */
.icon-hotairballoon:before {
  content: "\e044"; }

/* line 343, _fontface.scss */
.icon-globe:before {
  content: "\e045"; }

/* line 346, _fontface.scss */
.icon-genius:before {
  content: "\e046"; }

/* line 349, _fontface.scss */
.icon-map-pin:before {
  content: "\e047"; }

/* line 352, _fontface.scss */
.icon-dial:before {
  content: "\e048"; }

/* line 355, _fontface.scss */
.icon-chat:before {
  content: "\e049"; }

/* line 358, _fontface.scss */
.icon-heart:before {
  content: "\e04a"; }

/* line 361, _fontface.scss */
.icon-cloud:before {
  content: "\e04b"; }

/* line 364, _fontface.scss */
.icon-upload:before {
  content: "\e04c"; }

/* line 367, _fontface.scss */
.icon-download:before {
  content: "\e04d"; }

/* line 370, _fontface.scss */
.icon-target:before {
  content: "\e04e"; }

/* line 373, _fontface.scss */
.icon-hazardous:before {
  content: "\e04f"; }

/* line 376, _fontface.scss */
.icon-piechart:before {
  content: "\e050"; }

/* line 379, _fontface.scss */
.icon-speedometer:before {
  content: "\e051"; }

/* line 382, _fontface.scss */
.icon-global:before {
  content: "\e052"; }

/* line 385, _fontface.scss */
.icon-compass:before {
  content: "\e053"; }

/* line 388, _fontface.scss */
.icon-lifesaver:before {
  content: "\e054"; }

/* line 391, _fontface.scss */
.icon-clock:before {
  content: "\e055"; }

/* line 394, _fontface.scss */
.icon-aperture:before {
  content: "\e056"; }

/* line 397, _fontface.scss */
.icon-quote:before {
  content: "\e057"; }

/* line 400, _fontface.scss */
.icon-scope:before {
  content: "\e058"; }

/* line 403, _fontface.scss */
.icon-alarmclock:before {
  content: "\e059"; }

/* line 406, _fontface.scss */
.icon-refresh:before {
  content: "\e05a"; }

/* line 409, _fontface.scss */
.icon-happy:before {
  content: "\e05b"; }

/* line 412, _fontface.scss */
.icon-sad:before {
  content: "\e05c"; }

/* line 415, _fontface.scss */
.icon-facebook:before {
  content: "\e05d"; }

/* line 418, _fontface.scss */
.icon-twitter:before {
  content: "\e05e"; }

/* line 421, _fontface.scss */
.icon-googleplus:before {
  content: "\e05f"; }

/* line 424, _fontface.scss */
.icon-rss:before {
  content: "\e060"; }

/* line 427, _fontface.scss */
.icon-tumblr:before {
  content: "\e061"; }

/* line 430, _fontface.scss */
.icon-linkedin:before {
  content: "\e062"; }

/* line 433, _fontface.scss */
.icon-dribbble:before {
  content: "\e063"; }

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/* line 15, _reset.scss */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* line 36, _reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 42, _reset.scss */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%; }

/* line 47, _reset.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 57, _reset.scss */
body,
button,
input,
select,
textarea {
  color: #333333;
  text-shadow: rgba(51, 51, 51, 0.3) 0 0 1px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

/* line 67, _reset.scss */
body {
  background: white; }

/* line 73, _reset.scss */
a {
  color: #2ea2cc;
  text-decoration: none; }

/* line 78, _reset.scss */
a:focus {
  outline: thin dotted; }

/* line 83, _reset.scss */
a:hover,
a:active {
  outline: 0; }

/* line 88, _reset.scss */
a:active,
a:hover {
  color: #54b5d9; }

/* line 97, _reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 36px 0 12px; }

/* line 103, _reset.scss */
h1 {
  font-size: 26px;
  line-height: 1.3846153846; }

/* line 108, _reset.scss */
h2 {
  font-size: 24px;
  line-height: 1; }

/* line 113, _reset.scss */
h3 {
  font-size: 22px;
  line-height: 1.0909090909; }

/* line 118, _reset.scss */
h4 {
  font-size: 20px;
  line-height: 1.2; }

/* line 123, _reset.scss */
h5 {
  font-size: 18px;
  line-height: 1.3333333333; }

/* line 128, _reset.scss */
h6 {
  font-size: 16px;
  line-height: 1.5; }

/* line 133, _reset.scss */
address {
  font-style: italic;
  margin-bottom: 24px; }

/* line 138, _reset.scss */
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

/* line 144, _reset.scss */
b,
strong {
  font-weight: 700; }

/* line 151, _reset.scss */
cite,
dfn,
em,
i {
  font-style: italic; }

/* line 156, _reset.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 161, _reset.scss */
p {
  margin-bottom: 24px;
  font-size: 1.188em;
  line-height: 1.421em;
  font-weight: 300; }

/* line 173, _reset.scss */
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

/* line 183, _reset.scss */
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 198, _reset.scss */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

/* line 209, _reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

/* line 214, _reset.scss */
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px; }

/* line 224, _reset.scss */
blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

/* line 233, _reset.scss */
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

/* line 238, _reset.scss */
blockquote strong,
blockquote b {
  font-weight: 400; }

/* line 242, _reset.scss */
small {
  font-size: smaller; }

/* line 246, _reset.scss */
big {
  font-size: 125%; }

/* line 251, _reset.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 259, _reset.scss */
sup {
  bottom: 1ex; }

/* line 263, _reset.scss */
sub {
  top: .5ex; }

/* line 267, _reset.scss */
dl {
  margin-bottom: 24px; }

/* line 271, _reset.scss */
dt {
  font-weight: bold; }

/* line 275, _reset.scss */
dd {
  margin-bottom: 24px; }

/* line 280, _reset.scss */
ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px; }

/* line 285, _reset.scss */
ul {
  list-style: disc; }

/* line 289, _reset.scss */
ol {
  list-style: decimal; }

/* line 294, _reset.scss */
li > ul,
li > ol {
  margin: 0 0 0 20px; }

/* line 298, _reset.scss */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

/* line 304, _reset.scss */
figure {
  margin: 0; }

/* line 308, _reset.scss */
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0; }

/* line 314, _reset.scss */
legend {
  white-space: normal; }

/* line 321, _reset.scss */
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

/* line 332, _reset.scss */
button,
input {
  line-height: normal; }

/* line 337, _reset.scss */
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */ }

/* line 344, _reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 350, _reset.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/* line 355, _reset.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/* line 359, _reset.scss */
input[type="search"] {
  -webkit-appearance: textfield; }

/* line 363, _reset.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 368, _reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 373, _reset.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 380, _reset.scss */
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* line 384, _reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%; }

/* line 394, _reset.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left; }

/* line 399, _reset.scss */
th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

/* line 404, _reset.scss */
td {
  border-width: 0 1px 1px 0; }

/* line 408, _reset.scss */
del {
  color: #767676; }

/* line 412, _reset.scss */
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/* line 422, _reset.scss */
::selection {
  background: #00add9;
  color: #fff;
  text-shadow: none; }

/* line 428, _reset.scss */
::-moz-selection {
  background: #00add9;
  color: #fff;
  text-shadow: none; }

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
/* line 11, _repatterns.scss */
input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px; }

/* line 18, _repatterns.scss */
textarea {
  width: 100%; }

/* line 23, _repatterns.scss */
input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0; }

/* Buttons */
/* line 34, _repatterns.scss */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #24890d;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom; }

/* line 55, _repatterns.scss */
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #41a62a;
  color: #fff; }

/* line 64, _repatterns.scss */
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #55d737; }

/* line 68, _repatterns.scss */
.search-field {
  width: 100%; }

/* line 72, _repatterns.scss */
.search-submit {
  display: none; }

/* Placeholder text color -- selectors need to be separate to work. */
/* line 78, _repatterns.scss */
::-webkit-input-placeholder {
  color: #939393; }

/* line 82, _repatterns.scss */
:-moz-placeholder {
  color: #939393; }

/* line 86, _repatterns.scss */
::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

/* line 91, _repatterns.scss */
:-ms-input-placeholder {
  color: #939393; }

/* Responsive images. Fluid images for posts, comments, and widgets */
/* line 102, _repatterns.scss */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  max-width: 100%; }

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
/* line 117, _repatterns.scss */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto; }

/* line 124, _repatterns.scss */
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%; }

/* Make sure embeds and iframes fit their containers */
/* line 134, _repatterns.scss */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%; }

/* line 144, _repatterns.scss */
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0; }

/* Alignment */
/* line 150, _repatterns.scss */
.alignleft {
  float: left; }

/* line 154, _repatterns.scss */
.alignright {
  float: right; }

/* line 158, _repatterns.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 166, _repatterns.scss */
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0; }

/* line 170, _repatterns.scss */
.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

/* line 176, _repatterns.scss */
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px; }

/* line 180, _repatterns.scss */
.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

/* line 186, _repatterns.scss */
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

/* line 191, _repatterns.scss */
blockquote.pullquote {
  margin: 0em 1em 1em 0em;
  border-left: 3px solid #ccc;
  padding: 0em 0em 0em 0.7em;
  border-width: 0px 0px 0px 8px;
  border-style: solid; }

/* line 202, _repatterns.scss */
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%; }

/* line 210, _repatterns.scss */
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px; }

/* line 214, _repatterns.scss */
.wp-caption {
  margin-bottom: 24px; }

/* line 218, _repatterns.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

/* line 223, _repatterns.scss */
.wp-caption {
  color: #767676; }

/* line 227, _repatterns.scss */
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0; }

/* line 237, _repatterns.scss */
div.wp-caption .wp-caption-text {
  padding-right: 10px; }

/* line 242, _repatterns.scss */
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0; }

/* line 247, _repatterns.scss */
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Assistive text */
/* line 256, _repatterns.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

/* line 261, _repatterns.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* line 282, _repatterns.scss */
.hide {
  display: none; }

/* Clearing floats */
/* line 303, _repatterns.scss */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table; }

/* line 315, _repatterns.scss */
.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both; }

/* Genericons */
/* line 330, _repatterns.scss */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

/* Separators */
/* line 346, _repatterns.scss */
.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
  content: "\0020\007c\0020"; }

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
/* line 89, style.scss */
.site {
  max-width: 1170px;
  position: relative; }

/* line 94, style.scss */
body {
  position: relative; }

/*
body, html {
    height: 100%;
}

body>div#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
}
*/
/*body {
    background-color: $dark-gray;
    > div {
        position: relative;
        background-color: white;
    }
}*/
@media screen and (min-width: 960px) {
  /* line 119, style.scss */
  body {
    position: relative; }

  /* line 124, style.scss */
  body > div > header button.menu-opener {
    display: none; }
  /* line 128, style.scss */
  body > div > header nav.menu button.close {
    display: none; } }
@media screen and (max-width: 959px) {
  /* line 136, style.scss */
  body {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #2b2b2b; }
    /* line 142, style.scss */
    body > div:first-child {
      position: relative;
      left: 0;
      overflow: auto;
      margin-left: -300px;
      padding-left: 300px;
      height: 100%;
      transition-property: transform,-webkit-transform;
      transition-duration: .4s,.4s;
      transition-delay: 0,0;
      background-color: white; }
      /* line 153, style.scss */
      body > div:first-child:before {
        transition-property: opacity,height;
        transition-duration: .1s,0;
        transition-delay: 0,.4s;
        content: '';
        display: block;
        height: 0;
        background: black;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 300px;
        right: 0;
        z-index: 1002; }
    /* line 170, style.scss */
    body.menu-active > div {
      overflow: hidden;
      transform: translate(300px, 0);
      -webkit-transform: translate(300px, 0); }
      /* line 174, style.scss */
      body.menu-active > div .logo {
        transition-duration: .2s;
        transition-delay: 0;
        transform: translate(-182px, 0);
        -webkit-transform: translate(-182px, 0); }
      /* line 185, style.scss */
      body.menu-active > div:before {
        transition-duration: .2s,0;
        transition-delay: .2s,0;
        opacity: .4;
        height: 100%; }
    /* line 193, style.scss */
    body .logo {
      position: relative;
      z-index: 1001;
      transition-property: transform,-webkit-transform;
      transition-duration: .3s;
      transition-delay: .1s; }
    /* line 201, style.scss */
    body button.menu-opener {
      display: block;
      position: absolute;
      top: 0.41667em;
      right: 0.41667em;
      box-sizing: content-box;
      margin: 0;
      padding: 0;
      border: none;
      width: 1em;
      height: 1em;
      font-size: 3em;
      background-color: transparent; }
    /* line 217, style.scss */
    body nav.menu {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 1000;
      padding-top: 112px;
      width: 300px;
      background-color: #2b2b2b; }
      /* line 229, style.scss */
      body nav.menu ul {
        margin: -24px 0 0;
        padding: 24px 0 0;
        list-style: none;
        height: 100%;
        overflow: auto; }
        /* line 237, style.scss */
        body nav.menu ul > li {
          margin: 0;
          padding: 0 1em;
          font-size: 2.5em;
          font-weight: 200;
          line-height: 1.6em; }
          /* line 243, style.scss */
          body nav.menu ul > li > a {
            color: white; }
            /* line 245, style.scss */
            body nav.menu ul > li > a:hover {
              color: #2ea2cc; }
      /* line 252, style.scss */
      body nav.menu button.close {
        display: block;
        position: absolute;
        top: 0.41667em;
        left: 0.41667em;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        border: none;
        width: 1em;
        height: 1em;
        font-size: 3em;
        background-color: transparent; } }
@media screen and (max-width: 640px) {
  /* line 272, style.scss */
  body {
    position: relative; }
    /* line 275, style.scss */
    body #wpadminbar {
      position: fixed !important; } }
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* line 296, style.scss */
body > div > header:before, body > div > header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 88px;
  z-index: -1; }
/* line 306, style.scss */
body > div > header:before {
  left: 0;
  right: 50%;
  background-color: #2b2b2b; }
/* line 313, style.scss */
body > div > header:after {
  left: 50%;
  right: 0;
  background-color: #2b2b2b; }
/* line 319, style.scss */
body > div > header > div {
  height: 88px;
  background-color: #2b2b2b; }
  @media screen and (min-width: 1200px) {
    /* line 319, style.scss */
    body > div > header > div {
      margin: 0 auto;
      padding: 0;
      width: 1200px; } }
  @media screen and (max-width: 1200px) {
    /* line 319, style.scss */
    body > div > header > div {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
/* line 327, style.scss */
body > div > header .logo {
  float: left;
  display: block;
  margin: 0;
  padding-top: 0;
  width: 172px; }
  /* line 334, style.scss */
  body > div > header .logo h1 {
    background: url(images/logo_coolpc2.png) no-repeat;
    display: block;
    height: 88px;
    text-indent: -9999em;
    margin: 0 !important; }

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 960px) {
  /* line 350, style.scss */
  body > div > header nav {
    float: right;
    margin: 0; }
    /* line 356, style.scss */
    body > div > header nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right; }
      /* line 361, style.scss */
      body > div > header nav ul li {
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        border: none;
        font-weight: 300;
        font-size: 1.625em;
        line-height: 88px; }
        /* line 362, style.scss */
        body > div > header nav ul li .divider {
          margin-top: 22px;
          display: block;
          float: right;
          width: 0;
          height: 1.625em;
          border-left: 1px dotted #4f4f4f; }
        /* line 372, style.scss */
        body > div > header nav ul li:last-child .divider {
          display: none; }
        /* line 385, style.scss */
        body > div > header nav ul li > a {
          -webkit-transition-property: color, background-color, text-shadow;
          -moz-transition-property: color, background-color, text-shadow;
          -o-transition-property: color, background-color, text-shadow;
          transition-property: color, background-color, text-shadow;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          transition-timing-function: ease;
          background-color: #2b2b2b;
          color: white;
          text-shadow: rgba(255, 255, 255, 0.7) 0 0 1px;
          display: block;
          float: left;
          padding: 0 15px; }
          /* line 394, style.scss */
          body > div > header nav ul li > a:visited {
            color: white;
            text-shadow: rgba(255, 255, 255, 0.7) 0 0 1px; }
          /* line 397, style.scss */
          body > div > header nav ul li > a:hover {
            color: #2ea2cc;
            text-shadow: rgba(46, 162, 204, 0.7) 0 0 1px;
            background-color: #1a1a1a; } }

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
/* line 419, style.scss */
body > div > main > section {
  background-color: white;
  overflow: hidden; }
  /* line 424, style.scss */
  body > div > main > section h2 {
    font-size: 2.25em;
    line-height: 1.27778em;
    font-weight: 300;
    color: #0587c1;
    text-shadow: rgba(5, 135, 193, 0.4) 0 0 1px;
    margin: 0 !important; }
  /* line 432, style.scss */
  body > div > main > section > .wrapper {
    display: block; }
  /* line 436, style.scss */
  body > div > main > section#top-quote, body > div > main > section#bottom-quote {
    margin: 0 !important;
    width: auto !important;
    background-image: url("images/desktop_alt.jpg");
    background-size: cover;
    background-position: bottom center;
    color: white;
    text-shadow: rgba(255, 255, 255, 0.7) 0 0 1px;
    position: relative;
    z-index: 1; }
    /* line 446, style.scss */
    body > div > main > section#top-quote p > strong, body > div > main > section#bottom-quote p > strong {
      font-weight: 500; }
    @media screen and (min-width: 1200px) {
      /* line 450, style.scss */
      body > div > main > section#top-quote > .wrapper, body > div > main > section#bottom-quote > .wrapper {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 450, style.scss */
      body > div > main > section#top-quote > .wrapper, body > div > main > section#bottom-quote > .wrapper {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 457, style.scss */
    body > div > main > section#top-quote div.blur:before, body > div > main > section#top-quote div.blur::before, body > div > main > section#bottom-quote div.blur:before, body > div > main > section#bottom-quote div.blur::before {
      content: "";
      position: absolute;
      display: block;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      opacity: 0.4; }
  /* line 472, style.scss */
  body > div > main > section#top-quote {
    min-height: 462px; }
    /* line 475, style.scss */
    body > div > main > section#top-quote p {
      margin-top: 9%;
      margin-bottom: 5%;
      z-index: 3;
      position: relative;
      font-weight: 200;
      line-height: 1.7;
      text-align: center;
      letter-spacing: -0.01471em; }
      @media screen and (max-width: 480px) {
        /* line 475, style.scss */
        body > div > main > section#top-quote p {
          font-size: 1.375em; } }
      @media screen and (min-width: 481px) and (max-width: 959px) {
        /* line 475, style.scss */
        body > div > main > section#top-quote p {
          font-size: 1.625em; } }
      @media screen and (min-width: 960px) {
        /* line 475, style.scss */
        body > div > main > section#top-quote p {
          font-size: 1.875em; } }
      @media screen and (min-width: 1200px) {
        /* line 475, style.scss */
        body > div > main > section#top-quote p {
          font-size: 2.125em; } }
  /* line 500, style.scss */
  body > div > main > section#bottom-quote {
    height: 280px; }
    /* line 502, style.scss */
    body > div > main > section#bottom-quote .pullquote {
      color: white;
      text-shadow: rgba(255, 255, 255, 0.7) 0 0 1px;
      margin: 8% 3% 6% 3%;
      border-color: white; }
      /* line 506, style.scss */
      body > div > main > section#bottom-quote .pullquote > p {
        font-size: 1.36842em;
        line-height: 1.65385em; }
  @media screen and (max-width: 480px) {
    /* line 514, style.scss */
    body > div > main > section#top-quote {
      height: 100vh; }
      /* line 516, style.scss */
      body > div > main > section#top-quote p {
        margin-top: 10vh; } }
  @media screen and (min-width: 481px) and (max-width: 640px) {
    /* line 525, style.scss */
    body > div > main > section#top-quote {
      height: 100vh; }
      /* line 527, style.scss */
      body > div > main > section#top-quote p {
        margin-top: 10vh; } }
  @media screen and (max-width: 959px) {
    /* line 535, style.scss */
    body > div > main > section#bottom-quote {
      height: auto; }
      /* line 537, style.scss */
      body > div > main > section#bottom-quote .pullquote {
        margin: 8% 3% 8% 3%; }
        /* line 541, style.scss */
        body > div > main > section#bottom-quote .pullquote > p {
          font-size: 1.26316em; } }
  /* line 561, style.scss */
  body > div > main > section#latest-blog-entries {
    *zoom: 1;
    padding-top: 4%;
    padding-bottom: 6%; }
    /* line 36, _grid.scss */
    body > div > main > section#latest-blog-entries:before, body > div > main > section#latest-blog-entries:after {
      content: "";
      display: table; }
    /* line 40, _grid.scss */
    body > div > main > section#latest-blog-entries:after {
      clear: both; }
    @media screen and (min-width: 1200px) {
      /* line 561, style.scss */
      body > div > main > section#latest-blog-entries {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 561, style.scss */
      body > div > main > section#latest-blog-entries {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    @media screen and (min-width: 1200px) {
      /* line 571, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > div {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 571, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > div {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 573, style.scss */
    body > div > main > section#latest-blog-entries .wrapper > div > h2 {
      font-size: 3em;
      line-height: 1.3;
      font-weight: 200;
      color: #0587c1;
      text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px;
      border-bottom: 1px solid #0587c1;
      margin-top: 30px; }
    /* line 583, style.scss */
    body > div > main > section#latest-blog-entries .wrapper > article {
      margin-top: 6% !important;
      display: inline;
      float: left;
      width: 30.76923%;
      margin: 0 1.28205%; }
      /* line 587, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-header h1 {
        margin: 0 0 3px 0;
        font-size: 1.375em;
        line-height: 1.18182em;
        color: #333333;
        text-shadow: rgba(51, 51, 51, 0.7) 0 0 1px;
        font-weight: 300;
        -webkit-transition: color 0.35s;
        -moz-transition: color 0.35s;
        -o-transition: color 0.35s;
        transition: color 0.35s; }
      /* line 598, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-header .entry-thumbnail {
        margin: 0 0 15px 0;
        overflow: hidden;
        background-color: #0587c1;
        position: relative; }
        /* line 604, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article > .entry-header .entry-thumbnail img {
          display: block;
          -webkit-transition: opacity 0.25s;
          -moz-transition: opacity 0.25s;
          -o-transition: opacity 0.25s;
          transition: opacity 0.25s; }
        /* line 610, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article > .entry-header .entry-thumbnail .post-link-icon {
          position: absolute;
          line-height: 1em;
          width: 1em;
          margin: -.5em;
          left: 50%;
          top: 50%;
          text-align: center;
          color: #FFF;
          -webkit-transform: translateY(200px);
          -moz-transform: translateY(200px);
          -ms-transform: translateY(200px);
          -o-transform: translateY(200px);
          transform: translateY(200px);
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          -o-transition-property: -o-transform;
          transition-property: transform;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
      /* line 629, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-header:hover img {
        opacity: 0.5; }
      /* line 633, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-header:hover .post-link-icon {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
      /* line 639, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-header:hover h1 {
        color: #0587c1; }
      /* line 645, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary img {
        margin-bottom: 10px; }
      /* line 648, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary p {
        color: #555;
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 400;
        text-align: justify;
        margin: 0;
        text-shadow: none; }
      /* line 657, style.scss */
      body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link {
        margin-top: 0.5em;
        display: block;
        margin-left: auto;
        width: 0;
        position: relative;
        height: 1em; }
        /* line 664, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more > span, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link > span {
          -webkit-transition: background-color 0.25s;
          -moz-transition: background-color 0.25s;
          -o-transition: background-color 0.25s;
          transition: background-color 0.25s;
          display: inline-block;
          position: absolute;
          white-space: pre;
          right: 0;
          top: 0;
          font-size: 0.75em;
          line-height: 1em;
          height: 1em;
          padding: 5px;
          background-color: #bbb;
          color: #FFF;
          font-weight: 400;
          margin-top: 6px; }
          /* line 681, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more > span > span.continue-arrow, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link > span > span.continue-arrow {
            margin-left: 5px; }
          /* line 685, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more > span:hover, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link > span:hover {
            background-color: #0587c1; }
    @media screen and (max-width: 480px) {
      /* line 696, style.scss */
      body > div > main > section#latest-blog-entries .wrapper {
        font-size: 0.875em; }
        /* line 702, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div > h2 {
          font-size: 1.85714em; }
        /* line 707, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article {
          margin-bottom: 6% !important;
          display: inline;
          float: left;
          width: 97.4359%;
          margin: 0 1.28205%; }
          /* line 712, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-header > .entry-thumbnail {
            max-width: 360px;
            margin-left: auto !important;
            margin-right: auto !important; }
          /* line 719, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link {
            margin-top: 0; } }
      @media screen and (max-width: 480px) and (min-width: 1200px) {
        /* line 700, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div {
          margin: 0 auto;
          padding-left: 15px;
          padding-right: 15px;
          width: 1170px; } }
      @media screen and (max-width: 480px) and (max-width: 1200px) {
        /* line 700, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div {
          margin: 0;
          padding-left: 1.25%;
          padding-right: 1.25%;
          width: 97.5%; } }
    @media screen and (min-width: 481px) and (max-width: 959px) {
      /* line 729, style.scss */
      body > div > main > section#latest-blog-entries .wrapper {
        font-size: 0.875em; }
        /* line 735, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div > h2 {
          font-size: 2.42857em; }
        /* line 740, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article {
          display: inline;
          float: left;
          width: 47.4359%;
          margin: 0 1.28205%; }
          /* line 746, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-header .entry-thumbnail {
            max-width: 360px;
            margin-left: auto;
            margin-right: auto; }
          /* line 754, style.scss */
          body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .read-more, body > div > main > section#latest-blog-entries .wrapper > article > .entry-summary .more-link {
            margin-top: 0; }
        /* line 760, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > article:nth-child(3) {
          display: none; } }
      @media screen and (min-width: 481px) and (max-width: 959px) and (min-width: 1200px) {
        /* line 733, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div {
          margin: 0 auto;
          padding-left: 15px;
          padding-right: 15px;
          width: 1170px; } }
      @media screen and (min-width: 481px) and (max-width: 959px) and (max-width: 1200px) {
        /* line 733, style.scss */
        body > div > main > section#latest-blog-entries .wrapper > div {
          margin: 0;
          padding-left: 1.25%;
          padding-right: 1.25%;
          width: 97.5%; } }
  /* line 768, style.scss */
  body > div > main > section#about-us-posts {
    *zoom: 1;
    padding-top: 6%;
    padding-bottom: 3%; }
    /* line 36, _grid.scss */
    body > div > main > section#about-us-posts:before, body > div > main > section#about-us-posts:after {
      content: "";
      display: table; }
    /* line 40, _grid.scss */
    body > div > main > section#about-us-posts:after {
      clear: both; }
    @media screen and (min-width: 1200px) {
      /* line 768, style.scss */
      body > div > main > section#about-us-posts {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 768, style.scss */
      body > div > main > section#about-us-posts {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 775, style.scss */
    body > div > main > section#about-us-posts .wrapper {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%; }
      /* line 777, style.scss */
      body > div > main > section#about-us-posts .wrapper > div {
        display: block;
        width: 102.63158%;
        margin: 0 -1.31579%;
        *zoom: 1; }
        /* line 36, _grid.scss */
        body > div > main > section#about-us-posts .wrapper > div:before, body > div > main > section#about-us-posts .wrapper > div:after {
          content: "";
          display: table; }
        /* line 40, _grid.scss */
        body > div > main > section#about-us-posts .wrapper > div:after {
          clear: both; }
        /* line 780, style.scss */
        body > div > main > section#about-us-posts .wrapper > div > section {
          position: relative;
          display: inline;
          float: left;
          width: 97.4359%;
          margin: 0 1.28205%; }
          @media screen and (min-width: 640px) {
            /* line 780, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section {
              display: inline;
              float: left;
              width: 47.4359%;
              margin: 0 1.28205%; } }
          /* line 789, style.scss */
          body > div > main > section#about-us-posts .wrapper > div > section > div {
            margin-left: 75px; }
            /* line 791, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section > div > img {
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              width: 55px;
              height: 55px; }
            /* line 799, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section > div > span.about-ico {
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              width: 55px;
              height: 55px; }
            /* line 808, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section > div h3 {
              font-size: 2.125em;
              line-height: 1.41176em;
              margin: 3px 0 20px -3px;
              font-weight: 300;
              color: #0587c1;
              text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px; }
            /* line 816, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section > div .content > * {
              font-size: 1.1875em;
              line-height: 1.52632em;
              text-align: justify;
              font-weight: 300; }
            /* line 824, style.scss */
            body > div > main > section#about-us-posts .wrapper > div > section > div ul {
              list-style: none;
              padding: 0; }
              /* line 828, style.scss */
              body > div > main > section#about-us-posts .wrapper > div > section > div ul li:before {
                content: '▪';
                color: #0587c1;
                text-shadow: rgba(5, 135, 193, 0) 0 0 1px;
                display: block;
                width: 1em;
                margin-left: -1em;
                float: left; }
    @media screen and (min-width: 641px) and (max-width: 959px) {
      /* line 844, style.scss */
      body > div > main > section#about-us-posts .wrapper > div > section > div {
        margin-left: 50px;
        font-size: 13px; }
        /* line 847, style.scss */
        body > div > main > section#about-us-posts .wrapper > div > section > div > img {
          width: 35px;
          height: 35px; }
        /* line 852, style.scss */
        body > div > main > section#about-us-posts .wrapper > div > section > div p {
          color: #666666;
          text-shadow: rgba(102, 102, 102, 0) 0 0 1px;
          font-weight: 400 !important; } }
    @media screen and (max-width: 640px) {
      /* line 860, style.scss */
      body > div > main > section#about-us-posts .wrapper > div > section > div {
        margin-left: 40px;
        font-size: 12px; }
        /* line 863, style.scss */
        body > div > main > section#about-us-posts .wrapper > div > section > div > img {
          top: 5px;
          width: 25px;
          height: 25px; }
        /* line 869, style.scss */
        body > div > main > section#about-us-posts .wrapper > div > section > div p {
          color: #666666;
          text-shadow: rgba(102, 102, 102, 0) 0 0 1px;
          font-weight: 400 !important; } }

/* line 879, style.scss */
#nav-arrow-down {
  display: block;
  text-indent: -9999px;
  width: 52px;
  height: 52px;
  margin: 4% auto;
  background-image: url("images/button_down.png"); }

@media screen and (max-width: 960px) {
  /* line 889, style.scss */
  #nav-arrow-down {
    width: 36px;
    height: 36px;
    margin: 4% auto;
    background-image: url("images/button_down_s.png"); } }
/**
 * 6.1 Single Post
 * -----------------------------------------------------------------------------
 */
/* line 5, _single-post.scss */
body.single-post article.type-post {
  margin-bottom: 100px; }
  /* line 7, _single-post.scss */
  body.single-post article.type-post div.full-size-image {
    background-size: cover !important;
    overflow: hidden;
    height: 380px;
    width: auto; }
  @media screen and (min-width: 1200px) {
    /* line 13, _single-post.scss */
    body.single-post article.type-post .post-wrapper {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 1170px; } }
  @media screen and (max-width: 1200px) {
    /* line 13, _single-post.scss */
    body.single-post article.type-post .post-wrapper {
      margin: 0;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 97.5%; } }
  /* line 16, _single-post.scss */
  body.single-post article.type-post .post-wrapper header.single-post-header {
    display: inline;
    float: left;
    width: 80.76923%;
    margin: 0 1.28205%;
    margin-left: 9.61538%;
    margin-right: 9.61538%;
    margin-right: 10%; }
    /* line 22, _single-post.scss */
    body.single-post article.type-post .post-wrapper header.single-post-header > h1 {
      font-size: 2.875em;
      line-height: 1.21739em;
      font-weight: 300;
      color: #444444;
      text-shadow: rgba(68, 68, 68, 0.5) 0 0 1px; }
  /* line 31, _single-post.scss */
  body.single-post article.type-post .post-wrapper div.single-post-content {
    display: inline;
    float: left;
    width: 80.76923%;
    margin: 0 1.28205%;
    margin-left: 9.61538%;
    margin-right: 9.61538%; }
    /* line 37, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content .like-button {
      margin-top: -10px; }
    /* line 41, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content h2 {
      font-size: 1.9375em;
      line-height: 1.29032em;
      font-weight: 300;
      color: #444444;
      text-shadow: rgba(68, 68, 68, 0.5) 0 0 1px; }
    /* line 48, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content p {
      display: block;
      margin-top: 1em;
      text-align: justify;
      font-size: 1.3125em;
      line-height: 1.57143em;
      font-weight: 300;
      color: #333333;
      text-shadow: rgba(51, 51, 51, 0.3) 0 0 1px; }
      /* line 57, _single-post.scss */
      body.single-post article.type-post .post-wrapper div.single-post-content p strong {
        font-weight: 700;
        font-size: 1em;
        line-height: 1.57143em;
        color: #666666;
        text-shadow: rgba(102, 102, 102, 0) 0 0 1px; }
    /* line 65, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content > img, body.single-post article.type-post .post-wrapper div.single-post-content > p > img, body.single-post article.type-post .post-wrapper div.single-post-content a > img {
      padding: 2em 0 5px 15px;
      float: right;
      width: 50%; }
    /* line 71, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content blockquote > * {
      font-style: italic;
      margin: 0em 1em 1em 2em;
      border-left: 1px solid #00add9;
      padding: 0em 0em 0em 1em;
      border-width: 0px 0px 0px 5px;
      border-style: solid;
      font-size: 1.3125em;
      line-height: 1.57143em;
      font-weight: 300;
      color: #767676;
      text-shadow: rgba(118, 118, 118, 0.3) 0 0 1px; }
    /* line 85, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content h4 {
      margin: 30px -50px 10px 50px;
      width: 300px;
      float: right;
      color: #00add9;
      text-shadow: rgba(0, 173, 217, 0) 0 0 1px;
      font-size: 1em;
      line-height: 1.375em;
      font-weight: 400;
      text-align: justify; }
    /* line 97, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content ul {
      list-style: none;
      padding: 0; }
      /* line 101, _single-post.scss */
      body.single-post article.type-post .post-wrapper div.single-post-content ul li {
        font-size: 1.1875em;
        font-weight: 300;
        line-height: 1.5em; }
        /* line 102, _single-post.scss */
        body.single-post article.type-post .post-wrapper div.single-post-content ul li:before {
          content: '▪';
          color: #0587c1;
          text-shadow: rgba(5, 135, 193, 0) 0 0 1px;
          display: block;
          width: 1em;
          margin-left: -1em;
          float: left; }
    /* line 119, _single-post.scss */
    body.single-post article.type-post .post-wrapper div.single-post-content table tr > td, body.single-post article.type-post .post-wrapper div.single-post-content table > tbody tr > td {
      padding: 5px;
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 300; }
  /* line 133, _single-post.scss */
  body.single-post article.type-post .post-wrapper footer.entry-meta {
    display: block;
    height: auto;
    width: auto;
    overflow: auto;
    margin-top: 10px !important;
    background: #FFF !important;
    display: inline;
    float: left;
    width: 80.76923%;
    margin: 0 1.28205%;
    margin-left: 9.61538%;
    margin-right: 9.61538%; }
    /* line 145, _single-post.scss */
    body.single-post article.type-post .post-wrapper footer.entry-meta div.box-meta {
      font-size: 1em;
      line-height: 2.5em;
      color: #676767;
      font-style: italic; }
      /* line 151, _single-post.scss */
      body.single-post article.type-post .post-wrapper footer.entry-meta div.box-meta > img {
        width: 40px;
        border-radius: 20px;
        margin-right: 10px; }
  @media screen and (max-width: 480px) {
    /* line 5, _single-post.scss */
    body.single-post article.type-post {
      margin-bottom: 50px; }
      /* line 167, _single-post.scss */
      body.single-post article.type-post div.full-size-image {
        height: 50vh; }
      /* line 171, _single-post.scss */
      body.single-post article.type-post .post-wrapper {
        font-size: 12px; }
        /* line 173, _single-post.scss */
        body.single-post article.type-post .post-wrapper header.single-post-header {
          display: inline;
          float: left;
          width: 97.4359%;
          margin: 0 1.28205%; }
        /* line 178, _single-post.scss */
        body.single-post article.type-post .post-wrapper div.single-post-content {
          display: inline;
          float: left;
          width: 97.4359%;
          margin: 0 1.28205%; }
          /* line 184, _single-post.scss */
          body.single-post article.type-post .post-wrapper div.single-post-content p strong {
            font-weight: 600; }
          /* line 189, _single-post.scss */
          body.single-post article.type-post .post-wrapper div.single-post-content blockquote > * {
            font-size: 0.875em; }
          /* line 193, _single-post.scss */
          body.single-post article.type-post .post-wrapper div.single-post-content h4 {
            margin: 0px 10px 20px 10px;
            float: none; }
        /* line 199, _single-post.scss */
        body.single-post article.type-post .post-wrapper footer.entry-meta {
          display: inline;
          float: left;
          width: 97.4359%;
          margin: 0 1.28205%; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    /* line 5, _single-post.scss */
    body.single-post article.type-post {
      margin-bottom: 50px; }
      /* line 207, _single-post.scss */
      body.single-post article.type-post div.full-size-image {
        height: 50vh; }
      /* line 211, _single-post.scss */
      body.single-post article.type-post .post-wrapper {
        font-size: 14px; }
        /* line 217, _single-post.scss */
        body.single-post article.type-post .post-wrapper div.single-post-content p strong {
          font-weight: 600; }
        /* line 222, _single-post.scss */
        body.single-post article.type-post .post-wrapper div.single-post-content blockquote > * {
          font-size: 1em; }
        /* line 226, _single-post.scss */
        body.single-post article.type-post .post-wrapper div.single-post-content h4 {
          margin: 15px 10px 5px 20px;
          width: 50%; } }

/**
 * 6.2 Post Archive
 * -----------------------------------------------------------------------------
 */
/* line 3, _post-archive.scss */
body.archive, body.search {
  background-color: fefefe; }
  /* line 6, _post-archive.scss */
  body.archive main, body.search main {
    /* .archive-sidebar */ }
    @media screen and (min-width: 1200px) {
      /* line 6, _post-archive.scss */
      body.archive main, body.search main {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 6, _post-archive.scss */
      body.archive main, body.search main {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 9, _post-archive.scss */
    body.archive main header.page-header, body.search main header.page-header {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%;
      margin-bottom: 1.25em; }
      /* line 12, _post-archive.scss */
      body.archive main header.page-header h1, body.search main header.page-header h1 {
        font-size: 3em;
        line-height: 1.3;
        font-weight: 200;
        color: #0587c1;
        text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px;
        border-bottom: 1px solid #0587c1; }
        /* line 18, _post-archive.scss */
        body.archive main header.page-header h1 > span, body.search main header.page-header h1 > span {
          font-style: italic; }
    /* line 24, _post-archive.scss */
    body.archive main div.archive-wrapper, body.search main div.archive-wrapper {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%;
      /* .page-links */ }
      /* line 27, _post-archive.scss */
      body.archive main div.archive-wrapper > div, body.search main div.archive-wrapper > div {
        display: block;
        width: 102.63158%;
        margin: 0 -1.31579%;
        *zoom: 1;
        position: relative; }
        /* line 36, _grid.scss */
        body.archive main div.archive-wrapper > div:before, body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:before, body.search main div.archive-wrapper > div:after {
          content: "";
          display: table; }
        /* line 40, _grid.scss */
        body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:after {
          clear: both; }
      /* line 32, _post-archive.scss */
      body.archive main div.archive-wrapper nav.paging-navigation, body.search main div.archive-wrapper nav.paging-navigation {
        clear: both;
        display: block;
        text-shadow: none;
        text-align: center;
        font-size: 1.125em;
        height: 100px; }
        /* line 42, _post-archive.scss */
        body.archive main div.archive-wrapper nav.paging-navigation div.pagination > span, body.search main div.archive-wrapper nav.paging-navigation div.pagination > span {
          padding: 5px 5px 3px 6px;
          background-color: #666666;
          color: #FFF;
          font-weight: 600;
          font-size: 0.88889em;
          line-height: 1.11111em; }
        /* line 50, _post-archive.scss */
        body.archive main div.archive-wrapper nav.paging-navigation div.pagination a, body.search main div.archive-wrapper nav.paging-navigation div.pagination a {
          padding: 5px 5px 3px 6px;
          font-weight: 600;
          font-size: 0.88889em;
          line-height: 1.11111em; }
          /* line 56, _post-archive.scss */
          body.archive main div.archive-wrapper nav.paging-navigation div.pagination a:hover, body.search main div.archive-wrapper nav.paging-navigation div.pagination a:hover {
            background-color: #0587c1;
            color: #FFF; }
    /* line 67, _post-archive.scss */
    body.archive main div.archive-sidebar h1, body.search main div.archive-sidebar h1 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1em;
      line-height: 1.25em; }
    /* line 76, _post-archive.scss */
    body.archive main div.archive-sidebar aside.widget_search h1, body.search main div.archive-sidebar aside.widget_search h1 {
      margin-top: 0; }
    /* line 79, _post-archive.scss */
    body.archive main div.archive-sidebar aside.widget_search input#searchsubmit, body.search main div.archive-sidebar aside.widget_search input#searchsubmit {
      margin-top: 1em; }
    /* line 86, _post-archive.scss */
    body.archive main div.archive-sidebar aside.widget_calendar table caption, body.search main div.archive-sidebar aside.widget_calendar table caption {
      line-height: 1.5em; }
    /* line 89, _post-archive.scss */
    body.archive main div.archive-sidebar aside.widget_calendar table th, body.search main div.archive-sidebar aside.widget_calendar table th {
      text-align: center;
      padding-top: 2px; }
    /* line 93, _post-archive.scss */
    body.archive main div.archive-sidebar aside.widget_calendar table td, body.search main div.archive-sidebar aside.widget_calendar table td {
      text-align: center;
      padding-top: 2px; }
    @media screen and (max-width: 959px) {
      /* line 103, _post-archive.scss */
      body.archive main div.archive-sidebar, body.search main div.archive-sidebar {
        display: none; } }
    @media screen and (min-width: 960px) and (max-width: 1199px) {
      /* line 110, _post-archive.scss */
      body.archive main div.archive-wrapper, body.search main div.archive-wrapper {
        display: inline;
        float: left;
        width: 64.10256%;
        margin: 0 1.28205%; }
        /* line 113, _post-archive.scss */
        body.archive main div.archive-wrapper > div, body.search main div.archive-wrapper > div {
          display: block;
          width: 104%;
          margin: 0 -2%;
          *zoom: 1;
          position: relative; }
          /* line 36, _grid.scss */
          body.archive main div.archive-wrapper > div:before, body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:before, body.search main div.archive-wrapper > div:after {
            content: "";
            display: table; }
          /* line 40, _grid.scss */
          body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:after {
            clear: both; }
      /* line 120, _post-archive.scss */
      body.archive main div.archive-sidebar, body.search main div.archive-sidebar {
        display: inline;
        float: left;
        width: 30.76923%;
        margin: 0 1.28205%; }
      /* line 123, _post-archive.scss */
      body.archive main article.type-post, body.search main article.type-post {
        display: inline;
        float: left;
        width: 46.15385%;
        margin: 0 1.92308%; } }
    @media screen and (min-width: 1200px) {
      /* line 129, _post-archive.scss */
      body.archive main div.archive-wrapper, body.search main div.archive-wrapper {
        display: inline;
        float: left;
        width: 72.4359%;
        margin: 0 1.28205%; }
        /* line 132, _post-archive.scss */
        body.archive main div.archive-wrapper > div, body.search main div.archive-wrapper > div {
          display: block;
          width: 103.53982%;
          margin: 0 -1.76991%;
          *zoom: 1;
          position: relative; }
          /* line 36, _grid.scss */
          body.archive main div.archive-wrapper > div:before, body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:before, body.search main div.archive-wrapper > div:after {
            content: "";
            display: table; }
          /* line 40, _grid.scss */
          body.archive main div.archive-wrapper > div:after, body.search main div.archive-wrapper > div:after {
            clear: both; }
      /* line 138, _post-archive.scss */
      body.archive main div.archive-sidebar, body.search main div.archive-sidebar {
        display: inline;
        float: left;
        width: 22.4359%;
        margin: 0 1.28205%; }
      /* line 142, _post-archive.scss */
      body.archive main article.type-post, body.search main article.type-post {
        display: inline;
        float: left;
        width: 29.91453%;
        margin: 0 1.7094%; } }
    /* line 147, _post-archive.scss */
    body.archive main article.type-post, body.search main article.type-post {
      margin-bottom: 30px; }
      /* line 149, _post-archive.scss */
      body.archive main article.type-post > a, body.search main article.type-post > a {
        position: relative;
        display: block;
        padding: 4.16667%;
        background-color: #FFF;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
        -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
        box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15); }
        /* line 154, _post-archive.scss */
        body.archive main article.type-post > a:before, body.search main article.type-post > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #00add9;
          opacity: 0;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          transition-timing-function: ease; }
        /* line 174, _post-archive.scss */
        body.archive main article.type-post > a:hover, body.search main article.type-post > a:hover {
          background-color: #FFF; }
          /* line 176, _post-archive.scss */
          body.archive main article.type-post > a:hover:before, body.search main article.type-post > a:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #00add9;
            opacity: .1;
            z-index: 2; }
        /* line 190, _post-archive.scss */
        body.archive main article.type-post > a div.thumbnail-image, body.search main article.type-post > a div.thumbnail-image {
          background-size: cover !important;
          overflow: hidden;
          height: 230px; }
        /* line 198, _post-archive.scss */
        body.archive main article.type-post > a header.single-post-header div.archive-thumb, body.search main article.type-post > a header.single-post-header div.archive-thumb {
          position: relative;
          height: 0;
          padding: 0 0 72.72727%;
          margin: -4.54545%;
          max-width: 109.09091%; }
          /* line 205, _post-archive.scss */
          body.archive main article.type-post > a header.single-post-header div.archive-thumb div.date-square, body.search main article.type-post > a header.single-post-header div.archive-thumb div.date-square {
            background-color: #000;
            color: #FFF;
            text-align: center;
            font-size: 1.875em;
            font-weight: 800;
            line-height: 1.13333em;
            position: absolute;
            padding-top: 2px;
            top: 0;
            left: 0;
            height: 50px;
            width: 50px;
            opacity: .75; }
            /* line 219, _post-archive.scss */
            body.archive main article.type-post > a header.single-post-header div.archive-thumb div.date-square > span, body.search main article.type-post > a header.single-post-header div.archive-thumb div.date-square > span {
              font-size: 0.63333em;
              text-align: center;
              line-height: 0.73684em;
              font-weight: 300;
              text-transform: uppercase; }
              /* line 220, _post-archive.scss */
              body.archive main article.type-post > a header.single-post-header div.archive-thumb div.date-square > span:before, body.search main article.type-post > a header.single-post-header div.archive-thumb div.date-square > span:before {
                content: "\A";
                white-space: pre-line; }
          /* line 232, _post-archive.scss */
          body.archive main article.type-post > a header.single-post-header div.archive-thumb img, body.search main article.type-post > a header.single-post-header div.archive-thumb img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block; }
        /* line 243, _post-archive.scss */
        body.archive main article.type-post > a header.single-post-header > h1, body.search main article.type-post > a header.single-post-header > h1 {
          color: #333;
          font-size: 1.625em;
          line-height: 1.19231em;
          font-weight: 300;
          margin-top: 1em;
          margin-bottom: 0; }
        /* line 257, _post-archive.scss */
        body.archive main article.type-post > a div.single-post-content h2, body.search main article.type-post > a div.single-post-content h2 {
          font-size: 1.5em;
          line-height: 1.25em;
          font-weight: 300;
          color: #444444;
          text-shadow: rgba(68, 68, 68, 0.5) 0 0 1px; }
        /* line 265, _post-archive.scss */
        body.archive main article.type-post > a div.single-post-content p, body.search main article.type-post > a div.single-post-content p {
          margin-top: .3em;
          margin-bottom: .3em;
          text-align: justify;
          font-size: 1em;
          line-height: 1.375em;
          font-weight: 400;
          color: #666666;
          text-shadow: rgba(102, 102, 102, 0) 0 0 1px; }
          /* line 274, _post-archive.scss */
          body.archive main article.type-post > a div.single-post-content p strong, body.search main article.type-post > a div.single-post-content p strong {
            font-weight: 700;
            font-size: 1.3125em;
            line-height: 1.57143em;
            color: #666666;
            text-shadow: rgba(102, 102, 102, 0) 0 0 1px; }
        /* line 283, _post-archive.scss */
        body.archive main article.type-post > a div.single-post-content blockquote > *, body.search main article.type-post > a div.single-post-content blockquote > * {
          font-style: italic;
          margin: 0em 1em 1em 2em;
          border-left: 1px solid #00add9;
          padding: 0em 0em 0em 1em;
          border-width: 0px 0px 0px 5px;
          border-style: solid;
          font-size: 1.3125em;
          line-height: 1.57143em;
          font-weight: 300;
          color: #767676;
          text-shadow: rgba(118, 118, 118, 0.3) 0 0 1px; }
        /* line 298, _post-archive.scss */
        body.archive main article.type-post > a div.single-post-content h4, body.search main article.type-post > a div.single-post-content h4 {
          margin: 50px -50px 30px 50px;
          width: 300px;
          float: right;
          color: #00add9;
          text-shadow: rgba(0, 173, 217, 0) 0 0 1px;
          font-size: 1em;
          line-height: 1.375em;
          font-weight: 400;
          text-align: justify; }
        /* line 312, _post-archive.scss */
        body.archive main article.type-post > a footer.entry-meta, body.search main article.type-post > a footer.entry-meta {
          display: block;
          height: auto;
          width: auto;
          overflow: auto;
          margin-top: 10px !important;
          background: #FFF !important; }
          /* line 320, _post-archive.scss */
          body.archive main article.type-post > a footer.entry-meta div.box-meta, body.search main article.type-post > a footer.entry-meta div.box-meta {
            font-size: 1em;
            line-height: 2.5em;
            color: #676767;
            font-style: italic; }
            /* line 326, _post-archive.scss */
            body.archive main article.type-post > a footer.entry-meta div.box-meta > img, body.search main article.type-post > a footer.entry-meta div.box-meta > img {
              width: 40px;
              border-radius: 20px;
              margin-right: 10px; }
    @media screen and (min-width: 481px) and (max-width: 959px) {
      /* line 341, _post-archive.scss */
      body.archive main article.type-post, body.search main article.type-post {
        display: inline;
        float: left;
        width: 47.4359%;
        margin: 0 1.28205%;
        margin-bottom: 30px; }
        /* line 349, _post-archive.scss */
        body.archive main article.type-post header.single-post-header div.archive-thumb img, body.search main article.type-post header.single-post-header div.archive-thumb img {
          height: auto;
          width: 100%; } }
    @media screen and (max-width: 480px) {
      /* line 360, _post-archive.scss */
      body.archive main header.page-header h1, body.search main header.page-header h1 {
        font-size: 2.125em; }
      /* line 365, _post-archive.scss */
      body.archive main article.type-post, body.search main article.type-post {
        display: inline;
        float: left;
        width: 97.4359%;
        margin: 0 1.28205%;
        margin-bottom: 15px; }
        /* line 373, _post-archive.scss */
        body.archive main article.type-post header.single-post-header div.archive-thumb img, body.search main article.type-post header.single-post-header div.archive-thumb img {
          height: auto;
          width: 100%; } }

/**
 * 6.3 Shared styles (both single and archive)
 * -----------------------------------------------------------------------------
 */
/* line 917, style.scss */
div.box-meta {
  display: block;
  float: right;
  margin-top: 10px; }

/* line 923, style.scss */
div.taglist {
  background-color: #FFF;
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
  margin-top: 10px; }
  /* line 931, style.scss */
  div.taglist > span.tag-links > a {
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    background-color: #666666;
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.3125em; }
    /* line 942, style.scss */
    div.taglist > span.tag-links > a:hover {
      background-color: #0587c1;
      color: #FFF; }

/* line 950, style.scss */
div.page-links {
  text-shadow: none;
  text-align: center;
  font-size: 1.125em; }
  /* line 955, style.scss */
  div.page-links > span:not(:nth-child(1)) {
    padding: 5px 5px 3px 6px;
    background-color: #666666;
    color: #FFF;
    font-weight: 600;
    font-size: 0.88889em;
    line-height: 1.11111em; }
  /* line 963, style.scss */
  div.page-links a {
    padding: 5px 5px 3px 6px;
    font-weight: 600;
    font-size: 0.88889em;
    line-height: 1.11111em; }
    /* line 969, style.scss */
    div.page-links a:hover {
      background-color: #0587c1;
      color: #FFF; }

/**
 * 6.4 Contact page
 * -----------------------------------------------------------------------------
 */
/* line 3, _contact.scss */
div.kontakt-map {
  width: 100%;
  height: 360px; }
  @media screen and (max-width: 640px) {
    /* line 3, _contact.scss */
    div.kontakt-map {
      height: 33vh; } }

/* line 12, _contact.scss */
main.contact {
  position: relative; }
  @media screen and (min-width: 1200px) {
    /* line 12, _contact.scss */
    main.contact {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 1170px; } }
  @media screen and (max-width: 1200px) {
    /* line 12, _contact.scss */
    main.contact {
      margin: 0;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 97.5%; } }
  /* line 16, _contact.scss */
  main.contact header.page-header {
    display: inline;
    float: left;
    width: 97.4359%;
    margin: 0 1.28205%;
    margin-bottom: 20px; }
    /* line 19, _contact.scss */
    main.contact header.page-header h1 {
      font-size: 3em;
      line-height: 1.3em;
      font-weight: 200;
      color: #0587c1;
      text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px;
      border-bottom: 1px solid #0587c1;
      margin-top: 30px;
      text-align: left;
      background-color: transparent; }
  /* line 50, _contact.scss */
  main.contact article[id^="post"] {
    display: inline;
    float: left;
    width: 64.10256%;
    margin: 0 1.28205%;
    margin-left: 17.94872%;
    margin-right: 17.94872%;
    margin-top: 20px;
    margin-bottom: 3em !important;
    padding: 15px;
    border: 1px solid #96ddfc; }
    /* line 61, _contact.scss */
    main.contact article[id^="post"] .like-button {
      display: none; }
    /* line 65, _contact.scss */
    main.contact article[id^="post"] h1 {
      font-size: 2.0625em;
      text-align: center;
      font-weight: 200;
      color: #0587c1;
      text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px;
      margin-top: 0;
      margin-bottom: 10px; }
    /* line 77, _contact.scss */
    main.contact article[id^="post"] p {
      margin-bottom: 10px; }
      /* line 79, _contact.scss */
      main.contact article[id^="post"] p > span > span {
        font-size: 0.75em;
        line-height: 2em;
        font-weight: 400; }
      /* line 85, _contact.scss */
      main.contact article[id^="post"] p img.ajax-loader {
        margin-left: 14px;
        margin-bottom: 8px; }
    /* line 91, _contact.scss */
    main.contact article[id^="post"] input[type="text"], main.contact article[id^="post"] input[type="email"] {
      width: 100%; }
      /* line 94, _contact.scss */
      main.contact article[id^="post"] input[type="text"].wpcf7-not-valid, main.contact article[id^="post"] input[type="email"].wpcf7-not-valid {
        border-color: #ffcccc; }
    /* line 99, _contact.scss */
    main.contact article[id^="post"] .wpcf7-response-output {
      padding-top: 11px;
      padding-bottom: 11px; }
    /* line 104, _contact.scss */
    main.contact article[id^="post"] .wpcf7-validation-errors {
      background-color: #ffff99; }
    /* line 108, _contact.scss */
    main.contact article[id^="post"] .wpcf7-mail-sent-ng {
      background-color: #ff6666;
      color: #FFF; }
  /* line 115, _contact.scss */
  main.contact article.address {
    display: inline;
    float: left;
    width: 64.10256%;
    margin: 0 1.28205%;
    margin-left: 17.94872%;
    margin-right: 17.94872%;
    margin-bottom: 1.5em; }
    /* line 127, _contact.scss */
    main.contact article.address section.widget_text {
      margin-bottom: 17px; }
      /* line 128, _contact.scss */
      main.contact article.address section.widget_text h3 {
        font-size: 1.375em;
        line-height: 1.09091em;
        text-align: center;
        margin-top: 0.75em;
        letter-spacing: 0.05em; }
      /* line 136, _contact.scss */
      main.contact article.address section.widget_text p {
        font-size: 1.375em;
        line-height: 1.5em;
        text-align: center;
        letter-spacing: 0.04em; }
  @media screen and (min-width: 641px) and (max-width: 959px) {
    /* line 149, _contact.scss */
    main.contact article[id^="post"] {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%;
      width: 93%; }
    /* line 153, _contact.scss */
    main.contact article.address {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%; } }
  @media screen and (max-width: 640px) {
    /* line 159, _contact.scss */
    main.contact article[id^="post"] {
      display: none; }
    /* line 162, _contact.scss */
    main.contact article.address {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%; }
      /* line 166, _contact.scss */
      main.contact article.address section.widget_text h3 {
        text-align: center;
        margin-top: 12px;
        letter-spacing: 0.05em; }
      /* line 171, _contact.scss */
      main.contact article.address section.widget_text p {
        text-align: center;
        letter-spacing: 0.04em; } }

/**
 * 6.4 Single page
 * -----------------------------------------------------------------------------
 */
/* line 7, _single-page.scss */
body.page main.site-content article.type-page {
  margin-bottom: 100px; }
  /* line 10, _single-page.scss */
  body.page main.site-content article.type-page div.full-size-image {
    background-size: cover !important;
    overflow: hidden;
    height: 380px;
    width: auto; }
  @media screen and (min-width: 1200px) {
    /* line 25, _single-page.scss */
    body.page main.site-content article.type-page header.single-page-header {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 1170px; } }
  @media screen and (max-width: 1200px) {
    /* line 25, _single-page.scss */
    body.page main.site-content article.type-page header.single-page-header {
      margin: 0;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 97.5%; } }
  /* line 28, _single-page.scss */
  body.page main.site-content article.type-page header.single-page-header > h1 {
    display: inline;
    float: left;
    width: 97.4359%;
    margin: 0 1.28205%;
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 200;
    color: #0587c1;
    text-shadow: rgba(5, 135, 193, 0.3) 0 0 1px;
    border-bottom: 1px solid #0587c1;
    margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    /* line 48, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 1170px; } }
  @media screen and (max-width: 1200px) {
    /* line 48, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container {
      margin: 0;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 97.5%; } }
  /* line 53, _single-page.scss */
  body.page main.site-content article.type-page div.sp-container div.single-page-content {
    display: inline;
    float: left;
    width: 97.4359%;
    margin: 0 1.28205%; }
    /* line 61, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content .like-button:first-child {
      display: none; }
    /* line 66, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content .like-button:last-child {
      margin-top: -10px; }
    /* line 70, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content h2 {
      font-size: 2.25em;
      line-height: 1.16667em;
      font-weight: 300;
      color: #444444;
      text-shadow: rgba(68, 68, 68, 0.5) 0 0 1px; }
    /* line 77, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content p {
      margin-top: 1em;
      text-align: justify;
      font-size: 1.3125em;
      line-height: 1.57143em;
      font-weight: 300;
      color: #333333;
      text-shadow: rgba(51, 51, 51, 0.3) 0 0 1px; }
      /* line 86, _single-page.scss */
      body.page main.site-content article.type-page div.sp-container div.single-page-content p strong {
        font-weight: 700;
        font-size: 1.3125em;
        line-height: 1.57143em;
        color: #666666;
        text-shadow: rgba(102, 102, 102, 0) 0 0 1px; }
    /* line 98, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content blockquote > * {
      font-style: italic;
      margin: 0em 1em 1em 2em;
      border-left: 1px solid #00add9;
      padding: 0em 0em 0em 1em;
      border-width: 0px 0px 0px 5px;
      border-style: solid;
      font-size: 1.3125em;
      line-height: 1.57143em;
      font-weight: 300;
      color: #767676;
      text-shadow: rgba(118, 118, 118, 0.3) 0 0 1px; }
    /* line 112, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content h4 {
      margin: 30px -50px 10px 50px;
      width: 300px;
      float: right;
      color: #00add9;
      text-shadow: rgba(0, 173, 217, 0) 0 0 1px;
      font-size: 1em;
      line-height: 1.375em;
      font-weight: 400;
      text-align: justify; }
    /* line 124, _single-page.scss */
    body.page main.site-content article.type-page div.sp-container div.single-page-content ul {
      list-style: none;
      padding: 0; }
      /* line 128, _single-page.scss */
      body.page main.site-content article.type-page div.sp-container div.single-page-content ul li {
        font-size: 1.1875em;
        font-weight: 300;
        line-height: 1.5em; }
        /* line 129, _single-page.scss */
        body.page main.site-content article.type-page div.sp-container div.single-page-content ul li:before {
          content: '▪';
          color: #0587c1;
          text-shadow: rgba(5, 135, 193, 0) 0 0 1px;
          display: block;
          width: 1em;
          margin-left: -1em;
          float: left; }
  /* line 151, _single-page.scss */
  body.page main.site-content article.type-page footer.entry-meta {
    display: block;
    height: auto;
    width: auto;
    overflow: auto;
    margin-top: 10px !important;
    background: #FFF !important;
    max-width: 900px; }
    @media screen and (min-width: 1200px) {
      /* line 151, _single-page.scss */
      body.page main.site-content article.type-page footer.entry-meta {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 151, _single-page.scss */
      body.page main.site-content article.type-page footer.entry-meta {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 161, _single-page.scss */
    body.page main.site-content article.type-page footer.entry-meta div.box-meta {
      font-size: 1em;
      line-height: 2.5em;
      color: #676767;
      font-style: italic; }
      /* line 167, _single-page.scss */
      body.page main.site-content article.type-page footer.entry-meta div.box-meta > img {
        width: 40px;
        border-radius: 20px;
        margin-right: 10px; }
@media screen and (max-width: 960px) {
  /* line 181, _single-page.scss */
  body.page main.site-content div.full-size-image {
    height: 33vh;
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  /* line 5, _single-page.scss */
  body.page main.site-content {
    font-size: 12px; } }
@media screen and (min-width: 481px) and (max-width: 960px) {
  /* line 5, _single-page.scss */
  body.page main.site-content {
    font-size: 14px; } }

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
/* line 998, style.scss */
body.search-no-results > div > main > .page-content {
  display: inline;
  float: left;
  width: 97.4359%;
  margin: 0 1.28205%;
  height: 70vh; }

/**
 * 7.0 Sidebar
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
/* line 1012, style.scss */
body > div > footer, body > footer {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #383838), color-stop(100%, #2b2b2b));
  background-image: -webkit-linear-gradient(#383838, #2b2b2b);
  background-image: -moz-linear-gradient(#383838, #2b2b2b);
  background-image: -o-linear-gradient(#383838, #2b2b2b);
  background-image: linear-gradient(#383838, #2b2b2b); }
  /* line 1015, style.scss */
  body > div > footer ul, body > footer ul {
    list-style: none;
    margin-left: 0; }
  /* line 1020, style.scss */
  body > div > footer > .fatfooter, body > footer > .fatfooter {
    *zoom: 1;
    padding-bottom: 2% !important; }
    /* line 36, _grid.scss */
    body > div > footer > .fatfooter:before, body > div > footer > .fatfooter:after, body > footer > .fatfooter:before, body > footer > .fatfooter:after {
      content: "";
      display: table; }
    /* line 40, _grid.scss */
    body > div > footer > .fatfooter:after, body > footer > .fatfooter:after {
      clear: both; }
    @media screen and (min-width: 1200px) {
      /* line 1020, style.scss */
      body > div > footer > .fatfooter, body > footer > .fatfooter {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px; } }
    @media screen and (max-width: 1200px) {
      /* line 1020, style.scss */
      body > div > footer > .fatfooter, body > footer > .fatfooter {
        margin: 0;
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 97.5%; } }
    /* line 1027, style.scss */
    body > div > footer > .fatfooter > section h3, body > footer > .fatfooter > section h3 {
      color: white;
      text-shadow: rgba(255, 255, 255, 0.9) 0 0 1px;
      font-weight: 300;
      font-size: 1em;
      line-height: 1.5625em;
      text-transform: uppercase; }
    /* line 1035, style.scss */
    body > div > footer > .fatfooter > section p, body > div > footer > .fatfooter > section a, body > footer > .fatfooter > section p, body > footer > .fatfooter > section a {
      font-size: 1em;
      line-height: 2em;
      color: #959595;
      text-shadow: rgba(149, 149, 149, 0.3) 0 0 1px;
      font-weight: 400; }
    /* line 1042, style.scss */
    body > div > footer > .fatfooter > section a, body > footer > .fatfooter > section a {
      -webkit-transition-property: color, text-shadow;
      -moz-transition-property: color, text-shadow;
      -o-transition-property: color, text-shadow;
      transition-property: color, text-shadow;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
      /* line 1047, style.scss */
      body > div > footer > .fatfooter > section a:hover, body > footer > .fatfooter > section a:hover {
        color: #2ea2cc;
        text-shadow: rgba(46, 162, 204, 0.7) 0 0 1px; }
        /* line 1049, style.scss */
        body > div > footer > .fatfooter > section a:hover .fa, body > footer > .fatfooter > section a:hover .fa {
          color: #959595;
          text-shadow: rgba(149, 149, 149, 0) 0 0 1px; }
    /* line 1057, style.scss */
    body > div > footer > .fatfooter > section:nth-child(1), body > footer > .fatfooter > section:nth-child(1) {
      display: inline;
      float: left;
      width: 14.10256%;
      margin: 0 1.28205%; }
      /* line 1060, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) li, body > footer > .fatfooter > section:nth-child(1) li {
        line-height: 40px;
        margin-bottom: 1em; }
      /* line 1065, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) .fa, body > footer > .fatfooter > section:nth-child(1) .fa {
        font-size: 1em;
        font-size: 40px;
        display: block;
        float: left;
        margin-right: .2em; }
      /* line 1073, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) .fa-facebook-square, body > footer > .fatfooter > section:nth-child(1) .fa-facebook-square {
        color: #959595;
        text-shadow: rgba(149, 149, 149, 0) 0 0 1px; }
      /* line 1076, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) .fa-google-plus-square, body > footer > .fatfooter > section:nth-child(1) .fa-google-plus-square {
        color: #959595;
        text-shadow: rgba(149, 149, 149, 0) 0 0 1px; }
    /* line 1081, style.scss */
    body > div > footer > .fatfooter > section:nth-child(2), body > footer > .fatfooter > section:nth-child(2) {
      display: inline;
      float: left;
      width: 14.10256%;
      margin: 0 1.28205%;
      text-align: center; }
      /* line 1086, style.scss */
      body > div > footer > .fatfooter > section:nth-child(2) li, body > footer > .fatfooter > section:nth-child(2) li {
        line-height: 2em; }
    /* line 1091, style.scss */
    body > div > footer > .fatfooter > section:nth-child(3), body > footer > .fatfooter > section:nth-child(3) {
      display: inline;
      float: left;
      width: 30.76923%;
      margin: 0 1.28205%; }
      /* line 1093, style.scss */
      body > div > footer > .fatfooter > section:nth-child(3) a, body > footer > .fatfooter > section:nth-child(3) a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      /* line 1100, style.scss */
      body > div > footer > .fatfooter > section:nth-child(3) h3, body > footer > .fatfooter > section:nth-child(3) h3 {
        text-align: center; }
      /* line 1104, style.scss */
      body > div > footer > .fatfooter > section:nth-child(3) > ul > li:not(:nth-child(1)), body > footer > .fatfooter > section:nth-child(3) > ul > li:not(:nth-child(1)) {
        border-top: 1px dotted #4a4a4a; }
      /* line 1108, style.scss */
      body > div > footer > .fatfooter > section:nth-child(3) > ul > li > a, body > footer > .fatfooter > section:nth-child(3) > ul > li > a {
        line-height: 2em; }
    /* line 1113, style.scss */
    body > div > footer > .fatfooter > section:nth-child(4), body > footer > .fatfooter > section:nth-child(4) {
      display: inline;
      float: left;
      width: 30.76923%;
      margin: 0 1.28205%;
      text-align: right; }
  @media screen and (min-width: 960px) and (max-width: 1399px) {
    /* line 1121, style.scss */
    body > div > footer > .fatfooter > section, body > footer > .fatfooter > section {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    /* line 1129, style.scss */
    body > div > footer > .fatfooter > section, body > footer > .fatfooter > section {
      font-size: 14px; }
      /* line 1131, style.scss */
      body > div > footer > .fatfooter > section h3, body > footer > .fatfooter > section h3 {
        margin-top: 0;
        text-align: center; }
    /* line 1138, style.scss */
    body > div > footer > .fatfooter > section:nth-child(1), body > footer > .fatfooter > section:nth-child(1) {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%; }
      /* line 1140, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) h3, body > footer > .fatfooter > section:nth-child(1) h3 {
        margin-top: 36px; }
      /* line 1143, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) .fa, body > footer > .fatfooter > section:nth-child(1) .fa {
        margin-left: 33%; }
    /* line 1147, style.scss */
    body > div > footer > .fatfooter > section:nth-child(2), body > footer > .fatfooter > section:nth-child(2) {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%; }
    /* line 1150, style.scss */
    body > div > footer > .fatfooter > section:nth-child(3), body > footer > .fatfooter > section:nth-child(3) {
      display: none; }
    /* line 1153, style.scss */
    body > div > footer > .fatfooter > section:nth-child(4), body > footer > .fatfooter > section:nth-child(4) {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%;
      text-align: center; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    /* line 1162, style.scss */
    body > div > footer > .fatfooter > section:nth-child(1), body > footer > .fatfooter > section:nth-child(1) {
      display: inline;
      float: left;
      width: 47.4359%;
      margin: 0 1.28205%; }
      /* line 1164, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) h3, body > footer > .fatfooter > section:nth-child(1) h3 {
        margin-top: 36px;
        text-align: center; }
      /* line 1168, style.scss */
      body > div > footer > .fatfooter > section:nth-child(1) .fa, body > footer > .fatfooter > section:nth-child(1) .fa {
        margin-left: 33%; }
    /* line 1172, style.scss */
    body > div > footer > .fatfooter > section:nth-child(2), body > footer > .fatfooter > section:nth-child(2) {
      display: inline;
      float: left;
      width: 47.4359%;
      margin: 0 1.28205%; }
    /* line 1175, style.scss */
    body > div > footer > .fatfooter > section:nth-child(3), body > footer > .fatfooter > section:nth-child(3) {
      display: none; }
    /* line 1179, style.scss */
    body > div > footer > .fatfooter > section:nth-child(4), body > footer > .fatfooter > section:nth-child(4) {
      display: inline;
      float: left;
      width: 97.4359%;
      margin: 0 1.28205%;
      text-align: center; } }

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 1200px) {
  /* line 1203, style.scss */
  .grid-container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1170px; } }
@media screen and (max-width: 1200px) {
  /* line 1211, style.scss */
  .grid-container {
    margin: 0;
    padding: 0 1.25%;
    width: 97.5%; } }
@media screen and (max-width: 1400px) {
  /* line 1220, style.scss */
  body > div > header .logo {
    margin-left: 15px; } }
/*.container() {
	.at-most-desktop({
		margin: 0 1.25%;
		width: 97.5%;
	});
	
	.at-least-hd({
		margin: 0 auto;
		width: 1170px;
	});
}*/
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
