@font-face {
  font-family: 'iph';
  src: url('../fonts/iph.eot?69231070');
  src: url('../fonts/iph.eot?69231070#iefix') format('embedded-opentype'),
       url('../fonts/iph.woff2?69231070') format('woff2'),
       url('../fonts/iph.woff?69231070') format('woff'),
       url('../fonts/iph.ttf?69231070') format('truetype'),
       url('../fonts/iph.svg?69231070#iph') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iph";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
    
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-linkedin:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-logout:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e807'; } /* '' */
.icon-wykop:before { content: '\e808'; } /* '' */
.icon-left-open-big:before { content: '\e818'; } /* '' */
.icon-right-open-big:before { content: '\e819'; } /* '' */
.icon-lock-open-alt:before { content: '\f075'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-lock-alt:before { content: '\f510'; } /* '' */

body {
    color: #0a2659;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: 300;
}
strong, b {
    font-weight: 700;
}
figure {
    margin: 0;
    font-size: 0;
}
figure img {
    display: block;
}
h1, h2, h3 {
    margin: 0;
    font-weight: 400;
}

.f-glegoo {
    font-family: 'Glegoo', serif;
}
.f0 {
    font-size: 0px;
}
a {
    text-decoration: none;
    color: #0a2659;
}
.orange, .orange a {
    color: #ff7133;
}
.orange a:hover {
    color: #0a2659;
}
.red {
    color: #D85058;
}
.blue {
    color: #0a2659;
}
.white a {
    color: #fff;
}
.ac {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.vc {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lh-max {
    line-height: 1.8;
}
@media screen and (min-width: 80em) {
    .w-38-l {
        width: 38.333333%;
    }
    .w-46-l {
        width: 46.666666%;
    }
    .w-61-l {
        width: 61.666666%;
    }
}
@media screen and (min-width: 100em) {
    .w-15-xl {
        width: 15%;
    }
    .w-38-xl {
        width: 38.333333%;
    }
    .w-46-xl {
        width: 46.666666%;
    }
    .w-20-xl {
        width: 20%;
    }
    .w-40-xl {
        width: 40%;
    }
    .w-60-xl {
        width: 60%;
    }
}
.break {
-ms-word-break: break-all;
     word-break: break-all;

/* Non standard for webkit */
     word-break: break-word;

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

.hover-txt {
    position: relative;
}
.hover-txt:hover:after, .active .hover-txt:after, .active.hover-txt:after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
}

/*paginator*/
.alphabet.alphabet-paginate a {
    position: relative;
}
.alphabet-paginate a:not(.arr):hover:after, .alphabet-paginate a.psel:after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
}
.arr:hover, .back:hover .pic {
    -webkit-animation: bounce 1.75s infinite;
    animation: bounce 1.75s infinite;
    -webkit-transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.arr-left {
    padding-right: 1rem !important;
}
.arr-right {
    padding-left: 1rem !important;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}


.t-grad, .hover-grad:hover, .active .hover-grad, .active.hover-grad, .alphabet-paginate a, #counter span {
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-grad, .btn-grad {
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
}
.section-wrapper {
    max-width: 1332px;
}

.rectangle {
    position: relative;
    /*display: block;*/
    overflow: hidden;
}
.rectangle:after {
    content: "";
    display: block;
    padding-bottom: 66.6666%;
}
.rectangle.square:after {
    padding-bottom: 80%;
}
.rectangle.notfound:after {
    padding-bottom: 25%;
}
.rectangle-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 48em) {
    .rectangle-collapse:after {
        display: none;
    }
    .rectangle-collapse .rectangle-content, .rectangle-collapse-m .ac {
        position: relative;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 80em) and (min-width: 48em) {
    .rectangle-collapse-m:after {
        display: none;
    }
    .rectangle-collapse-m .rectangle-content, .rectangle-collapse-m .ac {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
    }
    .rectangle.dn-sm {
        display: none;
    }
}
@media screen and (min-width: 48em) {
    .pv55-ns {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

/*slider logosy*/
.rec-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rec-slider {
    width: 100%;
    height: 100%;
}
.rec-slide {
    width: 100%;
    height: 100%;
}

.swiper-firmy .pic {
    max-width: 70%;
    max-height: 50%;
}
.logo-pic {
    position: absolute;
    top: 58%;
    left: 50%;
    
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*slider kalendarz*/
.calendar-label {
    
}

/*menu*/
.nav {
  /*background: #FFFFFF;*/
  display: none;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  display: block;
  vertical-align: middle;
}
.nav ul li a {
  position: relative;
  display: block;
  padding: 1.25rem 1.5rem;
  color: #0a2659;
  font-size: 1rem;
  text-decoration: none;
}



.nav ul ul li {
  display: block;
  width: 100%;
  margin: 0;
}
.nav ul ul li a {
  background: #FFFFFF;
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  color: #0a2659;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
}
.nav ul ul li a:hover {
    color: #0a2659;
}
@media screen and (max-width: 80em) {
    .nav ul li a {
        font-size: 1.25rem;
        display: inline-block;
    }
    .nav ul ul li a {
        text-align: center;
    }
    .nav ul ul {
        position: relative;
    }
    /*.nav ul li a {
        
        content: '';
        display: block;
        position: absolute;
        width: 15%;
        height: 3px;
        bottom: 0;
        left: 42.5%;
        background-color: #0a2659;
        z-index: 10;
    }
    .nav ul ul li a:after {
        display: none;
    }*/
}
@media screen and (min-width: 80em) {
    .nav ul ul {
        display: none;
        position: absolute;
        background: #FFFFFF;
        top: 100%;
        width: 200px;
        padding-bottom: 1rem;
        overflow: hidden;
    }
    .nav ul li {
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    .nav ul li a {
        padding: 2.125rem 1.5rem;
    }
    .nav ul li a:hover {
        /*color: #d84f59;*/
    }
    .nav ul ul {
        display: block;
        visibility: hidden; 
        opacity: 0;
        position: absolute;
        top: 99%;
        left: 0;
        transform: translateY(-30px);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s;
    }
    .nav ul li:hover > ul
    {
        display:block !important;
    }
    .nav ul li:hover > ul
    {
        visibility: visible;
        opacity: 1;
        z-index: -1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
}
/*koniec menu*/

.logo img {
    height: 80px;
    display: inline-block;
}

@media screen and (max-width: 80em) and (min-width: 48em) {
    .mobile-menu {
        position: absolute;
        top: 45px;
        right: 2rem;
    }
}
@media screen and (min-width: 80em) {
    .section-menu, #site-header, .logo, .nav {
        height: 86px;
    }
    .header-wrapper {
        display: table;
        margin: 0 auto;
    }
    .logo, .nav {
        display: table-cell !important;
        vertical-align: bottom;
    }
    .logo img {
        height: 60px;
        margin-bottom: 13px;
        display: block;
    }
}


/*hamburger*/
.mobile-btn {
    padding: 10px 16px;
}
.hamburger-menu {
  margin: auto;
  width: 20px;
  height: 18px;
  cursor: pointer;
}
.bar,
.bar:after,
.bar:before {
  width: 20px;
  height: 2px;
}
.bar {
  position: relative;
  transform: translateY(8px);
  background: white;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*headroom*/
@media screen and (min-width: 80em) {
    #site-header {
        position: fixed;
        top: 0;
        z-index: 99;
        background-color: #fff;
    }
    .headroom {
        will-change: transform;
        transition: transform 200ms linear;
    }
    .headroom--pinned {
        transform: translateY(0%);
    }
    .headroom--unpinned {
        transform: translateY(-100%);
    }
    #main-menu.headroom--not-top {
        
    }
}

/*header slider*/
.baner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.baner-grad {
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    z-index: 2;
}
.slide-img {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.message {
    left: 0;
    bottom: 8vw;
    font-family: 'Glegoo', serif;
    padding: 0 10vw 10vw 10vw;
}
.message h2 {
    font-size: 6.5vw;
    color: #fff;
}
.message div {
    color: #fff;
}
.grayscale {
    /*-webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);*/
    -webkit-filter: sepia(0.8);
    filter: sepia(0.8);
}
.h-header {
    height: 66.66666vw;
}
.h-half-header {
    height: 66.66666vw;
}
.header-f3 {
    font-size: 1.25rem;
}
.header-sygnet {
    position: absolute;
    top: 25%;
    left: 80%;
    z-index: 2;
    width: 75vw;
    height: auto;
}
.header-img-box {
    background-color: #0a2659;
    position: relative;
}
.header-img-box:after {
    content: '';
    display: block;
    background-color: #0a2659;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.bg-blue-trans {
    background-color: rgba(10,38,89,0.98);
}
.under {
    position: relative;
}
.under:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0a2659;
}

@media screen and (min-width: 32em) {
    .h-half-header {
        height: 33.33333vw;
    }
    .header-f4 {
        font-size: 3vw;
    }
    .header-f3 {
        font-size: 4vw;
    }
    .header-sygnet {
        top: 25%;
        left: 70%;
        width: 70vw;
    }
    .message {
        left: 0;
        bottom: 9vw;
        font-family: 'Glegoo', serif;
        padding: 0 25vw 0 4vw;
    }
    .message h2 {
        font-size: 5.5vw;
    }
}
@media screen and (max-width: 80em) and (min-width: 48em) {
    .h-header {
        height: 40vw;
    }
    .h-half-header {
        height: 22vw;
    }
    .header-f4 {
        font-size: 2vw;
    }
    .header-f3 {
        font-size: 2.4vw;
    }
    .header-sygnet {
        top: 20%;
        left: 70%;
        width: 50vw;
    }
    .message {
        left: 0;
        bottom: 7vw;
        font-family: 'Glegoo', serif;
        padding: 0 32vw 0 4vw;
    }
    .message h2 {
        font-size: 3.25vw;
    }
}
@media screen and (min-width: 80em) {
    .h-header {
        height: 30vw;
    }
    .h-half-header {
        height: 15vw;
    }
    .header-f4 {
        font-size: 1.25vw;
    }
    .header-f3 {
        font-size: 1.5vw;
    }
    .about:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #0a2659;
        top: 0;
        right: 0;
    }
    .header-sygnet {
        top: 18%;
        left: 70%;
        width: 37vw;
    }
    .message {
        left: 0;
        bottom: 6vw;
        font-family: 'Glegoo', serif;
        padding: 0 20vw 0 4vw;
    }
    .message h2 {
        font-size: 2.25vw;
    }
}

#main-slider .swiper-slide-active .subtitle {
  animation: fadeIn2 ease 1.2s;
  -webkit-animation: fadeIn2 ease 1.2s;
  -moz-animation: fadeIn2 ease 1.2s;
  -o-animation: fadeIn2 ease 1.2s;
  -ms-animation: fadeIn2 ease 1.2s;
}

#main-slider .swiper-slide-active .title {
  animation: fadeInLeft2 600ms both;
  -webkit-animation: fadeInLeft2 600ms both;
  -moz-animation: fadeInLeft2 600ms both;
  -o-animation: fadeInLeft2 600ms both;
  -ms-animation: fadeInLeft2 600ms both;
}


@keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes fadeIn2 {
  0% {
    opacity:0;
    
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-ms-keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeInLeft2 {
   0% {
    opacity: 0;
    transform: translateX(-50vmin)
  }
  50% {
    opacity:0;
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}



/*slider-wydarzenia*/
#wydarzenia-pagination {
    position: absolute;
    left: 0;
    bottom: auto;
    top: -4rem;
    z-index: 9999;
}
/*@media screen and (max-width: 48em) {
    .slider-wydarzenia.swiper-container {
        overflow: visible;
        margin-top: 2rem;
    }
    
}*/
@media screen and (min-width: 48em) {
    .h-defined {
        height: 390px;
        position: relative;
    }
    #wydarzenia-pagination {
        left: 0;
        bottom: 0;
        top: auto;
    }
}

.img-pagination .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: normal;
    opacity: 1;
    background: none;
    position: relative;
}
.img-pagination .swiper-pagination-bullet img {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: .3s;
	transition: .3s;
}
.img-pagination .swiper-pagination-bullet-active {
    color:#fff;
    background: none;
}
.img-pagination .swiper-pagination-bullet-active img {
    width: 21px;
    height: 21px;
    top: 0px;
    left: 0px;
}
.main-pagination .swiper-pagination-bullet {
    margin: 0 3px 0 3px;
}

/*article*/
.indicator, .spacer {
    width: 100%;
    position: relative;
}
.indicator:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #0a2659;
}
.spacer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #0a2659;
}
.more {
    position: relative;
}

.article ul {
    list-style-image: url('../images/li.svg');
    padding-left: 20px;
    margin: 1.5rem 0;
}
.section-3col .article ul {
    margin: 0;
}

.article ol {
    padding-left: 20px;
    margin: 1.5rem 0;
}
.columns {
    column-count: auto;
    column-gap: 2rem;
}

@media screen and (max-width:48em) {
    .btn-sm {
        /*.btn*/
        padding: 10px 20px;
        font-family: 'Glegoo', serif;
        border: none;
        cursor: pointer;
        /*.btn-round*/
        -webkit-border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        border-radius: 10px 0px 10px 0px;
        /*btn-grad*/
        color: #fff;
        font-weight: 400;
        background: #d74f59;
        background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
        background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    }
}

@media screen and (min-width:48em) {
    .columns {
        column-count: 2;
    }
    .more:before {
        content: '';
        display: block;
        position: absolute;
        top: 48%;
        right: 120%;
        width: 500%;
        height: 3px;
        background-color: #0a2659;
    }
    /*.btn-sm:hover {
        color: #fff;
        background: #d74f59;
        background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
        background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    }*/
}
@media screen and (min-width:60em) {
    .columns {
        column-count: 3;
    }
}

/*section-gallery*/
.section-gallery figure, .article-image figure, .section-duo figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hover01 figure .pic {
	width: 100%;
    
    -webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
/*.hover01 figure:hover .pic {*/
.hover01:hover .pic {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/*breadcrumbs*/
.breadcrumbs li + li:before {
    content: "/";
    color: #0a2659;
    margin: 0 0.75rem;
}

/*subpage*/
.section-header .draw-sygnet {
  width: 250px;
  height: auto;
}
.sygnet-wrap {
    width: 250px;
    top: 70%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.sygnet-wrap img {
    width: 250px;
}
.top-line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0a2659;
    top: 0;
    left: 0;
}
.bg-pattern {
    background-size: cover;
}
.section-member {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
}
.btn {
    padding: 0.75rem 1.5rem;
    font-family: 'Glegoo', serif;
    font-weight: 400;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.btn-big {
    padding: 22px 40px;
}
.btn-round {
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
.btn-160 {
    width: 160px;
}

.btn-hov1, .btn-hov2 {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}
.btn-hov1 {
	box-shadow: rgba(216, 80, 88, 0.7) 0 0px 0px 0px inset;
}
.btn-hov1:hover {
	/*box-shadow: rgba(10, 38, 89, 1) 0 80px 0px 2px inset;*/
    box-shadow: rgba(216, 80, 88, 0.9) 0 80px 0px 0px inset;
}
.btn-hov2 {
	box-shadow: rgba(255, 153, 43, 0.7) 0 0px 0px 0px inset;
}
.btn-hov2:hover {
    box-shadow: rgba(255, 153, 43, 0.9) 0 80px 0px 0px inset;
}
/*https://codepen.io/kavendish/pen/gJric?q=button+hover&limit=all&type=type-pens*/

/*section-headline*/
.section-headline h3 a {
    position: relative;
    display: inline-block;
}
.section-headline h3 a:after {
    font-family: "iph";
    font-style: normal;
    font-weight: normal;
    speak: none;
    
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 44px;
    margin-left: .2em;
    content: '\e819';
    
    font-size: 1.25rem;
    color: #fff;
    width: 48px;
    height: 44px;
    display: block;
    margin: 1rem auto 0 auto;
    
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
@media screen and (min-width:48em) {
    .section-headline h3 a:after {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
footer .section-headline {
    margin-bottom: 0 !important;
}

/*array*/
.array .rectangle {
   clear: none;
   float: left;
   margin-right: -1px;
   margin-bottom: -1px;
}
.array .bg-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.array .pic, .slider-partners .pic {
    max-width: 60%;
    max-height: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slider-partners .swiper-slide {
    width: 25%;
}

/*slider-partners*/
.slider-partners {
    /*margin-top: -6rem;*/
}
.section-last {
    padding-bottom: 0 !important;
}

/*gallery-ico*/
.gallery-ico .rectangle {
    clear: none;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
}
.gallery-ico .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #B7B7B7;
}
.gallery-ico .frame:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 102%;
    top: -1px;
    left: 50%;
    background-color: #fff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.gallery-ico .frame:after {
    content: '';
    display: block;
    position: absolute;
    width: 102%;
    height: 40%;
    top: 50%;
    left: -1px;
    background-color: #fff;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.bg-light-gray .frame:after, .bg-light-gray .frame:before {
    background-color: #F7F7F7;
}
.gallery-ico .wrapper {
    position: absolute;
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.gallery-ico .pic {
    max-width: 75%;
    max-height: 75%;
}
.gallery-ico .bgr-wrapper {
    background-repeat: no-repeat;
    width: 75%;
    height: 75%;
}
.section-firmy .pic {
    filter: grayscale(1);
    opacity: 0.8;
	/*transition-property: filter;
	transition-duration: 0.1s;*/
}
.section-firmy a:hover .pic {
    filter: grayscale(0);
    opacity: 1;
}
.gallery-ico .pic.pic-big {
    max-width: 80%;
    max-height: 80%;
}

/*kalendarz*/
#calendar {
    width: 400px;
}
.calendar ol, .calendar ul, .calendar li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.calendar {
    font-family: 'Glegoo', serif;
}
.calendar p {
    margin: 0;
}
.calendar .view {
    background: none;
}
.days {
    color: #fff;
}
.calendar-views .days .new, .calendar-views .days .old {
    color: rgba(255,255,255,0.25);
}
.calendar-arrow span:hover, .calendar-display .m, .calendar-display:hover, .calendar-views .week {
    color: #0a2659;
}
.calendar-hd {
    padding: 10px 0;
    height: auto;
    line-height: 1.25;
}
.calendar .calendar-views .dot {
    left: 50%;
    bottom: 3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #0a2659;
    border-radius: 50%;
}
.calendar .calendar-views .now {
    color: #0a2659;
    background: rgba(255,255,255,0.5)!important;
}
.month-items {
    color: #fff;
}
#events-calendar-inline .calendar-display {
    font-size: 26px;
}
@media screen and (max-width:48em) {
    .fc-center, .fc-center h2 {
        display: block !important;
        width: 100%;
        text-align: center;
    }
}

/*kalendarz sidebar*/
@media screen and (max-width:79.9em) {
    #sidebar {
        display: none;
    }
}
@media screen and (min-width:80em) {
    #sidebar {
        box-sizing: border-box;
        display: inline-block;
        z-index: 999;
        
        right: -164px;
        position: fixed;
        top: 50%;
        margin-top: -200px;
        
        -webkit-transition: right .4s;
        -moz-transition: right .4s;
        -ms-transition: right .4s;
        -o-transition: right .4s;
        transition: right .4s;
    }
    #sidebar img {
        display: block;
    }
    .sidebar-label {
        position: absolute;
        left: 100%;
        top: 0;
    }
    #sidebar:hover {
        right: 0px;
    }
    .calendar .calendar-views .evt {
        color: #fff!important;
        background: #0a2659!important;
    }
    .calendar .calendar-views .evt:hover {
        color: #fff!important;
        background: #db2b34!important;
    }
    .calendar-label {
        z-index: 9999 !important;
    }
}

/*full calendar*/
.fc-toolbar h2 {
    line-height: 44px;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
    padding: 8px;
}
.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    border: none;
    
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
}
.fc-event:hover {
    background: #09194f;
    background: -moz-linear-gradient(left, #0a0f35 0%, #0c226d 100%);
    background: -webkit-linear-gradient(left, #0a0f35 0%,#0c226d 100%);
    background: linear-gradient(to right, #0a0f35 0%,#0c226d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0f35', endColorstr='#0c226d',GradientType=1 );
}
.fc-basic-view .fc-day-number {
    padding: 4px;
    font-family: 'Glegoo', serif;
}
.fc th, .fc-head-container {
    border: none !important;
}
.fc th {
    font-family: 'Glegoo', serif;
    font-size: 1rem;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
}
.fc-center {
    font-family: 'Glegoo', serif;
    text-transform: capitalize;
}
td.fc-day {
    position: relative;
}
.fc-state-default.fc-next-button {
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
.fc-state-default.fc-prev-button, .fc-state-default.fc-today-button {
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    border: none;
}

/*counter*/
#counter {
    color: #FF8230; /*D85059;*/
    font-weight: 700;
}
.f-counter {
    font-size: 2.5rem;
}
#counter span {
    color: Blue;
    position: relative;
}
#counter span.days {
  margin-right: 16px;
}
#counter span.days:before {
  content: "dni";
}
#counter span.hours:before {
  content: "godz";
}
#counter span.minutes:before {
  content: "min";
}
#counter span.seconds:before {
  content: "sek";
}
#counter span:before {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FF8230;
  
  top: -0px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  color: #0a2659;
  font-size: 0.3em;
  text-shadow: none;
}
.pb-counter {
    padding-bottom: 30px;
}
.pt-counter {
    padding-top: 12px;
}

/*animate.css*/
.animated{animation-duration:1s;animation-fill-mode:both}
.animated.infinite{animation-iteration-count:infinite}
.animated.hinge{animation-duration:2s}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
/*gallery-ico-cap*/
.gallery-ico-cap .wrapper, .section-duo .wrapper, .main-array .wrapper {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.gallery-ico-cap .caption, .section-duo .caption {
    font-family: 'Glegoo', serif;
    text-transform: uppercase;
}
.gallery-ico-cap .caption:before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/iph_sygnet_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5rem;
}
.gallery-ico-cap .rectangle:nth-child(even) .caption:before {
    background-image: url(../images/iph_sygnet_white.svg);
}
.gallery-ico-cap .rectangle {
    color: #0a2659;
    background: #fff;
}
.gallery-ico-cap .rectangle:nth-child(even) {
    color: #fff;
    background: #d74f59;
    background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
}
.gallery-ico-cap .rectangle:nth-child(even) a {
    color: #fff;
}
.gallery-ico-cap .hov-cornr:nth-child(even) .corners:before, .gallery-ico-cap .hov-cornr:nth-child(even) .corners:after {
    -moz-border-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#ffffff 100%);
    border-image: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ffffff',GradientType=1 );
    border-image-slice: 1;
}
@media screen and (max-width: 48em) and (min-width: 32em) {
    .gallery-ico-cap .rectangle, .gallery-ico-cap .rectangle:nth-child(even) {
        background: #fff;
    }
    .gallery-ico-cap .rectangle a, .gallery-ico-cap .rectangle:nth-child(even) a {
        color: #0a2659;
    }
    .gallery-ico-cap .rectangle:nth-child(4n+1), .gallery-ico-cap .rectangle:nth-child(4n) {
        background: #d74f59;
        background: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
        background: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        background: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    }
    .gallery-ico-cap .rectangle:nth-child(4n+1) a, .gallery-ico-cap .rectangle:nth-child(4n) a {
        color: #fff;
    }
    .gallery-ico-cap .hov-cornr:nth-child(even) .corners:before, .gallery-ico-cap .hov-cornr:nth-child(even) .corners:after {
        -moz-border-image: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
        -webkit-border-image: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        border-image: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
        border-image-slice: 1;
    }
    .gallery-ico-cap .hov-cornr:nth-child(4n+1) .corners:before, .gallery-ico-cap .hov-cornr:nth-child(4n+1) .corners:after {
        -moz-border-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
        -webkit-border-image: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#ffffff 100%);
        border-image: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ffffff',GradientType=1 );
        border-image-slice: 1;
    }
    .gallery-ico-cap .caption:before, .gallery-ico-cap .rectangle:nth-child(even) .caption:before {
        background-image: url(../images/iph_sygnet_blue.svg);
    }
    .gallery-ico-cap .rectangle:nth-child(4n+1) .caption:before, .gallery-ico-cap .rectangle:nth-child(4n) .caption:before {
        background-image: url(../images/iph_sygnet_white.svg);
    }
}
/*main-array*/
.main-array .wrapper {
    width: 75%;
}
.main-array .caption {
    text-transform: uppercase;
    font-family: 'Glegoo', serif;
}
.bg-grad-blue {
    background: #09194f;
    background: -moz-linear-gradient(top, #09194f 0%, #0a0f35 100%);
    background: -webkit-linear-gradient(top, #09194f 0%,#0a0f35 100%);
    background: linear-gradient(to bottom, #09194f 0%,#0a0f35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09194f', endColorstr='#0a0f35',GradientType=0 );
}
.bg-grad a {
    color: #fff;
}
.btn-newsletter, .btn-find {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 10px 16px;
}
.err-newsletter {
   position: absolute;
   width: 100%;
   text-align: center;
   bottom: -18px;
   left: 0;
}
#newsletter {
    padding-right: 60px !important;
}
.err {
    font-weight: 700;
}
.has-error input[type="text"], .has-error input[type="email"], .has-error textarea, .has-error select {
    border-bottom: 3px solid #d74f59;
}

/*submit button*/
.btn-submit {
   /* -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);*/
}
.btn-submit.active {
  background: rgba(10, 38, 89, 0.3);
}
.btn-submit.loader {
  
}
.btn-submit.success {
  background: rgba(10, 38, 89, 1);
}

/*form*/
.required {
    padding-right: 15px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 96.336 96.337'%3E%3Cpath d='M92.456 64.24L66.18 48.17l26.275-16.073c.452-.277.776-.722.9-1.238s.038-1.06-.238-1.512l-7.72-12.62c-.576-.943-1.81-1.24-2.75-.664L57.563 31.406V2c0-1.104-.896-2-2-2H40.77c-1.103 0-2 .896-2 2v29.405L13.69 16.062c-.944-.576-2.174-.28-2.75.663l-7.72 12.62c-.277.453-.363.997-.24 1.513s.45.96.9 1.238l26.277 16.072L3.88 64.24c-.453.277-.777.723-.9 1.238-.125.517-.04 1.06.237 1.513l7.72 12.62c.577.943 1.807 1.24 2.75.665L38.772 64.93v29.406c0 1.104.897 2 2 2h14.794c1.104 0 2-.896 2-2V64.932l25.083 15.342c.942.576 2.175.28 2.75-.662l7.72-12.62c.277-.453.363-.997.24-1.513-.124-.518-.45-.962-.9-1.24z' fill='rgba%2810,38,89,0.5%29'/%3E%3C/svg%3E");
    background-position: right 12px top 15px;
    background-repeat: no-repeat;
}

/*section-duo*/
.section-duo .items .item .triangle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5vw 5vw 5vw;
    border-color: transparent transparent #f7f7f7 transparent;
    z-index: 3;
    transform: translate(-5vw,0);
}

@media screen and (min-width: 32em) {
    .section-duo .items .item:first-child .triangle:before, .section-duo .items .item:last-child .triangle:before {
        content: '';
        position: absolute;
        bottom: auto;
        left: auto;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5vw 2.5vw 2.5vw 0;
        border-color: transparent #f7f7f7 transparent transparent;
        z-index: 3;
        margin-left: 0;
        transform: translate(0,-2.5vw);
    }
    .section-duo .items .item:nth-child(2) .triangle:before {
        content: '';
        position: absolute;
        bottom: auto;
        left: 0;
        top: 50%;
        right: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5vw 0 2.5vw 2.5vw;
        border-color: transparent transparent transparent #f7f7f7;
        z-index: 3;
        margin-left: 0;
        transform: translate(0,-2.5vw);
    }
}
@media screen and (min-width: 48em) {
    .section-duo .items .item:first-child .triangle:before, .section-duo .items .item:last-child .triangle:before {
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.2vw 1.2vw 1.2vw;
        border-color: transparent transparent #f7f7f7 transparent;
        z-index: 3;
        transform: translate(-1.2vw);
    }
    .section-duo .items .item:nth-child(2) .triangle:before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.2vw 1.2vw 0 1.2vw;
        border-color: #f7f7f7 transparent transparent transparent;
        z-index: 3;
        transform: translate(-1.2vw);
    }
}

/*section-firmy*/
.alphabet a {
    display: inline-block;
    padding: 0.5rem 0.5rem
}
.alphabet a.active {
    border-bottom: 2px solid #ff7133;
}
.gray-input {
    background-color: #EFEFEF;
    transition: all 200ms ease-in-out;
    border: none;
    padding: 13px 1rem;
}
.gray-input:focus {
    outline: none;
    /*box-shadow: inset 0 0 0 23px #e2e2e2;*/
    background-color: #e2e2e2;
}
::-webkit-input-placeholder {
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
}
:-moz-placeholder {
    color: #aaa;
}
.nofocus:focus {
    outline: none;
}
*:focus {
    outline: none;
}

.section-firmy legend {
    padding: 0.75rem 0;
}
.section-firmy .btn-find {
    position: absolute;
    top: 3px;
    right: 3px;
}

/*social*/
.social {
    transform: translatez(0);
    padding: 0;
    margin: 0;
}
.social li {
    width: 48px;
    height: 44px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
    list-style: none;
    cursor: pointer;
}
.social li div {
    width: 48px;
    height: 44px;
    color: #0a2659;
    background-color: #F5F5F5;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    /*transition: all 0.5s ease;*/
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
.social-light li div {
    transition: all 0.5s ease;
}
.social-light li:hover div {
    background: #0a2659;
    color: #fff;
    
    /*color: #fff;
    background: #d84f59;
    background: -moz-linear-gradient(left, #d84f59 1%, #ff992c 100%);
    background: -webkit-linear-gradient(left, #d84f59 1%,#ff992c 100%);
    background: linear-gradient(to right, #d84f59 1%,#ff992c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84f59', endColorstr='#ff992c',GradientType=1 );*/
}
.social-dark li:hover div {
    background: #d84f59;
    background: -moz-linear-gradient(left, #d84f59 1%, #ff992c 100%);
    background: -webkit-linear-gradient(left, #d84f59 1%,#ff992c 100%);
    background: linear-gradient(to right, #d84f59 1%,#ff992c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84f59', endColorstr='#ff992c',GradientType=1 );
}
.social-dark a {
    color: #0a2659;
}

#share-menu .social li {
    width: 48px;
    height: 44px;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 8px;
    list-style: none;
    cursor: pointer;
}
@media screen and (min-width: 48em) {
    #share-menu {
        position: fixed;
        left: 8px;
        top: 50%;
        margin-top: -78px;
    }
    #share-menu .social li {
        display: block;
    }
}

/*pliki*/
.files .item {
    display: table;
    padding: 0.6rem 1rem;
    margin-bottom: 2px;
    color: #0a2659;
    background-color: #F5F5F5;
    /*line-height: 44px;*/
    transition: all 0.5s ease;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
.files .item span {
    display: table-cell;
}
.files .tit {
    padding-left: 0.5rem;
}
.files .item:hover {
    background: #0a2659;
    color: #fff;
}
.files li {
    position: relative;
}


/*footer*/
.article-footer h3 {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.article-footer ul {
    list-style-image: url('../images/li.svg');
    padding-left: 20px;
    margin: 1.5rem 0;
    font-size: 0.875rem;
}

/*firmy*/
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.2s;
  -moz-animation-duration:0.2s;
  animation-duration:0.2s;
}
.fade-in.delay-0 {

}
.fade-in.delay-1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-in.delay-2 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in.delay-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in.delay-4 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in.delay-5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.fade-in.delay-6 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.delay-7 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in.delay-8 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.delay-9 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.fade-in.delay-10 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
.fade-in.delay-11 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

/*mapa*/
.solidmap {
    height: 100vw;
}
@media screen and (min-width: 32em) {
    .solidmap {
        height: 50vw;
    }
}
@media screen and (max-width: 80em) and (min-width: 48em) {
    .solidmap {
        height: 30vw;
    }
}
@media screen and (min-width: 80em) {
    .solidmap {
        height: auto;
    }
    .solidmap.bigmap {
        height: 30vw;
    }
}
/*https://codepen.io/NyX/pen/JYOzWW*/

/*hover corners*/
/*https://codepen.io/NyX/pen/JYOzWW*/
.hov-cornr {
    position: relative;
}
.hov-cornr:hover {
    cursor: pointer;
}
.hov-cornr.in .corners {
    position: absolute;
    z-index: 9999;
    width: 100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.hov-cornr.in .corners:before, .hov-cornr.in .corners:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #d74f59; /*#FFB902;*/
    border-style: solid;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.hov-cornr.in:hover .corners:before, .hov-cornr.in:hover .corners:after {
    opacity: 1;
}
.hov-cornr.in .corners:before, .hov-cornr.in .corners:after {
    -moz-border-image: -moz-linear-gradient(left, #d74f59 0%, #ff7133 50%, #ff9a2b 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    border-image: linear-gradient(to right, #d74f59 0%,#ff7133 50%,#ff9a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74f59', endColorstr='#ff9a2b',GradientType=1 );
    border-image-slice: 1;
}
.hov-cornr.in-white .corners:before, .hov-cornr.in-white .corners:after {
    -moz-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    filter: none;
    border-color: #fff;
}

.hov-cornr.in .corners.top:before {
  border: none; /*border-width: 3px 0 0 3px;*/
}
.hov-cornr.in .corners.top:after {
  border-width: 3px 3px 0 0;
}
.hov-cornr.in .corners.bottom:before {
  border-width: 0 0 3px 3px;
}
.hov-cornr.in .corners.bottom:after {
  border: none; /*border-width: 0 3px 3px 0;*/
}
.hov-cornr.in .corners:before {
  left: 40px;
}
.hov-cornr.in .corners:after {
  right: 40px;
}
.hov-cornr.in .corners.top {
  top: 40px;
}
.hov-cornr.in .corners.bottom {
  bottom: 60px;
}
.hov-cornr.in:hover .corners:before {
  left: 16px;
}
.hov-cornr.in:hover .corners:after {
  right: 16px;
}
.hov-cornr.in:hover .corners.top {
  top: 16px;
}
.hov-cornr.in:hover .corners.bottom {
  bottom: 39px;
}

.gallery-firmy .hov-cornr.in:hover .corners:before {
  left: 10px;
}
.gallery-firmy .hov-cornr.in:hover .corners:after {
  right: 10px;
}
.gallery-firmy .hov-cornr.in:hover .corners.top {
  top: 10px;
}
.gallery-firmy .hov-cornr.in:hover .corners.bottom {
  bottom: 33px;
}


.hov-o {
    transition: color 0.5s ease;
}
.hov-cornr:hover .hov-o {
    color: #FF9A2B;
}

#logout {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: -42px;
}

/*brackets*/
@media screen and (min-width: 80em) {
    .hov-brc a::before,
    .hov-brc a::after {
      display: inline-block;
      opacity: 0;
      font-weight: 700;
      color: #ff7133;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
      -moz-transition: -webkit-transform 0.3s, opacity 0.2s;
      transition: -webkit-transform 0.3s, opacity 0.2s;
    }
    .hov-brc a::before {
      margin-right: 10px;
      content: '[';
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      transform: translateX(20px);
    }
    .hov-brc a::after {
      margin-left: 10px;
      content: ']';
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    .hov-brc a:hover::before,
    .hov-brc a:hover::after,
    .hov-brc a:focus::before,
    .hov-brc a:focus::after {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
    }
    .hov-brc a {
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s;
    }
    .hov-brc a:hover {
        color: #ff7133;
    }
    .more.hov-brc a {
        line-height: 2rem;
        display: inline-block;
    }
    .more.hov-brc a::before,
    .more.hov-brc a::after {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/*cookie law*/
#cookie-bar {
    position: fixed;
    left: 15vw;
    right: 15vw;
    bottom: 32px;
    background-color: rgba(255,255,255,0.8);
    line-height: 1.15;
    padding: 10px;
    color: #142f6d;
    z-index: 9999;
    -webkit-animation: fejd 2s; 
    animation: fejd 2s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
#cookie-bar:hover {
    background-color: rgba(255,255,255,1);
}

#cookie-wrap {
    position: relative;
    display: table;
}
.cookie-col {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 1rem;
}
.cookie-col:first-child, .cookie-col:last-child {
    width: 70px;
}
#cookie-logo {
    width: 47px !important;
}
@-webkit-keyframes fejd {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fejd {
    from {opacity: 0;}
    to {opacity: 1;}
} 
@media all and (max-width:959px) {
    #cookie-wrap {
        display: block;
    }
    .cookie-col {
        display: block;
    }
    #cookie-logo {
        max-width: 36px;
    }
    .cookie-col:first-child, .cookie-col:last-child {
        width: 100%;
    }
}
.lock-big {height:20px;}
#powerTip {
	cursor: default;
	/*background-color: #424242;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px #323232 inset;*/
  
  background: #d74f59;
	border: 1px solid #d74f59;
	/*border-radius: 6px;*/
	color: #ffffff;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
}
#powerTip:before {
	content: attr(class) " ";
	position: absolute;
	height: 0;
	width: 0;
	text-indent: 100%;
	overflow: hidden;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before,
#powerTip.ne:before, #powerTip.nw:before {
	bottom: -10px;
}
#powerTip.n:before,
#powerTip.ne:before, #powerTip.nw:before ,
#powerTip.nw-alt:before, #powerTip.ne-alt:before {
	border-top-color: inherit;
	border-top-style: solid;
	border-top-width: 10px;
}
#powerTip.e:before {
	border-right-color: inherit;
	border-right-style: solid;
	border-right-width: 10px;
	left: -10px;
}
#powerTip.s:before,
#powerTip.se:before, #powerTip.sw:before {
	top: -10px;
}
#powerTip.s:before,
#powerTip.se:before, #powerTip.sw:before ,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-bottom-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}
#powerTip.w:before {
	border-left-color: inherit;
	border-left-style: solid;
	border-left-width: 10px;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

.back-btn {
    position: fixed;
    z-index: 999;
    top: 168px;
    right: 40px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-top: -28px;
    color: #0a2659;
    background-color: #F5F5F5;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    
    /* transition: all 0.5s ease; */
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
}
.back-btn:hover {
    background: #d84f59;
    background: -moz-linear-gradient(left, #d84f59 1%, #ff992c 100%);
    background: -webkit-linear-gradient(left, #d84f59 1%,#ff992c 100%);
    background: linear-gradient(to right, #d84f59 1%,#ff992c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84f59', endColorstr='#ff992c',GradientType=1 );
    color: #fff;
}

.button-login:hover	{background-color:#000;color:#fff;}
.button-login	{	
    top: 10px;
    left: 10px;
    padding: 0.75rem 1.75rem;
    background-color: #E77A20;
    z-index: 9999;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
	color:#fff;
}

#info-accept {
  background: #d84f59;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.img-caption {
    position: absolute;
    max-width: 65%;
    z-index: 2;
    display: inline-block;
    position: absolute;
    bottom: 18.75%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background-color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.25;
}