/* ==========================================================================
Global Styles
========================================================================== */

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #FFF;
    color: #0E0E0E;
    /*letter-spacing: 0.05;*/
    font-family: 'etica', sans-serif;
    line-height: 28px;
    font-size: 18px;
}

.loading {
    padding: 13px 0;
}

.loader {
  display: inline-block;
  width: 39px;
  height: 39px;
  position: relative;
  border: 4px solid #0E0E0E;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #0E0E0E;
  animation: loader-inner 2s infinite ease-in;
}

.best-list .loader {
    width: 26px;
    height: 26px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.transition {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
}
.social-links{
    line-height: 26px;
}

.page-overlay {
    position: fixed;
    bottom: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    /*background-color: transparent;*/
    z-index: 50;
}

.page-overlay.active {
    bottom: 0;
}

a {
    color: #0E0E0E;/*
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;*/
}

a:hover, a:focus, a.hover {
    color: #333399;
    text-decoration: underline;
}

a:hover svg *, a:focus svg *, a:hover svg, a:focus svg {
    fill: #333399;
}

.agenda-text a, .link-underline a {
    text-decoration: underline;
}

/*.word-break, a {
  -ms-word-break:   break-all;

  word-break:       break-word;
  word-wrap:        break-word;

  -webkit-hyphens:  auto;
     -moz-hyphens:  auto;
          hyphens:  auto;
}*/

img {
    max-width: 100%;
    max-height: 100%;
}

svg {
    /*width: 100%;*/
    height: 100%;
    display: block;
}

i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    margin: 0 0 26px;
}

.fs-14{
    font-size: 14px;
}

h1, .h1 {
    font-size: 2em;
}
h2, .h2 {
    font-size: 36px;
    line-height: 43px;
    margin: 16px 0;
    letter-spacing: 0.036em;
}
h3, .h3 {
    font-size: 18px;
    letter-spacing: 0.018em;
}

.tinymce-output h3, .h3 {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.032em;
    font-weight: 600;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.75em;
}

p {
    margin: 0 0 26px;
    letter-spacing: 0.016em;
}

input:focus, button:focus, button:active {
    outline: 0;
}

i.x {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}

i.x:before, i.x:after {
    content: '';
    position: absolute;
    left: 7px;
    height: 15px;
    width: 2px;
    background-color: #0E0E0E;
}

i.x:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
}

i.x:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
}

hr {
  border-color: #0D2366;
  margin: 0 0 26px 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid #0e0e0e;
    white-space: nowrap;
    padding: 1px 8px 0;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.032em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.btn-link {
    color: #0E0E0E;
    font-weight: normal;
    border-radius: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn:hover i.x:before, .btn:hover i.x:after {
    background-color: #fff;
}

.btn-default {
    color: #0e0e0e;
    border-color: #0e0e0e;
    background-color: transparent;
}

.btn-default.active {
    color: #fff;
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    letter-spacing: 0.032em;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {
    color: #333399;
    background-color: transparent;
    border-color: #333399;
}

.btn-default:active, .btn-default.active, .btn-default.active:focus, .btn-default:active:focus, .btn-default.active:hover, .btn-default:active:hover {
    color: #fff;
    background-color: #333399;
    border-color: #0E0E0E;
}

.btn-primary {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #0e0e0e;
    background-color: #FFF;
    border-color: #FFF;
}

.form-control {
    display: block;
    width: 100%;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 26px;
    color: #0e0e0e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0e0e0e;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control:focus {
    border-color: #0e0e0e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder{color:#0e0e0e !important;opacity:1; font-weight: 400; text-transform: uppercase;}
.form-control:-ms-input-placeholder{color:#0e0e0e !important; font-weight: 400; text-transform: uppercase;}
.form-control::-webkit-input-placeholder{color:#0e0e0e !important; font-weight: 400; text-transform: uppercase;}

@media screen and (max-width:1200px){

}


@media screen and (max-width:991px){
    h2, .h2 {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.032em;
    }

}

@media screen and (max-width:767px){

    .container {
        padding-left: 26px;
        padding-right: 26px;
    }

    h2, .h2 {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.026em;
    }

    h3, .h3 {
        font-size: 16px;
        letter-spacing: 0.016em;
    }

    p, ol, ul {
        font-size: 16px;
        letter-spacing: 0.014em;
    }
    .word-break, a, h2 {
        -ms-word-break:   break-all;
        overflow-wrap: break-word;
        word-break:       break-word;
        word-wrap:        break-word;

        -webkit-hyphens:  auto;
        -moz-hyphens:  auto;
        hyphens:  auto;
        -ms-hyphens: auto;

    }

}

/* ==========================================================================
Header
========================================================================== */

header {
    margin-bottom: 26px;
    position: relative;
    z-index: 50;
}

.header-white header * {
    border-color: #FFF;
    color: #FFF;
    fill: #FFF;
}

.header-white header nav>a:hover {
    /*color: #333399;*/
}

.header-white header .search-input:focus {
    /*background-color: #fff;*/
    color: #fff;
}

.header-white header .search-input:focus::-moz-placeholder{opacity: 1; color: #fff;}
.header-white header .search-input:focus:-ms-input-placeholder{opacity: 1; color: #fff;}
.header-white header .search-input:focus::-webkit-input-placeholder{opacity: 1; color: #fff;}

.archive header {
    background-color: #fff;
}

.logo-wrap {
    border-right: 1px solid;
    border-bottom: 1px solid;
    margin-right: -15px;
}

#logo {
    display: block;
    padding: 50px 0;
}

#logo svg {
    height: 78px;
    max-width: 100%;
    display: block;
}

/*#logo * {
    -webkit-transition: fill 0.5s;
    -moz-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
}*/

.header-white #logo svg * {
  fill: #fff;
}

nav {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    margin-left: -15px;
}

nav>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 26px 26px 25px;
    display: block;
    float: left;
}

nav>a:first-child {
    padding-left: 52px;
}

.nav-toggle {
    padding: 13px 26px 13px 0px;
    cursor: pointer;
    display: block;
    height: 78px;
    width: 52px;
    padding: 26px 0 26px 26px;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 3px;
    background: #0E0E0E;
}

.header-white header .nav-toggle span, .header-white header .nav-toggle span:before, .header-white header .nav-toggle span:after {
    background-color: #fff;
}

.nav-toggle span {
    top: 38px;
}
.nav-toggle span:before {
    top: -11px;
}
.nav-toggle span:after {
    top: 11px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.lang-select {
    position: absolute;
    right: 0;
    top: 0;
    padding: 26px 13px;
    border-left: 1px solid #0E0E0E;
}

.lang-item.current {
    font-weight: 700;
}

.mo-holder {
    height: 26px;
    position: absolute;
    right: 32px;
    top: 27px;
    overflow: hidden;
}

.search-holder {
    position: relative;
}

.search-holder.active .search-input-holder {
    background-color: #fff;
}

.search-input-holder {
    position: absolute;
    left: 0;
    right: 120px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.search-input {
    border: none;
    width: 100%;
    line-height: 52px;
    font-size: 26px;
    font-weight: 600;
    padding: 26px 52px;
    background-color: transparent;
    text-transform: uppercase;
}

.search-btn {
    font-size: 26px;
    line-height: 26px;
    padding: 37px 39px;
    border-right: 1px solid;
    border-left: 1px solid;
    display: block;
    position: relative;
    z-index: 3;
}

.search-btn svg {
    height: 26px;
}

.search-focused .search-btn {
    border-left: none;
}

.search-input::-moz-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase; opacity: 0;}
.search-input:-ms-input-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase; opacity: 0;}
.search-input::-webkit-input-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase; opacity: 0;}

.search-input:focus::-moz-placeholder{opacity: 1;}
.search-input:focus:-ms-input-placeholder{opacity: 1;}
.search-input:focus::-webkit-input-placeholder{opacity: 1;}


.search-ajax-results-holder {
    position: absolute;
    background-color: #fff;
    padding: 13px 26px;
    border: 2px solid;
    left: -1px;
    right: -1px;
    top: 78px;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.search-ajax-results-holder.active {
    opacity: 1;
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
    z-index: 1;
}

.search-holder .search-ajax-results-holder {
    right: 15px;
    top: 100px;
}

.best-label {
    font-size: 12px;
    letter-spacing: 0.024em;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.best-item {
    border-top: 1px solid;
    padding: 13px 0 0;
    min-height: 78px;
}

.best-item-img {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.best-item-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.016em;
    margin-bottom: 13px;
    padding-left: 65px;
}

.best-all {
    padding: 26px 0 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid
}

.header-white .search-ajax-results-holder * {
    border-color: #0E0E0E;
    color: #0E0E0E;
    fill: #0E0E0E;
}

.header-white .search-ajax-results-holder a:hover {
    color: #333399;
}

.search-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
}

.search-overlay.active {
    z-index: 3;
    opacity: 1;
}

.page-title {
    word-wrap: break-word;
}

.post-type-archive-realizacje .search-btn {
    visibility: hidden;
}

.post-type-archive-realizacje .search-input-holder {
    right: 15px;
    border-right: 1px solid #0E0E0E;
}

.post-type-archive-realizacje .search-input {
    visibility: hidden;
}

@media screen and (max-width:1200px){
    /*header {
        margin-bottom: 0;
    }*/

    .logo-wrap {
        margin-right: -30px;
    }

    nav {
        margin-left: 0;
    }

    .search-input-holder {
        left: 15px;
    }

    .search-holder .search-ajax-results-holder {
        right: 15px;
        left: 14px;
    }
}


@media screen and (max-width:991px){

    .logo-wrap {
        border-bottom: none;
        float: left;
        padding-right: 26px;
    }

    #logo {
        padding: 24px 0;
        float: left;
    }

    #logo svg {
        height: 52px;
    }

    nav {
        border-left: 1px solid;
    }

    nav>a:first-child {
        padding-left: 39px;
    }

    .search-input-holder {
      left: -60px;
    }

    .search-holder .search-ajax-results-holder {
        left: -62px;
    }

    .lang-select {
        padding-top: 25px;
    }

    nav>a {
        padding: 26px 13px 25px 26px;
    }
}

@media screen and (max-width:767px){

    /*header {
        margin-bottom: -26px;
    }*/

    .logo-wrap {
        border: none;
    }

    #logo {
        padding: 20px 0;
    }

    #logo svg {
        height: 38px;
    }

    .topbar {
        position: relative;
    }

    .logo-holder, .menu-toggle-holder {
        z-index: 1001;
        background-color: transparent;
    }

    .menu-holder {
        position: absolute;
        z-index: 1000;
        overflow: hidden;
        background-color: #fff;
        padding-bottom: 15px;
        /*-webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
        padding-top: 78px;
        padding-left: 26px;
        padding-right: 26px;
        left: -11px;
        right: -11px;
        top: 0;
    }

    .menu-holder.closed-xs {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .menu-holder.opened-xs {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .nav-xs-opened .logo-holder, .nav-xs-opened .menu-toggle-holder {
        /*background-color: #fff;*/
    }

    .nav-xs-opened.header-white .nav-toggle span:before, .nav-xs-opened.header-white .nav-toggle span:after {
        background: #0E0E0E;
    }

    .nav-xs-opened.header-white * {
        fill: #0E0E0E;
        color: #0E0E0E;
        border-color: #0E0E0E;
    }

    nav {
        border-width: 1px;
    }

    nav>a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      line-height: 52px;
      padding: 0 13px 0;
      display: block;
      float: none;
    }

    nav>a:first-child {
        padding-left: 13px;
    }

    .lang-select-xs {
        border-right: 1px solid #0E0E0E;
        padding: 13px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        letter-spacing: 0.018em;
    }

    .mo-holder {
        height: 51px;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        overflow: hidden;
        border: 1px solid;
        border-top: none;
        text-align: right;
        padding: 14px 13px;
    }

    .mo-holder svg {
        display: inline-block;
    }

    .search-xs-holder {
        border: 1px solid #0E0E0E;
        border-top: none;
        position: relative;
        height: 52px;
    }

    .search-xs-icon {
        font-size: 26px;
        line-height: 26px;
        height: 52px;
        width: 52px;
        padding: 13px;
        position: absolute;
        right: 0;
    }

    .search-xs-input {
        width: 100%;
        height: 100%;
        border: none;
        text-align: left;
        padding: 13px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.018em;
        text-transform: uppercase;
    }

    .search-xs-input::-moz-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase;}
    .search-xs-input:-ms-input-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase;}
    .search-xs-input::-webkit-input-placeholder{color:#0e0e0e; font-weight: 400; text-transform: uppercase;}

    .search-ajax-results-holder {
        top: 52px;
        left: -1px;
        right: -1px;
        border-left: 0;
        border-right: 0;
        padding-left: 13px;
        padding-right: 13px;
    }

    .best-item {
        min-height: 65px;
    }

    .best-item-img {
        width: 39px;
        height: 39px;
    }

    .best-item-title {
        font-size: 12px;
        letter-spacing: 0.024em;
        font-weight: 700;
        line-height: 16px;
        padding-left: 52px;
    }
}

/* ==========================================================================
Home page
========================================================================== */

.hpfeatured-section {
    margin-top: -210px;
    padding-top: 0;
    position: relative;
    z-index: 40;
    margin-bottom: 26px;
}

.hpfeatured-section, .hpfeatured-section .imgwide {
    height: 754px;
}

.hpfeatured-section .page-title {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0.036em;
}

.hpfeatured-section .imgwide.overlay-black:after {
    content: '';
    background: #000;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.hpfeatured-section .imgwide.overlay-white:after {
    content: '';
    background: #fff;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hpfeatured-section .imgwide.hover:after {
    content: '';
    background: #333399;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hpfeatured-section.no-image {
    height: auto;
}

.hpfeatured-section.no-image .hpfeatured-solid-bg {
    height: 364px;
}

.hpfeatured-section.no-image .page-title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0.056em;
}

.hpfeatured-section.no-image .hpfeatured-caption {
    bottom: auto;
    position: relative;
    margin-top: -74px;
}

.subpage-bgtitle-section.no-image .hpfeatured-caption {
    margin-top: -67px;
}

.hpfeatured-section.caption, .hpfeatured-section.caption .imgwide {
    height: 650px;
}

.hpfeatured-section.caption .page-title {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0.044em;
}

.subpage-bgtitle-section.no-image .page-title {
    font-size: 36px;
    line-height: 43px;
    margin: 16px 0;
    letter-spacing: 0.036em;
}

.hpfeatured-section.caption .page-caption {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.026em;
    font-weight: 600;
}

.promo-item {
    margin-bottom: 52px;
}

.promo-cat {
    padding: 26px 13px 0 13px;
    display: inline-block;
}

.hpfeatured-section .promo-cat {
    padding: 0 13px 0 0;
}

.promo-cat:hover .cat-date {
    background-color: #333399;
    border-color: #333399;
}

.promo-cat:hover .cat-btn {
    border-color: #333399;
    color: #333399;
}

.promo-link-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 390px;
    display: block;
    position: relative;
}

.promo-link-title {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.026em;
    font-weight: 700;
    display: block;
    padding: 18px 13px 0;
}

.promo-link-img:hover:after, .promo-link-img.hover:after {
    content: '';
    background: #333399;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
}

.promo-item p {
    padding: 13px 13px 0 13px;
    margin-bottom: 0;
}

.hpevents-item {
    border-top: 1px solid #0E0E0E;
}

.hpevents-label {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.024em;
    font-weight: 600;
    margin-bottom: 26px;
}

.hpevents-dates-holder {
    text-align: center;
    display: table;
    padding-top: 13px;
    padding-bottom: 13px;
}

.hpevents-title-holder {
    display: table;
    padding-top: 26px;
    padding-bottom: 26px;
}

.hpevents-dates-inner, .hpevents-title-inner {
    display: table-cell;
    vertical-align: middle;
}

.hpevents-title {
    margin: 0;
}

.hpevents-item .cat-date {
    margin-top: 12px;
}

.hpevents-date-start-day, .hpevents-date-end-day {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 26px;
}

.hpevents-date-start-month, .hpevents-date-end-month {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.032em;
    line-height: 16px;
}

.hpevents-date-connector {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -2px;
}

.hpevents-date-connector-hor {
    display: none;
}

.hpevents-item .cat-date:hover, .hpevents-item .cat-date:focus, .hpevents-item .cat-date:active, .hpevents-item .cat-date.active {
    color: #fff;
    background-color: #333399;
    border-color: #333399;
}

.hpevents-hub-link {
    font-weight: 600;
    font-size: 12px;
    padding: 26px;
    display: block;
    width: 100%;
    border-top: 1px solid #0E0E0E;
    border-bottom: 2px solid #0E0E0E;
    text-align: center;
}

.hprealizacje-section {
    background-color: #f7f7f7;
    padding: 0 0 26px;
    margin-top: 26px;
}

.hprealizacje-label {
    font-weight: 600;
    font-size: 32px;
    padding: 48px 0;
    letter-spacing: 0.032em;
    display: block;
    width: 100%;
    text-align: center;
}

.hprealizacje-hub-link {
    font-weight: 600;
    font-size: 12px;
    padding: 26px;
    display: block;
    width: 100%;
    text-align: center;
}

.hpabout-label {
    font-weight: 700;
    font-size: 16px;
    margin: 26px 0;
}

.hpabout-text {
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.026em;
    margin-bottom: 26px;
}

.hppromo-box-small .promo-link-img{
    height: 0;
    padding-bottom: 79%;
}

.hppromo-box-small .promo-link-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.018em;
}

.hppromo-wide .promo-link-img{
    height: 494px;
}

.hppromo-wide .promo-item {
    padding-bottom: 47px;
    margin-bottom: 26px;
    border-bottom: 1px solid #0E0E0E;
}

.hppromo-wide .promo-link-title {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.036em;
    padding-top: 18px;
}

.year-divider {
    padding-top: 20px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.032em;
    font-weight: 600;
    border-top: 1px solid #0E0E0E;
    text-align: center;
}

.header-white .hpfeatured-caption * {
    color: #fff;
    border-color: #fff;
}

.header-white .hpfeatured-caption .cat-date {
    background-color: #fff;
    color: #0E0E0E;
}

.header-white .hpfeatured-caption .promo-cat:hover .cat-date {
    background-color: #fff;
    color: #0E0E0E;
    border-color: #fff;
}

.header-white .hpfeatured-caption .promo-cat:hover .cat-btn {
    border-color: #fff;
    background-color: #fff;
    color: #0E0E0E;
}

.header-white .hpfeatured-caption .btn-default:hover {
    color: #0E0E0E;
    border-color: #fff;
    background-color: #fff;
}

.hpfeatured-caption {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    z-index: 10;
}

.eventhubpromo-section {
    margin-bottom: -52px;
}

@media screen and (max-width:1200px){
    .hpfeatured-section, .hpfeatured-section .imgwide {
        height: 624px;
    }

    .hpfeatured-section.caption, .hpfeatured-section.caption .imgwide {
        height: 600px;
    }

    .promo-link-img {
        height: 320px;
    }

    /*.hppromo-box-small .promo-link-img {
        height: 182px;
    }*/
}

@media screen and (max-width:991px){

    .hpfeatured-section .page-title {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: 0.036em;
    }

    .hpfeatured-section.no-image .page-title {
        font-size: 44px;
        line-height: 52px;
        letter-spacing: 0.044em;
    }

    .hpfeatured-section.no-image .hpfeatured-caption {
        margin-top: -68px;
    }

    .hpfeatured-section.caption .page-caption {
      font-size: 22px;
      line-height: 26px;
      letter-spacing: 0.022em;
    }

    .hppromo-wide .promo-link-title {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.032em;
    }

    .hppromo-wide .promo-link-img {
        height: 390px;
    }

    .promo-link-img {
        height: 390px;
    }

/*    .hppromo-box-small:nth-of-type(odd) .promo-item {
        margin-left: -15px;
        margin-right: 15px;
    }

    .hppromo-box-small:nth-of-type(even) .promo-item {
        margin-right: -15px;
        margin-left: 15px;
    }*/

    .hpabout-text {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.022em;
    }

    .hppromo-wide:nth-of-type(1) {
        padding-top: 0;
    }
}

@media screen and (max-width:767px){
    .hpfeatured-section {
        margin-top: -104px;
    }

    .hpfeatured-section, .hpfeatured-section .imgwide {
        height: 390px;
    }

    .hpfeatured-section .page-title {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 0.030em;
    }

    .hpfeatured-section.no-image {
        height: auto;
        margin-bottom: 0;
    }

    .hpfeatured-section.no-image .hpfeatured-solid-bg {
        height: 208px;
    }

    .hpfeatured-section.no-image .page-title {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.026em;
    }

    .hpfeatured-section.no-image .hpfeatured-caption {
        margin-top: -63px;
    }

    .hpfeatured-section.caption, .hpfeatured-section.caption .imgwide {
        height: 390px;
    }

    .hpfeatured-section.caption .page-title {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.026em;
    }

    .hpfeatured-section.caption .page-caption {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 0.018em;
    }

    .hpevents-title-holder {
        padding-top: 0;
        padding-bottom: 13px;
    }

    .hpevents-dates-holder {
        text-align: left;
        padding-bottom: 0;
    }

    .hpevents-date-start-day, .hpevents-date-end-day {
        font-size: 20px;
        letter-spacing: 0.020em;
        display: inline-block;
    }

    .hpevents-date-start-month, .hpevents-date-end-month {
        font-size: 10px;
        display: inline-block;
        vertical-align: 6px;
    }

    .hpevents-date-connector {
        display: none;
    }

    .hpevents-date-connector-hor {
        font-weight: 700;
        font-size: 21px;
        display: inline-block;
    }

    .promo-link-img, .hppromo-wide .promo-link-img, .hppromo-box-small .promo-link-img {
        height: 0;
        padding-bottom: 60%;
    }

    .hprealizacje-label {
        font-size: 26px;
        letter-spacing: 0.026em;
        line-height: 26px;
    }

    .hppromo-wide .promo-link-title {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.026em;
    }

    .hpevents-label {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.020em;
    }

    .hppromo-wide.current-year-wide .promo-link-img {
        margin-left: -26px;
        margin-right: -26px;
    }

    .hppromo-box-small:nth-of-type(odd) .promo-item {
        margin-left: 0;
        margin-right: 0;
    }

    .hppromo-box-small:nth-of-type(even) .promo-item {
        margin-right: 0;
        margin-left: 0;
    }

    .hppromo-wide:nth-of-type(1) {
        padding-top: 0;
        margin-top: -26px;
    }
}

@media screen and (max-width:560px){

    .hpfeatured-section.image, .hpfeatured-section.caption {
        height: auto;
        margin-bottom: 0;

    }

    .hpfeatured-section.image .imgwide {
        height: 260px;
    }

    .hpfeatured-section.caption .imgwide {
        height: 208px;
    }

    .hpfeatured-section.image .hpfeatured-caption {
        padding-top: 26px;
        position: relative;
        bottom: auto;
    }

    .hpfeatured-section.image .hpfeatured-caption .page-title, .hpfeatured-section.caption .hpfeatured-caption .page-title {
        margin-bottom: 0;
        padding-bottom: 21px;
        border-bottom: 1px solid #0E0E0E;
    }

    .subpage-bgtitle-section .page-title {
        border-bottom: 0 !important;
    }

    .header-white .hpfeatured-section.image .hpfeatured-caption * {
        color: #0E0E0E;
        border-color: #0E0E0E;
    }

    .header-white .hpfeatured-section.image .hpfeatured-caption .btn-default:hover {
        color: #fff;
        border-color: #0E0E0E;
        background-color: #0E0E0E;
    }

    .hpfeatured-section.no-image .hpfeatured-caption {
        padding-top: 0;
    }

    .hpfeatured-section.no-image .hpfeatured-caption .page-title {
        padding-bottom: 0;
        border-bottom: none;
    }

    .hpfeatured-section.caption .hpfeatured-caption {
        position: relative;
        bottom: auto;
        margin-top: -63px;
    }

    .hpevents-title {
        font-size: 16px;
    }

    .hppromo-section {
        padding-top: 52px;
    }

    .promo-link-img, .hppromo-wide .promo-link-img, .promo-link-img, .hppromo-box-small .promo-link-img {
        height: 208px;
    }

    .promo-link-title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.020em;
        padding-top: 0;
    }

    .promo-cat {
        padding: 16px 13px 12px 13px;
    }

    .promo-item {
        margin-bottom: 26px;
    }

    .promo-item p {
          padding: 8px 13px 0 13px;
    }

    .header-white .hpfeatured-caption .cat-date {
        background-color: #0E0E0E;
        color: #fff !important;
    }

    .header-white .hpfeatured-caption .promo-cat:hover .cat-date {
        background-color: #333399;
        border-color: #333399;
    }

    .header-white .hpfeatured-section.image .hpfeatured-caption .promo-cat:hover .btn-default {
        border-color: #333399;
        color: #333399;
        background-color: #fff;
    }

    .hppromo-wide .promo-link-title {
        padding-top: 0;
    }

    .hppromo-wide .promo-cat {
        padding: 26px 13px 22px 13px;
    }

    .hppromo-wide .promo-item p {
        padding: 16px 13px 0 13px;
    }

}

@media screen and (max-height: 800px){
    .hpfeatured-section, .hpfeatured-section .imgwide {
        max-height: 624px;
    }
}

@media screen and (max-height: 600px){
    .hpfeatured-section, .hpfeatured-section .imgwide {
        max-height: none;
    }
}

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

blockquote, blockquote * {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0.030em;
    font-weight: 600 !important;
    margin: 0 0 26px;
    position: relative;
}

blockquote:before {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    top: -12px;
    left: -16px;
    border-top: 4px solid #0E0E0E;
    border-left: 4px solid #0E0E0E;
}

figcaption {
    font-size: 12px;
    letter-spacing: 0.012em;
    position: relative;
    line-height: 16px;
    padding: 5px 0;
    opacity: 0.75;
}

figcaption:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 26px;
    height: 1px;
    background-color: #0E0E0E;
    opacity: 0.75;
}

.imgwide-section figcaption, .vidwide-section figcaption {
    margin-left: 30px;
}

.imgwide, .vidwide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    position: relative;
}

.vidwide {
    padding-bottom: 728px;
}

.vid-rwd .vidwide-img {
  height: 0;
  padding-bottom: 60%;
}

.vid-rwd .vidwide {
  padding-bottom: 60%;
}

.vid-play-btn {
    position: absolute;
    display: block;
    width: 156px;
    height: 156px;
    border: 2px solid #fff;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -78px;
    z-index: 10000;
    cursor: pointer;
}

.vid-play-btn .triangle{
    content: '';
    position: absolute;
    top: 26px;
    left: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 78px;
    border-color: transparent transparent transparent #fff;
}

.wysiwyg-container *:last-child {
    margin-bottom: 0;
}

.footer-section {
    padding-top: 52px;
}

.footer-row {
    border-top: 1px solid #0E0E0E;
    padding: 13px 0;
}

.footer-row:first-child {
    border-top: 2px solid #0E0E0E;
}

.logotypy .footer-row:last-child {
    border-bottom: 1px solid #0E0E0E;
}

.footer-label {
    font-size: 12px;
    letter-spacing: 0.032em;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-row h3 {
    font-weight: 600;
}

.footer-row h3, .footer-row p {
    margin-bottom: 0;
}

.partner-logo {
    display: inline-block;
    margin: 13px 52px 13px 0;
}

.partner-logo img {
    max-height: 60px;
    max-width: 120px;
}

.cc-row {
    margin-top: 52px;
}

.cc-logo {
    padding: 26px;
    border: 1px solid #0E0E0E;
}
.cc-logo>img {
    height: 26px;
}

.cc-text {
    border: 1px solid #0E0E0E;
    font-size: 12px;
    letter-spacing: 0.012em;
    line-height: 16px;
    padding: 23px 0 24px;
    padding-left: 30px;
    border-left: 0;
    margin-left: -30px;
}

.cc-holder-small {
    border: 1px solid #0E0E0E;
    font-size: 12px;
    letter-spacing: 0.012em;
    line-height: 16px;
    padding: 12px;
}

@media screen and (max-width: 991px){
    .cc-logo {
        padding: 34px;
    }

    .cc-text {
        padding: 23px 12px 24px 30px;
    }

}

@media screen and (max-width: 767px){
    .cc-logo {
        padding: 12px;
        border-bottom: none;
    }

    .cc-text{
        padding: 15px;
        padding-top: 0;
        border-top: none;
        margin-left: 0;
        border-left: 1px solid #0E0E0E;
    }
}

ul.medialab-style, .ev-meta-text ul, .tinymce-output ul {
    margin-left: -15px;
    padding-left: 1em;
}

ol.medialab-style, .ev-meta-text ol, .tinymce-output ol {
    margin-left: -10px;
}

ul.medialab-style, .ev-meta-text ul, .tinymce-output ul {
    list-style: none;
}

ul.medialab-style li:before, .ev-meta-text ul li:before, .tinymce-output ul li:before {
   content: "•";
   font-size: 1.5em;
   padding-right: 15px;
   vertical-align: -1px;
}

ul.medialab-style li, .ev-meta-text ul li, .tinymce-output ul li {
    padding-left: 15px;
    text-indent: -27px;
}

ol.medialab-style li, .ev-meta-text ol li, .tinymce-output ol li {
    padding-left: 10px;
}

ul.medialab-style, .tinymce-output ul, ol.medialab-style, .tinymce-output ol {
    padding-left: 0;
}

.ev-meta-text ul {
    padding-left: 19px;
}

.ev-meta-text ol {
    padding-left: 21px;
}

.ev-meta-text ul li, .ev-meta-text ol li {
    text-indent: 0;
}

/*ul.medialab-style li:before, .ev-meta-text ul li:before, .wysiwyg-container ul li:before {
    content: '\2014';
    padding-right: 10px;
}*/

.related-section {
    padding: 34px 0 52px;
    margin-top: 26px;
    background-color: #f7f7f7;
}

.related-label {
    font-size: 16px;
    letter-spacing: 0.016em;
    font-weight: 700;
    margin-bottom: 8px;
}

.related-biglabel {
    font-size: 32px;
    letter-spacing: 0.032em;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 31px;
}

footer .social-links {
    border-right: 1px solid #0E0E0E;
    border-bottom: 1px solid #0E0E0E;
    margin: 0 -30px 0 0;
    padding: 26px 0;
}

footer .social-links a {
    display: block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.012em;
}

/*mailchimp*/

.newsletter-signup-holder {
    margin-top: 77px;
    border: 1px solid #0E0E0E;
    border-left: none;
    margin-right: -15px;
    position: relative;
}

.mc-field-group input,.mc-field-group a {
    border: none;
    font-size: 18px;
    line-height: 78px;
    height: 78px;
    /*letter-spacing: 0.018em;*/
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 0 141px 0 26px;
}

.mc-field-group input:focus {
    border-color: #0e0e0e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mc-field-group input::-moz-placeholder{color:#0e0e0e !important; opacity:1; font-weight: 400; text-transform: uppercase;}
.mc-field-group input:-ms-input-placeholder{color:#0e0e0e !important; opacity:1; font-weight: 400; text-transform: uppercase;}
.mc-field-group input::-webkit-input-placeholder{color:#0e0e0e !important; opacity:1; font-weight: 400; text-transform: uppercase;}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input:-webkit-autofill:hover, textarea:-webkit-autofill:hover, select:-webkit-autofill:hover,
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.newsletter-signup-holder .input-focused .mc-field-group input::-moz-placeholder {
    opacity: 0.75;
}
.newsletter-signup-holder .input-focused .mc-field-group input:-ms-input-placeholder {
    opacity: 0.75;
}
.newsletter-signup-holder .input-focused .mc-field-group input::-webkit-input-placeholder {
    opacity: 0.75;
}

.subscribe-holder {
    position: absolute;
    right: 26px;
    bottom: 26px;
}

.subscribe-holder input {
    background-color: transparent;
    color: #0E0E0E;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.018em;
    border: none;
}

.subscribe-holder a {
    display: block;
    height: 26px;
}

.subscribe-holder a:hover * {
    fill: #333399;
}

.email-icon-left {
    position: absolute;
    left: 26px;
    bottom: 26px;
    height: 26px;
}

.footer-contact {
    margin-top: 77px;
    border: 1px solid #0E0E0E;
    border-left: none;
    margin-left: -15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    /*letter-spacing: 0.018em;*/
    padding: 26px;
    position: relative;
}

.footer-contact .contact-email {
    font-size: 16px;
    vertical-align: bottom;
    padding-left: 15px;
}

.ev-meta {
    float: left;
    margin: 0 52px 50px 0;
    width: 332px;
    margin-left: -96px;
}

.ev-meta-holder {
    border: 1px solid #0E0E0E;
    padding: 13px 26px;
}

.ev-meta-row {
    border-top: 1px solid #0E0E0E;
    margin-top: 12px;
    padding-top: 13px;
}

.ev-meta-row:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.ev-meta-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.032em;
}

.ev-meta h3 {
    margin: 0;
    font-weight: 600;
}

.ev-meta-text {
    font-size: 16px;
    letter-spacing: 0.016em;
}

.ev-meta-text ul, .ev-meta-text ol {
    margin: 0;
}

.ev-meta-text p {
    font-size: 16px;
    letter-spacing: 0.016em;
}

.ev-meta-link a {
    font-size: 16px;
    letter-spacing: 0.016em;
    line-height: 52px;
    background-color: #0E0E0E;
    color: #fff;
    font-weight: 600;
    height: 52px;
    display: block;
    text-align: center;
    margin-top: 26px;
    text-transform: uppercase;
}

.ev-meta-link a:hover {
    background-color: #333399;
    text-decoration: none;
}

.agenda-label {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.032em;
    font-weight: 600;
    margin-bottom: 52px;
    margin-top: 26px;
}

/*.agenda-item {
    border-top: 1px solid #0E0E0E;
    padding-top: 13px;
}*/

.agenda-content-inner {
    border-top: 1px solid #0E0E0E;
    padding-top: 15px;
}

.agenda-dates-holder {
    text-align: right;
}

.agenda-dates-holder h3 {
    margin: 0;
    /*border-top: 1px solid #0E0E0E;*/
    /*padding-top: 13px;*/
}

.agenda-title {
    margin-bottom: 0;
}

.agenda-text {
    margin-top: 21px;
}

.agenda-item .cat-btn {
    margin-bottom: 26px;
}

.prelegenci-label {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.032em;
    font-weight: 600;
    margin-bottom: 52px;
    margin-top: 26px;
}

.prelegent-header {
    padding-left: 30px;
    margin-bottom: 26px;
}

.prelegent-name {
    font-weight: 600;
    margin: 0;
}

.prelegent-subinfo {
    opacity: 0.75;
}

.prelegent-photo {
    margin-bottom: 26px;
}

.prelegent-item {
    margin-bottom: 26px;
}

.cat-date {
    color: #FFF;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    border-right: none;
}

.cat-date:hover {
    color: #fff;
}

.action-btns {
    padding: 13px 0;
    border-top: 1px solid;
    float: left;
}

.action-btns .share-pop-btn {
    display: block;
    height: 26px;
}

.action-btns .share-pop-btn svg {
    float: left;
}

.action-btns .share-pop-btn>span {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.032em;
    font-weight: 700;
    margin-left: 13px;
}

.share-pop-holder {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.share-pop-holder:first-child {
    margin-left: 0;
}

.share-popup {
    position: absolute;
    top: 39px;
    width: 312px;
    background-color: #0E0E0E;
    color: #fff;
    padding: 13px 0 0;
    z-index: 10;
    text-transform: uppercase;
}

.share-popup-head {
    padding: 0 26px 11px;
    letter-spacing: 0.018em;
}

.share-popup-close {
    float: right;
    color: #fff;
}

.share-popup-close i.x {
    height: 19px;
}

.share-popup-close i.x:before, .share-popup-close i.x:after {
    background-color: #fff;
    height: 18px;
}

.share-popup-close:hover {
    color: #333399;
    text-decoration: none;
}

.share-popup-close:hover i.x:before, .share-popup-close:hover i.x:after {
    background-color: #333399;
}

.share-popup-item {
    display: block;
    border-top: 1px solid #fff;
    padding: 11px 26px 11px 58px;
    font-size: 12px;
    letter-spacing: 0.032em;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.share-popup-item:hover, .share-popup-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #333399;
}

.share-popup-item i {
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 14px;
}

.share-popup-link {
    padding: 11px 6px;
    font-size: 16px;
    letter-spacing: 0.016em;
    margin: 0 26px;
    background-color: #fff;
    color: #0E0E0E;
    text-transform: none;
    margin-bottom: 13px;
}

.link-to-copy {
    width: 100%;
    border: none;
}

.custom_iframe iframe {
  border: 0;
}

.agenda-dates-inner {
    border-top: 1px solid #0E0E0E;
    text-align: center;
    padding-top: 15px;
}

.agenda-date-start {
    border-top: 1px solid #0E0E0E;
    padding-top: 15px;
}

.agenda-date-start-day, .agenda-date-end-day {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 26px;
}

.agenda-date-start-month, .agenda-date-end-month {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.032em;
    line-height: 16px;
}

.agenda-date-connector {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -2px;
}

.agenda-date-connector-hor {
    display: none;
}

.agenda-date-start-day, .agenda-date-end-day {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 26px;
}

.agenda-date-start-month, .agenda-date-end-month {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.032em;
    line-height: 16px;
}

.agenda-godz-holder {
    margin-bottom: 4px;
}

.agenda-godz-start, .agenda-godz-koniec, .agenda-godz-connector {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 26px;
    display: inline-block;
}

.agenda-min-start, .agenda-min-koniec {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.032em;
    line-height: 16px;
    display: inline-block;
    vertical-align: 9px;
}


@media screen and (max-width:1200px){

    .imgwide, .vidwide-img {
        height: 416px;
    }

    .vidwide {
        padding-bottom: 416px;
    }

    .ev.-meta {
        width: 300px;
        margin-left: -81px
    }

}


@media screen and (max-width:991px){

    .newsletter-signup-holder {
        margin-top: 0;
        margin-right: 0;
    }

    .footer-contact {
        margin-top: 0;
        margin-left: 0;
        border-top: none;
        padding: 25px 26px;
    }

    blockquote, blockquote * {
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.026em;
    }

    .imgwide-section:nth-of-type(1) {
        padding-top: 0;
    }

}

@media screen and (max-width:767px){

    .agenda-dates-inner, .agenda-godz-holder {
        display: inline-block !important;
        margin: 0 0 6px;
        padding: 0;
        border-top: 0;
    }
    .mc-field-group input,.mc-field-group a {
        padding: 0 141px 0 13px;
        font-size: 16px;
    }

    .agenda-content-inner {
        border-top: 1px solid #0E0E0E;
    }

    .agenda-dates-inner {
        text-align: left;
    }

    .agenda-date-start {
        margin-bottom: 0;
        border-top: 0;
        padding-top: 0;
    }

    .agenda-date-start-day, .agenda-date-end-day {
        font-size: 20px;
        letter-spacing: 0.020em;
        display: inline-block;
    }

    .agenda-date-start-month, .agenda-date-end-month, .agenda-min-start, .agenda-min-koniec {
        font-size: 10px;
        display: inline-block;
        vertical-align: 6px;
    }

    .agenda-godz-start, .agenda-godz-koniec {
        font-size: 20px;
        letter-spacing: 0.020em;
        display: inline-block;
    }

    .agenda-date-connector-hor, .agenda-godz-connector {
        font-weight: 700;
        font-size: 21px;
        display: inline-block;
    }

    .agenda-godz-connector-vert {
        display: inline-block !important;
        font-size: 16px;
        letter-spacing: 0.016em;
        line-height: 16px;
        vertical-align: 3px;
    }

    ul.medialab-style li:before, .ev-meta-text ul li:before, .tinymce-output ul li:before {
        padding-right: 5px;
    }

    ul.medialab-style li, .ev-meta-text ul li, .tinymce-output ul li, ol.medialab-style li, .ev-meta-text ol li, .tinymce-output ol li {
        padding-left: 15px;
        text-indent: -17px;
    }

    ul.medialab-style, .tinymce-output ul, ol.medialab-style, .tinymce-output ol {
        margin-left: 0;
    }

    ol.medialab-style, .tinymce-output ol {
        padding-left: 16px;
    }

    ol.medialab-style li, .ev-meta-text ol li, .tinymce-output ol li {
        padding-left: 0;
        text-indent: 0;
    }

    .imgwide-section:nth-of-type(1) {
        margin-top: -26px;
    }

    .imgwide, .vidwide-img {
        height: 0;
        padding-bottom: 50%;
    }

    .vidwide {
        height: 0;
        padding-bottom: 50%;
    }

    .vid-play-btn {
        width: 78px;
        height: 78px;
        margin-top: -39px;
        margin-left: -39px;
    }

    .vid-play-btn .triangle {
        top: 13px;
        left: 19px;
        border-width: 25px 0 25px 39px;
    }

    blockquote, blockquote * {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.022em;
        margin-bottom: 0;
    }

    .related-label {
        font-size: 12px;
    }

    .related-biglabel {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0.026em;
        font-weight: 600;
        margin-bottom: 31px;
    }

    .newsletter-signup-holder {
        border-left: 1px solid #0E0E0E;
    }


    .mc-field-group input {
        font-size: 14px;
        line-height: 52px;
        height: 52px;
        padding: 0 90px 0 13px;
    }


    .subscribe-holder {
        bottom: 25px;
        right: 13px;
    }

    .subscribe-holder input {
        font-size: 14px;
        padding: 0;
    }

    .subscribe-holder a {
        height: 18px;
        position: absolute;
        right: 0;
        bottom: 6px;
    }

    .footer-contact {
        border-left: 1px solid #0E0E0E;
        font-size: 14px;
        font-weight: 400;
        padding: 13px 13px;
        display: flex;
        justify-content: space-between;
    }
    
    .mc-field-group a {
        padding-right: 0;
    }

    .footer-contact a {
        padding-left: 0;
    }

    footer .social-links {
        border-right: 1px solid #0E0E0E;
        border-bottom: 1px solid #0E0E0E;
        border-left: 1px solid #0E0E0E;
        padding: 13px 0;
        margin: 0;
    }

    footer .social-links a {
        display: inline-block;
        padding: 0 13px;
    }

    .ev-meta {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .ev-meta {
        margin-bottom: 26px;
    }

    .agenda-label, .prelegenci-label {
        margin: 26px 0 13px;
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0.026em;
    }

    .agenda-title {
        border-top: none;
        padding-top: 0;
    }

    .agenda-dates-holder {
        text-align: left;
    }

    .agenda-dates-holder .border-2px {
        border-width: 2px;
    }

    .agenda-date-start br {
        display: none;
    }

    .prelegent-photo {
        margin-bottom: 24px;
    }

    .prelegent-photo img {
        max-height: 104px;
    }

}

@media screen and (max-width:560px){

    .share-pop-holder {
        position: initial;
    }

    .share-popup {
        width: auto;
        top: 52px;
        left: -26px;
        right: -26px;
    }

    .share-pop-btn span  {
        display: none;
    }

}

@media screen and (max-width:767px){
    .creative-row{
        flex-direction: column;
    }
}

@media screen and (max-width:374px){
    .mc-field-group input,.mc-field-group a {

        font-size: 14px;
    }
}


/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #0e0e0e;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #0e0e0e;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}

/* ==========================================================================
slider general
========================================================================== */

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    padding: 6px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    border: 2px solid #0E0E0E;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-dot.active span, .owl-dot:hover span {
    border: 2px solid #0E0E0E;
    background-color: #0E0E0E;
}

/* ==========================================================================
slider-narrow
========================================================================== */

.narrow-slider-section {
    position: relative;
}

.slider-narrow .item-img {
    background-size: cover;
    width: 100%;
    height: 494px;
}


.slider-narrow .item .subpage-main-item-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 101;
    color: #FFF;
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.slider-narrow.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider-narrow-next, .slider-narrow-prev {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    background: #0E0E0E;
    text-indent: -9999px;
    border: none;
    outline: 0;
    top: 50%;
    margin-top: -13px;
    right: 0;
    z-index: 10000;
}

.slider-narrow-next .triangle{
    content: '';
    position: absolute;
    top: 13px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #fff;
}

.slider-narrow-prev {
    left: 0;
}

.slider-narrow-prev .triangle {
    content: '';
    position: absolute;
    top: 13px;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #fff transparent transparent;
}

@media screen and (max-width:991px){
    .slider-narrow .item-img {
        height: 0;
        padding-bottom: 50%;
    }
}

@media screen and (max-width:767px){

    .narrow-slider-section .container {
        margin: 0;
    }

    .narrow-slider-section .row>div {
        padding: 0;
    }

    .slider-narrow .item-img {
        height: 0;
        padding-bottom: 50%;
    }

    .slider-narrow .item figcaption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-narrow .item figcaption:after {
        left: 15px;
    }

    .slider-narrow-next, .slider-narrow-prev {
        width: 26px;
        height: 26px;
        margin-top: 0;
    }

    .slider-narrow-next .triangle {
        top: 7px;
        left: 10px;
        border-width: 6px 0 6px 10px;
    }

    .slider-narrow-prev .triangle {
        top: 7px;
        right: 10px;
        border-width: 6px 10px 6px 0;
    }
}

@media screen and (max-width:560px){
    .slider-narrow .item-img {
        height: 208px;
    }
}

/* ==========================================================================
slider-wide
========================================================================== */

.full-width-slider-section {
    position: relative;
}

.slider-wide a {
    display: block;
    position: relative;
}

.slider-wide .item {
    background-size: cover;
    width: 100%;
    height: 494px;
}


.slider-wide .item .subpage-main-item-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 101;
    color: #FFF;
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.slider-wide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider-wide-next, .slider-wide-prev {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    background: #0E0E0E;
    text-indent: -9999px;
    border: none;
    outline: 0;
    top: 50%;
    margin-top: -13px;
    right: 0;
    z-index: 10000;
}

.slider-wide-next .triangle{
    content: '';
    position: absolute;
    top: 13px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #fff;
}

.slider-wide-prev {
    left: 0;
}

.slider-wide-prev .triangle {
    content: '';
    position: absolute;
    top: 13px;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #fff transparent transparent;
}

@media screen and (max-width:991px){
    .slider-wide .item {
        height: 364px;
    }
}

@media screen and (max-width:767px){

    .full-width-slider-section .container {
        margin: 0;
    }

    .full-width-slider-section .row>div {
        padding: 0;
    }

    .slider-wide .item {
        height: 234px;
    }

    .slider-wide-next, .slider-wide-prev {
        width: 26px;
        height: 26px;
        margin-top: 0;
    }

    .slider-wide-next .triangle {
        top: 7px;
        left: 10px;
        border-width: 6px 0 6px 10px;
    }

    .slider-wide-prev .triangle {
        top: 7px;
        right: 10px;
        border-width: 6px 10px 6px 0;
    }
}

/* ==========================================================================
related-slider
========================================================================== */

.related-section {
    position: relative;
}

.slider-related.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider-related-next, .slider-related-prev {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    background: #0E0E0E;
    text-indent: -9999px;
    border: none;
    outline: 0;
    top: 180px;
    right: 0;
    z-index: 10000;
}

.slider-related-next .triangle{
    content: '';
    position: absolute;
    top: 13px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #fff;
}

.slider-related-prev {
    left: 0;
}

.slider-related-prev .triangle {
    content: '';
    position: absolute;
    top: 13px;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #fff transparent transparent;
}

.related-cat {
    padding: 13px 13px 8px 13px;
}

.related-link-title {
    font-size: 18px;
    letter-spacing: 0.018em;
    font-weight: 700;
    display: block;
    padding: 0 13px;
}

@media screen and (max-width: 1200px){
    .slider-related-next, .slider-related-prev {
        top: 194px;
    }
}

@media screen and (max-width:991px){
    .slider-related-next, .slider-related-prev {
        top: 214px;
    }
}

@media screen and (max-width:767px){

    .slider-related-next, .slider-related-prev {
        display: none;
    }

    .related-section {
        padding-bottom: 26px;
    }

    .related-section .item {
        padding-bottom: 26px;
    }
}

.slider-narrow-next:hover, .slider-narrow-prev:hover,
.slider-wide-next:hover, .slider-wide-prev:hover,
.slider-related-next:hover, .slider-related-prev:hover {
    background-color: #333399;
}

/* ==========================================================================
realizacje hub
========================================================================== */

.realizacje-hub-search {
    padding: 0;
    margin-top: -26px;
}

.hub-search {
    position: relative;
}

.hub-search-holder {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.hub-search-input-holder {
    float: left;
    width: 740px;
    position: relative;
    z-index: 11;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.hub-search-input {
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding: 26px;
    background-color: #fff;
    position: relative;
    border: none;
    z-index: 2;
}

.hub-search-input::-moz-placeholder{color:#0e0e0e !important;opacity:1; font-weight: 400; text-transform: uppercase; opacity: 0}
.hub-search-input:-ms-input-placeholder{color:#0e0e0e !important; font-weight: 400; text-transform: uppercase; opacity: 0}
.hub-search-input::-webkit-input-placeholder{color:#0e0e0e !important; font-weight: 400; text-transform: uppercase; opacity: 0}

.hub-search-input:focus::-moz-placeholder{opacity: 1;}
.hub-search-input:focus:-ms-input-placeholder{opacity: 1;}
.hub-search-input:focus::-webkit-input-placeholder{opacity: 1;}

.hub-search-btn, .hub-search-x {
    position: absolute;
    right: 26px;
    background-color: #fff;
    border: none;
    top: 26px;
    text-transform: uppercase;
    z-index: 11;
    padding-left: 0;
    padding-right: 0;
}

.hub-search-x i.x {
    height: 26px;
    width: 26px;
}

.hub-search-x i.x:before, .hub-search-x i.x:after {
    height: 26px;
    width: 3px;
    left: 12px;
}

.hub-search-x:hover i.x:before, .hub-search-x:hover i.x:after {
    background-color: #333399;
}

.hub-search-btn svg {
    display: inline-block;
    float: left;
    height: 26px;
    margin-right: 13px;
}

.hub-search-btn span {
    display: inline-block;
    float: left;
    font-weight: 600;
}

.hub-search-btn:hover, .hub-search-x:hover, .hub-search-btn:hover *, .hub-search-x:hover * {
    color: #333399;
    fill: #333399;
}

.hub-search-filter-btn {
    display: block;
    float: left;
    width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 26px 26px 25px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.hub-search-filter-btn:hover {
    background-color: #333399;
    color: #fff;
    border-color: #333399;
}

.hub-search-filter-btn.active {
    background-color: #0E0E0E;
    color: #fff;
    border-color: #0E0E0E;
}

.hub-search-filter-btn svg {
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    margin-right: 13px;
}

.hub-search-filter-btn:hover svg, .hub-search-filter-btn.active svg, .hub-search-filter-btn:hover svg *, .hub-search-filter-btn.active svg * {
    fill: #fff;
}

.hub-search-filter-btn span {
    vertical-align: middle;
}

.hub-search-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    z-index: 9;
    background-color: #fff;
    padding: 26px 26px 13px;
    border: 2px solid;
    border-top: 1px solid;
    z-index: 9;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.hub-search-select.active {
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hub-search-select .cat-btn {
    margin: 0 13px 13px 0;
}

.selected-filters {
    padding: 13px 26px 0;
}

.selected-filters-label, .clear-filters-btn-xs {
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    margin: 0 13px 13px 0;
}

.clear-filters-btn-xs {
    font-weight: 700;
}

.selected-filters-label span, .clear-filters-btn-xs span {
    vertical-align: middle;
}

.selected-filters .cat-btn {
    margin: 0 13px 13px 0;
}

.selected-filters .btn-default:hover, .selected-filters .btn-default:focus, .selected-filters .btn-default:active, .selected-filters .btn-default.active {
    color: #fff;
    background-color: #333399;
    border-color: #333399;
}

.cat-btn i {
    margin-left: 6px;
}

.clear-filters-btn {
    background-color: #0E0E0E;
    color: #fff;
}

.clear-filters-btn i.x:before, .clear-filters-btn i.x:after {
    background-color: #fff;
}

.sort-holder {
    text-align: right;
    margin-right: -13px;
    margin-top: -13px;
}

.sort-btn {
    background-color: #fff;
    border: none;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.032em;
    padding: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.sort-btn:hover {
    color: #333399;
}

.sort-btn.active {
    font-weight: 700;
}

.realizacje-masonry {
    margin: 0 -15px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.realizacje-hub-holder {
    position: relative;
    padding-top: 0;
    margin-bottom: -32px;
}

.realizacje-hub-holder .loading {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    text-align: center;
    z-index: 1;
    opacity: 0;
}

.produkt-cat {
    padding: 16px 13px 12px 13px;
}

.produkt-link-title {
    font-size: 18px;
    letter-spacing: 0.018em;
    font-weight: 700;
    display: block;
    padding: 0 13px;
}

.produkt-item {
    padding: 0 15px 0;
    margin-bottom: 32px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.produkt-sizer, .produkt-item {
    width: 25%;
}

.produkt-link-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    padding-bottom: 79%;
    position: relative;
}

.img-lista {
    height: auto;
    padding-bottom: 0;
}

.produkt-link-img img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.produkt-link-img img.opacity-0 {
    opacity: 0;
}

.produkt-link-img:hover:after, .produkt-link-img.hover:after {
    content: '';
    background: #333399;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.realizacje-append-holder {
    /*margin-top: 26px;*/
    text-align: center;
    position: relative;
    /*height: 65px;*/
}

.realizacje-append-btn {
    background-color: transparent;
    border: none;
    font-size: 12px;
    letter-spacing: 0.026em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 5;
}

.realizacje-append-btn svg {
    height: 52px;
    margin: 0 auto 0px;
}

.realizacje-append-btn:hover, .realizacje-append-btn:hover * {
    color: #333399;
    fill: #333399;
}

.realizacje-noresults-holder {
    margin-top: 78px;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 12px;
    letter-spacing: 0.026em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.realizacje-noresults-holder svg {
    height: 52px;
    margin: 0 auto 0px;
}

.back-to-hp {
    display: inline-block;
    padding: 26px 104px;
    border-top: 1px solid #0E0E0E;
}

@media screen and (max-width: 1200px){

    .hub-search-input-holder {
        width: 540px;
    }

    .produkt-sizer, .produkt-item {
        width: 33.33333333333333%;
    }
}

@media screen and (max-width: 991px){

    .hub-search-input-holder {
        width: 560px;
    }

    .hub-search-filter-btn {
        width: 80px;
    }

    .hub-search-filter-btn svg {
        margin: 0;
    }

    .hub-search-filter-btn span {
        display: none;
    }

    .produkt-sizer, .produkt-item {
        width: 50%;
        padding: 0 30px;
    }

    .realizacje-masonry {
        margin: 0 -30px;
    }
}

@media screen and (max-width: 767px){

    .hub-search {
        margin-right: -26px;
        margin-left: -26px;
    }

    .hub-search-input-holder {
        float: none;
        width: 100%;
        border-top: 1px solid;
    }

    .hub-search-input {
        padding: 13px;
    }

    .hub-search-btn, .hub-search-x {
        top: 13px;
        right: 13px;
    }

    .hub-search-btn span {
        display: none;
    }

    .hub-search-btn svg {
        margin: 0;
    }

    .hub-search-filter-btn {
        width: 50%;
        padding: 13px;
    }

    .hub-search-cats {
        border-left: 1px solid;
    }

    .hub-search-filter-btn span {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.018em;
    }

    .hub-search-filter-btn svg {
        height: 16px;
        margin-right: 6px;
    }

    .hub-search-select {
        top: 108px;
    }

    .selected-filters-label {
        font-size: 12px;
        letter-spacing: 0.018em;
        margin-left: 26px;
        margin-right: 0;
    }

    .clear-filters-btn-xs {
        font-size: 12px;
        letter-spacing: 0.018em;
        margin: 0 0 13px 26px;
    }

    .selected-filters {
        padding-left: 0;
        padding-right: 0;
    }

    .selected-filters .cat-btn {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0;
        padding: 11px 24px;
        border-top: 0;
        position: relative;
    }

    .selected-filters .cat-btn:nth-of-type(1) {
        border-top: 2px solid #0E0E0E;
    }

    .selected-filters .cat-btn:nth-of-type(1):hover {
        border-color: #333399;
    }

    .selected-filters .cat-btn i {
        position: absolute;
        top: 14px;
        right: 25px;
        margin: 0;
    }

    .sort-holder {
        margin-top: 0;
        margin-right: 13px;
    }
}

@media screen and (max-width: 560px){
    .produkt-sizer, .produkt-item {
        width: 100%;
    }
}

/* ==========================================================================
relatedevents hub
========================================================================== */

.relatedevents-section {
    background-color: #f7f7f7;
    padding: 0 0 26px;
    margin-top: 26px;
}

.relatedevents-label {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    padding: 48px 0;
    padding-left: 0;
    letter-spacing: 0.032em;
    display: block;
    width: 100%;
}

.relatedevents-masonry {
    margin: 0 -15px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.relatedevents-holder {
    position: relative;
}

.relatedevents-holder .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.relatedevent-cat {
    padding: 13px 13px 8px 13px;
}

.relatedevent-link-title {
    font-size: 18px;
    letter-spacing: 0.018em;
    font-weight: 700;
    display: block;
    padding: 0 13px;
}

.relatedevent-item {
    padding: 0 15px 26px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.relatedevent-sizer, .relatedevent-item {
    width: 33.33333333333333%;
}

.about-timeline-section {
    background-color: #f7f7f7;
    padding: 52px 0 26px;
}

.about-docs-section {
    padding-top: 39px;
}

.about-team-section {
    background-color: #f7f7f7;
    padding: 52px 0;
}

.about-header-section {
    margin-bottom: 0;
}

.about-header-section .page-title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0.036em;
}

.hpfeatured-section.no-image.about-header-section .hpfeatured-caption {
    margin-top: -48px;
}

.about-text-section .about-text {
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.026em;
    margin-bottom: 52px;
}

.timeline-label, .docs-label, .team-label {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.032em;
    font-weight: 600;
    margin-bottom: 52px;
}

.timeline-year {
    position: absolute;
    z-index: 10;
    left: -78px;
    top: 47px;
}

.timeline-year, .timeline-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.018em;
    text-transform: uppercase;
}

.timeline-title {
    font-weight: 600;
}

.timeline-box {
    padding: 26px 0 26px 39px;
    position: relative;
    z-index: 8;
    border-left: 2px solid #0E0E0E;
    margin-left: -15px;
}

.timeline-box:before, .timeline-box:after {
    content: '';
    position: absolute;
    z-index: 5;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0E0E0E;
    background-color: #f7f7f7;
    left: -9px;
    top: 52px;
}

.timeline-box:after {
    width: 20px;
    height: 20px;
    z-index: 4;
    border: none;
    border-radius: 0;
    width: 26px;
    height: 26px;
    z-index: 4;
    border: none;
    top: 47px;
    left: -14px;
}

.timeline-item {
    overflow: hidden;
}

.timeline-item:last-child .timeline-box:after {
    height: 100%;
}

.timeline-desc, .docs-desc {
    margin-top: 26px;
}

.timeline-desc p {
    margin: 0;
}

.timeline-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    height: 78px;
    margin-bottom: 26px;
}

.docs-label {
    margin-top: 13px;
}

.docs-title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.018em;
    text-transform: uppercase;
}

.docs-link {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.docs-box {
    margin-bottom: 52px;
}

.docs-icon {
    width: 52px;
    margin-top: 26px;
    float: right;
}

.team-member-box {
    padding: 26px 0;
    border-top: 1px solid #0E0E0E;
}

.team-member-box:last-child {
    border-bottom: 1px solid #0E0E0E;
}

.team-member-name {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.026em;
    font-weight: 600;
    margin: 0;
}

.team-member-email {
    margin: 0;
}

.team-member-email a {
    text-transform: uppercase;
    color: #333399;
}

@media screen and (max-width: 1200px){
    .relatedevent-sizer, .relatedevent-item {
        width: 50%;
    }

    .timeline-year {
        text-align: left;
        padding-right: 0;
    }

    .timeline-box {
        padding: 26px 0 26px 39px;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px){
    .relatedevent-sizer, .relatedevent-item {
        width: 50%;
    }

    .about-header-section .page-title {
        font-size: 48px;
        line-height: 64px;
        letter-spacing: 0.048em;
    }

    .hpfeatured-section.no-image.about-header-section .hpfeatured-caption {
        margin-top: -41px;
    }

    .about-text-section .about-text {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.022em;
        margin-bottom: 52px;
    }

}

@media screen and (max-width: 767px){
    .relatedevents-label {
      font-size: 26px;
      line-height: 26px;
      letter-spacing: 0.026em;
      font-weight: 600;
    }

    .about-team-section {
        margin-bottom: 0;
    }

    .about-header-section .page-title {
        font-size: 26px;
        line-height: 64px;
        letter-spacing: 0.048em;
    }

    .about-text-section .about-text {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.018em;
        margin-bottom: 26px;
    }

    .hpfeatured-section.no-image.about-header-section .hpfeatured-caption {
        margin-top: -37px;
    }

    .timeline-label, .docs-label, .team-label {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0.026em;
    }

    .timeline-year {
        left: -17px;
        font-size: 14px;
        letter-spacing: 0.014em;
        top: 39px;
    }

    .timeline-box:after {
        top: 39px;
    }

    .timeline-box {
        padding-left: 52px;
        margin-left: 17px;
    }

    .timeline-box:before {
        display: none;
    }

    .timeline-logo {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
        height: 52px;
        margin-bottom: 26px;
    }

    .timeline-desc {
        margin-top: 0;
    }

    .timeline-title, .docs-title {
        font-size: 16px;
    }

    .team-member-name {
        font-size: 22px;
    }

    .team-member-pos, .team-member-email {
        font-size: 16px;
    }

    .docs-icon {
        float: none;
        margin: 0 auto 26px;
    }
}

@media screen and (max-width: 560px){
    .relatedevent-sizer, .relatedevent-item {
        width: 100%;
    }

    .timeline-box {
        padding-left: 39px;
    }
}



/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 60px 0;
    background-color: #FFF;
    color: #0e0e0e;
}
footer p {
    color: #c7cacc;
    font-size: 12px;
}
footer ul {
    margin-top: 30px
}
footer li {
    float: left;
    margin-right: 15%;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer li a {
    color: #3f6184
}
footer li:last-child {
    margin-right: 0
}

.newsletter-btn {
    width: 100%;
}

.social-btn, .sq-btn {
  display: block;
  float: left;
  padding: 5px 6px;
  border: 1px solid #0e0e0e;
  font-size: 15px;
  margin-left: -1px;
}

.social-btn:first-child, .sq-btn:first-child {
    margin-left: 0;
}

.social-btn:hover, .sq-btn:hover {
    background-color: #0e0e0e;
    color: #fff;
}

.social-btn .fa, .sq-btn .fa {
    width: 24px;
    text-align: center;
}

.sq-btn {
    border: 3px solid #FFF;
    margin: 30px 30px 0 0;
}

.social-btn:hover, .sq-btn:hover {
    background-color: #0e0e0e;
    color: #FFF;
}

.sq-btn:hover {

}


/*Additional styles*/

section {
    padding: 26px 0 0;
}

.margin-t-0 {
    margin-top: 0 !important;
}

.margin-b-0 {
    margin-bottom: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-indent {
    text-indent: 30px;
}

strong {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.border-0 {
    border: 0;
}

.padding-0 {
    padding: 0;
}

/*mapa*/
.infoBox {
  padding: 10px;
  text-align: left;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);   */
  max-width: 450px;
  position: relative;
  min-width: 250px;
}

.popover-list-item:before {
    top: 12px;
    left: -26px;
    content: '\2014';
    position: absolute;
    pointer-events: none;
    font-size: 30px;
}

.infoBox * {
  font-size: 14px;
}

.infoBox .popover-list-item h4 span, .infoBox .popover-list-item h4 {
}

.issuuembed.issuu-isrendered {
    width: 100% !important;
}

@media screen and (max-width:1200px){

}
@media screen and (max-width:991px){

}

@media screen and (max-width:767px){


}

@media screen and (max-width:680px){

}
@media screen and (max-width:560px){
    .issuuembed.issuu-isrendered {
        height: 360px !important;
    }
}
@media screen and (max-width:465px){

    body {
        font-size: 14px;
    }

}

header path {
    fill: black;
}


#cookieconsent {
    background-color: #fff;
    padding: 32px;
    color: #000;
    position: fixed;
    bottom: calc(2vw);
    right: calc(2vw);
    z-index: 100000;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
}

#cookieconsent a {
    color: #fff;
}

.cookieconsent-text {
    float: left;
    height: 48px;
    line-height: 48px;
    margin-right: 16px;
}

.cookieconsent-text p {
    margin: 0;
}

@media screen and (max-width:767px) {
    #cookieconsent {
        text-align: center;
        padding: 16px;
        left: calc(2vw);
    }
    .cookieconsent-text {
        height: auto;
        line-height: 1.2em;        
        margin-right: 24px;
    }
    #cookieconsent * {
        float: none;
    }
}