@charset "utf-8";
/*
Theme Name: Exhibition
Theme URI: http://tobinn.heliohost.org/exhibition
Author: tobinn
Description: A modern clean one column theme for blogs.

Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-header, custom-menu, custom-background, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: exhibition

Exhibition WordPress Theme, Copyright 2014 WordPress.org
Exhibition is distributed under the terms of the GNU GPL.

*/

/*
1. Normalize
2. Base
3. Grid
4. Iconfonts
5. Helper
6. Navigation
7. Content
8. Print

*/

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*
 * === Base ==========================
 */



* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
embed,
iframe,
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  margin: 5rem 0;
  padding: 0.2rem 0;
  border: 0;
  height: 1px;
  border-top: 1px solid #e3e3e3;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1,
.h1 {
  font-size: 2.4rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 1.6rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 1.3rem;
}
p {
  margin: 1rem 0;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {

  body {
    font-size: 1.6rem;
  }
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2.1rem;
  }
  h4,
  .h4 {
    font-size: 1.9rem;
  }
  h5,
  .h5 {
    font-size: 1.7rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
  }
  .lead {
    font-size: 2rem;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2rem;
  background-color: #fcf8e3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-left: 2rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -.5rem;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}


blockquote {
  padding: 1rem 3rem 1rem 3rem;
  margin: 0 0 2rem 0;
  font-size: 120%;
  line-height: 1.5;
  border-left: 3px solid #eee;
  font-style: italic;
  font-weight: 300;
  color: #777;
}
cite,
blockquote cite,
blockquote cite a {
  font-size: 90%;
}


address {
  display: inline-block;
  margin-bottom: 2rem;
  padding: .5rem;
  font-style: normal;
  line-height: 1.4;
  font-size: 90%;
  border: 1px solid #e3e3e3;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: orange;
  border-radius: 4px;
}
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #555;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: orange;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: .2rem;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: .4rem 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: .7rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: .8rem 1.2rem;
  font-size: 1.4rem;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: lightblue;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}


textarea {
  height: auto;
  resize: vertical;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 1.5rem;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 2rem;
    -moz-padding-end: 2rem;
    -webkit-padding-start: .2rem;
    -moz-padding-start: .2rem;
    background-color: #fff;
    background-image: url(img/triangle-down.png);
    background-position: 95% 15px;
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 4rem;
    box-shadow: none;
    font-size: inherit;
    line-height: 1;
    margin: .5rem 0;
    overflow: hidden;
    padding: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select:focus {
  outline: 0;
  border-color: #ccc;
}



input[type="submit"],
button,
.btn {
  display: inline-block;
  width: auto;
  padding: .8rem 1.5rem;
  margin: .5rem 0;
  background: #fff;
  color: #999;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #e3e3e3;
}
input[type="submit"]:focus,
button:focus,
.btn:focus,
input[type="submit"]:active:focus,
button:active:focus,
.btn:active:focus,
input[type="submit"].active:focus,
button.active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
input[type="submit"]:active,
button:active,
button.active
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  border: 1px solid #999;
}


table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin: 1rem 0 3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
th {
  text-align: left;
}

thead > tr > th,
tbody > tr > th,
tfoot > tr > th,
thead > tr > td,
tbody > tr > td,
tfoot > tr > td {
  padding: .8rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}
thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3e3;
}
caption + thead > tr:first-child > th,
colgroup + thead > tr:first-child > th,
thead:first-child > tr:first-child > th,
caption + thead > tr:first-child > td,
colgroup + thead > tr:first-child > td,
thead:first-child > tr:first-child > td {
  border-top: 0;
}
tbody + tbody {
  border-top: 2px solid #e3e3e3;
}
table table {
  background-color: #fff;
}

tbody > tr:hover > td,
tbody > tr:hover > th {
  background-color: #f8f8f8;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
thead > tr > td.active,
tbody > tr > td.active,
tfoot > tr > td.active,
thead > tr > th.active,
tbody > tr > th.active,
tfoot > tr > th.active,
thead > tr.active > td,
tbody > tr.active > td,
tfoot > tr.active > td,
thead > tr.active > th,
tbody > tr.active > th,
tfoot > tr.active > th {
  background-color: #f8f8f8;
}
tbody > tr > td.active:hover,
tbody > tr > th.active:hover,
tbody > tr.active:hover > td,
tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}


@media screen and (max-width: 767px) {
  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e3e3e3;
  }
  table {
    margin-bottom: 0;
  }
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    white-space: nowrap;
  }
}


/*
 * === Grid ==========================
 */

.container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}


/*
 * === Helper ==========================
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.post-content:before,
.post-content:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.post-content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*
 * === Navigation ==========================
 */

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: .1rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: #333;
  font-size: 1.3rem;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #777;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: .9rem 0;
  overflow: hidden;
  background-color: #e3e3e3;
}



.navbar {
  background: #fff;
  position: relative;
  min-height: 5.2rem;
  margin: 0;
  z-index: 300;
  border-bottom: 1px solid #e3e3e3;
}

.navbar .container-fluid {
  position: relative;
}


@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}


.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}


.navbar-toggle {
  position: relative;
  float: left;
  padding: .9rem 1rem;
  margin: .9rem .6rem;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  outline: 0;
  color: #777;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 2rem;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: .4rem;
}

.navbar-toggle .icon-bar {
  background-color: #333;
}

.navbar-toggle:hover .icon-bar {
  background-color: #777;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: .75rem -1.5rem;
}
.navbar-nav > li > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0.5rem 1.5rem .5rem 2.5rem;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 2rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {

  .nav > li > a {
    padding: 1rem 2.5rem 1rem 0.5rem;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*
 * === Dropdown ==========================
 */


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .2rem;
  vertical-align: middle;
  border-top: .4rem solid;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: .5rem 0;
  margin: .2rem 0 0;
  font-size: 1.4rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: .9rem 0;
  overflow: hidden;
  background-color: #e3e3e3;
}
.dropdown-menu > li > a {
  display: block;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: .3rem 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .1rem;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}


/*
 * === Content ==========================
 */


/* ------ Header ---------------------- */

.site-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 center;
  z-index: 200;
  height: 140px;
}

@media (min-width: 768px) {
  .site-header {
    min-height: 250px;
  }
}

.site-title {
  display: inline-block;
  padding: 1rem 1.5rem;
  line-height: 1;
  margin: 3rem 0 0 0.5rem;
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  background: rgba(255, 255, 255, .6);
}

.site-description {
  margin: .7rem 0 0 .5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}


/* ------ Searchbar ---------------------- */


.nav-search {
  position: absolute;
  right: 2rem;
  top: 1.3rem;
  font-size: 1.9rem;
  color: #333;
}

.nav-search:hover {
  color: #777;
}

.nav-search.error {
  position: relative;
  left: .7rem;
  top: .2rem;
}


.searchbar .search-field {
  border-color: #ccc;
}

.searchbar {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  visibility: hidden;
  height: 0;
  top: -71px;
  z-index: 100;
  padding-top: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.open-search {
  visibility: visible;
  top: 0;
  height: 70px;
  overflow: visible; }

.open-search .search-field {
  opacity: 1;
 }

 .search-input {
  width: 80%;
  display: inline-block;
 }
 .search-submit {
  width: 20%;
  border: 1px solid #e3e3e3;
  border-left: 0;
  background: #fff;
  height: 4rem;
  display: inline-block;
 }

.search-icon {
  font-size: 1.9rem;
  line-height: 1;
 }


/* ------ Content ---------------------- */

.site-content {
  padding: 3rem 0;

}

.page-content {
  padding-bottom: 3rem;
  min-height: 500px;
}

.post {
  padding: 5rem 0;
  border-bottom: 1px solid #e3e3e3;
}

.post:first-of-type,
article.page,
.archive .page-header {
  padding-top: 2rem;
}

.post-header, .page-header {
  padding-bottom: 1.5rem;
}

.page-header {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.5rem;
}

.post-title {
  margin: 0;
}

.post-title a {
  color: #333;
}

.post-title a:hover,
.post-title a:focus {
  color: #777;
}

.post-thumbnail {
  margin: 1rem 0 1.5rem 0;
}

.post-meta {
  margin-top: 3rem;
  font-size: 1.3rem;
}

.post-meta > span {
  margin-right: 1.5rem;
  line-height: 2;
}

.post-meta i {
  position: relative;
  margin-right: .5rem;
  font-size: 1.3rem;
  color: #999;
}

.post-meta .tags-links a {
  display: inline;
}





/* ------ Post-Formats ---------------------- */

.format-chat .post-content p {
  margin-bottom: 0;
  padding-left: 1rem;
}

.format-chat .post-content p:nth-child(odd) {
  background: #f5f5f5;
}

.format-chat .post-content p:last-of-type {
  margin-bottom: 1rem;
}


.format-status .post-content p {
  text-transform: uppercase;
  font-size: 100%;
}

.format-image img,
.format-video embed,
.format-video iframe {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
  margin-bottom: 1rem;
}



.format-video .entry-content-asset {
  position: relative;
  padding-bottom: 56.5%;
  margin-top: 1.5rem;
  height: 0;
  overflow: hidden;
}


.format-quote blockquote {
  margin-top: 1.5rem;
}


.format-gallery .post-content {
  padding-top: 1rem;
}

.gallery:before,
.gallery:after {
  display: table;
  content: " ";
}

.gallery:after {
  clear: both;
}

.gallery-item {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}

.gallery-item img {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 2rem;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),

}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: both;
}

.wp-caption-text.gallery-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: .4rem .8rem .6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}



/* ------ Pagination ---------------------- */



.post-navigation, .post-load {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-navigation a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: .5rem 0;
  padding: .9rem 2rem .9rem 1.5rem;
  height: 4rem;
  background: #fff;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e3e3e3;
}

.post-navigation .prev a {
  background: url(img/triangle-left.png) no-repeat 5% 49%;
  padding: 1rem 1.5rem .9rem 2rem;

}

.post-navigation .next a {
  background: url(img/triangle-right.png) no-repeat 95% 49%;
  padding: 1rem 2rem .9rem 1.5rem;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 3rem;
}
.pagination > a,
.pagination > span {
  position: relative;
  float: left;
  height: 4rem;
  padding: 1.2rem 1.7rem;
  margin-left: -1px;
  line-height: 1;
  font-size: 80%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.pagination > a:hover,
.pagination > a:focus{
  color: #111;
}

.pagination .current{
  font-weight: bold;
  color: #333;
}




/*
 * === Wordpress Classes ============================
 */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.sticky h1:after {
  position: relative;
  margin-left: 1rem;
  content: "\e608";
  font-family: 'entypo';
  font-size: 2rem;
  speak: none;

}

.bypostauthor {
  padding: 0; }

.wp-caption {
  max-width: 100%; }

.caption {
  margin-bottom: 1.5rem; }

.wp-caption-text {
  margin-top: 0;
  font-style: italic;
  font-size: 1.4rem }



#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-right: 5px;
  border: 1px solid #e3e3e3; }
  #wp-calendar td, #wp-calendar th {
    padding: .4rem 0; }
  #wp-calendar thead th, #wp-calendar tbody td, #wp-calendar tbody a {
    font-size: 1.2rem;
    text-align: center; }
  #wp-calendar tbody a {
    text-decoration: underline; }
  #wp-calendar thead, #wp-calendar tfoot, #wp-calendar tbody td {
    background: transparent; }
  #wp-calendar thead tr {
    border-bottom: 1px solid #e3e3e3; }
  #wp-calendar tfoot tr {
    border-top: 1px solid #e3e3e3; }
  #wp-calendar caption {
    font-size: 1.4rem;
    color: #888;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: .5rem; }
  #wp-calendar #today {
    background: #eee;
  }
  #wp-calendar #today a {
    text-decoration: none;
  }
  #wp-calendar td a {
    text-decoration: underline;
  }

#wp-calendar tfoot a {
    font-size: 1.2rem;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev {
  text-align: left;
}





/* ------ Widgets ---------------------- */


@media (min-width: 768px) {
  .sidebar-main {
    padding-top: .5rem;
    padding-left: 2rem;
  }
}

@media (min-width: 940px) {
  .sidebar-main {
    padding-left: 8rem;
  }
}

.widget {
  margin-bottom: 3rem;
  line-height: 1.4;
  font-size: 1.4rem;
}

.widget img {
  margin: .5rem 0;
}

.widget-header{
  margin-bottom: 1.5rem;
}

.widget-title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.widget-title img {
  display: inline;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget ul ul {
  list-style-image: url(img/subpage.png);
  padding-left: 1.8rem;
}

.widget li {
  line-height: 1.4;
  margin-bottom: .4rem;
}

.widget select {
  width: 100%;
}

.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {

}


.widget_tag_cloud .tagcloud a {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 1.3rem;
  border: 1px solid #e3e3e3;
  padding: .4rem .8rem;
  margin: .2rem .2rem;
}

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

.widget_tag_cloud:after {
    clear: both;
}

.widget_rss .rssSummary,
.widget_rss .rss-date,
.widget_rss cite {
  display: none;
}
.widget_rss li {
  line-height: 1.4 !important;
}



/* ------ Comments ---------------------- */

.comments-area {
  margin-top: 5rem;
}

.page .comments-area hr {
  display: none;
}

.comments-title, .comment-reply-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .comments-title, .comment-reply-title {
    font-size: 2.2rem;
  }
}


.comment-list {
  list-style: none;
  padding: 0;
  width: 100%;
}

ol.children {
  margin-top: 1rem;
  padding-left: 2rem;
  padding: 1.5rem 1rem 1.5rem 2rem;
  list-style: none;
}

.comment-list > li.comment,
.comment-list > li.pingback {
  margin: 0 0 1.5rem;
  position: relative;
}

.comment-list .comment-author {
  display: inline-block;
}

.comment-list .avatar {
  border-radius: 50%;
  display: inline-block;
}

.comment-list .fn {
  display: inline-block;
  font-weight: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: 1rem;
}

.comment-list .says {
  display: none;
}


.comment-metadata,
.reply {
  display: inline-block;
  font-weight: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: 0;
}


.comment-list .fn:after, .comment-metadata time:after {
  display: inline-block;
  margin-left: .5rem;
  content: "/";}

.comment-metadata .edit-link  {
  margin-left: .2rem;
}

.comment-respond {
  margin-top: 3rem;
  clear: both;
}

#cancel-comment-reply-link  {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: 1rem;
}

.comment-form {
  margin: 3rem 0 2rem;
}


/* hide comment form info */
.form-allowed-tags {
  font-size: 80%;
}

#comment {
  padding: .5rem;
  width: 100% !important;
}

.comment-form .required {
  display: none;
}


/* ------ Footer ---------------------- */


.site-footer {
  padding: 2rem 0;
  border-top: 1px solid #e3e3e3;
}

.has-widgets .footer-widgets {
  border-top: 1px solid #e3e3e3;
  padding-top: 2rem;
}

.site-info {
  text-align: center;
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
}

.site-info li {
  display: inline-block;
}




/* ------ Transitions ---------------------- */

a,
i,
button,
input[type="submit"],
.icon-bar,
.widget_tag_cloud .tagcloud a,
.gallery-caption {
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
      -ms-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}


/*
 * === Print ==========================
 */


 @media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  table td,
  table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

