/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800");
/*
@font-face {
  font-family: 'Muli';
  src: url('../fonts/muli_regular_400.eot');
  src: url('../fonts/muli_regular_400.eot?#iefix') format('embedded-opentype'),
       url('../fonts/muli_regular_400.woff2') format('woff2'),
       url('../fonts/muli_regular_400.woff') format('woff'),
       url('../fonts/muli_regular_400.svg#Muli') format('svg');
  font-weight: normal;
  font-style: normal;

}*/
@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/FrutigerLTStd-Roman.otf"); }

@font-face {
  font-family: 'FrutigerBold';
  src: url("../fonts/FrutigerLTStd-Bold.otf"); }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }
  .row .columns {
    float: left;
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    width: calc(100% - 40px); }
    @media only screen and (min-width: 768px) {
      .row .columns {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px; } }
    @media only screen and (min-width: 1024px) {
      .row .columns {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px; } }
    .row .columns-6 {
      float: left;
      margin-bottom: 40px;
      margin-right: 0;
      margin-left: 0;
      width: calc(100% - 40px); }
      @media only screen and (min-width: 768px) {
        .row .columns-6 {
          width: calc(50% - 40px);
          margin-right: 20px;
          margin-left: 20px; } }
      @media only screen and (min-width: 1024px) {
        .row .columns-6 {
          width: calc(50% - 40px);
          margin-right: 20px;
          margin-left: 20px; } }

/* 
 * $name: animation name
 * $n: number of elements to fade
 * $a: fade duration
 * $b: crossfade duration
*/
@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%; }
  50% {
    background-position: 96% 100%; }
  100% {
    background-position: 5% 0%; } }

@-moz-keyframes gradient {
  0% {
    background-position: 5% 0%; }
  50% {
    background-position: 96% 100%; }
  100% {
    background-position: 5% 0%; } }

@-o-keyframes gradient {
  0% {
    background-position: 5% 0%; }
  50% {
    background-position: 96% 100%; }
  100% {
    background-position: 5% 0%; } }

@keyframes gradient {
  0% {
    background-position: 5% 0%; }
  50% {
    background-position: 96% 100%; }
  100% {
    background-position: 5% 0%; } }

.crossfade {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0; }

.crossfade > figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  opacity: 0; }
  @media only screen and (min-width: 480px) {
    .crossfade > figure {
      height: 100%; } }

/*/// Add Gap between the boxes
///
/// @author Sascha Fuchs
///
/// @group core - cssgrid
///
/// @param   {list}    $boxes - List with box sizes
/// @param   {string}  $gap - Optional column gap*/
.single .main-content {
  /* @media only screen and (min-width: $breakpoint-tablet) {
            main{
                width:60%;
                margin-left:10%;
            }
        }*/ }
  .single .main-content main article {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 20px; }
    @media only screen and (min-width: 1024px) {
      .single .main-content main article {
        padding: 40px; } }
    .single .main-content main article ol > li, .single .main-content main article ul > li {
      margin-bottom: 10px; }

.main-body-wrapper .post-title {
  padding: 20px 0;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .main-body-wrapper .post-title {
      padding: 40px 0; } }
  .main-body-wrapper .post-title h1 {
    font-size: 2.8em;
    line-height: 0.9em;
    margin: 0 0 10px 0; }
  .main-body-wrapper .post-title h2 {
    font-family: "Frutiger", Verdana, sans-serif;
    text-transform: none;
    margin: 10px 0 0 0;
    line-height: 1.0em;
    font-size: 18px; }
  .main-body-wrapper .post-title a {
    text-decoration: underline; }
  .main-body-wrapper .post-title .post-meta {
    display: block;
    margin-top: 5px; }

.main-body-wrapper .post-hero {
  display: block;
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 60vh;
  overflow: hidden;
  color: #FFFFFF;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin-top: 0; }
  .main-body-wrapper .post-hero:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0; }
  .main-body-wrapper .post-hero .main-logo, .main-body-wrapper .post-hero [class^='main-logo-'] {
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 20%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, black 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 20%, rgba(0, 0, 0, 0) 100%); }
  .main-body-wrapper .post-hero .post-title {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    max-width: none;
    background-color: transparent;
    z-index: 3;
    padding: 20px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .main-body-wrapper .post-hero .post-title h1 {
      padding: 0; }
    .main-body-wrapper .post-hero .post-title a, .main-body-wrapper .post-hero .post-title h1, .main-body-wrapper .post-hero .post-title h2, .main-body-wrapper .post-hero .post-title p {
      color: #FFFFFF; }
    .main-body-wrapper .post-hero .post-title h1, .main-body-wrapper .post-hero .post-title h2, .main-body-wrapper .post-hero .post-title p {
      display: block; }
    @media only screen and (min-width: 1024px) {
      .main-body-wrapper .post-hero .post-title {
        padding: 40px; } }
    .main-body-wrapper .post-hero .post-title:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: transparent; }
  @media only screen and (min-width: 1024px) {
    .main-body-wrapper .post-hero {
      margin-top: -195px; }
      .main-body-wrapper .post-hero:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.99) 95%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.99) 95%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.99)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.99) 95%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.99) 95%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.99) 95%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
