/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
Theme Name: Aries theme
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    width: 100vw;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    color: #d59c2c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
figure {
    margin-bottom: 0;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    font-family: 'Rouge Script', cursive;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bold;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
span.wpcf7-not-valid-tip {
    padding-top: 15px;
}
.separator {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.separator .line {
    width: 100px;
    height: 1px;
    background-color: #000;
}
.separator .top-line {
    margin-left: -20px;
    margin-bottom: 8px;
}
.separator .bottom-line {
    margin-left: 20px;
} 
/*===========================File===========================*/
#file {
    background-color: #fff;
}
.file {
    padding-top: 50px;
    padding-bottom: 160px;
}
.file-wrapper {
    padding: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.file-wrapper:hover {
    background-color: #f1f0f1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.file-wrapper .pdf-icon {
    width: 81px;
    height: 81px;
}
.file-wrapper h3 {
    font-size: 30px;
}
.file-wrapper:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
}
.file-wrapper:last-child {
    border-bottom: none;
}
.file-wrapper:nth-last-child(2) {
    border-bottom: none;
}
.file-box-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-box-pdf h3 {
    margin-left: 50px;
}
.file-wrapper a {
    color: #FC1679;
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 45px;
}
.file-wrapper a img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
}
.file-wrapper a:hover {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    opacity: .7;
}
.pagination {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pagination a {
    display: block;
    margin-bottom: 5px;
    color: white;
    position: relative;
    padding: 4px;
}
.pagination a span {
    opacity: 1;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.pagination a.active span {
    opacity: 1;
    color: #0f0f0f;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.pagination a.active:after {
    -webkit-box-shadow: inset 0 0 0 5px;
    box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}
.pagination a:hover .hover-text {
    opacity: 1;
    margin-left: 15px;
}
.pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
ul#list-spy li a {
    text-transform: uppercase;
    color: #2e332f;
    font-weight: 600;
}
ul#list-spy a.active {
    margin-bottom: 60px;
    margin-top: 60px;
}
ul#list-spy a.active:after {
    content: " ";
}
.pagination li a span {
    padding-left: 15px;
}
.pagination li a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}
.pagination li a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}
.pagination li:first-child a span {
    padding-left: 15px;
}
.pagination li:first-child a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}
.pagination li:first-child a span:before {
    content: " ";
    height: 0px;
    background: #fff;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 0px;
}
.pagination li:last-child a span {
    padding-left: 15px;
}
.pagination li:last-child a span:after {
    content: " ";
    height: 0px;
    background: transparent;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 10px;
}
.pagination li:last-child a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}
@-webkit-keyframes fadeleftslider {
    from {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes fadeleftslider {
    from {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes showslider {
    from {
        opacity: 0;
    }
    to {
        opacity: 1 !important;
    }
}
@keyframes showslider {
    from {
        opacity: 0;
    }
    to {
        opacity: 1 !important;
    }
}
@-webkit-keyframes opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes flytext {
    from {
        -webkit-transform: translateX(-1550px);
        transform: translateX(-1550px);
    }
    to {
        -webkit-transform: translateX(-1050px);
        transform: translateX(-1050px);
    }
}
@keyframes flytext {
    from {
        -webkit-transform: translateX(-1550px);
        transform: translateX(-1550px);
    }
    to {
        -webkit-transform: translateX(-1050px);
        transform: translateX(-1050px);
    }
}
@-webkit-keyframes servicefly {
    from {
        left: 5vw;
    }
    to {
        left: 35vw;
    }
}
@keyframes servicefly {
    from {
        left: 5vw;
    }
    to {
        left: 35vw;
    }
}
@-webkit-keyframes flytextblogbot {
    from {
        -webkit-transform: translateX(-2200px);
        transform: translateX(-2200px);
    }
    to {
        -webkit-transform: translateX(-1750px);
        transform: translateX(-1750px);
    }
}
@keyframes flytextblogbot {
    from {
        -webkit-transform: translateX(-2200px);
        transform: translateX(-2200px);
    }
    to {
        -webkit-transform: translateX(-1750px);
        transform: translateX(-1750px);
    }
}
@-webkit-keyframes flytextblogtop {
    from {
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
    }
    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }
}
@keyframes flytextblogtop {
    from {
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
    }
    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }
}
@-webkit-keyframes running {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes running {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    outline: none;
}
a:hover {
    text-decoration: none;
}
main {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
main.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
main.blur-1 {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
    opacity: .5;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
*, p, ul, li, a, input, textarea, button {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
}
span.theme {
    letter-spacing: 5px;
    color: #313131;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans Condensed', sans-serif;
}
svg {
    width: 100%;
}
.thumbnail img {
    max-width: 100%;
    height: auto;
}
#header-3 .navbar-brand {
    max-width: 160px;
    margin-left: 10%;
}
.header-bg {
    background: #fff;
    height: 400px;
}
.header-bg h2 {
    font-size: 96px;
    color: #0f0f0f;
    padding-top: 80px;
    text-align: center;
}
.page-id-156 .header-bg h2 {
    font-size: 70px;
}
.breadcrumbs {
    background-color: #0f0f0f;
    height: 80px;
    color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
    margin-top: 140px;
}
.breadcrumbs a {
    line-height: 80px;
    color: #fff;
}
.breadcrumbs a:last-child {
    color: #fff;
}
button:empty {
    display: none !important;
}
h2:empty {
    display: none !important;
}
section {
    position: relative;
    z-index: 1;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
}
section:first-child {
    padding-top: 0px;
}
.responsive img {
    max-width: 100%;
    height: auto;
}
a:hover {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
#header-1 #menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 5;
}
#header-1 #mainmenu {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
#header-1 #mainmenu .nawigacja-menu ul li {
    text-align: center;
}
#header-1 #mainmenu .nawigacja-menu ul li a {
    color: #fff;
    font-size: 2em;
}
#header-1 #mainmenu.active {
    z-index: 2;
    opacity: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
#header-1 #menu-button .button-toggle-navigation {
    background-color: transparent;
    border: 0;
    border-bottom: 0.25em solid #fafafa;
    border-top: 0.25em solid #fafafa;
    font-size: 32px;
    cursor: pointer;
    height: 1.5em;
    margin: .75em .375em;
    outline: 0;
    position: relative;
    -webkit-transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: border-color 150ms ease-out, transform 150ms ease-out;
    transition: border-color 150ms ease-out, transform 150ms ease-out;
    transition: border-color 150ms ease-out, transform 150ms ease-out, -webkit-transform 150ms ease-out;
    width: 2.25em;
}
#header-1 #menu-button .button-toggle-navigation::after, #header-1 #menu-button .button-toggle-navigation::before {
    border-bottom: 0.25em solid #fafafa;
    bottom: .375em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#header-1 #menu-button .button-toggle-navigation span {
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
#header-1 #menu-button .isActive {
    border-color: transparent;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
#header-1 #menu-button .isActive::after, #header-1 #menu-button .isActive::before {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#header-1 #menu-button .isActive::after {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
#header-1 #menu-button .isActive::before {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
#header-2 #menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 5;
}
#header-2 #mainmenu {
    width: 20%;
    position: fixed;
    height: 100%;
    left: -20%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
#header-2 #mainmenu .nawigacja-menu ul li {
    text-align: center;
}
#header-2 #mainmenu .nawigacja-menu ul li a {
    color: #fff;
    font-size: 2em;
}
#header-2 #mainmenu.active {
    z-index: 2;
    left: 0%;
    opacity: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: easeOutElastic;
    -o-transition-timing-function: easeOutElastic;
    transition-timing-function: easeOutElastic;
}
#header-2 #menu-button .button-toggle-navigation {
    background-color: transparent;
    border: 0;
    border-bottom: 0.25em solid #fafafa;
    border-top: 0.25em solid #fafafa;
    font-size: 32px;
    cursor: pointer;
    height: 1.5em;
    margin: .75em .375em;
    outline: 0;
    position: relative;
    -webkit-transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: border-color 150ms ease-out, transform 150ms ease-out;
    transition: border-color 150ms ease-out, transform 150ms ease-out;
    transition: border-color 150ms ease-out, transform 150ms ease-out, -webkit-transform 150ms ease-out;
    width: 2.25em;
}
#header-2 #menu-button .button-toggle-navigation::after, #header-2 #menu-button .button-toggle-navigation::before {
    border-bottom: 0.25em solid #fafafa;
    bottom: .375em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#header-2 #menu-button .button-toggle-navigation span {
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
#header-2 #menu-button .isActive {
    border-color: transparent;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
#header-2 #menu-button .isActive::after, #header-2 #menu-button .isActive::before {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
#header-2 #menu-button .isActive::after {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
#header-2 #menu-button .isActive::before {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.brand-logo img {
    height: auto;
    position: relative;
    width: 100%;
}
.affix .brand-logo img {
    padding-top: 0;
    top: 0;
}
.subpage {
    height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subpage h1 {
    color: #fff;
    margin-top: 20vh;
    font-size: 36px;
    text-transform: uppercase;
}
.premisses-box {
    padding: 30px;
}
.premisses-box h4 {
    font-size: 30px;
    margin: -30px auto 0 auto;
    padding-bottom: 30px;
}
footer .footer-copyright {
    background-color: #0f0f0f;
    text-align: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
footer .footer-copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 65px;
    padding-right: 20px;
}
footer .footer-copyright img {
    max-width: 100px;
    margin-left: 10px;
    margin-top: 15px;
}
footer #scroll-up {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 17px 12px 17px;
}
.styled-select {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.styled-select:hover {
    border-color: #d59c2c;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.styled-select:focus {
    border-color: #d59c2c;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.styled-select img {
    height: 16px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.styled-select, .styled-select select {
    width: 100%;
}
select:focus {
    outline: none;
}
.styled-select select {
    color: #fff;
    height: 34px;
    padding: 5px 0 5px 5px;
    background: transparent;
    border: none;
    /*hide default down arrow in webkit */
    -webkit-appearance: none;
}
@-moz-document url-prefix() {
    .styled-select select {
        width: 110%;
    }
}
.fa-sort-desc {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 24px;
}
select::-ms-expand {
    display: none;
}
/* hide default down arrow in IE10*/
/* hack to fall back in opera */
_: -o-prefocus, .selector {
    .styled-select {
        background: none;
    }
}
svg path, svg line, svg polyline {
    stroke: #fff;
    stroke-width: 2px;
}
svg path {
    fill: #000;
}
#slider-carousel {
    width: 100%;
    height: 100vh;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item {
    height: 100%;
}
#slider-carousel .carousel-item .carousel-caption {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#slider-carousel .carousel-item .carousel-caption h3 {
    font-size: 100px;
    font-weight: 300;
    text-align: left;
    text-shadow: 0 0 1px #000, 1px 1px 1px #444;
}
#slider-carousel .carousel-item .carousel-caption h6 {
    font-size: 50px;
    text-align: left;
    font-weight: 300;
    text-shadow: 0 0 1px #000, 1px 1px 1px #444;
}
#slider-carousel .carousel-item .carousel-caption a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 500;
    background-color: #fff;
    color: #0f0f0f;
    height: 45px;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
#slider-carousel .carousel-item .carousel-caption a:hover {
    opacity: .8;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.carousel-caption {
    position: relative;
    z-index: 2;
}
.gradient2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .65)), to(transparent));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .65), transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .65), transparent);
}
#slider-carousel .carousel-item .carousel-caption a button:empty {
    display: none;
}
#slider-carousel .carousel-item {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 84%);
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 84%);
}

#slider-carousel .carousel-item img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.row.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#face-slider {
    position: fixed;
    /* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
    right: -290px;
    /* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
    top: 130px;
    /* pozycjonuje slider 190px od góry okna przegladarki */
    z-index: 1000;
    /* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
}
#face-slider #tab {
    cursor: pointer;
    /* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
    height: 110px;
    /* wysokość diva, będącego zakładką, również wysokość grafiki */
    width: 45px;
    /* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
    float: left;
    /* przyleganie do lewej krawędzi kontenera slidera */
}
div#tab img {
    width: 100%;
}
#face-code {
    padding: 5px;
    /* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
    border: solid #0170cf 3px;
    /* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
    background: #fff;
    /* ustawia białe tło pod pluginem Facebook */
    float: left;
    /* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
    width: 286px;
    /* szerokość  */
    height: 100px;
    /* wysokość */
    /* zaokrągla lewy dolny róg */
    /* zaokrągla lewy dolny róg*/
    border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg */
}
.fb-page.fb_iframe_widget {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.service-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-3 {
    color: #0f0f0f;
    z-index: 2;
    padding-top: 80px;
    background-color: #fff;
}
.service-3 h2 {
    color: #fab702;
    padding-top: 70px;
    font-weight: bold;
}
.service-3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.services-3-img-box {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}
.services-3-img-box img {
    width: 100%;
    width: 100%;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-3 .content {
    height: 500px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 1px solid #e4e4e4;
    margin-right: -100px;
    margin-top: 100px;
    background-color: #fff;
}
.service-3 a {
    background-color: #fab702;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
}
#paving .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#paving h2 {
    color: #d59c2c;
}
#paving a {
    background-color: #d59c2c;
}
#paving .content {
    margin-right: 0;
    margin-left: -100px;
}
.service-5 {
    color: #fff;
}
.service-5 button {
    font-family: 'Roboto', sans-serif;
}
.service-5 .content {
    padding: 20px;
}
.service-5 .corner-right {
    width: 280px;
    height: 280px;
    background-color: #fff;
    border-top-left-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-5 h2 {
    padding-top: 40px;
}
.service-5 .service-5-box {
    background-color: #d59c2c;
}
.services-5-img-box {
    background-color: #8DBF59;
    padding-left: 0;
    padding-right: 0;
}
.services-5-img-box img {
    width: 100%;
    width: 100%;
    height: 900px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-4 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-4 a {
 font-family: 'Rouge Script', cursive;
 text-transform: uppercase;
 border: 2px solid #d59c2c;
 padding: 10px 20px;
 font-weight: 500;
 background-color: #d59c2c;
 color: #fff;
 border-radius: 3px;
 letter-spacing: 1px;
 -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.service-4 a:hover {
    opacity: .8;
}
.service-4 video {
    width: 100%;
    height: 400px;
}
.service-4 .content {
    padding-left: 15%;
}
.service-3 .content {
    padding-left: 15%;
}
.promo h3 {
    font-family: 'Roboto', sans-serif;
}
.promo-contact {
    margin-top: 30px;
    margin-bottom: 30px;
}
.promo-name {
    font-weight: bold;
    font-size: 18px;
}
.promo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212529;
}
.promo a:hover {
    color: #8DBF59;
}
.promo-adres {
    margin-top: 20px;
}
.promo-social {
    margin-top: 20px;
}
.promo-logo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-6 {
    padding-top: 30px;
    padding-bottom: 80px;
}
.service-6 h2 {
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}
.service-6 a {
    width: 220px;
    height: 50px;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-6 a:hover {
    opacity: .8;
    transition-duration: .5s;
}
.service-6 .h2-small {
    font-size: 25px;
    font-family: 'Rouge Script', cursive;
    color: #d59c2c;
}
.service-6 .btn-link {
    color: #fff;
}
.service-6 .card {
    border-radius: 0;
}
.service-6 .card-header {
    background-color: #8DBF59;
}
.service-6 img {
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}
.service-6 .read-more {
    background: #0f0f0f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 45px;
    margin-top: 20px;
}
.log {
    padding-top: 80px;
}
.log h2 {
    margin: 20px auto 60px auto;
    text-transform: uppercase;
}
.log-box {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}
.log-box img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
.log-desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
.log-desc-box img {
    margin-right: 10px;
    margin-top: 0;
}
.log-desc-box h3 {
    font-family: 'Open Sans Condensed', sans-serif;
}
.date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#paralaxoption {
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
#paralaxoption h3 {
    text-align: center;
}
#paralaxoption p {
 font-weight: 300;
 font-size: 30px;
 margin-bottom: 0;
}
#paralaxoption a {
    font-size: 20px;
    color: #fff;
    background-color: #0f0f0f;
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
#paralaxoption a:hover {
    opacity: .8;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
#vectus .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.modal-backdrop {
    display: none;
}
.modal {
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
}
.modal label {
    display: block;
}
.modal input {
    background-color: #eceff3;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    border: none;
    border-radius: 50px;
}
.modal input[type=submit] {
    border-color: #FC1679;
    background-color: #FC1679;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-title h2 {
    margin: auto;
    color: #fff;
}
.testimonial-title .subtitle {
    text-align: center;
    color: #fff;
}
.testimonial-wrapper {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1px;
}
.cpt-1 .col-xl-3:nth-child(1) .item-portfolio {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.cpt-1 .col-xl-3:nth-child(2) .item-portfolio {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.cpt-1 .col-xl-3:nth-child(3) .item-portfolio {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.cpt-1 .col-xl-3:nth-child(4) .item-portfolio {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
#cpt {
    padding-top: 90px;
    padding-bottom: 60px;
}
#cpt .item-portfolio {
    border: solid 1px #404040;
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10% 10% 0px 0px;
    color: #fff;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    padding-bottom: 20px;
    padding-top: 20px;
}
#cpt .item-portfolio:hover {
    border: solid 1px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    background: rgba(0, 0, 0, 0.4);
}
#cpt h5 {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}
#cpt p {
    text-align: justify;
    font-size: 12px;
    color: #a5a3a3;
    -moz-text-align-last: center;
    text-align-last: center;
}
#cpt button {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 11px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
#cpt button:hover {
    background-color: #fff;
    color: #0f0f0f;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}
.gallery a {
    width: 100%;
}
.gallery a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}
.gallery-2 figure {
    margin: 0px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 1;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.gallery-2 figure a, .gallery-2 figure img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.gallery-2 figure:hover {
    opacity: .5;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    margin: 0px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.homepage-img {
    height: 300px !important;
}

.social-icon img {
    border: 1px solid #fff;
    padding: 10px;
}
.social-icon img:hover {
    background-color: #d59c2c;
    border-color: #d59c2c;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
@-webkit-keyframes smartphoto {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes smartphoto {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes smartphoto-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes smartphoto-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes smartphoto-loader {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@-webkit-keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}
@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}
.smartphoto {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation-name: smartphoto;
    animation-name: smartphoto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.smartphoto[aria-hidden="true"] {
    display: none;
}
.smartphoto-close {
    opacity: 0;
}
.smartphoto-count {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}
.smartphoto-header {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}
.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;
        base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    text-shadow: 0 1px 0 #FFF;
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}
.smartphoto-body {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.smartphoto-img {
    display: none;
    max-width: none;
    width: auto;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-user-drag: none;
}
.smartphoto-img.active {
    display: block;
}
.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.smartphoto-img-elasticmove {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-animation-name: smartphoto-img-wrap;
    animation-name: smartphoto-img-wrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.smartphoto-img-left {
    -webkit-transform: translateX(150%) !important;
    -ms-transform: translateX(150%) !important;
    transform: translateX(150%) !important;
}
.smartphoto-img-right {
    -webkit-transform: translateX(-150%) !important;
    -ms-transform: translateX(-150%) !important;
    transform: translateX(-150%) !important;
}
.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.smartphoto-arrows[aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}
.smartphoto-arrows li {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
}
.smartphoto-arrows li:focus {
    outline: none;
}
.smartphoto-arrows [aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}
.smartphoto-arrows a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.smartphoto-arrow-right {
    right: 0;
    background-image: url(data:image/svg+xml;
        base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}
.smartphoto-arrow-left {
    left: 0;
    background-image: url(data:image/svg+xml;
        base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}
.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.smartphoto-nav[aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}
.smartphoto-nav ul {
    display: block;
    overflow-x: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    opacity: .5;
}
.smartphoto-nav a:focus {
    opacity: .8;
}
.smartphoto-nav a.current {
    opacity: 1;
}
.smartphoto-nav img {
    width: auto;
    height: 100%;
}
.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.smartphoto-list li:focus {
    outline: none;
}
.smartphoto-list-onmove {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.smartphoto-caption {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.smartphoto-caption:focus {
    outline: none;
}
.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    -webkit-transform: translate(50vw, 50vh);
    -ms-transform: translate(50vw, 50vh);
    transform: translate(50vw, 50vh);
}
.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid #17CDDD;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: smartphoto-loader .5s infinite linear;
    animation: smartphoto-loader .5s infinite linear;
}
.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
#o-nas .thumbnail {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
}
#o-nas h2 {
 font-family: 'Rouge Script', cursive;
 font-size: 42px;
}
#o-nas h2 span {
 font-family: 'Rouge Script', cursive;
 color: #313131;
 display: block;
 line-height: 60px;
 font-weight: 600;
 letter-spacing: 14px;
}
#o-nas p {
    font-size: 15px;
    text-align: justify;
}
#paralax {
    padding-top: 0px;
}
#paralax p {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 15px;
}
#paralax h2 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: 600;
}
#paralax h2 span {
    letter-spacing: 5px;
    color: #EB3E96;
}
#paralax .item h3 {
    height: 75px;
    color: #1CA6E2;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#paralax .item p {
    font-size: 14px;
    padding-bottom: 100px;
}
.phone-box {
    background-color: #83272D;
    padding-top: 30px;
    padding-bottom: 20px;
}
.phone-box p {
    font-size: 24px;
    color: #fff;
}
.phone-box a {
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#cooker {
    background-size: cover;
}
#cooker .thumbnail.responsive {
    margin-top: -200px;
}
#cooker .container-fluid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cooker .col-xl-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#cooker .col-xl-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#cooker .col-xl-6:nth-child(2) .content {
    margin-left: auto;
}
#cooker h2 {
    width: 75%;
    font-size: 36px;
}
#cooker h2 span {
    display: block;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#cooker p {
    font-size: 21px;
    line-height: 44px;
    margin-top: 55px;
}
#cooker p.podpis {
    font-style: italic;
    font-size: 14px;
    margin-top: 0px;
}
.gallery h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}
section#kontakt {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
}
section#kontakt svg {
    max-width: 40px;
    height: auto;
}
section#kontakt .text {
    color: #fff;
    margin-left: 60px;
    margin-bottom: 70px;
}
section#kontakt .text:hover {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #fff;
}
section#kontakt h2 {
    color: #fff;
    margin-bottom: 30px;
}
section#kontakt label {
    width: 100%;
}
section#kontakt input, section#kontakt textarea {
    width: 100%;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    padding: 15px;
}
section#kontakt input::-webkit-input-placeholder, section#kontakt textarea::-webkit-input-placeholder {
    color: #fff;
}
section#kontakt input::-moz-placeholder, section#kontakt textarea::-moz-placeholder {
    color: #fff;
}
section#kontakt input:-ms-input-placeholder, section#kontakt textarea:-ms-input-placeholder {
    color: #fff;
}
section#kontakt input::-ms-input-placeholder, section#kontakt textarea::-ms-input-placeholder {
    color: #fff;
}
section#kontakt input::placeholder, section#kontakt textarea::placeholder {
    color: #fff;
}
section#kontakt .phone, section#kontakt .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
section#kontakt .phone a, section#kontakt .mail a {
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 60px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
section#kontakt .phone a:hover, section#kontakt .mail a:hover {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #fff;
}
.kontakt {
    background-size: cover;
    background-position: center;
}
.kontakt .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.kontakt .phone img {
    height: 32px;
    width: 32px;
}
.kontakt .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.kontakt .mail img {
    height: 32px;
    width: 32px;
}
.kontakt .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.kontakt .text img {
    height: 32px;
    width: 32px;
}
.contact-box {
    padding: 15px;
}
.contact-box input {
    background-color: transparent;
    padding: 12px;
    color: #797979;
    width: 100%;
    border: 1px solid #9e9e9e;
}
.contact-box label {
    display: block;
}
.contact-box label p {
    margin-bottom: 5px;
    color: #000;
}
.contact-box input::-webkit-input-placeholder {
    color: #797979 !important;
}
.contact-box input::-moz-placeholder {
    color: #797979 !important;
}
.contact-box input:-ms-input-placeholder {
    color: #797979 !important;
}
.contact-box input::-ms-input-placeholder {
    color: #797979 !important;
}
.contact-box input::placeholder {
    color: #797979 !important;
}
.contact-box input[type=submit] {
    border-color: #0f0f0f;
    background-color: #0f0f0f;
    color: #fff;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-box textarea {
    background-color: transparent;
    width: 100%;
    height: 120px;
    border: 1px solid #9e9e9e;
    color: #797979;
    padding: 15px;
}
.contact-box textarea::-webkit-input-placeholder {
    color: #797979;
}
.input-title {
    font-size: 12px;
}
.label-input {
    height: 70px;
}
.contact {
    padding-top: 80px !important;
}
.contact h3 {
    padding: 15px;
    margin-top: 20px;
}
.sale-contact-box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.rodo label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rodo span {
    font-size: 10px;
    text-align: justify;
}
.rodo input {
    width: 22px;
    margin-left: -15px;
    margin-right: 10px;
}
.textbox {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-id-131 .textbox ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.page-id-131 .textbox ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-id-131 .textbox ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-right: 10px;
}
.show-1 img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
.show-1 .item-event {
    margin: 10px 10px 50px 10px;
}
.show-1 .data-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
.show-1 .data-all img {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 5px;
}
.show-1 .item-event h3 {
    margin-top: 20px;
}
.button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.show-1 .item-event .read-more {
    font-weight: 300;
    background-color: #d59c2c;
    padding: 7px 15px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.show-1 .item-event .save {
    font-weight: 300;
    background-color: #FC1679;
    padding: 7px 15px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    outline: none;
}
.show-1 .item-event a:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.show-1 .item-event button:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.show-1 .data-all {
    margin-top: 20px;
}
.show-1 .show-1-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.show-4 {
    padding-top: 80px;
}
.show-4 img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
.show-4 .item-event {
    margin: 10px 10px 50px 10px;
}
.show-4 .item-event h3 {
    margin-top: 20px;
}
.show-4 .data-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
.show-4 .data-all img {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 5px;
}
.show-4 .item-event .read-more {
    font-weight: 300;
    background-color: #F2BF33;
    padding: 7px 15px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.show-4 .item-event a:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
#oferta-single {
    padding-bottom: 50px;
    padding-top: 50px;
}
#oferta-single .inner-item img {
    height: 20px;
    width: 20px;
}
#oferta-single h3 {
    margin-top: 30px;
}
#oferta-single .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
#oferta-single .data-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
#oferta-single .inner-item .save {
    font-weight: 300;
    background-color: #FC1679;
    padding: 7px 15px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    border: none;
}
.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.price img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
#galeria-single {
    padding-top: 80px;
    padding-bottom: 80px;
}
#galeria-single img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}
#galeria-single .info {
    padding-bottom: 50px;
}
#gallery .box {
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
}
#gallery .box:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
#gallery .box p {
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-top: 140px;
    text-shadow: 0 0 1px #0f0f0f, 1px 2px 1px #444;
}
#main-single-page h2 {
    text-align: center;
    margin-bottom: 50px;
}
.gallery a {
    width: 100%;
}
.gallery a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.sale-contact {
    padding: 15px;
}
.sale-contact-box a {
    color: #0f0f0f;
}
.sale-contact-box a:hover {
    color: #d59c2c;
}
.sale-contact-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sale-contact-phone {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.sale-contact-mail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.sale-contact-adress {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.input-h {
    height: 50px !important;
}
.inner-opis .h2-slim {
    font-size: 25px;
    font-weight: 300;
}
.inner-opis h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 50px;
}
.inner-opis img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
.inner-opis a {
    font-size: 18px;
    color: #0f0f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-opis p {
    font-size: 18px;
    color: #0f0f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offerts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.offer-wrapper {
    margin: 10px;
}
.oferta-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
}
.oferta-1 p {
    text-align: center;
}
.oferta-1 .subtitle {
    text-align: center;
    margin: 10px auto 70px auto;
    font-size: 20px;
}
.oferta-1 .offer-box {
    margin-bottom: 20px;
}
.offer-call {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 240px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: #fff;
}
.offer-call h5 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.oferta-1 h2 {
    font-size: 50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #0f0f0f;
}
.oferta-1 .subtitle:after {
    content: " ";
    width: 40px;
    height: 2px;
    background: #0f0f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px auto;
}

.red {
    color: #FC1679;
    font-family: 'Rouge Script', cursive;
}
.red2 {
    color: #d59c2c;
    font-family: 'Roboto', sans-serif;
}
.oferta-1 .offer-box img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
.oferta-1 .offer-box h3 {
    font-size: 20px;
    font-weight: 300;
    background-color: #fff;
    color: #0f0f0f;
    font-size: 16px;
    margin: -14px auto 20px auto;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.oferta-1 a {
    font-size: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 6px 15px;
}
.logo-1 h2 {
    font-size: 50px;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: 600;
}
.oferta-2 {
    background-color: #000;
    color: #000;
    padding-bottom: 40px;
    padding-top: 40px;
}
.oferta-2 img {
    width: 80px;
    height: 80px;
    display: flex;
    margin: 10px auto;
}
.oferta-2 h3 {
 font-size: 20px;
 font-weight: 300;
 color: #fff;
 text-align: center;
}
.logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
}
.map {
    background-color: #fff;
}
.map-box {
    width: 30vw;
    height: 200px;
    background-color: #fff;
    border: 1px solid #d59c2c;
    border-radius: 5px;
    margin: auto;
    position: relative;
    bottom: -100px;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}
.map-box img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px auto;
}
.map-box p {
    text-align: center;
}
.map-box p:first-child {
    text-transform: uppercase;
}
.map-box p:last-child {
    font-weight: bold;
}
.collapse-section {
    padding-top: 50px;
}
.collapse-section h2 {
    color: #0f0f0f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    margin: 50px auto;
}
.collapse-section .h2-slim {
    font-size: 25px;
    font-weight: 300;
}
.collapse-section p {
    text-align: center;
}
.collapse-section .card-header {
    background-color: #313131;
}
.collapse-section .btn-link {
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1920px) {
    .service-3 .content {
        padding-left: 10%;
    }
}
@media (max-width: 1500px) {
    #header-3 .navbar-brand {
        margin-left: 50px;
    }
    nav .menu-wrapper .main-navbar .navbar-nav .nav-item .nav-link {
        margin-right: 20px !important;
    }
} 
@media (max-width: 1366px) {
    .service-3 .corner {
        width: 160px;
        height: 160px;
    }
    .service-5 .corner-right {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 1024px) {
    #header-3 .navbar-brand {
        margin-left: 20px;
    }
    nav .menu-wrapper .main-navbar .navbar-nav .nav-item .nav-link {
        margin-right: 10px !important;
    }
    .service-4 .content {
        padding: 15px;
    }
    .service-3 .content {
        height: 450px;
    }
    .service-5 .content {
        height: 450px;
    }
    .service-3 h2 {
        padding-top: 30px;
    }
    .service-5 h2 {
        padding-top: 30px;
    }
}
@media (max-width: 991px) {
    .top-nav {
        display: none;
    }
    #main-single-page {
        padding-top: 30px;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    #slider-carousel .carousel-item img {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .menu-wrapper {
        padding: 10px !important;
    }
    #header-3 nav {
        height: auto;
    }
    .breadcrumbs {
        margin-top: 128px;
    }
    .header-bg {
        height: 230px;
    }
    .header-bg h2 {
        padding-top: 40px;
    }
    nav .menu-wrapper .main-navbar .navbar-nav .nav-item {
        height: auto !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav .menu-wrapper .main-navbar .navbar-nav .nav-item:before {
        display: none !important;
    }
    nav .menu-wrapper .main-navbar .navbar-nav .nav-item:last-child:after {
        display: none !important;
    }
    nav .dropdown .dropdown-menu {
        top: 30px !important;
    }
    .affix {
        margin-top: 0 !important;
    }
    .header-bg h2 {
        font-size: 40px;
    }
    #header-3 #navbarSupportedContent-7 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar {
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    }
    .navbar-dark .navbar-toggler {
        background-color: #0f0f0f;
        border-color: #0f0f0f;
    }
    .brand-logo img {
        top: 0;
    }
    .duplicate {
       display: none;
   }
   .row-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.page-id-131 .textbox ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
body:not(.home) .navbar-dark .navbar-nav .nav-link {
    color: #0f0f0f;
}
#slider-carousel .carousel-item .carousel-caption h6 {
    font-size: 40px;
} 
#oferta-single .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.premisses-box {
    padding: 15px;
    margin-top: 50px;
}
.menu-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#lokale-single .hours {
    padding: 0;
}
.affix {
    margin-top: 0;
}
.affix a {
    color: #0f0f0f !important;
}
.collapse-section h2 {
    font-size: 30px;
}
.service-6 h2 {
    font-size: 30px;
}
.service-3 .content {
    width: 90%;
    margin: 20px auto;
}
.contact-wrapper .contact-bg {
    width: 300px !important;
    height: 300px !important;
}
.contact-wrapper .contact-bg ul li {
    white-space: pre;
}
.contact-wrapper .contact-bg ul li h4 {
    font-size: 24px !important;

}
.contact-wrapper .contact-bg ul li {
    font-size: 15px !important;

}
.contact-wrapper .contact-bg ul li a {
    font-size: 15px !important;

}
.contact-wrapper .contact-bg ul li p {
    font-size: 15px !important;

}
#paving .content {
    width: 100%;
    margin: 20px auto;
}
.inner-opis h2 {
    font-size: 30px;
}
.service-4 video {
    margin-top: 50px;
}
.subpage {
    height: 50vh;
    background-position: center;
}
.service-6 img {
    margin-top: 80px;
}
.offerts {
    -ms-grid-columns: none;
    grid-template-columns: none;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}
.offerts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.service-3 .content {
    height: auto;
    padding: 15px 15px 200px 15px;
}
.service-5 .content {
    height: auto;
    padding: 15px 15px 200px 15px;
}
.subpage h1 {
    font-size: 35px;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 15px;
    text-align: center;
    height: 40px;
    color: #333;
    line-height: 0px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: transparent;
    color: #d59c2c;
}
.map-box {
    display: none;
}
.service-4 video {
    height: auto;
}
.paralax-video {
    display: none;
}
.paralax-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.about-box {
    width: 100%;
}
}
@media (max-width: 700px) {
    .top-header {
        display: none;
    }
    #header-3 nav {
        top: 0;
    }
    .breadcrumbs {
        margin-top: 88px;
    }
}
@media (max-width: 576px) {
    .paralax-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: none;
        grid-template-columns: none;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    }
    .paralax-wrapper > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .service-3 h2 {
        margin-top: 30px;
    }
    .offer-wrapper {
        border: none;
    }
    #cooker h2 {
        width: 75%;
        font-size: 29px;
    }
}