@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

/**
 * Improve readability 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 40px;
}

/**
 * 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;
}






/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */


/* For devices larger than 550px */
@media (min-width: 768px) {
  
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

body {
 
  color: #222; }




/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

body {
  color: #222; }

.article-single {
  font-size: 21px;
  line-height: 120%;
  font-family: "EB Garamond", serif; }

/*=== https://www.gridlover.net/try ===*/
html, .root {
  font-size: 16px;
  line-height: 17px; }
  @media (max-width: 768px) {
    html, .root {
      font-size: 17px; }
      html h1, .root h1 {
        font-size: 2em; } }
  @media (max-width: 480px) {
    html, .root {
      font-size: 19px; } }

body, .article {
  font-size: 1em;
  line-height: 1.30769231em; }

h1, .h1 {
  font-size: 2.4em;
  line-height: 1.23636364em;
  margin-bottom: 0.61818182em; }

h2, .h2 {
  font-size: 2.61538462em;
  line-height: 1em;
  margin-bottom: 0.5em; }

h3, .h3 {
  font-size: 1.61538462em;
  line-height: 1.61904762em;
  margin-bottom: 0em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.30769231em;
  margin-bottom: 0em; }

h5, .h5 {
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 1em; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.30769231em; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em; }

/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0; }

a, b, i, strong, em, small, code {
  line-height: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*@media all and (max-width: 600px) {
  html, .root {
    font-size: 16px;
    line-height: 20px;
  }

  h1, .h1 {
    font-size: 28px;
  }
}*/
h1, h2, h3, h4, h5 {
  font-family: "EB Garamond", serif; }

h1, h3 {
  font-weight: bold; }

h4 {
  color: #f25156;
  margin-bottom: 1em; }

h5 {
  margin-bottom: 1em; }

a {
  color: #222;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #f25156; }
  @media (max-width: 1179px) {
    a:hover {
      color: #000; } }

blockquote {
  text-align: left;
  margin: 0;
  padding: 0 0 0 140px;
  font-size: 110%;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: "EB Garamond", serif; }

/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
html, body {
  height: 100%;
  margin: 0; }

.wrapper {
  min-height: 100%;
  margin-bottom: -175px; }
  .wrapper:after {
    content: ' ';
    display: block;
    height: 175px; }
  @media (max-width: 1179px) {
    .wrapper {
      margin-left: 20px;
      margin-right: 20px; } }

footer {
  height: 175px; }

@media (max-width: 1179px) {
  footer,
  .wrapper {
    margin-bottom: -120px; }
    footer:after,
    .wrapper:after {
      height: 120px; } }
html {
  min-width: 480px; }

.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
  @media all and (min-width: 1180px) {
    .container {
      padding: 0 20px; } }
  @media all and (max-width: 1179px) {
    .container {
      padding: 0; } }

@media all and (max-width: 1179px) {
  .content {
    padding: 0; } }
@media all and (min-width: 1180px) {
  .container {
    max-width: 1180px; }

  .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }

  .flex-content {
    flex: 1;
    margin-bottom: 15px; }

  .flex-sidebar {
    flex: 0 0 280px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px; } }
/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
.block1 {
  /*border-bottom: 1px solid $borderColor;*/
  /*padding-bottom: 20px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .block1 .box {
    height: 100%; }
  @media all and (min-width: 1180px) {
    .block1 {
      margin: 0 -7.5px 15px; }
      .block1 > * {
        padding: 0 7.5px; }
      .block1 .column1 {
        flex: 1; }
        .block1 .column1 .article {
          overflow: hidden;
          display: block;
          padding-top: 10px; }
          .block1 .column1 .article .image {
            width: 460px;
            position: relative;
            /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
            background: #ddd;
            float: left; }
            .block1 .column1 .article .image > * {
              width: 100%;
              padding-top: 100%;
              -webkit-background-size: cover;
              background-size: cover; }
          .block1 .column1 .article h3 {
            font-size: 32px;
            line-height: 90%;
            margin-bottom: .5em;
            font-size: 27px;
/*            text-transform: uppercase;*/
            overflow: hidden;
            line-height: 110%; }
          .block1 .column1 .article .intro {
            margin-left: 475px;
            background: url(assets/images/more.png) right bottom no-repeat;
            font-family: "EB Garamond", serif;
            font-size: 20px;
            height: 100%; }
      .block1 .column2 {
        flex-basis: 33.3333333333%; }
        .block1 .column2 .article {
          display: block;
          padding: 10px 0;
          border-bottom: 1px solid #000; }
          .block1 .column2 .article:after {
            display: block;
            clear: both;
            content: ' '; }
          .block1 .column2 .article:first-child {
            padding-top: 0; }
          .block1 .column2 .article:last-child {
            border: none; }
          .block1 .column2 .article .image {
            width: 75px;
            position: relative;
            /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
            background: #ddd;
            float: left; }
            .block1 .column2 .article .image > * {
              width: 100%;
              padding-top: 85%;
              -webkit-background-size: cover;
              background-size: cover; }
          .block1 .column2 .article h3 {
            font-size: 20px;
            line-height: 100%;
            max-height: 80px;
            overflow: hidden; }
          .block1 .column2 .article .intro {
            margin-left: 95px;
            overflow: hidden; } }
  @media all and (max-width: 1179px) {
    .block1 .column1 .article {
      overflow: hidden;
      padding: 10px 0;
      display: block; }
      .block1 .column1 .article .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        margin-bottom: 10px; }
        .block1 .column1 .article .image > * {
          width: 100%;
          padding-top: 85%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block1 .column1 .article h3 {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: .5em; }
      .block1 .column1 .article .intro {
        font-weight: bold; }
    .block1 .column2 .article {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #000; }
      .block1 .column2 .article:after {
        display: block;
        clear: both;
        content: ' '; }
      .block1 .column2 .article:first-child {
        padding-top: 0; }
      .block1 .column2 .article:last-child {
        border: none; }
      .block1 .column2 .article .image {
        width: 95px;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .block1 .column2 .article .image > * {
          width: 100%;
          padding-top: 85%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block1 .column2 .article h3 {
        font-size: 26px;
        line-height: 28px; }
      .block1 .column2 .article .intro {
        margin-left: 105px;
        overflow: hidden;
        height: 84px; } }

/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
@media all and (min-width: 1180px) {
  .varticle p {
    display: none; } }
@media all and (max-width: 1179px) {
  .varticle .intro {
    padding-left: 40px;
    padding-top: 10px;
    background: url(assets/images/camera.png) no-repeat 5px 11px; }
  .varticle h3 {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: .5em; }
  .varticle p {
    font-family: "EB Garamond", serif;
    font-size: 22px; } }

.block2 {
  /*border-bottom: 1px solid $borderColor;*/
  /*padding-bottom: 20px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .block2 .box {
    height: 100%; }
  @media all and (min-width: 1180px) {
    .block2 {
      margin: 0 -7.5px 15px; }
      .block2 > * {
        padding: 0 7.5px;
        flex-basis: 33.3333333333%; }
      .block2 .column1 .article:nth-child(2) {
        overflow: hidden;
        display: block;
        padding: 0 0 10px; }
        .block2 .column1 .article:nth-child(2):after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column1 .article:nth-child(2) .image {
          width: 155px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block2 .column1 .article:nth-child(2) .image > * {
            width: 100%;
            padding-top: 144%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column1 .article:nth-child(2) h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 20px;
          margin-bottom: 20px; }
        .block2 .column1 .article:nth-child(2) p {
          line-height: 20px;
          margin: 0; }
        .block2 .column1 .article:nth-child(2) .intro {
          margin-left: 165px;
          height: 220px;
          overflow: hidden; }
      .block2 .column1 .article:nth-child(n+3) {
        overflow: hidden;
        display: block;
        padding: 10px 0;
        border-top: 1px solid #000; }
        .block2 .column1 .article:nth-child(n+3):last-child {
          padding-bottom: 0; }
        .block2 .column1 .article:nth-child(n+3):after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column1 .article:nth-child(n+3) .image {
          width: 155px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block2 .column1 .article:nth-child(n+3) .image > * {
            width: 100%;
            padding-top: 70%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column1 .article:nth-child(n+3) h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold; }
        .block2 .column1 .article:nth-child(n+3) .intro {
          margin-left: 165px;
          height: 100px;
          overflow: hidden; }
      .block2 .column2 .article:nth-child(2) {
        overflow: hidden;
        display: block;
        padding-bottom: 10px; }
        .block2 .column2 .article:nth-child(2):after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column2 .article:nth-child(2) .image {
          width: 100%;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd; }
          .block2 .column2 .article:nth-child(2) .image > * {
            width: 100%;
            padding-top: 44%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column2 .article:nth-child(2) h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 20px;
          margin-bottom: 0; }
        .block2 .column2 .article:nth-child(2) p {
          line-height: 20px;
          margin: 0; }
        .block2 .column2 .article:nth-child(2) .intro {
          height: 60px;
          overflow: hidden; }
      .block2 .column2 .article:nth-child(n+3) {
        overflow: hidden;
        display: block;
        padding: 10px 0;
        border-top: 1px solid #000; }
        .block2 .column2 .article:nth-child(n+3):after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column2 .article:nth-child(n+3):last-child {
          padding-bottom: 0; }
        .block2 .column2 .article:nth-child(n+3) .image {
          width: 115px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block2 .column2 .article:nth-child(n+3) .image > * {
            width: 100%;
            padding-top: 60%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column2 .article:nth-child(n+3) h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 22px;
          margin-bottom: 0; }
        .block2 .column2 .article:nth-child(n+3) p {
          line-height: 22px;
          margin: 0; }
        .block2 .column2 .article:nth-child(n+3) .intro {
          margin-left: 125px;
          height: 66px;
          overflow: hidden; }
      .block2 .column3 .article {
        border-top: 1px solid #000;
        overflow: hidden;
        display: block;
        padding: 10px 0; }
        .block2 .column3 .article:after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column3 .article:last-child {
          padding-bottom: 0; }
        .block2 .column3 .article .image {
          width: 120px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block2 .column3 .article .image > * {
            width: 100%;
            padding-top: 75%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column3 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 22px;
          margin-bottom: 0; }
        .block2 .column3 .article p {
          line-height: 22px;
          margin: 0; }
        .block2 .column3 .article .intro {
          margin-left: 125px;
          height: 66px;
          overflow: hidden; } }
  @media all and (max-width: 1179px) {
    .block2 > * {
      flex-basis: 100%; }
    .block2 .column1 .article:nth-child(2) {
      overflow: hidden;
      display: block;
      padding: 0 0 10px; }
      .block2 .column1 .article:nth-child(2):after {
        display: block;
        clear: both;
        content: ' '; }
      .block2 .column1 .article:nth-child(2) .image {
        width: 155px;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .block2 .column1 .article:nth-child(2) .image > * {
          width: 100%;
          padding-top: 144%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block2 .column1 .article:nth-child(2) .intro {
        margin-left: 165px; }
      .block2 .column1 .article:nth-child(2) h3 {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
        color: #222;
        font-weight: bold;
        line-height: 110%;
        font-size: 26px;
        margin-bottom: 20px; }
      .block2 .column1 .article:nth-child(2) p {
        line-height: 20px;
        margin: 0;
        font-weight: bold; }
    .block2 .column1 .article:nth-child(n+3) {
      overflow: hidden;
      display: block;
      padding: 10px 0;
      border-top: 1px solid #000; }
      .block2 .column1 .article:nth-child(n+3):last-child {
        padding-bottom: 0; }
      .block2 .column1 .article:nth-child(n+3):after {
        display: block;
        clear: both;
        content: ' '; }
      .block2 .column1 .article:nth-child(n+3) .image {
        width: 155px;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .block2 .column1 .article:nth-child(n+3) .image > * {
          width: 100%;
          padding-top: 70%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block2 .column1 .article:nth-child(n+3) h3 {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
        color: #222;
        font-weight: bold; }
      .block2 .column1 .article:nth-child(n+3) .intro {
        margin-left: 165px;
        height: 100px;
        overflow: hidden; }
    .block2 .column2 .article:nth-child(2) {
      overflow: hidden;
      display: block;
      padding-bottom: 10px; }
      .block2 .column2 .article:nth-child(2):after {
        display: block;
        clear: both;
        content: ' '; }
      .block2 .column2 .article:nth-child(2) .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd; }
        .block2 .column2 .article:nth-child(2) .image > * {
          width: 100%;
          padding-top: 44%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block2 .column2 .article:nth-child(2) h3 {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
        color: #222;
        font-weight: bold;
        line-height: 110%;
        font-size: 26px;
        margin-bottom: 20px; }
      .block2 .column2 .article:nth-child(2) p {
        line-height: 20px;
        margin: 0;
        font-weight: bold; }
    .block2 .column2 .article:nth-child(n+3) {
      overflow: hidden;
      display: block;
      padding: 10px 0;
      border-top: 1px solid #000; }
      .block2 .column2 .article:nth-child(n+3):after {
        display: block;
        clear: both;
        content: ' '; }
      .block2 .column2 .article:nth-child(n+3):last-child {
        padding-bottom: 0; }
      .block2 .column2 .article:nth-child(n+3) .image {
        width: 115px;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .block2 .column2 .article:nth-child(n+3) .image > * {
          width: 100%;
          padding-top: 60%;
          -webkit-background-size: cover;
          background-size: cover; }
      .block2 .column2 .article:nth-child(n+3) h3 {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
        color: #222;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: 0; }
      .block2 .column2 .article:nth-child(n+3) p {
        line-height: 22px;
        margin: 0; }
      .block2 .column2 .article:nth-child(n+3) .intro {
        margin-left: 125px;
        height: 66px;
        overflow: hidden; }
    .block2 .column3 {
      margin-bottom: 15px; }
      .block2 .column3 .article {
        width: 50%;
        float: left;
        overflow: hidden;
        position: relative;
        display: block;
        padding: 10px 0; }
        .block2 .column3 .article:after {
          display: block;
          clear: both;
          content: ' '; }
        .block2 .column3 .article:last-child {
          padding-bottom: 0; }
        .block2 .column3 .article .image {
          width: 100%;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          margin-bottom: 10px; }
          .block2 .column3 .article .image > * {
            width: 100%;
            padding-top: 75%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block2 .column3 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          font-size: 22px;
          line-height: 110%; }
        .block2 .column3 .article p {
          display: none; }
        .block2 .column3 .article:nth-child(3) {
          padding-right: 7.5px; }
        .block2 .column3 .article:nth-child(4) {
          padding-left: 7.5px; } }

/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
.block3 {
  /*border-bottom: 1px solid $borderColor;*/
  /*padding-bottom: 20px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .block3 .box {
    height: 100%; }
  @media all and (min-width: 1180px) {
    .block3 {
      margin: 0 -7.5px;
      overflow: hidden; }
      .block3 > * {
        padding: 0 7.5px 5px;
        flex-basis: 33.3333333333%;
        overflow: hidden; }
      .block3 .column1 .article {
        overflow: hidden;
        display: block;
        padding: 10px 0; }
        .block3 .column1 .article:last-child {
          padding-bottom: 0; }
        .block3 .column1 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column1 .article .image {
          width: 155px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block3 .column1 .article .image > * {
            width: 100%;
            padding-top: 64%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block3 .column1 .article .intro {
          margin-left: 165px;
          height: 100px;
          overflow: hidden; }
        .block3 .column1 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 20px;
          margin-bottom: 0;
          font-size: 20px; }
        .block3 .column1 .article p {
          line-height: 20px;
          margin: 0;
          font-size: 16px;
          overflow: hidden; }
      .block3 .column1 .article + .article {
        border-top: 1px solid #000; }
      .block3 .column2 .article {
        overflow: hidden;
        display: block;
        padding: 10px 0; }
        .block3 .column2 .article:last-child {
          padding-bottom: 0; }
        .block3 .column2 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column2 .article .image {
          width: 155px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block3 .column2 .article .image > * {
            width: 100%;
            padding-top: 64%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block3 .column2 .article .intro {
          margin-left: 165px;
          height: 100px;
          overflow: hidden; }
        .block3 .column2 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 20px;
          margin-bottom: 0;
          font-size: 20px; }
        .block3 .column2 .article p {
          line-height: 20px;
          margin: 0;
          font-size: 16px;
          overflow: hidden; }
      .block3 .column2 .article + .article {
        border-top: 1px solid #000; }
      .block3 .column3 .article {
        display: block;
        padding: 10px 0;
        overflow: hidden;
        border-bottom: 1px solid #000; }
        .block3 .column3 .article:last-child {
          border: none;
          padding-bottom: 0; }
        .block3 .column3 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column3 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          margin: 0;
          line-height: 20px; } }
  @media all and (max-width: 1179px) {
    .block3 {
      padding-bottom: 20px; }
      .block3 > * {
        width: 100%; }
      .block3 .column1 .article {
        overflow: hidden;
        display: block;
        padding: 10px 0; }
        .block3 .column1 .article:last-child {
          padding-bottom: 0; }
        .block3 .column1 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column1 .article .image {
          width: 155px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block3 .column1 .article .image > * {
            width: 100%;
            padding-top: 64%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block3 .column1 .article .intro {
          margin-left: 165px; }
        .block3 .column1 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 110%;
          font-size: 26px; }
        .block3 .column1 .article p {
          display: none; }
      .block3 .column1 .article + .article {
        border-top: 1px solid #000; }
      .block3 .column2 .article {
        overflow: hidden;
        display: block;
        padding: 10px 0; }
        .block3 .column2 .article:last-child {
          padding-bottom: 0; }
        .block3 .column2 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column2 .article .image {
          width: 120px;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          float: left; }
          .block3 .column2 .article .image > * {
            width: 100%;
            padding-top: 67%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block3 .column2 .article .intro {
          margin-left: 130px; }
        .block3 .column2 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          line-height: 110%;
          font-size: 26px; }
        .block3 .column2 .article p {
          display: none; }
      .block3 .column2 .article + .article {
        border-top: 1px solid #000; }
      .block3 .column3 .article {
        display: block;
        padding: 10px 0;
        overflow: hidden; }
        .block3 .column3 .article:last-child {
          border: none;
          padding-bottom: 0; }
        .block3 .column3 .article:nth-child(2) {
          padding-top: 0; }
        .block3 .column3 .article h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          font-size: 22px;
          margin: 0;
          line-height: 20px; } }

.adv img {
  max-width: 100%; }
@media (max-width: 1179px) {
  .adv {
    display: none; } }

.top-menu {
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  font-family: sans-serif;
  height: 25px;
  margin-bottom: 2em;
  color: #000; }
  .top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold; }
  .top-menu a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 13px 3px 5px; }
    .top-menu a:hover {
      border-bottom: 4px solid #000; }
  .top-menu li {
    display: inline-block;
    padding: 0 45px 0 0; }
    .top-menu li.active a, .top-menu li.current-menu-item a {
      border-bottom: 4px solid #000; }
  @media (max-width: 1179px) {
    .top-menu {
      display: none; } }

footer .menu {
  font-family: sans-serif;
  font-weight: normal;
  padding-top: 40px;
  clear: both;
  font-size: 14px;
  text-align: center; }
  footer .menu ul {
    margin: 0;
    padding: 10px 30px 0;
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1px solid #888; }
  footer .menu a {
    text-decoration: none;
    color: #606060; }
    footer .menu a:hover {
      color: #000; }
  footer .menu li {
    display: inline-block;
    padding: 0 33px 0 0;
    margin-bottom: 30px; }
    footer .menu li.active a, footer .menu li.current-menu-item a {
      color: #000; }
  @media all and (max-width: 1179px) {
    footer .menu {
      display: none; } }

.responsive {
  margin: 0 20px; }
  .responsive ul {
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 26px;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000; }
    .responsive ul a {
      color: #000;
      display: block;
      padding: 14px 0 14px;
      height: 58px;
      background: #fff; }
    .responsive ul li {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "EB Garamond", serif;
      margin: 0;
      line-height: 100%;
      border-bottom: 1px solid #000; }
      .responsive ul li.active a, .responsive ul li.current-menu-item a {
        color: #f25156; }
    @media all and (min-width: 800px) {
      .responsive ul {
        display: none; } }

#hamburgerMenu {
  font-size: 30px;
  background-color: #fff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase; }
  #hamburgerMenu li {
    display: block;
    border-bottom: 1px solid #1a1a1a;
    padding: 10px;
    margin-bottom: 0; }
  #hamburgerMenu a {
    color: #000;
    line-height: 100%; }

.switcher {
  display: none !important; }

body #hamburgerMenu .switcher.desktop {
  display: block !important; }
body.desktop #hamburgerMenu .switcher.desktop {
  display: none !important; }
@media all and (min-width: 1180px) {
  body.desktop header .switcher.mobile {
    display: block !important;
    position: absolute;
    right: 20px;
    font-size: 20px; } }

/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
/*.flex-sidebar {

    @media all and (min-width: $breakPoint) { 
        .show-more { display: none; }

        h2 span { display: block; }
    }
}*/
@media all and (min-width: 1180px) {
  .partner-news-section {
    word-spacing: 100px;
    margin-bottom: 1.5em; } }
@media all and (max-width: 1179px) {
  .partner-news-section {
    background: #f6f6f6;
    padding: 20px;
    font-size: 45px !important;
    text-align: center;
    font-weight: normal;
    clear: both;
    border-top: 1px solid #f25156;
    border-bottom: 1px solid #f25156; } }

.partner-news {
  border-bottom: 1px solid #ccc; }
  .partner-news * {
    margin: 0; }
  .partner-news h3 {
    line-height: 100%;
    font-weight: 600;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px; }
  .partner-news .image {
    width: 100%;
    padding-top: 58%;
    -webkit-background-size: cover;
    background-size: cover; }
  @media all and (max-width: 1179px) {
    .partner-news {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -7.5px; }
      .partner-news > * {
        flex: 0 0 50%;
        padding: 7.5px; }
      .partner-news h3 {
        font-size: 17px; } }

.recent {
  list-style-type: none;
  margin: 0; }
  .recent a {
    color: #535353; }
    .recent a:hover, .recent a:hover strong {
      color: #f25156; }
  @media all and (min-width: 1180px) {
    .recent {
      position: relative;
      margin-bottom: 20px; }
      .recent:before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #000; }
      .recent:before {
        left: -15px; }
      .recent li {
        padding-bottom: 15px;
        font-weight: normal;
        margin-bottom: 0; }
      .recent .image {
        display: none; }
      .recent .title {
        /*font-family: EB Garamond;*/
        /*font-size: 18px;*/
        font-family: sans-serif;
        font-size: 16px;
        line-height: 110%;
        font-weight: normal; }
      .recent li + li {
        border-top: 1px solid #000;
        padding-top: 10px; }
      .recent strong {
        font-weight: normal;
        display: block;
        line-height: 130%; } }
  @media all and (max-width: 1179px) {
    .recent strong {
      display: none; }
    .recent a {
      padding: 10px 20px;
      display: block;
      width: 100%; }
      .recent a:after {
        display: block;
        clear: both;
        content: ' '; }
    .recent li {
      padding: 0;
      margin: 0;
      position: relative; }
      .recent li:before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #000; }
    .recent .image {
      width: 70px;
      position: relative;
      /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
      background: #ddd;
      float: left;
      display: none; }
      .recent .image > * {
        width: 100%;
        padding-top: 100%;
        -webkit-background-size: cover;
        background-size: cover; }
      .recent .image > div {
        border-radius: 50%; }
    .recent .title {
      margin-left: 80px;
      font-size: 18px;
      line-height: 100%;
      margin-bottom: 10px;
      color: #222;
      font-weight: bold;
      font-family: EB Garamond;
      margin-left: 0; } }

.videos {
  border-bottom: 1px solid #000; }
  @media all and (min-width: 1180px) {
    .videos > * {
      padding-bottom: 15px; }
    .videos .image {
      width: 100%;
      position: relative;
      /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
      background: #ddd;
      margin-bottom: 10px; }
      .videos .image > * {
        width: 100%;
        padding-top: 58%;
        -webkit-background-size: cover;
        background-size: cover; }
      .videos .image:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        background: url(assets/images/play.png) no-repeat center;
        -webkit-background-size: 40px;
        background-size: 40px;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: .5; }
      .videos .image:hover:after {
        opacity: 1; }
    .videos h3 {
      line-height: 100%;
      font-weight: 600;
      font-size: 18px; } }
  @media all and (max-width: 1179px) {
    .videos > *:nth-child(1) {
      border-top: 1px solid #fff; }
      .videos > *:nth-child(1) .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        padding: 20px;
        background: #000; }
        .videos > *:nth-child(1) .image > * {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
        .videos > *:nth-child(1) .image:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          display: block;
          background: url(assets/images/play.png) no-repeat center;
          -webkit-background-size: 80px;
          background-size: 80px;
          width: 80px;
          height: 80px;
          margin-left: -40px;
          margin-top: -40px;
          opacity: .5; }
        .videos > *:nth-child(1) .image:hover:after {
          opacity: 1; }
      .videos > *:nth-child(1) h3 {
        line-height: 100%;
        font-weight: 600;
        font-size: 23px;
        padding: 20px; }
    .videos > *:nth-child(n+2) {
      border-top: 1px solid #000;
      padding: 20px; }
      .videos > *:nth-child(n+2):after {
        display: block;
        clear: both;
        content: ' '; }
      .videos > *:nth-child(n+2) .image {
        width: 50%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .videos > *:nth-child(n+2) .image > * {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
        .videos > *:nth-child(n+2) .image:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          display: block;
          background: url(assets/images/play.png) no-repeat center;
          -webkit-background-size: 40px;
          background-size: 40px;
          width: 40px;
          height: 40px;
          margin-left: -20px;
          margin-top: -20px;
          opacity: .5; }
        .videos > *:nth-child(n+2) .image:hover:after {
          opacity: 1; }
      .videos > *:nth-child(n+2) h3 {
        line-height: 100%;
        font-weight: 600;
        font-size: 23px;
        margin-left: 50%;
        padding-left: 15px; } }

.partners a {
  color: #535353; }
  .partners a:hover, .partners a:hover strong {
    color: #f25156; }
@media all and (min-width: 1180px) {
  .partners {
    /*
            .image { 
                @include image-div(75px, 86%);
                float: left;
            }
    */ }
    .partners .article {
      padding-bottom: 10px; }
      .partners .article:after {
        display: block;
        clear: both;
        content: ' '; }
    .partners .article + .article {
      border-top: 1px solid #000;
      padding-top: 10px; }
    .partners .title {
      /*margin-left: 85px;*/
      font-family: "EB Garamond", serif;
      font-size: 19px;
      line-height: 100%;
      font-weight: bold; } }
@media all and (max-width: 1179px) {
  .partners .article {
    padding-bottom: 10px; }
    .partners .article:after {
      display: block;
      clear: both;
      content: ' '; }
  .partners .article + .article {
    border-top: 1px solid #000;
    padding-top: 10px; }
  .partners .title {
    font-family: "EB Garamond", serif;
    font-size: 22px;
    line-height: 100%;
    font-weight: bold; } }

.also a {
  color: #535353;
  color: #000; }
  .also a:hover, .also a:hover strong {
    color: #f25156; }
@media all and (min-width: 1180px) {
  .also .article {
    padding-bottom: 10px; }
    .also .article:after {
      display: block;
      clear: both;
      content: ' '; }
  .also .article + .article {
    border-top: 1px solid #000;
    padding-top: 10px; }
  .also .title {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    line-height: 100%;
    font-weight: bold; } }
@media all and (max-width: 1179px) {
  .also .article {
    padding-bottom: 10px; }
    .also .article:after {
      display: block;
      clear: both;
      content: ' '; }
  .also .title {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    line-height: 100%;
    font-weight: bold; } }

/*
@mixin fade-white($height: 50px) {
position: relative;
&::after {
display: block;
position: absolute;
-webkit-background-size: auto;
background-size: auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABGCAYAAADmf0VeAAAAbklEQVQoU+3QkRZCQQAFwN1zsizMnmVhlmVhloVZFmZZFmZZmGVZmGVhlmXBjeYDnmfDU5N0SimlJulCD/rQwACGMIIxTGAKM5jDApawgjVsYAs72MMBjnCCM1zgCje4wwOe8II3fOAL+SNpn/ADBJEF0TYL1gUAAAAASUVORK5CYII=);
margin-top: - $height;
height: $height;
bottom: 0;
width: 100%;
content: ' ';
}
}*/
.burger {
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 5px;
  top: 24px;
  background: url(assets/images/burger.png) no-repeat center; }
  @media (min-width: 1180px) {
    .burger {
      display: none; } }

header {
  background: #ссс; }
  header .logo {
    border-left: 4px solid #000;
    display: block;
    float: left;
    background: url(assets/images/logo.png?sdf) no-repeat 18px;
    -webkit-background-size: 206px 80px;
    background-size: 206px 80px;
    width: 235px;
    height: 85px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  @media (min-width: 1180px) {
    header {
      padding-top: 30px !important;
      height: 158px;
      border-bottom: 10px solid #000; } }
  @media (max-width: 1179px) {
    header {
      height: 110px; }
      header .container {
        padding-top: 18px; }
      header .logo {
        margin-left: 1px;
        /*width: 363px;
        height: 75px;*/
        /*margin-top: 16px;*/ } }

footer {
  position: relative;
  text-align: center; }
  @media all and (min-width: 1180px) {
    footer {
      height: 175px;
      border-top: 2px solid #888; }
      footer .share-buttons-container {
        padding-top: 20px; }
        footer .share-buttons-container:before {
          font-family: sans-serif;
          font-size: 13px;
          position: absolute;
          left: 50%;
          display: block;
          width: 160px;
          margin-top: -32px;
          margin-left: -80px;
          content: 'поделиться в соцсетях';
          text-align: center;
          background: #fff; } }
  @media all and (max-width: 1179px) {
    footer {
      height: 120px; }
      footer .share-buttons-container {
        padding-top: 40px;
        text-align: center; } }

.tag {
  color: #f25156;
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal; }

.slide {
  margin-bottom: 1em; }
  .slide img {
    max-width: 100%; }
  @media all and (max-width: 1179px) {
    .slide {
      margin: -20px -20px 1em; } }

.next-posts a, .show-more {
  margin: 25px auto; }
  @media all and (min-width: 1180px) {
    .next-posts a, .show-more {
      display: block;
      width: 32%;
      padding: 20px;
      text-transform: uppercase;
      border: 1px solid #ccc;
      text-decoration: none;
      color: #888;
      text-align: center;
      margin-bottom: 20px; } }
  @media all and (max-width: 1179px) {
    .next-posts a, .show-more {
      display: block;
      overflow: hidden;
      width: 52px;
      height: 52px;
      white-space: nowrap;
      text-indent: 100%;
      background: url(assets/images/more.png); } }

/*
.scroll
{
    display: block;

    height: 40px;
    margin-bottom: 20px;

    background: url(assets/images/scroll.png) no-repeat center;

    @media all and (min-width: 600px)
    {
        display: none;
    }
}
*/
h1.section-header {
  text-transform: uppercase; }

.section-header {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 10px;
  padding-top: 10px; }
  @media (min-width: 1180px) {
    .section-header {
      margin: -15px;
      padding: 15px;
      font-size: 33px;
      font-weight: bold;
      color: #000;
      height: 61px;
      border-bottom: 1px solid #000;
      margin-bottom: 15px; }
      .section-header.small {
        padding: 18px 15px 0;
        font-size: 27px; }
      .section-header.big {
        text-transform: uppercase; } }
  @media all and (max-width: 1179px) {
    .section-header {
      text-decoration: none;
      text-transform: uppercase;
      margin: 15px 0 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      border-top: 10px solid #000; } }

@media (min-width: 1180px) {
  .box {
    position: relative;
    padding: 15px;
    border: 1px solid #f4f3f4;
    box-shadow: 3px 3px 5px #ddd; }
    .box:after {
      display: block;
      clear: both;
      content: ' '; }
    .box hr {
      border-top: 1px solid #000; }
    .box:before {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      border-top: 10px solid #000; } }
@media (max-width: 1180px -1px) {
  .box {
    padding: 15px 0; } }

.article-single {
  position: relative; }
  .article-single img {
    width: 100%; }
  .article-single h1 {
    font-weight: normal;
    left: 0px;
    top: 0px;
    right: 0;
    margin-top: 0;
    color: #000;
    line-height: 90%;
    text-transform: uppercase; }
  .article-single h4 {
    color: #222;
    font-size: 30px;
    line-height: 110%; }
  @media all and (max-width: 1179px) {
    .article-single {
      padding: 20px; } }

.similar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000; }
  @media all and (min-width: 1180px) {
    .similar .article {
      padding: 7.5px;
      overflow: hidden; }
      .similar .article:nth-child(n-4) {
        flex-basis: 33.3333333333%; }
      .similar .article:nth-child(n+4) {
        flex-basis: 25%; }
    .similar .image {
      width: 100%;
      position: relative;
      /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
      background: #ddd;
      margin-bottom: 10px; }
      .similar .image > * {
        width: 100%;
        padding-top: 58%;
        -webkit-background-size: cover;
        background-size: cover; }
    .similar .title {
      font-family: "EB Garamond", serif;
      font-size: 22px;
      line-height: 110%;
      font-weight: normal; } }

/*Slot types*/
.reverse {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media all and (max-width: 1179px) {
    .reverse > *:nth-child(1) {
      order: 2; }
    .reverse > *:nth-child(2) {
      order: 1; } }

.tag {
  padding-top: 0;
  color: #434343;
  font-family: sans-serif;
  font-style: italic;
  font-size: 15px;
  text-decoration: underline; }

/*Layout*/
.rubrica .article {
  position: relative;
  padding-left: 0; }
  @media all and (min-width: 1180px) {
    .rubrica .article:first-child {
      padding-bottom: 10px;
      display: block;
      border-bottom: 1px solid #222;
      background: url(assets/images/more.png) right bottom no-repeat;
      background-position: 99% 99%; }
      .rubrica .article:first-child .tag {
        display: none; }
      .rubrica .article:first-child .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        margin-bottom: 10px; }
        .rubrica .article:first-child .image > * {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
      .rubrica .article:first-child h3 {
        font-size: 32px;
        line-height: 90%;
        margin-bottom: .5em;
        font-size: 48px; }
      .rubrica .article:first-child p {
        /*@include lines(7, 20px, 24px);*/
        margin-bottom: 10px;
        font-family: "EB Garamond", serif;
        font-size: 20px;
        line-height: 24px; }
    .rubrica .article:nth-child(n+2) {
      padding: 0 30px 20px;
      position: relative;
      display: block;
      background: url(assets/images/more.png) right bottom no-repeat;
      background-position: 97% 90%; }
      .rubrica .article:nth-child(n+2):after {
        display: block;
        clear: both;
        content: ' '; }
      .rubrica .article:nth-child(n+2) .image {
        width: 200px;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        float: left; }
        .rubrica .article:nth-child(n+2) .image > * {
          width: 100%;
          padding-top: 62%;
          -webkit-background-size: cover;
          background-size: cover; }
      .rubrica .article:nth-child(n+2) .inner {
        /*@include lines(6, 18px, $lh);*/ }
      .rubrica .article:nth-child(n+2) h3 {
        font-size: 32px;
        line-height: 90%;
        margin-bottom: .5em;
        margin-left: 220px;
        font-size: 28px;
        line-height: 21px;
        margin-bottom: 21px; }
      .rubrica .article:nth-child(n+2) p {
        font-family: "EB Garamond", serif;
        margin-left: 220px;
        line-height: 21px;
        margin-bottom: 0;
        font-size: 20px; }
    .rubrica .article:nth-child(n+3):before {
      content: ' ';
      position: absolute;
      left: 30px;
      right: 30px;
      top: 0;
      border-top: 1px solid #000; } }
  @media all and (max-width: 1179px) {
    .rubrica .article:first-child {
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid #222; }
      .rubrica .article:first-child .text {
        padding: 10px 20px 20px; }
      .rubrica .article:first-child .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd;
        margin-bottom: 10px; }
        .rubrica .article:first-child .image > * {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
      .rubrica .article:first-child h3 {
        font-size: 32px;
        line-height: 90%;
        margin-bottom: .5em;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 110%; }
      .rubrica .article:first-child p {
        font-family: "EB Garamond", serif;
        line-height: 110%;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 22px; }
    .rubrica .article:nth-child(n+2) {
      position: relative;
      padding-bottom: 10px;
      display: block;
      margin-bottom: 10px; }
      .rubrica .article:nth-child(n+2) .inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap; }
      .rubrica .article:nth-child(n+2) h3 {
        font-size: 32px;
        line-height: 90%;
        margin-bottom: .5em;
        order: 1;
        padding: 0;
        color: #222;
        margin-bottom: 15px;
        flex-basis: 100%; }
      .rubrica .article:nth-child(n+2) .img {
        order: 2;
        flex-basis: 210px; }
      .rubrica .article:nth-child(n+2) .image {
        width: 100%;
        position: relative;
        /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
        background: #ddd; }
        .rubrica .article:nth-child(n+2) .image > * {
          width: 100%;
          padding-top: 73%;
          -webkit-background-size: cover;
          background-size: cover; }
      .rubrica .article:nth-child(n+2) p {
        flex: 1;
        order: 3;
        padding-left: 20px;
        font-family: "EB Garamond", serif;
        margin-bottom: 0; }
    .rubrica .article:nth-child(n+3):before {
      content: ' ';
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0;
      border-top: 1px solid #000; } }
.rubrica .article + .article {
  padding-top: 15px; }

/*
.arrows {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 75px;
    height: 27px;
    background: url(assets/images/arrows.png);
}*/
.news-theme {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px; }
  @media all and (min-width: 1180px) {
    .news-theme > .article {
      overflow: hidden;
      position: relative;
      padding: 0 7.5px; }
      .news-theme > .article:nth-child(-n+3) {
        flex-basis: 33.3333333333%;
        padding-bottom: 15px; }
        .news-theme > .article:nth-child(-n+3) .image {
          width: 100%;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd; }
          .news-theme > .article:nth-child(-n+3) .image > * {
            width: 100%;
            padding-top: 58%;
            -webkit-background-size: cover;
            background-size: cover; }
        .news-theme > .article:nth-child(-n+3) h3 {
          font-size: 18px;
          line-height: 18px;
          position: relative;
          padding: 10px;
          margin-bottom: 0;
          overflow: hidden;
          z-index: 2; }
          .news-theme > .article:nth-child(-n+3) h3 span {
            display: block;
            height: 56px;
            overflow: hidden; }
          .news-theme > .article:nth-child(-n+3) h3.overlay {
            margin-top: -75px;
            height: 75px;
            background: rgba(0, 0, 0, 0.3);
            color: #fff !important; }
      .news-theme > .article:nth-child(n+4) {
        flex-basis: 25%; }
        .news-theme > .article:nth-child(n+4) .image {
          width: 100%;
          position: relative;
          /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
          background: #ddd;
          margin-bottom: 10px; }
          .news-theme > .article:nth-child(n+4) .image > * {
            width: 100%;
            padding-top: 58%;
            -webkit-background-size: cover;
            background-size: cover; }
        .news-theme > .article:nth-child(n+4) h3 {
          font-size: 18px;
          line-height: 100%;
          margin-bottom: 10px;
          color: #222;
          font-weight: bold;
          font-size: 18px;
          line-height: 20px;
          height: 60px;
          margin: 0;
          padding: 0;
          overflow: hidden; } }
  @media all and (max-width: 1179px) {
    .news-theme {
      /* border-top: 10px solid #000;
       padding-top: 20px;*/
      margin: -10px 0 0; }
      .news-theme > .article {
        /*&:nth-child(3) { border-bottom: 10px solid #000; }*/ }
        .news-theme > .article:nth-child(1) {
          padding: 10px 0;
          /*    border-top: 1px solid #000;
          */
          flex-basis: 100%; }
          .news-theme > .article:nth-child(1):after {
            display: block;
            clear: both;
            content: ' '; }
          .news-theme > .article:nth-child(1) .image {
            width: 100%;
            position: relative;
            /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
            background: #ddd;
            float: left; }
            .news-theme > .article:nth-child(1) .image > * {
              width: 100%;
              padding-top: 71%;
              -webkit-background-size: cover;
              background-size: cover; }
          .news-theme > .article:nth-child(1) h3 {
            line-height: 100%; }
        .news-theme > .article:nth-child(2), .news-theme > .article:nth-child(3) {
          padding: 10px 0;
          border-top: 1px solid #000;
          display: block;
          flex-basis: 100%; }
          .news-theme > .article:nth-child(2):after, .news-theme > .article:nth-child(3):after {
            display: block;
            clear: both;
            content: ' '; }
          .news-theme > .article:nth-child(2) .image, .news-theme > .article:nth-child(3) .image {
            width: 100%;
            position: relative;
            /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
            background: #ddd;
            float: left; }
            .news-theme > .article:nth-child(2) .image > *, .news-theme > .article:nth-child(3) .image > * {
              width: 100%;
              padding-top: 62%;
              -webkit-background-size: cover;
              background-size: cover; }
          .news-theme > .article:nth-child(2) h3, .news-theme > .article:nth-child(3) h3 {
            line-height: 100%; }
        .news-theme > .article:nth-child(n+4) {
          overflow: hidden;
          padding: 0 7.5px 15px;
          flex-basis: 50%; }
          .news-theme > .article:nth-child(n+4) .image {
            width: 100%;
            position: relative;
            /*background: #bebebe url(assets/images/preload.png) no-repeat center;*/
            background: #ddd;
            margin-bottom: 10px; }
            .news-theme > .article:nth-child(n+4) .image > * {
              width: 100%;
              padding-top: 69%;
              -webkit-background-size: cover;
              background-size: cover; }
          .news-theme > .article:nth-child(n+4) h3 {
            line-height: 100%; } }

.addtoany_content {
  clear: both;
  margin: 16px 0; }

.addtoany_header {
  margin: 0 0 16px; }

.addtoany_list {
  display: inline;
  line-height: 16px; }

.addtoany_list a, .widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle; }

.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline; }

.addtoany_list a span {
  display: inline-block;
  float: none; }

.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px; }

.addtoany_list.a2a_kit_size_32 a > span {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.addtoany_list a > span {
  border-radius: 4px;
  display: inline-block;
  opacity: 1; }

.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top; }

.addtoany_list a:hover, .widget .addtoany_list a:hover {
  border: 0;
  box-shadow: none; }

.addtoany_list a:hover img, .addtoany_list a:hover span {
  opacity: .7; }

.addtoany_list a.addtoany_special_service:hover img, .addtoany_list a.addtoany_special_service:hover span {
  opacity: 1; }

.addtoany_special_service {
  display: inline-block;
  vertical-align: middle; }

.addtoany_special_service a, .addtoany_special_service div, .addtoany_special_service div.fb_iframe_widget, .addtoany_special_service iframe, .addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important; }

.addtoany_special_service iframe {
  display: inline;
  max-width: none; }

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
  display: none; }

a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto; }

/*Plugin CSS*/
.marque {
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  position: absolute;
  top: 19px;
  right: 0;
  left: 180px;
  height: 31.6875px;
  color: #fff15f;
  background: transparent; }

.str_wrap {
  font-family: 'Open Sans Condensed', sans-serif;
  top: 17px;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap; }

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move; }

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0; }

.str_vertical .str_move_clone {
  left: 0;
  top: 100%; }

.str_down .str_move_clone {
  left: 0;
  bottom: 100%; }

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%; }

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit; }

.str_wrap img {
  max-width: none !important; }

#hamburgerMenu {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  padding: 20px;
  padding-top: 50px;
  transition: all .2s;
  -ms-transform: translate(-100%, 0);
  /* IE 9 */
  -webkit-transform: translate(-100%, 0);
  /* Safari */
  transform: translate(-100%, 0); }
  #hamburgerMenu .close {
    position: absolute;
    display: block;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 10px;
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    background: url(assets/images/close-black.png);
    -webkit-background-size: cover;
    background-size: cover; }
  @media all and (min-width: 1180px) {
    #hamburgerMenu {
      display: none !important; } }
  #hamburgerMenu.visible {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Safari */
    transform: translate(0, 0); }

.share-buttons a {
  text-align: center;
  width: 30px;
  background: #ccc;
  height: 30px;
  display: inline-block;
  margin: 8px;
  border-radius: 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear; }
  .share-buttons a:hover {
    opacity: 1; }
.share-buttons i {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.share-buttons.share-transparent a {
  background: transparent;
  width: 30px;
  height: 30px;
  font-size: 16.5px;
  line-height: 30px;
  margin: 1px;
  opacity: .4; }
  .share-buttons.share-transparent a:hover {
    opacity: 1; }
.share-buttons.share-gray a {
  border-radius: 50%;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  opacity: 1;
  margin: 2px; }
  @media (min-width: 1180px) {
    .share-buttons.share-gray a {
      width: 30px;
      height: 30px;
      font-size: 16.5px;
      line-height: 30px; } }
  @media (max-width: 1179px) {
    .share-buttons.share-gray a {
      width: 30px;
      height: 30px;
      font-size: 16.5px;
      line-height: 30px; } }
  .share-buttons.share-gray a:hover {
    opacity: .5; }

.share-buttons-footer i {
  position: relative;
  background: #9f9f9f;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%); }
@media all and (min-width: 1180px) {
  .share-buttons-footer a {
    display: inline-block;
    margin: 0 10px;
    color: #626262;
    font-size: 20px; }
    .share-buttons-footer a:hover {
      color: #555; }
  .share-buttons-footer .label {
    font-size: 15px;
    font-family: sans-serif;
    vertical-align: top; } }
@media all and (max-width: 1179px) {
  .share-buttons-footer a {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18.7px;
    line-height: 34px; }
    .share-buttons-footer a:hover {
      color: #555; }
  .share-buttons-footer a {
    width: 44px;
    height: 44px;
    font-size: 24.2px;
    line-height: 44px;
    border-radius: 50%;
    border: 4px solid #000;
    margin: 0 4px;
    line-height: 37px; }
  .share-buttons-footer .label {
    display: none; } }

.search-form {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: sans-serif; }
  @media (max-width: 1179px) {
    .search-form {
      display: none; } }

.search input {
  text-align: left; }
.search form {
  margin: 0; }

header .search * {
  text-align: right; }

.search-result + .search-result {
  border-top: 1px solid #ccc !important; }

.ss-result__badge {
  display: none; }

.ss-search-form .ss-search-form__input input {
  margin: 0;
  width: 30px;
  line-height: 100%;
  height: 30px;
  color: #898989;
  transition: all .1s;
  border-color: #fff;
  background: no-repeat 100% 50%;
  background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat 100%;
  padding-right: 25px;
  -webkit-background-size: 24px;
  background-size: 24px;
  width: 30px; }
  .ss-search-form .ss-search-form__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #898989; }
  .ss-search-form .ss-search-form__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989; }
  .ss-search-form .ss-search-form__input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #898989; }
  .ss-search-form .ss-search-form__input input:-moz-placeholder {
    /* Firefox 18- */
    color: #898989; }
  .ss-search-form .ss-search-form__input input:focus {
    width: 170px;
    border-color: #ddd; }
.ss-search-form .ss-search-form__submit {
  display: none; }

.pagination {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .pagination li {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0; }
    .pagination li a {
      display: block;
      width: 30px;
      height: 30px;
      padding: 5px;
      font-family: "EB Garamond", serif;
      color: #ccc; }
    .pagination li.active a {
      color: #222; }

.mediametrics {
  font-size: 18px;
  line-height: 110%;
  border-top: 1px solid #000;
  padding-top: 40px;
  position: relative; }
  .mediametrics:before {
    top: 0;
    left: 0;
    position: absolute;
    content: ' ';
    display: block;
    width: 180px;
    height: 35px;
    background: #000 url(assets/images/mediametrics-white.png) 15px 5px no-repeat;
    -webkit-background-size: 150px;
    background-size: 150px; }
  .mediametrics .mm-body {
    height: inherit !important;
    width: 100% !important;
    font-family: "EB Garamond", serif;
    font-size: 18px !important; }
    .mediametrics .mm-body .mm-body__line a {
      font-weight: bold; }
      .mediametrics .mm-body .mm-body__line a:hover {
        text-decoration: none !important; }
    .mediametrics .mm-body .mm-body__line + .mm-body__line {
      border-top: 1px solid #222;
      padding: 10px 0 0 !important;
      display: block; }

/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url("../fonts/weathericons-regular-webfont.eot");
  src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal; }
.wi {
  display: block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px; }

.wi-day-cloudy-gusts:before {
  content: "\f000"; }

.wi-day-cloudy-windy:before {
  content: "\f001"; }

.wi-day-cloudy:before {
  content: "\f002"; }

.wi-day-fog:before {
  content: "\f003"; }

.wi-day-hail:before {
  content: "\f004"; }

.wi-day-lightning:before {
  content: "\f005"; }

.wi-day-rain-mix:before {
  content: "\f006"; }

.wi-day-rain-wind:before {
  content: "\f007"; }

.wi-day-rain:before {
  content: "\f008"; }

.wi-day-showers:before {
  content: "\f009"; }

.wi-day-snow:before {
  content: "\f00a"; }

.wi-day-sprinkle:before {
  content: "\f00b"; }

.wi-day-sunny-overcast:before {
  content: "\f00c"; }

.wi-day-sunny:before {
  content: "\f00d"; }

.wi-day-storm-showers:before {
  content: "\f00e"; }

.wi-day-thunderstorm:before {
  content: "\f010"; }

.wi-cloudy-gusts:before {
  content: "\f011"; }

.wi-cloudy-windy:before {
  content: "\f012"; }

.wi-cloudy:before {
  content: "\f013"; }

.wi-fog:before {
  content: "\f014"; }

.wi-hail:before {
  content: "\f015"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-rain-mix:before {
  content: "\f017"; }

.wi-rain-wind:before {
  content: "\f018"; }

.wi-rain:before {
  content: "\f019"; }

.wi-showers:before {
  content: "\f01a"; }

.wi-snow:before {
  content: "\f01b"; }

.wi-sprinkle:before {
  content: "\f01c"; }

.wi-storm-showers:before {
  content: "\f01d"; }

.wi-thunderstorm:before {
  content: "\f01e"; }

.wi-windy:before {
  content: "\f021"; }

.wi-night-alt-cloudy-gusts:before {
  content: "\f022"; }

.wi-night-alt-cloudy-windy:before {
  content: "\f023"; }

.wi-night-alt-hail:before {
  content: "\f024"; }

.wi-night-alt-lightning:before {
  content: "\f025"; }

.wi-night-alt-rain-mix:before {
  content: "\f026"; }

.wi-night-alt-rain-wind:before {
  content: "\f027"; }

.wi-night-alt-rain:before {
  content: "\f028"; }

.wi-night-alt-showers:before {
  content: "\f029"; }

.wi-night-alt-snow:before {
  content: "\f02a"; }

.wi-night-alt-sprinkle:before {
  content: "\f02b"; }

.wi-night-alt-storm-showers:before {
  content: "\f02c"; }

.wi-night-alt-thunderstorm:before {
  content: "\f02d"; }

.wi-night-clear:before {
  content: "\f02e"; }

.wi-night-cloudy-gusts:before {
  content: "\f02f"; }

.wi-night-cloudy-windy:before {
  content: "\f030"; }

.wi-night-cloudy:before {
  content: "\f031"; }

.wi-night-hail:before {
  content: "\f032"; }

.wi-night-lightning:before {
  content: "\f033"; }

.wi-night-rain-mix:before {
  content: "\f034"; }

.wi-night-rain-wind:before {
  content: "\f035"; }

.wi-night-rain:before {
  content: "\f036"; }

.wi-night-showers:before {
  content: "\f037"; }

.wi-night-snow:before {
  content: "\f038"; }

.wi-night-sprinkle:before {
  content: "\f039"; }

.wi-night-storm-showers:before {
  content: "\f03a"; }

.wi-night-thunderstorm:before {
  content: "\f03b"; }

.wi-celsius:before {
  content: "\f03c"; }

.wi-cloud-down:before {
  content: "\f03d"; }

.wi-cloud-refresh:before {
  content: "\f03e"; }

.wi-cloud-up:before {
  content: "\f040"; }

.wi-cloud:before {
  content: "\f041"; }

.wi-degrees:before {
  content: "\f042"; }

.wi-down-left:before {
  content: "\f043"; }

.wi-down:before {
  content: "\f044"; }

.wi-fahrenheit:before {
  content: "\f045"; }

.wi-horizon-alt:before {
  content: "\f046"; }

.wi-horizon:before {
  content: "\f047"; }

.wi-left:before {
  content: "\f048"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-night-fog:before {
  content: "\f04a"; }

.wi-refresh-alt:before {
  content: "\f04b"; }

.wi-refresh:before {
  content: "\f04c"; }

.wi-right:before {
  content: "\f04d"; }

.wi-sprinkles:before {
  content: "\f04e"; }

.wi-strong-wind:before {
  content: "\f050"; }

.wi-sunrise:before {
  content: "\f051"; }

.wi-sunset:before {
  content: "\f052"; }

.wi-thermometer-exterior:before {
  content: "\f053"; }

.wi-thermometer-internal:before {
  content: "\f054"; }

.wi-thermometer:before {
  content: "\f055"; }

.wi-tornado:before {
  content: "\f056"; }

.wi-up-right:before {
  content: "\f057"; }

.wi-up:before {
  content: "\f058"; }

.wi-wind-west:before {
  content: "\f059"; }

.wi-wind-south-west:before {
  content: "\f05a"; }

.wi-wind-south-east:before {
  content: "\f05b"; }

.wi-wind-south:before {
  content: "\f05c"; }

.wi-wind-north-west:before {
  content: "\f05d"; }

.wi-wind-north-east:before {
  content: "\f05e"; }

.wi-wind-north:before {
  content: "\f060"; }

.wi-wind-east:before {
  content: "\f061"; }

.wi-smoke:before {
  content: "\f062"; }

.wi-dust:before {
  content: "\f063"; }

.wi-snow-wind:before {
  content: "\f064"; }

.wi-day-snow-wind:before {
  content: "\f065"; }

.wi-night-snow-wind:before {
  content: "\f066"; }

.wi-night-alt-snow-wind:before {
  content: "\f067"; }

.wi-day-sleet-storm:before {
  content: "\f068"; }

.wi-night-sleet-storm:before {
  content: "\f069"; }

.wi-night-alt-sleet-storm:before {
  content: "\f06a"; }

.wi-day-snow-thunderstorm:before {
  content: "\f06b"; }

.wi-night-snow-thunderstorm:before {
  content: "\f06c"; }

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d"; }

.wi-solar-eclipse:before {
  content: "\f06e"; }

.wi-lunar-eclipse:before {
  content: "\f070"; }

.wi-meteor:before {
  content: "\f071"; }

.wi-hot:before {
  content: "\f072"; }

.wi-hurricane:before {
  content: "\f073"; }

.wi-smog:before {
  content: "\f074"; }

.wi-alien:before {
  content: "\f075"; }

.wi-snowflake-cold:before {
  content: "\f076"; }

.wi-stars:before {
  content: "\f077"; }

.wi-night-partly-cloudy:before {
  content: "\f083"; }

.wi-umbrella:before {
  content: "\f084"; }

.wi-day-windy:before {
  content: "\f085"; }

.wi-night-alt-cloudy:before {
  content: "\f086"; }

.wi-up-left:before {
  content: "\f087"; }

.wi-down-right:before {
  content: "\f088"; }

.wi-time-12:before {
  content: "\f089"; }

.wi-time-1:before {
  content: "\f08a"; }

.wi-time-2:before {
  content: "\f08b"; }

.wi-time-3:before {
  content: "\f08c"; }

.wi-time-4:before {
  content: "\f08d"; }

.wi-time-5:before {
  content: "\f08e"; }

.wi-time-6:before {
  content: "\f08f"; }

.wi-time-7:before {
  content: "\f090"; }

.wi-time-8:before {
  content: "\f091"; }

.wi-time-9:before {
  content: "\f092"; }

.wi-time-10:before {
  content: "\f093"; }

.wi-time-11:before {
  content: "\f094"; }

.wi-day-sleet:before {
  content: "\f0b2"; }

.wi-night-sleet:before {
  content: "\f0b3"; }

.wi-night-alt-sleet:before {
  content: "\f0b4"; }

.wi-sleet:before {
  content: "\f0b5"; }

.wi-day-haze:before {
  content: "\f0b6"; }

.wi-beafort-0:before {
  content: "\f0b7"; }

.wi-beafort-1:before {
  content: "\f0b8"; }

.wi-beafort-2:before {
  content: "\f0b9"; }

.wi-beafort-3:before {
  content: "\f0ba"; }

.wi-beafort-4:before {
  content: "\f0bb"; }

.wi-beafort-5:before {
  content: "\f0bc"; }

.wi-beafort-6:before {
  content: "\f0bd"; }

.wi-beafort-7:before {
  content: "\f0be"; }

.wi-beafort-8:before {
  content: "\f0bf"; }

.wi-beafort-9:before {
  content: "\f0c0"; }

.wi-beafort-10:before {
  content: "\f0c1"; }

.wi-beafort-11:before {
  content: "\f0c2"; }

.wi-beafort-12:before {
  content: "\f0c3"; }

.wi-wind-default:before {
  content: "\f0b1"; }

.wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

.wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg); }

.wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  transform: rotate(105deg); }

.wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg); }

.wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg); }

.wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  transform: rotate(255deg); }

.wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  transform: rotate(295deg); }

.wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg); }

.wi-moon-new:before {
  content: "\f095"; }

.wi-moon-waxing-cresent-1:before {
  content: "\f096"; }

.wi-moon-waxing-cresent-2:before {
  content: "\f097"; }

.wi-moon-waxing-cresent-3:before {
  content: "\f098"; }

.wi-moon-waxing-cresent-4:before {
  content: "\f099"; }

.wi-moon-waxing-cresent-5:before {
  content: "\f09a"; }

.wi-moon-waxing-cresent-6:before {
  content: "\f09b"; }

.wi-moon-first-quarter:before {
  content: "\f09c"; }

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d"; }

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e"; }

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f"; }

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0"; }

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1"; }

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2"; }

.wi-moon-full:before {
  content: "\f0a3"; }

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4"; }

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5"; }

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6"; }

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7"; }

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8"; }

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9"; }

.wi-moon-3rd-quarter:before {
  content: "\f0aa"; }

.wi-moon-waning-crescent-1:before {
  content: "\f0ab"; }

.wi-moon-waning-crescent-2:before {
  content: "\f0ac"; }

.wi-moon-waning-crescent-3:before {
  content: "\f0ad"; }

.wi-moon-waning-crescent-4:before {
  content: "\f0ae"; }

.wi-moon-waning-crescent-5:before {
  content: "\f0af"; }

.wi-moon-waning-crescent-6:before {
  content: "\f0b0"; }

@font-face {
  font-family: 'BLOKK';
  src: url("../BLOKKNeue-Regular/BLOKKNeue-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../BLOKKNeue-Regular/BLOKKNeue-Regular.woff2") format("woff2"), url("../BLOKKNeue-Regular/BLOKKNeue-Regular.woff") format("woff"), url("../BLOKKNeue-Regular/BLOKKNeue-Regular.ttf") format("truetype"), url("../BLOKKNeue-Regular/BLOKKNeue-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
body {
  font-family: "Open Sans Condensed", sans-serif; }

.blokk, .blokk * {
  font-family: "BLOKK" !important;
  color: #ccc !important; }

@media (min-width: 1180px) {
  a:hover h3 {
    color: #f25156; }
  a:hover .intro {
    color: #222; } }
.page-404 * {
  text-align: center; }
.page-404 h3 {
  line-height: 100%;
  margin-bottom: 1em; }

h1, h2, h3, h4 {
  font-family: "EB Garamond", serif; }

* {
  box-sizing: border-box;
  margin: 0; }

a {
  line-height: inherit; }

.page-id-homepage {
  min-width: 1220px; }
  .page-id-homepage .container {
    /*padding: 0;*/ }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

@media all and (min-width: 1180px) {
  .phone-only {
    display: none; } }

@media (max-width: 1179px) {
  .desktop-only {
    display: none; } }

.iframe {
  position: relative;
  padding-top: 56%;
  background: #222; }
  .iframe iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*# sourceMappingURL=theme.css.map */
