@font-face {
    font-family: 'Geomanist';
    src: local('Geomanist Regular'), url(../fonts/geomanist-regular-webfont.woff), url(../fonts/geomanist-regular-webfont.eot);
}
@font-face {
    font-family: 'Geomanist';
    font-weight: 300;
    src: local('Geomanist Light'), url(../fonts/geomanist-light-webfont.woff), url(../fonts/geomanist-light-webfont.eot);
}
@font-face {
    font-family: 'Geomanist';
    font-weight: 600;
    src: local('Geomanist Medium'), url(../fonts/geomanist-medium-webfont.woff), url(../fonts/geomanist-medium-webfont.eot);
}
@font-face {
    font-family: 'Geomanist';
    font-weight: 500;
    src: local('Geomanist Book'), url(../fonts/geomanist-book-webfont.woff), url(../fonts/geomanist-book-webfont.eot);
}
@font-face {
    font-family: 'Geomanist';
    font-weight: 700;
    src: local('Geomanist Bold'), url(../fonts/geomanist-bold-webfont.woff), url(../fonts/geomanist-bold-webfont.eot);
}



body {
    font-family: 'Geomanist';
    font-size: 13px;
}
img {
    max-width: 100%;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, ul {
    margin: 0;
}
h2 {
    color: #0572b4;
    font-size: 30px;
    margin: 0 0 15px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}

header {
    background: #032b53;
    color: #fff;
    position: relative;
}
header .logo-container{
    position: relative;
}
header .page-logo {
    display: inline-block;
    margin-right: 150px;
}
header .mobile-bars {
    float: right;
    background: url(../images/mobile-bars.png) top right no-repeat;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    padding-right: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 15px;
}
header .mobile-bars:hover {
    text-decoration: none;
}
header nav#top {
    background: #032b53; /* Old browsers */
    background: -moz-linear-gradient(left,  #032b53 0%, #032b53 26%, #011224 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#032b53), color-stop(26%,#032b53), color-stop(100%,#011224)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #032b53 0%,#032b53 26%,#011224 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #032b53 0%,#032b53 26%,#011224 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #032b53 0%,#032b53 26%,#011224 100%); /* IE10+ */
    background: linear-gradient(to right,  #032b53 0%,#032b53 26%,#011224 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032b53', endColorstr='#011224',GradientType=1 ); /* IE6-9 */

    line-height: 40px;
    text-align: right;
}
header nav#top li {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}
header nav#top li img {
    margin: 3px;
    vertical-align: middle;
}
header nav#menu {
    display: none;
}
header nav#menu li {
    font-weight: 500;
    font-size: 15px;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0 -15px;
    transition: 0.2s;
    text-transform: uppercase;
    position: relative;
}
header nav#menu li:hover {
    background: #0f4177;
}
header nav#menu li ul {
    background: #0f4177;
    display: none;
    line-height: 36px;
    min-width: 250px;
}

header nav#menu li ul li {
    display: block;
    padding: 0;
}
header nav#menu li ul a {
    display: inline-block;
    padding: 0 30px;
    width: 100%;
}
header nav#menu li ul a:hover {
    background: #032b53;
}

div.baner_1 {
    background: #efefef;
    padding: 30px 0;
    text-align: center;
}
div.baner_2, div.baner_3, div.baner_9, div.baner_10 {
    text-align: center;
}
.page-container div.baner_2, .page-container div.baner_3 {
    padding-bottom:30px;
}
div.slider {
    text-align: center;
}

.news-item {
    margin-bottom: 20px;
}
.news-item.news-large {
    background: #fff;
    // border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
}
.news-item.news-large .news-img {
    margin: 0;
    width: 100%;
}
.news-item.news-large h3 {
    color: #0572b4;
    text-align: center;
    padding: 0 20px;
    font-size: 30px;
}
.news-item.news-large p.readmore {
    text-align: center;
    width: 100%;
}

.news-item.news-large p.readmore a {
    background: #fff;
    color: #0572b4;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s;
    overflow: hidden;
}
.news-item.news-large  p.readmore a:after {
    background: #0572b4;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    transition: all 0.5s ease;
    z-index: 4;
}

.news-item.news-large  p.readmore a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    text-align: center;
    line-height: 50px;
}
.news-item.news-large  p.readmore a:hover:before {
    opacity: 1;
}
.news-item.news-large p.readmore a:hover:after {
    height: 500px;
}
.news-item.news-large p.readmore a:hover {
    color: #fff;
    text-decoration: none;
}
.news-item.news-large p.readmore {
    display: block;
}
.news-item.news-large h3 {
    padding-top: 40px;
    font-weight: 600;
}

.news-item .news-img {
    margin: 0 0 10px;
    width: 100%;
}
.news-item h3 {
    color: #0572b4;
    font-size: 24px;
    margin: 0 0 15px;
}
.news-item p {
    color: #737373;
    font-weight: 300;
}
.news-item p.readmore {
    color: #0572b4;
    font-weight: 400;
    text-transform: uppercase;
}
section.news-list {
    margin: 20px 0;
    padding: 20px 0;
}
div.news-list .news-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
div.news-list .news-item:last-child {
    border-bottom: 0;
}
#right-col {
    padding-top: 30px;
}
#right-col .baner_4, #right-col .baner_5, #right-col .baner_6, #right-col .baner_7, #right-col .baner_8 {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
#right-col .baner_4 img, #right-col .baner_5 img, #right-col .baner_6 img, #right-col .baner_7 img, #right-col .baner_8 img {
    width: 100%;
}
#right-col .banner.newsletter-banner {
    background: url(../images/newsletter-bgr.png);
    background-size: 100% 100%;
    color: #fff;
    min-height: 278px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
#right-col .banner.newsletter-banner h4 {
    border-bottom: 2px solid #45c1f5;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 10px;
}
#right-col .banner.newsletter-banner i {
    background: url(../images/icon-newsletter-circle.png) center no-repeat;
    display: block;
    height: 60px;
}
#right-col .banner.newsletter-banner p {
    margin: 10px 30px;
    font-size: 16px;
}
#right-col .banner.newsletter-banner .form-input {
    margin: 15px 25px 0;
}
#right-col .banner.newsletter-banner .form-input input[type=submit] {
    background: #45c1f5;
    color: #fff;
    float: right;
    line-height: 30px;
    width: 30px;
}
#right-col .banner.newsletter-banner .form-input-wrapper {
    margin-right: 30px;
}
#right-col .banner.newsletter-banner .form-input input[type=text] {
    background: #fff;
    color: #333;
    display: block;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 100%;
}

footer {
    background: #f3f3f3;
    margin-top: 40px;
    text-align: center;
}
footer nav#footer-menu {
    border-bottom: 1px solid #e7e7e7;
    color: #0572b4;
    display: block;
    font-weight: 300;
    line-height: 50px;
}
footer nav#footer-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
footer .copyright {
    color: #6f6f6f;
    line-height: 20px;
    padding: 20px 0;
}
footer .copyright strong {
    display: block;
    font-weight: 600;
}



.mobile-only {
    display: block !important;
}
.tablet-only {
    display: none !important;
}
.desktop-only {
    display: none !important;
}
.mobile-hide {
    display: none !important;
}
.tablet-hide {
    display: block !important;
}
.desktop-hide {
    display: block !important;
}

@media (max-width:991px){
    .container{
        width:100%;
    }

}

@media (max-width: 991px) {
    header .logo-container {
        width: 100%;
    }
    header nav#menu span.fix-hover {
        cursor: pointer;
        display: block;
    }
    header nav#menu li ul {
        display: none;
    }
    header nav#menu li.act ul {
        display: block;
    }
    header nav#menu .container {
        width: 100%;
    }
    header nav#menu li > span.fix-hover, header nav#menu li > a {
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    header nav#menu li:hover ul, header nav#menu li.hover ul {
        display: block;
    }
}
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    .tablet-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-hide {
        display: block !important;
    }
    .tablet-hide {
        display: none !important;
    }
    .desktop-hide {
        display: block !important;
    }

}
@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
    .tablet-only {
        display: none !important;
    }
    .desktop-only {
        display: block !important;
    }
    .mobile-hide {
        display: block !important;
    }
    .tablet-hide {
        display: block !important;
    }
    .desktop-hide {
        display: none !important;
    }
    header .page-logo {
        margin-top: -50px;
        padding-left: 3px;
    }
    header nav#menu {
        display: block !important;
/*        text-align: right;
        margin-top: -30px; */
        margin-top: -5px;
    }

    header nav#menu li {
        display: inline-block;
        font-weight: 500;
        font-size: 15px;
/*        padding: 10px 15px; */
        padding: 10px 10px;
        margin: 0;
        transition: 0.2s;
        text-transform: uppercase;
        position: relative;
    }
    header nav#menu li ul {
        min-width: 250px;
        text-align: left;
        position: absolute;
        top: 40px;
        left: 0;
        z-index:10;
    }
    .news-item.news-large {
        margin-top: -50px;
    }
    .news-item.news-large .news-img {
        float: left;
        width: 50%;
    }
    .news-item.news-large .news-img ~ h3 {
        color: #0572b4;
        font-weight: 500;
        font-size: 30px;
        position: static;
        text-align: left;
        padding: 30px 0 0;
        margin-left: 53%;
        width: 44%;
    }
    .news-item.news-large .news-img ~ p {
        display: block;
        margin-left: 53%;
        width: 44%;
    }
    .news-item.news-large .news-img ~ p.readmore {
        position: static;
        text-align: left;
    }

    section.news-list {
        border: 1px solid #ddd;
        border-width: 1px 0;
        border-bottom:none;
    }
    footer .copyright strong {
        display: inline;
    }
}

#slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#slider .slider-items {
    position: relative;
}
#slider li {
    float: left;
    list-style: none;
}
#slider li img {
    width: 100%;
}
.slider-container {
    margin: 0 auto;
    width: 100%;
}

.page-container {
    background: #fff;
}
.page-container h2 {
    padding: 30px 20px 40px;
}
.page-container .page-content {
    font-size: 14px;
    padding: 0 20px 20px;
}
.page-container .page-content ul,  .page-container .page-content ol {
    list-style-position: inside;
    margin-left:20px;
}
.page-container .page-content table {
    width: 100%;
    margin: 10px 0;
}
.page-container .page-content table th, .page-container .page-content table td {
    padding: 5px 10px;
}
.page-container .page-content table.lines th, .page-container .page-content table.lines td {
    border: 1px solid #e0e0e0;
}
.page-container .page-content table thead th {
    background: #515151;
    color: #fff;
    font-weight: 600;
}
.page-container .page-content table tbody tr:nth:child(odd) td {
    background: #f9f9f9;
}

@media (min-width: 992px) {
    .page-container {
        margin-top: -50px;
    }
}

p.animacja {
    display: block;
    position: static;
}
p.animacja a {
    display: inline-block;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
    line-height: 300%;
    padding: 0 20px;
}
p.animacja a:after {
    background: #0572b4;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    transform: translateX(-50%) translateY(-50%) rotate(-47deg);
    transition: all 0.5s ease;
    z-index: 4;
}

p.animacja a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    text-align: center;
    line-height: 300%;
}
p.animacja a:hover:before {
    opacity: 1;
}
p.animacja a:hover:after {
    height: 500px;
}
p.animacja a:hover {
    color: #fff;
    text-decoration: none;
}

.page-container #tags
{
	margin-left: 20px;
	margin-bottom: 20px;
	
}

.page-container #akt_data
{
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-container #tags .tag
{
    padding: 3px 6px;
    background-color: #0572b4;
    color: #FFF;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

.page-container #tags2 .tag
{
    padding: 3px 6px;
    background-color: #0572b4;
    color: #FFF;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

#search-box .form-control {
    border-radius: 0;
}


#search-box button {
    background: #45c1f5;
    color: #fff;
/*    line-height: 30px;
    width: 60px; */
    border: 0;
    padding: 5px 18px;
    font-weight: bold;
    border-radius: 0;
}

#search-box input[type=text] {
    background: #fff;
    color: #333;
    display: block;
    border: #0f4177 1px solid;
    margin-right: 90px;
    height: 30px;
/*    line-height: 30px; */
    padding: 0 5px;
    width: 100%;
}

header .page-logo .desktop-only {
    max-width: 160px;
}

#cookieinfo {
    text-align: center;
    padding: 8px; 
    background: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 9999;
    bottom: 0; 
    position: fixed;
    width: 100%;
    color:#333333;
}

#cookieinfo a {
    color:#333333;
    text-decoration: underline;
}

.recenzje-img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.pagination {
    padding: 8px;
    text-align: center;
    width: 100%
}

.pagination .pn-pages {
    display: block;
    padding-bottom: 8px;
}

.pagination a.pn, .pagination span.pn {
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid #0572b4;
    margin-left: 2px;
    margin-right: 2px;
}

.pagination span.pn-active, .pagination a.pn:hover {
    background-color: #0572b4;
    color: #fff;
    text-decoration: none;
}

.pagination span.pn-disabled {
    border: 2px solid #dddddd;
    color: #8a857d;
}