a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
button,
input,
select,
textarea {
    outline: 0
}

a {
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto
}

.container-fluid {
    width: calc(100% - 120px);
    margin: 0 60px
}

:root {
    font-size: 17px
}

body {
    font-size: 1rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.7em;
    font-weight: 300;
    color: #000;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures
}

body b,
body strong {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    margin: 30px 0 15px;
    line-height: 1.1em;
    color: #000
}

.h1,
h1 {
    font-size: 7.58824rem
}

.h2,
h2 {
    font-size: 5.05882rem
}

.h3,
h3 {
    font-size: 3.35294rem
}

.h4,
h4 {
    font-size: 2.23529rem
}

.h5,
h5 {
    font-size: 1.47059rem
}

.h6,
h6 {
    font-size: 1rem
}

.sub .h1,
.sub h1 {
    font-size: 5.05882rem
}

.sub .h2,
.sub h2 {
    font-size: 3.35294rem
}

.sub .h3,
.sub h3 {
    font-size: 2.23529rem
}

.sub .h4,
.sub h4 {
    font-size: 1.47059rem
}

.sub .h5,
.sub h5 {
    font-size: 1.23529rem
}

.sub .h6,
.sub h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.23529rem;
    line-height: 2rem
}

ol,
p,
ul {
    margin-bottom: 17px
}

ol,
ul {
    margin-left: 30px
}

ol>li,
ul>li {
    margin-bottom: 8.5px
}

ul>li {
    list-style: square outside
}

ol>li {
    list-style: decimal outside
}

blockquote {
    display: block;
    padding-left: 90px;
    position: relative;
    margin-bottom: 1rem
}

blockquote em,
blockquote small {
    display: block
}

blockquote em {
    font-size: 2rem;
    line-height: 2.5rem;
    font-style: italic;
    margin-bottom: 1rem
}

blockquote small {
    text-align: right;
    font-size: 1rem
}

blockquote::before {
    position: absolute;
    top: 3.5rem;
    left: 0;
    content: "”";
    font-family: serif;
    opacity: .1;
    font-size: 180px
}

.well {
    background: rgba(0, 0, 0, .05);
    padding: 1rem 1.5rem
}

.text-left,
.tl {
    text-align: left
}

.tc,
.text-center {
    text-align: center
}

.text-right,
.tr {
    text-align: right
}

.bold,
.strong,
b,
strong {
    font-weight: 700
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.r-m,
.responsive-media {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.r-m iframe,
.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.alerts {
    position: relative
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    background-color: #ccc;
    width: calc(100% - 30px)
}

.alert.alert-success {
    background-color: #008020;
    z-index: 20
}

.alert.alert-warning {
    background-color: #f59f00;
    z-index: 2
}

.alert.alert-danger {
    background-color: #e42417;
    z-index: 1
}

.alert.alert-info {
    background-color: #4babe2;
    z-index: 20
}

.btn {
    background: #FE0000;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    padding: 1rem 2.5rem;
    line-height: 1em;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: "Josefin Sans", sans-serif
}

.btn:hover {
    background: #efd796;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn:focus {
    background: #DC0000;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.btn.block {
    display: block
}

.btn.big {
    padding: 1rem 3rem;
    font-size: 1.5rem
}

.btn.small {
    font-size: .9rem;
    padding: .4rem .8rem
}

button {
    cursor: pointer
}

.btn.alt {
    background: 0 0;
    color: #FE0000;
    border: 1px solid #FE0000
}

.btn.alt:hover {
    color: #fff;
    background: #FE0000;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn.alt:focus {
    color: #fff;
    background: #DC0000;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.bg-info {
    background: #4babe2;
    border-color: #4babe2
}

.bg-danger {
    background: #e42417;
    border-color: #e42417
}

.bg-warning {
    background: #f59f00;
    border-color: #f59f00
}

.bg-success {
    background: #008020;
    border-color: #008020
}

.bg-primary {
    background: #FE0000;
    border-color: #FE0000
}

.bg-secondary {
    background: #000;
    border-color: #000
}

.color-white {
    color: #fff
}

.color-black {
    color: #000
}

.color-info {
    color: #4babe2
}

.color-danger {
    color: #e42417
}

.color-warning {
    color: #f59f00
}

.color-success {
    color: #008020
}

.color-primary {
    color: #FE0000
}

.color-secondary {
    color: #000
}

.bg-none {
    background: 0 0 !important
}

.navbar__toggler {
    display: none
}

#navbar {
    background: rgba(0, 0, 0, 0);
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .2s;
    transition: all .2s
}

#navbar .container,
#navbar .container-fluid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo img {
    height: 90px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

#navbar.affix {
    background: white;
    height: 70px;
    -webkit-box-shadow: 0 10px 35px -3px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 35px -3px rgba(0, 0, 0, .05)
}

#navbar.affix .logo img {
    height: 30px
}

#navbar.affix .navbar-nav>li>a {
    padding: 25px 0 15px
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.navbar-nav li {
    list-style: none;
    margin-left: 60px;
    margin-bottom: 0;
    position: relative
}

.navbar-nav li:first-child {
    margin-left: 0
}

.navbar-nav a {
    text-decoration: none;
    font-family: 'Allura', cursive;
    font-weight: 300;
    font-size: 1.76471rem;
    color: #000;
    padding: 56px 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    position: relative;
    overflow: hidden;
    opacity: .5
}

.navbar-nav a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #FE0000;
    width: 100%;
    height: 5px
}

.navbar-nav .active>a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
    opacity: 1
}

.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
    left: 0
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 230px;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .2s;
    transition: all .2s
}

li:hover>.dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.dropdown .dropdown {
    top: 0;
    left: 100%
}

.dropdown li {
    margin: 0;
    list-style: none;
    padding: 0;
    display: block;
    width: 100%
}

.dropdown a {
    padding: 10px 15px;
    display: block;
    text-transform: none;
    border-top: 1px solid #e2e2e2;
    line-height: 1.1;
    font-size: .94118rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    border-radius: 0;
    opacity: 1
}

.dropdown a::after {
    display: none
}

.dropdown>li:hover>a {
    background: #FE0000
}

.dropdown>li:first-child>a {
    border: 0
}

body {
    width: 100%;
    overflow-x: hidden
}

#main a {
    color: #FE0000;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none
}

#main a:hover {
    color: #DC0000;
    text-decoration: underline
}

#kontakt a {
    color: #000;
    transition: all .2s;
}


#kontakt a:hover {
    color: #DC0000;
}


header {
    position: relative
}

header .swiper-slide img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

#header_top {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slogan {
    background: linear-gradient(360deg, #0000008f, transparent);
    padding: 100px 50px 50px 50px;
    max-width: 18%;
    min-width: 300px;
    color: white;
}

.slogan h1 {
    color: white;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.23529rem
}

.slogan p {
    margin-bottom: 0
}

.home #main {
    padding: 130px 0
}

.home #main .row:first-child {
    margin-bottom: 90px
}

.home #main h2 {
    font-size: 2.23529rem;
    margin-top: 0;
    margin-bottom: 0
}

.home #main .col-3 a {
    text-decoration: none
}

.home #main .col-3 a img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: transform .2s, box-shadow .2s;
    transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s
}

.home #main .col-3 a strong {
    display: block;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-size: 1rem;
    -webkit-transition: color .2s;
    transition: color .2s
}

.home #main .col-3 a:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .2)
}

.home #main .col-3 a:hover strong {
    color: #FE0000
}

.title {
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title h2 {
    color: #fff;
    margin: 0
}

.title h2 small,
.title h2 strong {
    display: block;
    text-align: center
}

.title h2 small {
    font-family: 'Allura', cursive;
    text-transform: none;
    font-size: 2.23529rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.title h2 strong {
    font-size: 7.58824rem;
    text-transform: uppercase;
    font-weight: 700
}

#o-mnie .container {
    padding: 150px 0
}

#o-mnie .container h3 {
    margin-top: 0;
    margin-bottom: 20px
}

#o-mnie .container h3 small,
#o-mnie .container h3 strong {
    display: block
}

#o-mnie .container h3 small {
    font-size: 1.47059rem;
    line-height: 1.1em
}

#o-mnie .container h3 strong {
    font-size: 5.05882rem;
    line-height: 1.1em
}

#o-mnie img {
    display: block;
    width: 100%
}

#kontakt .container {
    padding: 150px 0
}

#kontakt .ic .ic {
    font-weight: 700;
    font-size: 2.23529rem
}

#kontakt .ic .ic img {
    display: block;
    margin-right: 10px
}

.portfolio #main {
    display: none;
}

.sub header {
    height: auto
}

.sub header .swiper-slide img {
    height: auto
}

.sub #main h1 {
    margin: 0px 0 30px
}

.sub #main {
    padding: 130px 0;
}

.sub footer {
    margin-top: 60px
}

.sub #pliki {
    margin-bottom: 15px
}

.grid {
    position: relative;
    transition: opacity .5s;
    opacity: .2
}

.grid-item {
    margin-bottom: 10px
}

.grid-item img {
    width: 100%;
    display: block
}

.grid-item,
.grid-sizer {
    width: calc(50% - 9px);
    min-height: 200px
}

.grid-item--double {
    width: 40%
}

.grid-item a {
    display: block;
    transition: all .2s;
    overflow: hidden;
}

.grid-item a img {
    transition: all .2s
}

.grid-item a:hover {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .3);
}

.grid-item a:hover img {
    transform: scale(1.03);
}

.portfolio #galeria {
    padding-bottom: 0px;
}

#galeria {
    padding-bottom: 120px;
}

footer {
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.madeby {
    line-height: 1em
}

.madeby img {
    display: block;
    width: 92px
}

.madeby small {
    float: left;
    color: #000;
    font-size: .58824rem;
    margin: 1.5px 3px 0 0;
    display: inline-block;
    font-family: arial
}

.lg-backdrop.in {
    opacity: .8 !important
}

.fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.r-m,
.responsive-media {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.r-m iframe,
.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.alerts {
    position: relative
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    background-color: #ccc;
    width: calc(100% - 30px)
}

.alert.alert-success {
    background-color: #008020;
    z-index: 20
}

.alert.alert-warning {
    background-color: #f59f00;
    z-index: 2
}

.alert.alert-danger {
    background-color: #e42417;
    z-index: 1
}

.alert.alert-info {
    background-color: #4babe2;
    z-index: 20
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 10000;
    width: 348px;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
    float: left;
    width: 320px
}

.fb_slider_right:hover {
    right: 0;
    height: 100%
}

.fb_slider_right .button,
.fb_slider_right iframe {
    float: left;
    background: #fff
}

.sub #main li li {
    margin-top: 5px
}

.gi a {
    display: block;
    overflow: hidden;
    margin: 5px;
    margin-bottom: 30px;
    width: calc(33.33334% - 10px);
    max-width: calc(33.33334% - 10px);
    flex-basis: calc(33.33334% - 10px);
    transition: all .5s
}

.gi a .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all .3s;
    padding: 1rem;
    color: #000
}

.gi a small:empty {
    display: none
}

.gi a img {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    transition: transform .5s
}

.gi a:hover {
    margin-top: 0;
}