/*  CLEANING STYLES */
a {
    color: inherit;
    text-decoration: none;
}
img {
    border: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none
}
button {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input, textarea {
    box-shadow: none;
    outline: none;
    border: none;
    resize: none;
}
/*  GLOBAL CLASSES  */
.clear {
    clear: both;
}
.hidden {
    overflow: hidden;
}
.bold {
    font-weight: bold;
}
.margin_0 {
    margin: 0 !important;
}
.margin_right {
    margin-right: 0px !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wide {
    width: 100%;
}
/*  OPACITY         */
.opacity_60 {
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.opacity_60:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/*  HTML 5          */
div.article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*  TRANSITIONS     */
.animate_30, a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*  PAGE STYLES     */
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial;
    color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    /*background: #010101 url("../images/background.jpg") center no-repeat;*/
}
.holder {
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
}
/*  UI KIT  */
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h1, h2 {
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
h3 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 25px 0;
    line-height: 120%;
}
div.article {
    font-family: Verdana;
    font-size: 16px;
    color: #a6a6a6;
    overflow: hidden;
    line-height: 170%;
}
.article ul,
.article ul li,
.article ol,
.article ol li {
    padding: initial;
    margin: initial;
}
.article ul,
.article ol {
    padding-left: 40px;
}
.article ol {
    list-style-type: decimal;
}
.article ul li {
    list-style-type: disc !important;
}
a {
    color: #efa300;
}
a.more {
    display: block;
    float: left;
    text-decoration: none;
    position: relative;
}
/*  HEADER  */
header {
    background: #010101;
    height: 145px;
}
header a.logo {
    display: block;
    float: left;
    margin: 20px 0 0 20px;
}
.header-right {
    float: right;
    margin-right: 20px;
}
.header-top {
    margin: 15px 0 15px 0;
    float: right
}
.header-top .text-box {
    float: left;
    color: #959595;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
}
.header-top .tb-1 {
    text-align: left;
}
.header-top .langs {
    float: left;
    position: relative;
    width: 32px;
    height: 42px;
}
.header-top .langs .active {
    width: 30px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #4d4d4d;
    font-size: 11px;
    color: #959595;
    background: url("../images/langs.png") center 29px no-repeat
}
.header-top .langs ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 500;
    background: #010101;
}
.header-top .langs ul li {
}
.header-top .langs ul li a {
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #4d4d4d;
    font-size: 11px;
    color: #959595;
}
.header-top .langs ul li a:hover {
    color: #FFFFFF
}
nav {
}
nav ul {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}
nav ul li {
    display: inline-block;
    margin-right: 17px;
    position: relative;
}
nav ul li a {
    color: #FFFFFF
}
nav ul li a:hover,
nav ul li a.active {
    color: #efa300
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li span.arrow {
    margin-left: 5px;
}
nav .submenu {
    padding: 20px 20px 10px 20px;
    position: absolute;
    background: #010101;
    display: none;
    left: 0;
    top: 20px;
    z-index: 550;
    width: 165px;
}
nav .submenu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #504f4f;
}
nav .submenu li a {
    display: block;
    padding: 12px 0;
}
nav ul li:hover .submenu {
    display: block
}
nav .submenu li:last-child {
    border-bottom: 0;
}
/*  INDEX  */

.page-container {
    background: rgba(0, 0, 0, 0.95);
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    margin-bottom: 50px;
}
aside {
    width: 262px;
    float: right;
}
.page-content-left {
    width: 935px;
    float: left;
}
.page-content-side {
    width: 100%;
    float: left;
}
.page-content-right {
    width: 730px;
    float: right;
}
aside .category-box {
    width: 100%
}
.page-slider {
    padding: 9px;
    height: 450px;
    border: 1px solid #4d4d4d;
    margin: 0 0 20px 0;
    position: relative
}
.page-slider .slider {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.page-slider .slider .slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}
.page-slider .slider .slick-track,
.page-slider .slider .slick-list {
    width: 100%;
    height: 100%;
}
.page-slider .slider .slide .title {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    line-height: 110%;
    padding: 0 5px;
}
.page-slider .slider .slide .title-1 {
    font-size: 50px;
    font-weight: bold;
    margin: 170px 0 4px 0;
}
.page-slider .slider .slide .title-2 {
    font-size: 35px;
    font-weight: 300;
}
.categories {
}
.category-box {
    box-sizing: border-box;
    border: 1px solid #4e4e4e;
    padding: 9px;
    float: left;
}
.category-box .image {
    margin: 0 0 25px 0;
    height: 200px;
    overflow: hidden;
}
.category-box .image img {
    min-width: 100%;
}
.category-box h3 {
    margin: 25px 10px;
    text-align: center;
}
.category-box div.article {
    margin: 0 10px 30px 9px;
    /*max-height: 105px;*/
}
.category-box .see-more {
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    bottom: 10px;
}
.categories .category-box {
    width: 32%;
    margin: 0 2% 10px 0;
    /* height: 470px; */
    position: relative;
}
.categories .category-box:nth-child(3n) {
    margin-right: 0;
}
.see-more {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0 0 0;
    color: #efa300;
    font-style: italic;
    background: url("../images/see-more.png") left top no-repeat;
    display: inline-block;
}
a.back {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.form-send {
    font-size: 14px;
    font-weight: 600;
    color: #efa300;
    font-style: italic;
    margin-top: 10px;
    display: block;
    float: right;
    background: transparent;
    border: 0;
    cursor: pointer
}
.aside-form {
}
.aside-form .image {
    width: 100%;
}
.aside-form div.article {
    height: auto !important;
    max-height: 1000px !important;
}
.aside-form form {
    margin: 39px 0;
}
.page-form input,
.page-form textarea {
    background: #232323;
    height: 35px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    font-family: 'Arial';
    font-size: 13px;
    color: #848383;
    margin: 0 0 5px 0;
}
.page-form .zgody-element {
    margin-top: 10px;
}
.page-form .zgody-element input[type='checkbox'] {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    float: left;
}
.page-form .zgody-element label.label-check {
    float: left;
    width: 360px;
    font-size: 11px;
    text-align: justify;
}
.page-form .zgody-element label.error {
    float: left;
    width: 360px;
    margin-bottom: 7px;
    font-size: 11px;
    text-align: justify;
}
.page-form .zgody-wymagane {
    margin-top: 10px;
    font-size: 10px;
}
.page-content-side .zgody-element label {
    width: 210px !important;
}
.page-form textarea {
    height: 80px;
    line-height: 120%;
    padding: 10px 12px;
}
.aside-form .contact-text {
    margin-bottom: 5px;
}
.page-content-side .page-list {
    border: 1px solid #504f4f;
    margin-bottom: 10px;
}
.page-content-side .page-list li {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #504f4f;
    margin: 0 10px;
}
.page-content-side .page-list li a {
    color: #FFFFFF;
    display: block;
    padding: 15px 0;
}
.page-content-side .page-list li a:hover,
.page-content-side .page-list li a.active {
    color: #efa300
}
.page-content-side .page-list ul li:first-child a {
    padding-top: 0;
}
.page-content-side .page-list li:last-child {
    border-bottom: none;
}
.page-content-side .page-list li ul {
    padding-left: 20px;
}
.page-gallery {
    margin-top: 20px;
}
.page-gallery > a {
    display: block;
    height: 220px;
    padding: 9px;
    float: left;
    border: 1px solid #504f4e;
    box-sizing: border-box;
    width: 32%;
    margin: 0 2% 20px 0;
    cursor: pointer;
}
.page-gallery > a .photo {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.page-gallery > a img {
    min-width: 100%;
}
.page-gallery > a:nth-child(3n) {
    margin-right: 0;
}
.page-div.article {
    margin-bottom: 30px;
    font-size: 16px;
}
.page-div.article ul, ol {
    margin: 0px;
    padding: 0px;
}
.page-div.article ul li {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1px;
}
.page-div.article ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1px;
}
.news-list.mix .news:nth-child(even) {
    overflow: hidden;
}
.news-list.mix .news:nth-child(even) .image {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
.news-list.mix .news:nth-child(even) .content {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
}
.news-list.mix .news:nth-child(even) .content .see-more {
    float: left;
}
.news {
    min-height: 220px;
    padding-bottom: 35px;
    border-bottom: 1px solid #504f4e;
    margin-bottom: 35px;
}
.news .image {
    display: block;
    height: 220px;
    padding: 9px;
    float: left;
    border: 1px solid #504f4e;
    box-sizing: border-box;
    width: 220px;
    position: relative;
}
.news .content {
    padding-left: 240px;
}
.news .content .see-more {
    float: right;
    padding-right: 3px;
}
.news .content .content_container {
    min-height: 191px;
}
.news .content div.article {
    height: 157px;
    margin-bottom: 15px;
}
.pagination {
    text-align: center;
    font-family: 'Arial';
    font-size: 17px;
    color: #a6a6a6;
    margin-top: 8px;
}
.pagination a {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    font-size: 17px;
}
.pagination a.active {
    font-weight: bold;
    font-size: 17px;
}
.pagination a:hover {
    font-size: 17px;
    text-decoration: underline;
}
.contact-col {
    float: left;
    box-sizing: border-box;
}
/* .cc-1{width: 580px; margin-right: 25px; border-right: none;} */
/* .cc-3{width: 430px; border: 1px solid #565656; padding: 20px; float:right;} */

.cc-1 {
    width: 55%;
    overflow: hidden;
    margin-right: 25px;
    border-right: none;
}
.cc-3 {
    width: 42%;
    overflow: hidden;
    border: 1px solid #565656;
    padding: 20px;
    float: right;
}
.cc-2 {
    width: 260px;
    margin-right: 25px;
}
.cc-3 {
    width: 430px;
    border: 1px solid #565656;
    padding: 20px;
    float: right;
}
.contact-col form {
    margin-bottom: 20px;
}
.contact-col iframe {
    width: 100%;
    height: 230px;
}
.captcha_bg {
    width: 100%;
    text-align: rigth;
    margin-bottom: 5px;
    height: 35px;
    font-size: 1px;
    margin-top: 10px;
}
.burger {
    display: none;
    width: 32px;
    height: 32px;
    background: url("../images/burger.png");
    cursor: pointer;
    float: left;
}
/*  FOOTER  */
footer {
    width: 100%;
    background: #010101;
    border-bottom: 5px solid #efa300;
    padding: 50px 0;
}
footer ul {
    text-align: center;
    margin-bottom: 30px;
}
footer ul li {
    display: inline-block;
    padding: 0 8px;
    background: url("../images/footer-li.png") right center no-repeat;
}
footer ul li a {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600;
}
footer ul li a:hover {
}
footer ul li:last-child {
    background: transparent
}
footer .text {
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;
}
footer .text img {
    vertical-align: middle
}
/* EFEKTY */

.page-gallery > a img, .image img {
    transition: 0.4s all;
    width: 100%;
}
.page-gallery > a span:before, .image > a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border: 2px solid #fff;
    transition-duration: 0.4s;
    z-index: 100;
}
.image a {
    position: relative;
}
.page-gallery > a span:hover:before, .image > a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.page-gallery > a span:after, .image > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;

    transition-duration: 0.4s;
    opacity: 0;
}
.page-gallery > a span:hover:after, .image > a:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 1;

}
/*
.page-gallery > a img:hover, .image img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: translateZ(0) scale(1.1) rotate(0.02deg);
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    filter: none;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    progid: DXImageTransform . Microsoft . Blur(PixelRadius = '0.2');
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    transition: 0.4s all;
}*/

/*FotoPresto Form */
.contact-info.green {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    font-size: 20px;
    width: 800px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 90%;
}
form.page-form.contact-side {
    margin: 0 -15px;
    max-width: 640px;
    margin: auto;

}
form.page-form.contact-side .row {
    width: 100%;
    float: left;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form.page-form.contact-side .row select {
    width: calc(100% - 220px);
    height: 35px;
    background: #efefef;
    border: 0px;
    padding: 0 10px;
    float: right;
}
form.page-form.contact-side .row.checkboxes {
    width: 100%;
    max-width: 600px;
    float: left;
}
.name {
    width: 220px;
    display: block;
    float: left;
    height: 100%;
    text-align: right;
    padding: 0 15px;
    box-sizing: border-box;
}
form.page-form.contact-side .row.checkboxes .check-wrapper {
    width: calc(100% - 220px);
    float: right;
}
form.page-form.contact-side .row.checkboxes label {
    width: 50%;
    float: left;
}
form.page-form.contact-side .row .title {
    width: 220px;
    float: left;
}
form.page-form.contact-side .row input,
form.page-form.contact-side .row textarea {
    width: calc(100% - 220px);
    float: right;
}
form.page-form.contact-side .row.checkboxes label span,
form.page-form.contact-side .row.checkboxes label input {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 35px;
    margin: 0;
    float: left;
    padding: 0 15px;
}
form.page-form.contact-side .row.captcha {
    width: 100%;
}
form.page-form.contact-side .row.captcha .captcha_bg {
    margin: 0;
    width: calc(100% - 220px);
    float: right;
}
form.page-form.contact-side .row.captcha .wrapper {
    margin-bottom: 5px;
    /*height: 35px;*/
    margin-top: 10px;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reminder {
    clear: both;
    padding: 15px;
}
form.page-form.contact-side button[type="submit"] {
    padding: 0 15px;
}
form.page-form.contact-side input[type="file"] {
    height: 34px;
    line-height: 20px;
    padding: 7px;
}
/*
form.page-form.contact-side input[name="captcha"]{
    width: 100%;
}*/
label.error {
    position: relative;
    /* bottom: -29px; */
    width: 100%;
    clear: both;
    text-align: right;
}
form.page-form.contact-side .row.checkboxes label.error {
    width: 100%;
}
form.page-form.contact-side button[type="submit"] {
    padding: 10px 15px;
    border: 2px solid #ec1d25;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    margin-bottom: 60px;
    float: none;
    position: relative;
    left: 70%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
form.page-form.contact-side button[type="submit"]:hover {
    background-color: #ec1d25;
    color: #fff;
}
/* ------------------ POPUP POLITYKA PRYWATNOSCI ---------------------- */
.rodo-information-popup .action-buttons a {
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.rodo-information-popup .action-buttons .accept-button {
    background: #008000;
    color: #fff;
    border-color: #008000;
}
.rodo-information-popup .action-buttons .accept-button:hover {
    background: #fff;
    color: #008000;
    border-color: #008000;
}
.rodo-information-popup .action-buttons a:hover {
    background: #000;
    color: #fff;
}
.rodo-information {
    max-width: 500px;
}
.rodo-information-popup .action-buttons {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 0 0;
    text-align: center;

}
.rodo-information-popup {
    overflow: hidden;
    max-height: 100%;
}
.rodo-information-body {
    max-height: 55vh;
    overflow: auto;
    padding: 15px 15px 15px 15px;
	margin-bottom:45px;

}