html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: 'Lato', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
h1 {
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 900;
    line-height: 1.5em;
}
h2 {
    text-transform: uppercase;
    font-size: 1.5em; /*1.5em;*/
    line-height: 1.5em;
    font-weight: 700;
}
h3, .h3 {
    text-transform: uppercase;
    font-size: 0.875em; /*1em;*/
    line-height: 1.6em;
    font-weight: 900;
}
h4 {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em;
}
.section .content, .pliki .opis, form p {
    font-size: 0.875em; /*1em;*/
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 1.6em;
}
.smalltext .content {
    font-size: 1em !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}
.smalltext h2 {
    font-size: 1.25em !important;
    line-height: 1 !important;
    margin-bottom: 32px !important;
    margin-left: 32px;
}
h2.smalltext {
    margin-left: 0 !important;
}

ol li {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 600;
}
#list-adresy p {
    font-weight: 400;
}
b, strong {
    font-weight: 900;
}
ul, ol {
    margin-top: 0;
}

.center {
    text-align: center;
}
.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.space-2 {
    padding-top: 2em;
}
.space-3 {
    padding-top: 3em;
}
.cont-4 {
    height: 4em;
}
.bg-dark {
    background-color: #35668c;
    color: #fff;
}
.unvisible {
    visibility: hidden;
}

section.ukryta .inner, body.ukryta section .inner, body.ukryta footer {
    background: url(/images/pasek-prawo.svg) repeat-y right, url(/images/pasek-lewo.svg) repeat-y left;
}

/*
.pure-g:first-child {
    margin-top: 1em;
}
.pure-g:last-child {
    margin-bottom: 1em;
}
*/

/*buttons*/
.button-primary,
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 1.6em 0.6em 1.6em;
    position: relative;
    border: 0 !important;
}
.button-active::after {
    display: block;  
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -7px;
    content: '';
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform:rotate(360deg);
}
.bg-dark .button-active::after {
    border-color: transparent transparent transparent #35668c !important;
}
/*.button-active:hover:after {
    left: -1px;
}*/

/*content*/
.content:not(.oferta) a {
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.panel-2 .content:not(.oferta):not(.katalog) a {
    color: #019bc7;
    /*border-bottom: 2px solid #019bc7;*/
}
.panel-2 .content:not(.oferta) a:hover {
    color: #007ea2;
    /*border-bottom-color: #007ea2;*/
}
.panel-3 .content:not(.oferta):not(.katalog) a {
    color: #3f6982;
    /*border-bottom: 2px solid #3f6982;*/
}
.panel-3 .content:not(.oferta) a:hover {
    color: #1b3e53;
    /*border-bottom-color: #1b3e53;*/
}
.content:not(.oferta) a {
    text-decoration: none;
}



/*gallery*/
.gallery {
    margin: 0 2em 0 2em;
    position: relative;
}
.gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1px;
}
.panel-1 .gallery img {
    border-left: 1px solid #fff;
}
.panel-2 .gallery img {
    border-left: 1px solid #f7f7f7;
}
.panel-3 .gallery img {
    border-left: 1px solid #f1f1f1;
}
.gallery[data-columns]::before {
	content: '2 .column.size-1of2';
}
.column { float: left; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

/*gallery hover*/
.gallery > div {
    position: relative;
}
.gallery a.item, .gallery a.item img {
    display: block;
	position: relative;
}
.gallery a.item {
    overflow: hidden;
}
.gallery a.item div {
    position: absolute;
	background: rgba(27,62,83,0.3);
	width: 100%;
	height: 100%;
}
.gallery a.item div span {
	display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 48px;
    background-image: url(../images/lupa.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/*pliki*/
.pliki {
    display: table;
    width: 100%;
}
.plik {
    cursor: pointer;
}
.plik a {
    text-decoration: none;
    color: #1b3e53;
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
.ikona svg path {
    -webkit-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s;
}
.ikona svg line, .ikona svg polyline {
    -webkit-transition: stroke 0.2s;
	-moz-transition: stroke 0.2s;
	transition: stroke 0.2s;
}
.plik:hover a {
    color: #007ea2;
}
.plik:hover .ikona svg path {
    fill: #007ea2;
}
.plik:hover svg line, .plik:hover svg polyline {
    stroke: #007ea2;
}

.panel-2 .plik a {
    color: #007ea2;
}
.panel-2 .ikona svg path {
    fill: #007ea2;
}
.panel-2 .ikona svg line, .panel-2 .ikona svg polyline {
    stroke: #007ea2;
}
.panel-2 .plik:hover a {
    color: #1b3e53;
}
.panel-2 .plik:hover .ikona svg path {
    fill: #1b3e53;
}
.panel-2 .plik:hover svg line, .panel-2 .plik:hover svg polyline {
    stroke: #1b3e53;
}


.plik {
    display: table-row;
}
.plik .ikona, .plik .opis {
    display:table-cell;
    vertical-align: top;
    padding-bottom: 16px;
}
.plik .ikona {
    width: 78px;
}
.plik .ikona img {
    position: relative;
}
.plik .opis p {
    margin: 0;
}

#opracowania .plik:hover a {
    color: #007ea2;
}
#opracowania .ikona {
    padding: 24px 24px 24px 24px;
}
#opracowania .ikona a {
    width: 63px;
    display: inline-block;
    text-decoration: none !important;
}
#opracowania .ikona a:before {
    content: attr(title);
    display: block;
    margin-bottom: 16px;
    color: #1b3e53;
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
#opracowania .ikona:hover a:before {
    color: #007ea2;
}
#opracowania .ikona:hover svg path {
    fill: #007ea2;
}
#opracowania .ikona:hover svg line, #opracowania .ikona:hover svg polyline {
    stroke: #007ea2;
}
#opracowania {
    font-size: 1.1em;
    font-weight: 600;
}
#opracowania .thead {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 900;
}
#opracowania span {
    display: block;
    padding: 24px 24px 24px 24px;
}
#opracowania .pure-g:not(.tit) {
    border-bottom: dotted 2px #007ea2;
}
#opracowania .pure-g:last-child {
    border-bottom: none;
}
#opracowania .pure-g .pure-u-1-2:nth-child(odd) {
    background-color: #f7f7f7;
}



/*menu kategorii*/
.menu-list {
    -webkit-transition:-webkit-transform 0.25s linear;
    -moz-transition:-moz-transform 0.25s linear;
    -o-transition:-o-transform 0.25s linear;
    transition:transform 0.25s linear;
}
.category-menu {
    position: relative;
}
.category-menu ul {
    list-style: none;
}
.category-menu ul li {
    text-transform: uppercase;
}
.category-menu ul li a {
    color: #1b3e53;
    font-weight: 700;
    padding: 0.4em 0.5em;
}

#list-pobierz {
    padding: 8px 15px;
}
#list-pobierz li {
    padding: 2px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}
.menu-trigger {
    padding: 16px 15px;
}
.category-menu ul li a:hover {
    background-color: #fff;
}
.category-menu ul li a.active {
    background-color: #fff;
}
.menu-trigger {
    /*border: 2px solid #007ea2;*/
    padding: 1em 42px 1em 32px;
    color: #fff;
    background-color: #1b3e53;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
.menu-trigger:after {
    display: block;  
	position: absolute;
	right: 15px;
	top: 55%;
	margin-top: -7px;
    content: '';
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform:rotate(360deg);
}

.no-rwd-list {
    background-color: #fff;
}


/*katalog*/
.section .content.katalog h3, .section .content.katalog h2, .section .content.katalog .h3 {
    margin: 0 0 32px 0;
    line-height: normal;
}
.katalog .title {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1em 0 1em 1em;
}
.katalog .kategoria {
    margin-bottom: 3em;
}
.katalog .kategoria h3, .katalog .kategoria .h3 {
    margin-left: 0;
}
.katalog .nazwa {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0.8em 0 0 0;
}
.katalog .kod {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.8em 0 0 0;
}
.katalog .info {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0.8em 0 0.8em 0;
}
.katalog .foto {
    border-top: dotted 2px #1b3e53;
    background-color: #fff;
    background-image: url(../images/ag_logo_szare.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*display: flex;
    margin: auto;*/
}
.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: Red;
}
.katalog .foto img.pro {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    
    /*position: relative;
  top: 50%;
  transform: translateY(-50%);*/
    
    /*position: relative;
  margin-top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);*/
}


/*oferta*/
.oferta .produkt .zdjecie, .oferta .wiecej {
    margin-right: 6.5vw;
}
.produkt .zdjecie, .produkt .zdjecie a  {
    height: 65vw;
}

.oferta .produkt {
    position: relative;
}
.oferta .produkt-wrap {
    padding: 0 0 9vh 0;
    position: relative;
}
.oferta .nazwa {
    padding-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #007ea2;
    position: relative;
    top: 1em;
    z-index: 5;
}
.produkt-wiecej {
    height: 4em;
    margin-bottom: 9vh;
}

.oferta .nazwa, .oferta .wiecej, .oferta .produkt .wiecej:after, #warto-znac a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.oferta .produkt:hover .nazwa {
    color: #1b3e53;
}
.produkt .zdjecie  {
    text-align: center;
    position: relative;
}
.produkt .zdjecie a {
    display: block;
    text-align: center;
    position: relative;
}

.produkt .zdjecie img {
    height: 100% !important;
    width: auto !important;
    
    width: 100% !important;
    height: auto !important;
    
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.produkt a {
    text-decoration: none;
}
.oferta .wiecej {
    text-align: right;
    font-style: italic;
    font-weight: 700;
    color: #007ea2;
    position: relative;
    padding-right: 36px;
    padding-bottom: 12px;
    
    border-bottom: 2px solid #007ea2;
	text-transform:lowercase;
}
.oferta .produkt .wiecej:after {
    content: url(../images/strzalka_wiecej.svg);
    position: absolute;
    right: 0px;
}
.oferta .produkt:hover .wiecej:after {
    content: url(../images/strzalka_wiecej_zaznaczenie.svg);
}
.oferta .produkt:hover .wiecej {
    color: #1b3e53;
    border-bottom-color: #1b3e53;
    background-position: 0 0;
}

/*oferta/produkt*/
.product-navi-prev {
    position: absolute;
    left:0;
    background-color: rgba(255,255,255,0.9);
}
.product-navi-next {
    position: absolute;
    right:0;
    background-color: rgba(255,255,255,0.9);
}
.product-navi-next img, .product-navi-prev img {
    display: block;
}

/*materialy*/
.section-materialy .wiecej {
    text-align: right;
    font-style: italic;
    font-weight: 700;
    color: #007ea2;
    position: relative;
    padding-right: 36px;
    padding-bottom: 16px;
    border-bottom: 2px solid #007ea2;
}
.section-materialy a.materialy-link {
    border-bottom: none;
    text-decoration: none;
    color: inherit;
}
.section-materialy .wiecej:after {
    content: url(../images/strzalka_wiecej.svg);
    position: absolute;
    right: 0px;
}

.section-materialy .pure-g:hover .wiecej:after {
    content: url(../images/strzalka_wiecej_zaznaczenie.svg);
}
.section-materialy .pure-g:hover .wiecej {
    color: #1b3e53;
    border-bottom-color: #1b3e53;
    background-position: 0 0;
}
.section-materialy .icon-wrap {
    height: 4.5em;
}
.section-materialy .icon-wrap img {
    max-height: 100%;
    max-width: 100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition: opacity .55s ease;
    -moz-transition: opacity .55s ease;
    -webkit-transition: opacity .55s ease;
}
.section-materialy .pure-g:hover .icon-wrap img {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*adresy warto znac*/
#warto-znac .content {
    margin-left: 0;
    margin-right: 0;
}
#warto-znac a {
    border-bottom: none;
    text-decoration: none;
    color: inherit;
    padding-right: 32px;
}
#warto-znac .content:hover a {
    color: #1b3e53;
}
#warto-znac a:after {
    display: none;
    content: url(../images/strzalka_wiecej.svg);
    position: absolute;
    right: 0px;
}
#warto-znac .content:hover a:after {
    content: url(../images/strzalka_wiecej_zaznaczenie.svg);
}

#warto-znac a:before {
    content: url(../images/strzalka_wiecej.svg);
    position: relative;
    display: inline-block;
}
#warto-znac .content:hover a:before {
    content: url(../images/strzalka_wiecej_zaznaczenie.svg);
}
#warto-znac .content {
    font-size: 1em;
}


.add-seo {
    width: 100%;
    text-align: left;
}
.warto-znac-wrapper {
    padding: 0 32px;
}

/*aktualnosci*/
.date {
    font-size: 0.8em;
    font-weight: 700;
}
.hr-space:last-of-type {
    display: none;
}

/*div*/
.normal-page .section-content .inner {
    padding-top: 6em;
    padding-bottom: 5em;
}
.normal-page .section-baner .inner {
    padding-top: 0;
    padding-top: 0;
}
.normal-page .section-title .inner {
    padding-top: 5em;
    padding-bottom: 1em;
}
.normal-page .section-map .inner {
    padding-top: 0;
    padding-bottom: 0;
}
.normal-page .section-materialy .inner {
    padding-top: 3em;
    padding-bottom: 2em;
}

.panel-1 + .panel-1.section-content .inner {
    padding-top: 0 !important;
}
.panel-2 + .panel-2.section-content .inner {
    padding-top: 0 !important;
}
.panel-3 + .panel-3.section-content .inner {
    padding-top: 0 !important;
}

.section-fullimage .inner {
    padding: 0 !important;
}
.section-fullimage .image {
    margin: 0 !important;
}
.section-fullimage .image img {
    display: block;
}


/*ul do lewej*/
.content ul {
    padding-left: 2em;
    list-style: none;
}
.content ol {
    padding-left: 1em;
}
.content ul li, .content ol li {
    position: relative;
}
.content ul:not(.menu-list) li:before {
    content: "•";
    font-size: 1.4em;
    padding-right: 1em;
    height: 0.5em;
    position: absolute;
    left: -1em;
    top: -0.01em;
}

.content ol li {
    padding-left: 1em;
}


/*ul do prawej*/
.right .content ul {
    padding-right: 2em;
    list-style: none;
}
.right .content ul:not(.menu-list) li:before {
    content: "•";
    font-size: 1.4em;
    padding-left: 1em;
    height: 0.5em;
    position: absolute;
    right: 1em;
    top: -0.01em;
}
.right .content ol {
    list-style-position: inside;
}

.section {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	font: inherit;
	vertical-align: baseline;
    display: block;
}
.hr {
    width: 50%;
    border-bottom: 4px solid;
    display: block;
}
.section .content {
    margin: 0 32px 1em 32px;
    font-weight: 700;
}
.section .content .pure-button {
    margin-top: 1em;
}
.section .content img:not(.plus):not(.ed):not(.edit) {
    width: 100%;
    height: auto;
    xmargin: 1em 0 1em 0;
}
.section .image {
    margin: 0 2em 1em 2em;
}
.section .image img {
    width: 100%;
    height: auto;
}
.section h1 {
    margin: 0 32px 0 32px;
}
.section h2 {
    margin: 0 32px 1.2em 32px;
}
.full-page .section h2 {
    margin: 0 32px 0 32px;
}
.section h3, .section .h3 {
    margin: 0 32px 1.2em 32px;
}
.section .content h3, .section .content .h3 {
    margin: 32px 0 16px 0;
}
.section p {
    margin-top: 0;
}
.section form {
    margin: 0 32px 1em 32px;
}
.section .pliki {
    margin: 0 32px 0 32px;
}
.content + .pliki, .image + .pliki, .galeria + .pliki {
    margin-top: 2em;
}
.section .data {
    margin: 0 32px 8px 32px;
    width: 100%;
    font-weight: 900;
}
.pliki > .plik .ikona {
    padding-top: 8px;
}

.panel {
    position: relative;
    /*overflow-x: hidden;*/
    background-repeat: no-repeat;
}
/*.inner {
    padding-top: 2em;
}*/
section.hr-space .pure-g:last-child {
    margin-bottom: 0;
}
section.hr-space .inner {
    padding-bottom: 0;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  border: none;
  width: 64px;
    height: 64px;
    background-position: center;
}
.fp-controlArrow.fp-prev {
    left: 0;
    background-image: url(../images/navi_lewo.svg);
}
.fp-controlArrow.fp-prev:hover {
    background-image: url(../images/navi_lewo_hover.svg);
}
.fp-controlArrow.fp-next {
    right: 0;
    background-image: url(../images/navi_prawo.svg);
}
.fp-controlArrow.fp-next:hover {
    background-image: url(../images/navi_prawo_hover.svg);
}
.fp-slidesNav.bottom {
    display: none;
}
/*.fp-slides {
    overflow-y: visible;
}*/

.panel-1 {
    background-color: #fff;
    background-size: cover;
}
.panel-1 .button-active::after {
    border-color: transparent transparent transparent #fff;
}
.theme-1 {
    background-color: rgba(255,255,255,0.8);
}
.panel-2 {
    background-color: #f7f7f7;
    color: #007ea2;
    background-size: cover;
}
.panel-2 .button-primary {
    background-color: #007ea2;
}
.panel-2 .button-active::after {
    border-color: transparent transparent transparent #f7f7f7;
}
.theme-2 {
    background-color: rgba(247,247,247,0.8);
}
.panel-3 {
    background-color: #f1f1f1;
    color: #1b3e53;
    background-size: cover;
}
.panel-3.section-map {
    background-color: #f7f7f7;
}
.panel-3 .button-primary {
    background-color: #1b3e53;
}
.panel-3 .button-active::after {
    border-color: transparent transparent transparent #f1f1f1;
}
.theme-3 {
    background-color: rgba(241,241,241,0.8);
}
/*button baner*/
.button-baner::after {
    display: block;  
	position: absolute;
    content: '';
	width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.bottom-left .button-baner::after {
	left: 0px;
	top: 50%;
	margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f7f7f7;
    -webkit-transform:rotate(360deg);
}
.top-right .button-baner::after {
    right: 0px;
	top: 50%;
	margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    -webkit-transform:rotate(360deg);
}
.button-baner {
    background-color: #007ea2;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 1em 1em 1em 1em;
    color: #fff !important;
    text-align: center;
    width: 100%;
}

.section-content a.button-primary {
    color: #fff !important;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

/*tabele*/
.content table {
    width: 100%;
}
.content table tbody tr:nth-of-type(odd){
  background:rgba(0,0,0,0.1);
}
.content table td {
    vertical-align: top;
    text-align: left;
    padding: 0.5em;
}

/*mapa google*/
.normal-page .section.section-map .inner {
    padding-right: 0;
}
.section-map h2 {
    margin-top: 1em;
}
.map-warsztaty {
    width: 100%;
    /*height: 90vh;*/
    height: 100%;
    overflow: hidden;
}
.section-map .pure-g:last-child {
    margin-bottom: 0;
}
#list-warsztaty {
    margin: 0 32px 0 32px;
}
#list-warsztaty li {
    cursor: pointer;
}
#list-warsztaty li:hover {
    color: #007ea2;
}
#lokalizacja {
    min-width: 140px !important;
    border: none;
}
.button-secondary {
    border-radius: 0 !important;
    border: solid 2px #007ea2;
    background-color: #007ea2;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 0.8em 0.6em 0.8em;
}
.pure-form input[type=text].input-primary {
    border: solid 2px #fff;
    background-color: fff;
    box-shadow: none;
    border-radius: 0;
}
.pure-form input[type=text].input-secondary {
    border: solid 2px #fff;
    background-color: fff;
    box-shadow: none;
    border-radius: 0;
}
.gm-style .gm-style-iw {
    font-weight: 400;
}
.gm-style .gm-style-iw b {
    display: block;
    font-weight: 700;
}
.map-legend {
    padding-top: 16px;
}
.map-legend a:link, .map-legend a:visited {
    color: #3f6982;
    text-decoration: none;
}
.map-legend a:hover {
    color: #1b3e53;
}

/*kontakt*/
.map-holder {
    /*width: 100%;*/
    margin-left: 32px;
    overflow-x: hidden;
}
.map-holder svg {
    width: 100%;
    height: auto;
}
#list-adresy {
    list-style: none;
    margin: 0 32px 32px 0;
    padding-left: 32px;
}
#list-adresy li {
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
    line-height: normal;
}
#list-adresy li.active {
    display: inherit;
    opacity: 1;
}
#list-adresy a {
    font-weight: 700;
    color: #1b3e53;
}

#list-wojewodztwa {
    list-style: none;
}
#list-wojewodztwa li {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.9em;
    padding-left: 32px;
}
#list-wojewodztwa li:not(.inactive):hover, #list-pobierz li:not(.inactive):hover {
    color: #007ea2;
}
#list-wojewodztwa span, #list-pobierz a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
#list-wojewodztwa .active span, #list-pobierz .active a {
    font-weight: 900;
    color: #007ea2;
}
#list-wojewodztwa .inactive, #list-pobierz .inactive {
    color: #d8d8d8;
    cursor: auto;
}
.menu-trigger a {
    color: #fff;
    text-decoration: none;
}

.woj-name {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 48px;
}
.kontakty {
    line-height: 1.9em;
}

/*MENU GLOWNE*/
.heading {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.cssmenu ul {
    display:table;
    /*table-layout: fixed;*/
    
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
    
    width:100%;
    border-spacing: 0px;
}
.cssmenu ul,
.cssmenu li,
.cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.cssmenu {
  line-height: 1;
  /*width: auto;*/
  width: 100%;
}
div.cssmenu.onas {
  background-color: #1b3e54;
}



.mc1  {background-color:#294e68 !important;}
.mc1s {background-color:#1b3e52 !important;}

.mc2 {background-color:#3c7098 !important;}
.mc2s {background-color:#35678c !important;}

.mc3 {background-color:#888888 !important;}
.mc3s {background-color:#989898 !important;}

.w33p { width:33.33% !important; }

/*.cssmenu:after,
.cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}*/
.cssmenu a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.cssmenu ul {
  list-style: none;
}
.cssmenu > ul > li {
  /*display: inline-block;*/
  display: table-cell;
  width: auto;
  text-align: center;
  vertical-align: middle;
  xbackground-color: #297da2;
  min-height: 40px;
  -webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
    
    box-sizing: border-box;
}
.cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 0.9em;
  padding: 13px 5px;
  height: 100%;
}
#menu-lang.cssmenu > ul > li > a {
  padding: 13px 13px;

}
/*@media screen and (max-width:1420px) { .cssmenu > ul > li > a { font-size: 0.9em; } }*/
@media screen and (max-width:1420px) { .cssmenu > ul > li > a { font-size: 0.7em; } }
@media screen and (max-width:1130px) { .cssmenu > ul > li > a { letter-spacing: -1px; } }


.cssmenu > ul > li:hover:after,.cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
}
.cssmenu > ul > li:hover:after {
    border-bottom: 5px solid #fff;
}
.cssmenu > ul > li.active:after {
    border-bottom: 5px solid #f1f1f1;
}
.cssmenu > ul > li:hover,.cssmenu > ul > li.active,.cssmenu > ul > li:hover {
  color: #ffffff;
  /*background-color: #246d8a;*/
}

.cssmenu > ul.onas > li,.cssmenu > ul > li.onas {
   background-color: #1b3e54;
}
.cssmenu > ul.onas > li.active,.cssmenu > ul.onas > li:hover,.cssmenu > ul > li.onas.active,.cssmenu > ul > li.onas:hover,.cssmenu li.onas:hover {
  color: #ffffff;
  background: #0a2a3f;
}
.cssmenu .has-sub, .cssmenu li {
  /*z-index: 10;*/
}


.cssmenu > ul > li.has-sub > ul {
    display: none;
    position: absolute;
    width: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1em 0;
    background-color: #fff;
    -webkit-transition:display .5s ease-in;
    transition:display .5s ease-in;
}
.cssmenu.glowna .has-sub ul {
    width: 100%;
}
.cssmenu:not(.glowna) > ul > .has-sub:first-child > ul {
   left: 0;
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
}
.cssmenu:not(.glowna) > ul > .has-sub:last-child > ul {
   right: 0;
   left: auto;
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
   /*left: 100%;
   -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);*/
}
.cssmenu .has-sub ul li {
    text-align: left;
}
.cssmenu:not(.glowna) .has-sub:last-child ul li {
    text-align: right;
}
.cssmenu .has-sub ul li a {
    font-size: 1em;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 0.7em 2.5em;
    color: #006d8c;
    font-weight: 600;
    white-space: nowrap;
}
.cssmenu .has-sub ul.onas li a,
.cssmenu .has-sub ul li.onas a {
    color: #1b3e54;
}
.cssmenu .has-sub ul li:hover a {
  color: #1b3e54;
}
.cssmenu .has-sub ul.onas li:hover a {
    color: #006d8c;
}
.cssmenu ul ul li:hover > a {
  color: #006d8c;
  background-color: #f7f7f7;
}
.cssmenu .has-sub ul li.active a {
    color: #006d8c;
    font-weight: 700;
}
#menu-lang {
    overflow-y: hidden;
}
.cssmenu .current {
    padding-right: 16px;
    background-color: #246d8a;
    position: relative;
}
.cssmenu .current:before {
    content:url('../images/current.svg');
    display: block;
    /*width: 11px;
    height: 9px;*/
    position: absolute;
    right: 8px;
    padding-bottom: 2px;
    
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*3-poziom*/
.cssmenu .has-sub .has-sub > ul {
    padding: 1em 0;
}
.cssmenu ul ul li:hover > a {
  color: #ffffff;
}
.cssmenu .has-sub .has-sub:hover > ul {
    display: block;
}
.cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 20;
  background: #e9e9e9;
}

.cssmenu.align-right .has-sub .has-sub ul,
.cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
.cssmenu .has-sub .has-sub ul li a {
  background: #e9e9e9;
  font-size: 0.875em;
  /*border-bottom: 1px dotted #31b7f1;*/
}
.cssmenu .has-sub .has-sub ul li a:hover {
  color: #006d8c;
}
.cssmenu ul ul li.last > a,
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul ul li.last > a,
.cssmenu ul ul ul li:last-child > a,
.cssmenu .has-sub ul li:last-child > a,
.cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
.cssmenu > ul > li:last-child > ul > li.has-sub > ul, .cssmenu > ul > li.foldleft > ul > li.has-sub > ul {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: auto !important;
    
    /*left: -100%;*/
}
.cssmenu > ul > li.foldleft > ul > li.has-sub > ul > li {
    text-align: right;
}

/*menu animacja*/


/*zalogowany*/
.logged {
    background-color: #fff !important;
    color: #1b3e53 !important;
}
li.logged:hover::after {
    display: none !important;
}
.logged a {
    color: #1b3e53 !important;
    font-weight: 600;
}
.logged::before {
    display: block;  
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -7px;
    content: '';
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f1f1f1;
    -webkit-transform:rotate(360deg);
}
.fixed .logged::before {
    border-color: transparent transparent transparent #e9e9e9;
}
.logged:hover {
    background-color: #e1e1e1 !important;
}

/*header*/
.logo .logo2 {
    margin-bottom: 1em;
}
}
.logo img {
    width: 6em;
    height: 4.59em;
}
.logo2 img {
    width: 18em;
    height: 4.59em;
}
.sentence {
    padding-bottom: 10px;
    
}
.sentence img {
    height: 27px;
    display: none;
}
.entry {
    font-size: 1em;
    color: #007ea2;
    font-weight: 700;
    padding-bottom: 20px;
}

.normal-page .logo img, .logo2 img, .normal-page .sentence, .normal-page .sentence img, .normal-page .entry {
    -webkit-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    
    /*-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;*/
}
.normal-page .heading .inner {
    -webkit-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    transition: all 170ms cubic-bezier(0.55,0.055,0.675,0.19);
    -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    
    /*-webkit-transition: padding-top .3s ease-in;
    -moz-transition: padding-top .3s ease-in;
    transition: padding-top .3s ease-in;*/
}

.full-page-header .logo img, .full-page-header .logo2 img, .full-page-header .sentence, .full-page-header .sentence img, .full-page-header .entry {
    -webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.full-page-header .inner {
    -webkit-transition: padding-top 0.7s ease-in;
	-moz-transition: padding-top 0.7s ease-in;
	transition: padding-top 0.7s ease-in;
}

.outer-wrapper-100 {
    position: relative;
}
.inner-wrapper-100 {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.h90 {
    min-height: 90vh;
}

.top-header {
    position: relative;
}
.normal-page .top-header {
    height: 252px;
}
.constant {
    height: 250px;
}
.heading .inner {
    padding-top: 2em;
    padding-bottom: 0 !important;
}
#baner {
    /*-webkit-transition: .3s ease-out;
    transition: .3s ease-out;*/
}
#menu-lang {
    position: relative;
}
#menu-lang .hamburger {
    position: absolute;
    right: 0;
    z-index: 10;
}
.hamburger:focus {
    outline:0;
}
.baner-content {
    height: 14em;
    margin: 0 1px 6px 1px;
    position: relative;
    
    background-position: left top;
    background-repeat: no-repeat;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.section-baner .fp-tableCell {
    vertical-align: top;
}
.section-baner .fp-tableCell .inner {
    /*margin-top: 214px;*/
    padding-top: 214px;
}
.homepage .baner-content {
    height: 300px; /*46vh;*/
}

/*KONIEC MENU*/

/*stopka*/
footer .mark {
    text-align: right;
}
.stopka {
    padding-top: 3em;
    padding-bottom: 2em;
    color: #007ea2;
    background-image: url(../images/bgblue.gif);
    background-position: bottom;
    background-size: 100% 50%;
}
.normal-page .stopka {
    padding-top: 5em;
    padding-bottom: 2em;
}
.stopka .button-primary {
    background-color: #fff;
    color: #35668c;
    text-shadow: none;
}

.stopka .menu {
    text-transform: uppercase;
}
.stopka .menu .item a.active {
    color: #35668c;
}
.stopka .menu .item a.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #35668c transparent;
    -webkit-transform:rotate(360deg);
}
.stopka .menu .item a {
    color: #1b3e53;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding-bottom: 25px;
    background: none;
    white-space: normal;
}
.stopka .menu .item a:hover {
    background: none;
    color: #35668c;
}
.stopka .menu .item a:not(.active) {
    display: none;
}
.stopka .nav {
    position: relative;
}
.stopka .nav img {
    height: 3.1em;
    width: 3.1em;
}
.stopka .prev img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.stopka .next img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.stopka h2 {
    margin-bottom: 0.25em !important; /*2em*/
}
.stopka .log {
    width: 190px;
    height: auto;
    margin-bottom: 1em;
}
.stopka h4 {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    font-size: 1.2em;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 2px #fff;
}

.tabs {
    min-height: 28em;
}
.stopka a {
    color: #fff;
}
.stopka .naglowek {
    margin-bottom: 1em;
    width: 100%;
    font-weight: 400;
}
.stopka .naglowek-map {
    margin-bottom: 0.5em;
}
.stopka h4.naglowek-map {
    border: none;
}
.footer-map {
    width: 100%;
}
.stopka .naglowek .button {
    margin-bottom: 8px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}
.stopka .title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}
.stopka .adres {
    font-size: 1em;
    line-height: 1.5em;
}
.stopka .infolinia {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.6em;
}
.stopka .infolinia-opis {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-bottom: 3em;
}
.stopka .inner > .pure-g:last-child, .stopka .tabs > .pure-g:last-child  {
    margin-bottom: 0;
}


.find-ag-centrum a {
    display: inline-block;
    margin: 15px 12px 0 12px;
    position: relative;
    z-index: 1;
}
#form-find {
    margin: 10px 0 2em 0;
    width: 100%;
    text-align: center;
}
#form-find fieldset {
    width: 15em;
    display: table;
    margin: 0 auto;
}
#form-find .text-input {
    background: none;
    border: solid 2px #fff;
    box-shadow: none;
    border-radius: 0;
    float: left;
    width: 12em;
}
#form-find .button {
    border-radius: 0 !important;
    border: solid 2px #fff;
    background-color: #fff;
    float: left;
    width: 3em;
    padding-left: 10px;
}

.stopka .foot-container {
    display: table;
    margin: 2em auto 0 auto;
    width: 80%;
}
.stopka .foot-container a {
    text-decoration: none;
}

/*ikony pod banerem*/
.baner-icon-cont {
    text-align: center;
}
ul.baner-icon-wrap {
    position: relative;
    margin: 0 auto;
    
    list-style: none;
    display: table;
    padding: 0;
    width: 80%;
}
ul.baner-icon-wrap.under-baner {
    margin-top: 2em;
    display: table;
}
.baner-btn {
    width: 100vw;
}
ul.baner-icon-wrap li {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    height: 140px;
    padding-bottom: 5vh;
    letter-spacing: normal;
}
.icon-link:hover .cont .tytul, .icon-link:hover .cont .opis {
    color: #1b3e54;
}
.icon-link svg *, .icon-link svg path, .icon-link svg line, .icon-link svg rect {
    stroke: #007ea2;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-link:hover svg * {
    stroke: #1b3e54;
}
.icon-link:hover svg .fill-me, .icon-link:hover svg .fill-me path {
    fill: #1b3e54;
}
.icon, .icon svg {
    width: 84px;
}

.icon svg {
    /*width: 100%;
    height: auto;*/
}
.baner-icon-wrap .cont, .baner-icon-wrap .icon {
    position: relative;
}
.baner-icon-wrap .cont .tytul {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-left: 16px;
    -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.baner-icon-wrap .cont .opis {
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-left: 16px;
    -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.baner-icon-wrap a {
    text-decoration: none;
    color: inherit;
}

ul.baner-icon-wrap .icon-link, ul.icon-wrap .icon-link {
    display: table-row;
}
ul.baner-icon-wrap li.icon-space {
    display: none;
}


.color1 {
    color: #007ea2;
}
.color2 {
    color: #09799e;
}
.color3 {
    color: #35668c;
}

/*nowe ikony*/
.icons-container {
  width: 100%;
  position: relative;
  letter-spacing: normal;
  text-align: left;
  
  padding-left: 1em;
}
.icons-container {
    margin-top: 3em;
}
.icons-wrapper {
  position: absolute;
  display: block;
  
  margin: 0 auto;
  background-color: Red;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    
}
.icon-container {
  display: inline-block;
  padding-bottom: 1em;
  margin: 0 3vw;
}
/*.icon-container:first-child, .icon-container:nth-child(2) {
    margin-right: 6vw;
}*/
.icon-img {
  display: inline-block;
}
.icon-img svg {
    width: 70px;
    height: auto;
}
.icon-title {
  display: inline-block;
  text-align: left;
}
.icon-title .tytul {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-left: 16px;
    -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.icon-title .opis {
    font-size: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-left: 16px;
    -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.icon-link:hover .tytul, .icon-link:hover .opis {
    color: #1b3e54;
}



/*wyjatek dla forum na glownej*/
#tt497 a {
    border-bottom: none;
    color: #1b3e53;
    line-height: normal;
}
#tt497 .content a:link:after, #tt497 a:visited:after {
    content: "...... »";
    display: inline;
}
#tt497 .content a:link:hover, #tt497 a:visited:hover {
    color: #35668c;
}

/*formularze , .form .check-box*/
.form input, .form select, .form button, .form p {
    margin: 1em 0;
}
.form .check-box {
    margin: 24px 0;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form select {
    background-color: #cad2d5;
    border-radius: 0px;
    border: none;
    /*box-shadow: inset 0 1px 4px #c4cdd1;*/
    box-shadow: none;
    border-bottom: solid 2px transparent;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.form input[type=text].inp-light, .form input[type=password].inp-light, .form input[type=email].inp-light {
    background-color: #fff;
}
.form select:required:invalid {
color: #999;
}
.form option[value=””][disabled] {
display: none;
}
.form option {
color: #000;
}
.form input[type="text"]:focus, .form input[type=password]:focus, .form input[type=email]:focus {
  border-bottom: solid 2px #297da2;
}

.check-box input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.check-box {
	/*width: 20px;	*/
	/*margin: 0;*/
	position: relative;
}
.check-box label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
    left:0;
    box-shadow: inset 0 1px 4px #c4cdd1;
    -moz-box-shadow: inset 0 1px 4px #c4cdd1;
    -webkit-box-shadow: inset 0 1px 4px #c4cdd1;
    background-color: #cad2d5;
}
.check-box label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 6px;
	background: transparent;
	top: 6px;
	left: 6px;
	border: 3px solid #254054;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check-box label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.check-box input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.check-box label.err {
    border: solid 2px Red;
}

.rel {
    position: relative;
}
.form input[type=text].input-primary, .form input[type=password].input-primary, .form input[type=email].input-primary, .form select.input-primary {
    background-color: #fff;
    /*box-shadow: none;*/
    box-shadow: inset 0 1px 1px #e0eff4;
}

.form-error {
    color: Red;
    font-weight: 900;
}
.form-err-info {
    color: Red;
    font-weight: 700;
}
.form-ok {
    color: Green;
    font-weight: 900;
}

form .err-info {
    font-size: 0.8em;
    line-height: 1em;
    color: #ff0000;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    top: -7px;
}
form .err-info-inline {
    font-size: 0.8em;
    line-height: 1em;
    color: #ff0000;
    font-weight: 400;
    display: none;
    width: 100%;
    position: relative;
    margin-top: 36px;
}
p.zgoda {
    margin-top: 24px;
}
.form input.err {
    /*border-bottom-color: Red;*/
}

/*form validation*/
input[type=text], input[type=email], input[type=password] {
    background-image: none;
    -webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
input[type=text].required, input[type=email].required, input[type=password].required {
    padding-right: 15px;
    background-image: url(../images/form/required.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
}

input[type=text].err, input[type=email].err, input[type=password].err {
    padding-right: 15px;
    background-image: url(../images/form/err.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    border-bottom-color: Red;
}
input[type=text].correct, input[type=email].correct, input[type=password].correct {
    padding-right: 15px;
    background-image: url(../images/form/correct.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
}

.w98 {
    width: 98%;
}
.w96 {
    width: 96%;
}
.w80 {
    width: 80%;
}
.w100 {
    width: 100%;
}
.h32 {
    min-height: 32px;
}

/*uklad tabeli*/
.tabela {
    display: table;
}
.wiersz {
    display: table-row;
}
.komorka {
    display: table-cell;
    vertical-align: top;
}
.w40 {
    width: 40px;
}

/*buttony stopka*/
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-find:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.btn-find:hover,
.btn-find:active {
	color: #0e83cd;
}
.btn-find:hover:after,
.btn-find:active:after {
	width: 100%;
}
svg {
    display: block;
}
.svg-btn img, .svg-btn svg {
    display: block;
}
.svg-btn #hover-path {
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    display: block;
}
.svg-btn:hover #hover-path { fill: #35668c; }

/*FULL PAGE*/
.full-page-header {
    /*display: none;*/
    position:fixed;
    width: 100%;
    z-index:9;
    top: 0px;
    webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
}
.full-page-header .inner {
    padding-top: 2em;
}
.full-page-header .fixed .inner {
    padding-top: 1em;
}
.full-page section .inner, .full-page footer .inner {
    padding-top: 6em;
}
.full-page .image img {
    display: block;
    max-width: 100%;
    max-height: 30vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}
#menu-lang-holder {
    height: 56px;
}
#menu-lang.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    z-index: 99;
}
#menu.fixed {
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 99;
}
.remind-password {
    margin: 0 !important;
    font-size: 0.9em !important;
}

/*mobile top i menu*/
@media screen and (max-width:49.9em) {
    .entry {
        display: none;
    }
    .sentence {
        display: none;
    }
    .cssmenu .current:before {
        display: none;
    }
    
    /*normal page*/
    .heading.fixed {
        position: relative;
        margin: 0 auto;
    }
    .heading.fixed .inner {
        padding-top: 3em;
        padding-bottom: 6px;
    }
    .normal-page .top-header {
        height: auto;
    }
    
    /*full page*/
    .full-page-header {
        position: absolute;
        top: 0;
    }
    .full-page-header .fixed .inner {
        padding-top: 3em;
    }
    .full-page section .inner {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .full-page footer .inner {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .full-page .section-baner .fp-tableCell .inner {
        padding-top: 203px;
    }
    
    /*menu*/
    .cssmenu > ul > li {
        display: block;
    }
    .cssmenu .has-sub ul {
        /*display: block;*/ /*tutaj*/
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0;
        background-color: #fff;
    }
    /*.cssmenu .has-sub.active ul, */
    .cssmenu .has-sub.unfold ul {
        display: block;
    }
    .cssmenu .has-sub:first-child > ul, .cssmenu .has-sub:last-child > ul {
        left: 0;
        transform: none;
    }
    .cssmenu .has-sub ul li, .cssmenu .has-sub:last-child ul li {
        text-align: center;
    }
    .cssmenu .has-sub ul li a {
        text-transform: uppercase;
        /* text-transform: none; */
        /* font-style: italic; */
		
        font-size: 1em;
        font-weight: 400;
        padding: 16px 20px;
    }
    .cssmenu > ul > li:hover:after {
        display: none;
    }
    #menu-lang.cssmenu > ul > li:hover:after,#menu-lang.cssmenu > ul > li.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #f1f1f1 transparent transparent transparent
    }
    #menu.cssmenu > ul > li > a:hover:after,#menu.cssmenu > ul > li.active > a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #f1f1f1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu.cssmenu > ul > li:hover:after,#menu.cssmenu > ul > li.active:after {
        display: none;
    }
    .cssmenu > ul > li > a {
        font-weight: 700;
        font-size: 1em;
        padding: 20px 5px;
    }
    #menu-lang.cssmenu > ul > li {
        display: inline-block;
        float: left;
    }
    #menu-lang.cssmenu > ul > li > a {
        padding: 20px 20px;
    }
    .cssmenu .has-sub:not(.active):hover > ul {
        /*display: none;*/
    }
    .cssmenu > ul > li.active {
        background-color: #297da2;
    }
    .cssmenu > ul.onas > li.active, .cssmenu > ul > li.onas.active {
        background-color: #1b3e54;
    }
    
    .cssmenu .has-sub ul li:hover {
        background-color: #f1f1f1;
    }
    .mobsub {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 56px;
        height: 100%;
        background-color: rgba(255,255,255,0.1);
    }
    .mobsub:after {
        content: '';
        display: block;
        position: absolute;
        top: 25px;
        left: 24px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }
    
    /*menu korekty po dodaniu 3 poziomu*/
    .cssmenu > ul > li.has-sub > ul {
        position: relative;
        width: 100%;
        background-color: #fff;
    }
    .cssmenu:not(.glowna) .has-sub:last-child ul li {
        text-align: inherit;
    }
    .cssmenu .has-sub .has-sub ul {
        display: none;
    }
    /*header*/
    
    
    
    /*.full-page-menu.fixed .logo img {
        width: 0px;
        height: auto;
    }
    .full-page-menu.fixed .logo {
        margin-bottom: 0;
    }*/
    
    
    
    .w33p { width:100% !important; }
    
}

/*mq*/
@media all and (max-width:50em) {
    .section:not(.stopka) {
        background-image: none !important;
    }
}
/*adm*/
h1, h2, h3, .h3 {
    position: relative;
}
h1 .ed, h2 .ed, h3 .ed, .h3 .ed {
    position: absolute;
    top: -1.1em;
}
h2 .ed:nth-child(2), h3 .ed:nth-child(2), .h3 .ed:nth-child(2) {
    position: absolute;
    top: 0.8em;
}
.right h2 .ed, .right h3 .ed, .right .h3 .ed {
    right: 0;
}
.image .ed {
    position: absolute;
    left: 5px;
    top: 5px;
}
.adm-ban .ed {
    position: absolute;
    left: 24px;
    top: -5px;
    z-index: 1000;
}
.section-baner .adm-ban .admgal .ed {
    top: 10px;
}
.icon-edit {
    position: relative;
     width: 12px;
}
.icon-edit img {
    display: block;
    margin: 0;
    padding: 0;
}
.baner-content .bottom-left .ed, .baner-content .top-right .ed {
    position: absolute;
    left: 5px;
    top: 1px;
    z-index: 1000;
}
.ed img.nometa {
    width: auto !important;
}
.plik .opis .ed {
    position: absolute;
    top: -1em;
}
.section .ed img {
    margin: 0;
}
.ed {
    vertical-align: top;
}
.gallery .size-1of2 > .ed {
    xposition: absolute;
    xtop: -18px;
}
.katalog .kategoria h3 .ed:nth-child(1), .katalog .kategoria .h3 .ed:nth-child(1) {
    left:0;
	right:;
}
.katalog .kategoria h3 .ed:nth-child(2), .katalog .kategoria .h3 .ed:nth-child(2) {
    left:0;
	right:;
	/*top: 1.8em;*/
}

/*inne*/
#gazeo_ad_container {
    margin-bottom: 32px;
}

/*youtube sidebar*/
@media screen and (max-width:49.9em) {
    #sidebar, #sidebar-ue {
        display: none;
    }
}
@media screen and (min-width:50em) {
    #sidebar {
        background-color: #eb1804;
        box-sizing: border-box;
        padding: 10px;
        display: inline-block;
        z-index: 9999;
        
        left: -210px;
        margin-top: -220px;
        position: fixed;
        top: 50%;
        
        -webkit-transition: left .4s;
        -moz-transition: left .4s;
        -ms-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s;
    }
    #sidebar img {
        display: block;
    }
    .sidebar-label {
        position: absolute;
        left: 100%;
        top: 0;
    }
    #sidebar:hover, #sidebar_fb:hover {
        left: 0px;
    }
    
    #sidebar_fb {
        background-color: #00549F;
        box-sizing: border-box;
        padding: 5px;
        display: inline-block;
        z-index: 9998;
        
        left: -310px;
        margin-top: -110px;
        position: fixed;
        top: 50%;
        
        -webkit-transition: left .4s;
        -moz-transition: left .4s;
        -ms-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s;
    }
    #sidebar_fb .fb-content {
        width: 300px;
    }
    
    #sidebar-ue {
        box-sizing: border-box;
        display: inline-block;
        z-index: 9999;
        position: fixed;
        
        left: 2px;
        top: 120px;
        
        /*right: -216px;
        top: 64px;
        
        -webkit-transition: right .4s;
        -moz-transition: right .4s;
        -ms-transition: right .4s;
        -o-transition: right .4s;
        transition: right .4s;*/
    }
    #sidebar-ue img {
        display: block;
        /*-webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;*/
    }
    /*#sidebar-ue:hover {
        right: 0px;
    }*/
}
/* Shine */
#sidebar figure {
	position: relative;
    margin: 0;
    overflow: hidden;
}
#sidebar figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#sidebar figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*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 bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@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;
}
/*-------------------------------
	POPUP.CSS
-------------------------------*/
.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.popup_cont {
	position: fixed;
	z-index: 102;
}
.preloader {
	z-index: 101;
}
/*---------------------
	EDIT BELOW
*/
.popup_close {
	color: Red;
    font-size: 2rem;
	cursor: pointer;
	position: absolute;
	padding: 3px;
	right: 5px;
	top: 0;
}
.popup_close:hover {
	color: #111;
}
.popup_back {
	cursor: pointer;
	background-color: #222;
}
div.popup {
	background: #fff;
	/*padding: 25px;*/
	/*box-shadow: 0 3px 10px #222;*/
}
.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}
.popup_content img {
    display: block;
    max-width: 95vw;
    max-height: 95vw;
}
@media screen and (min-width:50em) {
    .popup_content img {
        max-width: 70vw;
        max-height: 85vw;
    }
}