@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap&subset=latin-ext');

html {
    height: 100%
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    color: #333333;
    background-color: white;
    overflow-x: hidden
}



h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700
}
.video-akro {
    width: 100%;
    height: 100vh;
    display: none;
}
body.start .video-akro {
    display: block
}
.video-obiekt {
    width: 100%;
    height: 60vh;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    text-align: center;
}
.video-obiekt .video {
    margin: auto
}

h2,.h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: -0.02rem
}
h2 b,.h2 b {
    font-weight: 700
}
a {
    color: #212529;
}
.kaushan {
    font-family: 'Kaushan Script', sans-serif;
}
.bg-dark {
/*    background-color: #07B7FF!important;*/
    background-color: rgba(7, 183, 255, 0.8)!important 
}

.bg-green {
    background-color: #1ACD1A!important;
}
.bg-yellow {
    background: rgb(212,171,45);
background: -moz-linear-gradient(0deg, rgba(212,171,45,1) 0%, rgba(245,216,24,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(212,171,45,1) 0%, rgba(245,216,24,1) 100%);
background: linear-gradient(0deg, rgba(212,171,45,1) 0%, rgba(245,216,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4ab2d",endColorstr="#f5d818",GradientType=1);
}
.bg-dark.border-bottom {
/*    border-bottom: 10px solid #FFC107;*/
-webkit-box-shadow: 0px 0px 40px 13px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 40px 13px rgba(0,0,0,0.4);
box-shadow: 0px 0px 40px 13px rgba(0,0,0,0.4);
}

.text-dark {
    color: #0a0a38!important;
}

.text-sea {
    color: #4f9cb1;
}

.shadow {
}

hr {
    border-width: 2px;
    border-color: rgb(191, 195, 204)
}

.home-only {
    display: none !important
}

@media (min-width: 992px) {
    body.start {
        overflow-y: hidden;
    }
}

body.start .home-only {
    display: block !important
}

header {
    /*	background-image: url(../img/bg-head.jpg);*/
    background-size: 100% auto;
}

.start header {
    height: auto;
    background-image: none;
}
.galeria header,
.kontakt header,
.doc header {
    display: none;
}

.top-logo {
    height: 43px;
    display: inline-block
}

header {
    background-image: url(../img/bg-head-ue.jpg);
    background-size: cover;
    height: 300px;
    position: relative;
    background-repeat: no-repeat
}



@media (min-width: 1200px) {
    header {
        height: 500px
    }
}

header.of {
    background-image: url(../img/bg-head-of.jpg);
    background-size: cover;
}
@media (max-width: 2200px) {
    header.of {
        background-image: url(../img/bg-head-of.jpg) !important;
        animation: tlo 10000ms linear 0s infinite  normal forwards; 
        -webkit-animation: tlo 10000ms linear 0s infinite  normal forwards;    
        }
}


.outline-white {
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.outline-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.akro-pasja-fluid {
    background-image: url(../img/akropasja.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
/* NAWIGACJA */

.navbar-brand {
    max-width: 70% !important;
}
.navbar-brand img {
    height: 25px;
    max-width: 100%
}
.navbar-dark .navbar-toggler,
.navbar-dark .navbar-nav .nav-link {
    color: black !important;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler i {
    border: none !important;
    box-shadow: none !important	;
    outline: none !important;
}
.btn-warning {
    font-size: 1.5rem;
    color: black !important;
    padding: 7px 20px;
    font-weight: 900;
    background-color: #ffffff;
    border-color: #ffffff;
   text-shadow: none;
}
.nav-item {
    text-align: center;
    letter-spacing: -1px
}
.nav-link {
    transition: 0.5s;
}
.nav-link:hover {
    background-color: #ffc107
}
.nav-link.treningi {
    padding-left:1.5rem!important;
    padding-right: 1.5rem !important;
    font-weight: 900 !important;
   
    
    animation: akrolink 2000ms linear 0s infinite normal forwards;
    -webkit-animation: akrolink 2000ms linear 0s infinite normal forwards;
    
}

.nav-link.treningi:hover {
     animation: akrolink_hover 2000ms linear 0s infinite normal forwards;
    -webkit-animation: akrolink_hover 2000ms linear 0s infinite normal forwards;
}

@keyframes akrolink {
    0% {background: rgb(212,171,45);}
    50% {background-color: yellow;}
    100% {background: rgb(212,171,45);}
}
@-webkit-keyframes akrolink {
    0% {background: rgb(212,171,45);}
    50% {background-color: yellow;}
    100% {background: rgb(212,171,45);}
}

@keyframes akrolink_hover {
    0% {background: #019bd9;color: white}
    50% {background-color: #013077;color: white}
    100% {background: #019bd9;color: white}
}
@-webkit-keyframes akrolink_hover {
    0% {background: #019bd9;color: white}
    50% {background-color: #013077;color: white}
    100% {background: #019bd9;color: white}
}
/*body.home */



body.start .navbar {
/*    display: none;*/
}


@media (min-width: 1200px) {
    .container {
        max-width: 70%;
    }
}

/* TOP */

.wlogo {
    float: left;
    max-width: 180px;
    margin-right: 15px;
    opacity: 0.2
}

@media (min-width: 992px) {
    .wlogo {
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .wlogo {
        max-width: 30rem;
        margin-left: 3rem;
    }
}


/* WSTEP */

.carousel-inner {
    background-color: #bc0012;
    background-image: url(../img/fot2.jpg);
    background-size: cover;
}

.carousel-indicators {
    display: none
}

.carousel-item {
    opacity: 1.0
}

.carousel-caption {
    display: none!important;
}

body.start .carousel-caption {
    display: block!important;
}

.slajd-1 {
    background-image: url(../images/slajd-1.jpg)!important;
}

.slajd-2 {
    background-image: url(../images/slajd-2.jpg)!important;
    animation: tlo 10000ms linear 0s infinite  normal forwards, blur 10000ms linear 0s infinite  normal forwards;
    -webkit-animation: tlo 10000ms linear 0s infinite  normal forwards, blur 10000ms linear 0s infinite  normal forwards;
}



/* ------------ANIMACJE------------ */

@keyframes blur {
    0% {
        filter: blur(0)
    }
    50% {
        filter: blur(0)
    }
    100% {
        filter: blur(0)
    }
}

/*
@keyframes tlo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
*/
@keyframes tlo {
    0% {
        background-size: auto 100%;
        background-position: top left;
    }
    50% {
        background-size: auto 100%;
         background-position: top right;
    }
    100% {
        background-size: auto 100%;
         background-position: top left;
    }
}

@-webkit-keyframes blur {
    0% {
        filter: blur(0)
    }
    50% {
        filter: blur(0)
    }
    100% {
        filter: blur(0)
    }
}

@-webkit-keyframes tlo {
    0% {
        background-size: auto 100%;
        background-position: top left;
    }
    50% {
        background-size: auto 100%;
         background-position: top right;
    }
    100% {
        background-size: auto 100%;
         background-position: top left;
    }
}

@keyframes akrologo {
    0% {
        width: 400px;
        height: auto;
        opacity: 0.3
    }
    40% {
        width: 420px;
        height: auto;
        opacity: 1.0
    }
    70% {
        width: 420px;
        height: auto;
        opacity: 1.0
    }
    100% {
        width: 400px;
        height: auto;
        opacity: 0.3
    }
}
@-webkit-keyframes akrologo {
   0% {
        width: 400px;
        height: auto;
        opacity: 0.3
    }
    40% {
        width: 420px;
        height: auto;
        opacity: 1.0
    }
    70% {
        width: 420px;
        height: auto;
        opacity: 1.0
    }
    100% {
        width: 400px;
        height: auto;
        opacity: 0.3
    }
}



.slajd-3 {
    background-image: url(../images/slajd-3.jpg)!important;
}

.slajd-4 {
    background-image: url(../images/slajd-4.jpg)!important;
}

.fot-o {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.fot-o:hover {
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    opacity: 1.0
}



.carousel-caption-bg {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    /*	background-color: rgba(240, 248, 255, 0.88);*/
    bottom: 0;
    white-space: nowrap;
    /*
	transform: skewX(-8deg);
	transform-origin: top r;
*/
    height: 101%;
    vertical-align: middle;
    position: absolute;
    z-index: 1
}

@media (min-width: 992px) {
    .carousel-caption-bg {
        /*		width: 400px;*/
    }
    .wlogo {
        /*
		max-width: 250px;
		margin-left: 10px;
*/
    }
}

@media (min-width: 1200px) {
    .carousel-caption-bg {
        /*		width: 35rem;*/
    }
}

.carousel-caption {
    bottom: 30%
}

.carousel-caption h1 {
    font-size: 4.5rem;
    font-weight: 900
}

.carousel-caption h2 {
    font-weight: 600
}

.carousel-caption h3 {
    font-weight: 900!important;
    font-size: 3.0rem
}

.carousel-caption h4 {
    font-weight: 600!important;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 0;
        right: 0;
        text-align: center;
    }
    .carousel-caption h3 {
        font-weight: 900!important;
        font-size: 3.0rem
    }
    .carousel-caption h4 {
        font-weight: 600!important;
        font-size: 1.6rem
    }
}

.lata {
    float: right;
    height: 100px;
    vertical-align: middle;
    text-align: right
}

.lata span {
    display: block;
    padding-top: 10px;
    font-style: italic;
    font-size: 2.4rem;
    color: #d1d1d1;
    line-height: 1.6rem;
}

.lata span b {
    font-size: 1rem
}


/* STRONKI */

.tytul {
    font-size: 3.0rem;
    font-weight: 400;
    color: #000000;
    text-align: left;
    margin-bottom: 1rem
}
.tytul:before {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background-color: #23bfff;
    content: '';
    margin-right: 20px;
    transform: rotate(35deg);
}
.romb {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff;
    content: '';
    position: absolute;
    margin-left: -48px;
    transform: rotate(59deg);
    border: 3px solid #f7dd18;
    margin-top: 10px;
}
.kadra .h2 {
    font-size: 1.6rem;
    line-height: 2.0rem
}
@media (min-width: 576px) {
    .tytul:before {
    width: 40px;
    height: 4px;
    }
}
@media (min-width: 992px) {
    .tytul {
    margin-bottom: 2rem
    }
}


.podtytul {
    font-weight: 300;
    display: block;
    padding-top: 10px;
    font-style: italic;
    font-size: 2.4rem;
    color: #d1d1d1;
    line-height: 1.6rem;
}
.bg-right {
    background-image: url(../img/bg-right.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    
}
.bg-left {
    background-image: url(../img/bg-left.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 80% auto;
    
}


/*

.firma p {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.85rem
}

.firma b,
.oferta b {
    font-weight: 600;
    	color: rgb(3, 4, 175);
}

.firma i {
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
}
*/
.opis-mid {
    font-size: 1.5rem;
    line-height: 1.95rem;
    letter-spacing: -0.05rem;
    font-weight: light;
}
.opis-small {
        font-size: 1.1rem;
    line-height: 1.60rem;
    letter-spacing: 0.00rem;
    font-weight: 400;
}

.oferta li {
    list-style: none;
    text-indent: -15px;
    font-size: 1.5rem;
    line-height: 1.95rem;
    letter-spacing: -0.05rem;
    font-weight: 400;
}

.oferta li:before {
    content: '';
    width: 8px !important;
    height: 8px !important;
    background-color: #83dbff;
    margin-right: 10px;
    display: inline-block;
    transform: rotate(26deg)
}

hr {
    border-top: none;
   border-bottom: 3px solid rgba(131, 219, 255, 0.5);
    
}
.oferta ul {
    padding-left: 0;
    margin-left: 15px
    
}
h3.motyw {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 2rem
}

span.podpis {
    position: absolute;
    background: rgba(0, 0, 0, 0.42);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.25rem;
    padding: 0.55rem 1rem;
    font-weight: 400;
    font-size: 0.9rem;
}

.card.oferta-item  {
    margin-bottom: 1.5rem !important;
    box-shadow: 0 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
    border-radius: 0;
    
    
}
.oferta-item div {
    background-color: white;
/*    border: 1px solid rgba(255, 255, 255, 0.5);*/
    padding:15px;
}
.card-img-top {
    border-radius: 0
}
.oferta-item div h2 {
    font-weight: 300;
    color: #000;
    font-size: 2rem
}
.oferta-item .opis-mid,
.oferta-item li {
    font-size: 1.2rem !important
}
.oferta-item div .tytul:before {
    height: 20px !important;
    width: 20px !important;
}
.oferta-item:nth-child(3) div,
.oferta-item:nth-child(6) div {
    background-color: #013077;
    color: white
}
.oferta-item:nth-child(3) div h2,
.oferta-item:nth-child(6) div h2 {
    color: white;
}
.oferta-item:nth-child(3) div .tytul:before,
.oferta-item:nth-child(6) div .tytul:before {
    background-color:  white;
}

.oferta-item:nth-child(2) div,
.oferta-item:nth-child(5) div {
    background-color: #9de2ff;
    color: #000
}
.oferta-item:nth-child(2) div h2,
.oferta-item:nth-child(5) div h2 {
    color: #013077;
}
.oferta-item:nth-child(2) div .tytul:before,
.oferta-item:nth-child(5) div .tytul:before {
    background-color:  #013077;
}

.oferta-item:nth-child(1) div,
.oferta-item:nth-child(4) div {
    background-color: #06B6FF;
    color: #000
}
.oferta-item:nth-child(1) div h2,
.oferta-item:nth-child(4) div h2 {
    color: #000;
}
.oferta-item:nth-child(1) div .tytul:before,
.oferta-item:nth-child(4) div .tytul:before {
    background-color:  #000;
}

/* STOPKA */

footer .h4 {
    font-weight: 700;
    color: #1c4281;
}

body.start footer {
    display: none
}

.icons {
    font-size: 0.7rem;
    float: left;
    text-align: left;
    opacity: 0.5
}



footer p a {
    color: white!important;
}
.trenerzy {
    max-width: 300px !important;
    float: right !important;
}

a.infocity {
    background-image: url(../img/infocity.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    font-size: 0.9rem;
    color: gray;
    padding-left: 1.0rem;
    text-transform: uppercase;
}


/* OFERTA */

.oferta h3 {
  
}

.oferta h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.card {
    border: none!important
}

.oferta .card-body {
    padding: 0 0 0.2rem 0!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.oferta .card-text {
    padding-top: 0;
    margin-top: 0;
}


/* KONTAKT  */

.kontakt .podtytul {
    font-style: italic;
    font-size: 1.4rem;
    color: #d1d1d1;
    line-height: 1.6rem;
    font-weight: 500;
}

textarea {
    height: 200px
}

.kontakt h3 {
    font-weight: 600;
    color: #212529;
    font-size: 1.5rem
}

.kontakt p.dane {
    font-size: 0.9rem
}

.adres .fas {
    margin-right: 20px;
    color: #d1d1d1;
}

.adres.plus {
    font-size: 1.4rem;
    font-weight: 600;
}

.masthead .masthead-content p strong {
    font-weight: 700
}

.masthead .masthead-content .input-group-newsletter input {
    font-size: 1rem;
    padding: 1rem
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem
}

@media (min-width:768px) {
    .masthead {
        height: 50%;
        min-height: 0;
        width: 30rem;
        padding-bottom: 0
    }
    .masthead .masthead-bg {
        min-height: 0;
        /*
		transform: skewX(-8deg);
		transform-origin: top right
*/
    }
    .text-shadow {}
    .masthead .masthead-content {
        padding: 2rem;
    }
    .masthead .masthead-content h1 {
        font-size: 3.5rem;
        font-weight: 900;
    }
    .masthead .masthead-content p {
        font-size: 1.2rem;
        font-weight: 500
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 30rem;
    }
}

.oferta-index {
    position: absolute;
    margin-bottom: 5rem;
    left: 3rem;
    right: 3rem;
    background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .oferta-index {
        text-align: center
    }
}

@media (max-width: 767px) {
    .oferta-index ul br {
        display: none;
    }
}

.oferta-index ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block
}

.oferta-index ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 100%;
    line-height: 4rem;
    height: 4rem;
    width: 4rem
}

@media (min-width:768px) {
    .oferta-index {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto
    }
    .oferta-index ul {
        margin-top: 0;
        width: auto
    }
    .oferta-index ul>li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }
    .oferta-index ul>li:last-child {
        margin-bottom: 0
    }
    .oferta-index ul>li>a {
        transition: all .2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem
    }
    .oferta-index ul>li>a:hover {
        background-color: #262f38;
    }
}
.btn {
    cursor: pointer;
}
.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37!important;
    border-color: #ba7c37!important
}

.input {
    font-weight: 300!important
}

.form-control {
    border-radius: 0;
}


/*!
* Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
*/

.slide {
    background-color: black;
}

.carousel-item {
    height: 10vh;
    min-height: 100px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.8;
}

body.start .carousel-item {
    height: 50vh;
    min-height: 300px;
}

body.start .start-none {
    display: none
}

.top-logo {
    position: relative;
    z-index: 2
}

.top-logo img {
    /*	opacity: 0.75*/
}

.bg-white-nb {
    background-color: rgba(255, 255, 255, 0.4)!important;
    border-bottom: 1px solid #e3e3e3
}

.bg-silver-nb {
    background-color: rgba(192, 192, 192, 0.22);
}


/* Scroll to top */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    color: white !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    border-radius: 0;
    z-index: 1111;
    cursor: pointer;
}

.scrollToTop:hover {
    background-color: #212529;
    opacity: 1.0
}



@media (pointer: coarse) and (hover: none) {
    body.start {
        /*		background: url("../img/bg-mobile.jpg") #383838 no-repeat center center scroll;*/
        background: url("../img/bg-mobile.jpg");
        /*		background-color: #383838;*/
        background-size: cover;
        background-attachment: fixed
    }
    body video {
        display: none;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.overlay.home-only {
    background-image: url(../img/over.png);
     background: rgba(0, 0, 0, 0.5);
    
}
.logo {
    
    
}
.logo .h1 {
    font-size: 1.6rem !important;
    color: white;
    font-weight: 900 !important;
}
.logo img {
    max-width: 400px;
    height: auto;
/*    opacity: 0.3*/
}
.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    /*
	background-color: rgba(0, 46, 102, 0.8);
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
*/
}

.masthead .masthead-content img {
    /*	opacity: 0.75*/
}

.masthead .masthead-content ul {
    font-size: 1.5rem;
    font-family: 'Titillium Web', sans-serif;
}

@media (min-width: 992px) {
    .masthead .masthead-content ul {
        font-size: 2.2rem;
    }
}
.masthead .masthead-content {
    text-align: center
}
@media (min-width: 768px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 46.5rem;
        padding-bottom: 0;
    }
    .masthead .masthead-bg {
        min-height: 0;
        /*
		-webkit-transform: skewX(-8deg);
		transform: skewX(-8deg);
*/
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-top: 3rem;
        text-align: left
    }
    .masthead .masthead-content h1 {
        font-size: 3.5rem;
    }
    .masthead .masthead-content p {
        font-size: 1.3rem;
    }
}

.default-footer {
    position: absolute;
    text-align: right;
    bottom: 1rem;
    width: 100%;
    z-index: 2;
    padding: 0.5rem;
    display: none;
}
.default-footer .h1 { 
font-size: 4.5rem;
    margin-top: 100px !important;
    margin-bottom: 30px;
    margin-right: 30px;
    color: #FFC107;
    text-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3);


}
@media (min-width: 992px) {
    .default-footer {
        display: block;
        margin: 0;
        position: absolute;
        right: 1rem;
        left: 1rem;
        bottom: 1rem;
        width: auto;
        font-size: 1.2rem;
        color: white;
    }
}

.ue-mobile {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 2;
    
    background-color: white;
}
.ue-mobile img {
   
}

@media (min-width: 992px) {
    .ue-mobile {
        display: none;
    }
}

.eu-projekt {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 1050;
    color: black;
    padding-right: 0.5rem;
    display: none;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .eu-projekt {
        display: block;
        margin: 0;
        position: absolute;
        right: 50px;
        left: 50px;
        bottom: 10rem;
        width: auto;
    }
}

@media (min-width: 1600px) {
    .eu-projekt {
        right: 20%;
        left: 20%;
    }
}

.card {
    background-color: rgba(255, 255, 255, 0.9);
}

.card-header {
    background-color: white;
}

.eu-projekt .card {
    font-size: 0.9rem !important;
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37 !important;
    border-color: #ba7c37 !important;
}

.input {
    font-weight: 300 !important;
}

@-webkit-keyframes ofli {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@keyframes ofli {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

.oferta-li {
    opacity: 0.0;
}

@media (min-width: 992px) {
    .oferta-li {
        padding-left: 50px
    }
}

.oferta-li {
    -webkit-animation-name: ofli;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.0s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: ofli;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    text-shadow: white 0.08rem 0.08rem 0.08rem;
}

@media (min-width: 992px) {}

.oferta-li.nth2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 1.0s;
}

.oferta-li.nth3 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.5s;
}

.oferta-li.nth4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 2.0s;
}

.oferta-li.nth5 {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.5s;
}

.oferta-li.nth6 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 3.0s;
}

.oferta-li span,
span.iko-oferta {
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #337fbd;
    background-image: url(../img/ik1.png);
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    background-size: cover;
}

.oferta-li.nth2 span,
span.iko-oferta.ziemia {
    background-image: url(../img/ik2.png);
    background-color: #04ac31;
}

.oferta-li.nth3 span {
    background-image: url(../img/ik3.png);
    background-color: #950c0c
}

.oferta-li.nth4 span {
    background-image: url(../img/ik4.png);
    background-color: #555555
}

.oferta-li.nth5 span,
span.iko-oferta.snieg {
    background-image: url(../img/ik5.png);
    background-color: #6fd3ff
}

.oferta-li.nth6 span {
    background-image: url(../img/ik6.png);
    background-color: #ff9300
}

span.iko-oferta {
    background-color: #1c4281
}

.tytul.ziemia {
    color: #04ac31
}

.ziemia h3 {
    background-color: #04ac31 !important
}

.snieg .tytul {
    color: #6fd3ff
}

.bg-snieg-nb {
    background-color: rgb(28, 66, 129);
    color: white
}

.kruszywa .tytul {
    color: #337fbd;
    font-size: 1.5rem
}

.kruszywa .tytul .iko-oferta {
    background-color: #337fbd
}

.tytul.fs17 {
    font-size: 1.5rem
}

.oferta.kruszywa h3 {
    background-color: #337fbd
}

.uslugi .tytul {
    color: #ff9300
}

.uslugi .tytul .iko-oferta {
    background-color: #ff9300;
    background-image: url(../img/ik6.png);
}

.oferta.uslugi h3 {
    background-color: #ff9300
}

.overflow {
    overflow: hidden
}

.no-br br {
    display: none;
}

@media (min-width: 1200px) {
    .no-br br {
        display: block;
    }
}
@media (min-width: 1px) {
    
.media {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 50px 30px;
}
    .media img {
        height: 60px;
        margin: 0 10px;
        opacity: 0.6;
        transition: all .15s ease-in-out;
    }
     .media.def2 img {
        height: 40px;
        margin: 0 10px;
        opacity: 0.6;
        transition: all .15s ease-in-out;
    }
    .media img.logo {
        height: auto;
        width: 400px;
        max-width: 100%;
        opacity: 1.0;
        animation: akrologo 2000ms linear 0s infinite normal forwards;
    -webkit-animation: akrologo 2000ms linear 0s infinite normal forwards;
    }
    .media img:hover {
        opacity: 1.0
    }


.media.def2 {
    left:0;
    right:0;
    text-align: center;
}
.media.def2 h1 {
    font-size: 1.2rem;
    color: white
}
.media.def2 .h1 {
    font-size: 4.5rem;
   
    margin-bottom: 30px;
    margin-right: 30px;
    color: #FFC107;
    text-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3);

}
}
footer {
        background-color: #019bd9;
    color: white
}
.foot-media {
    width: 100%;
    text-align: center
}
.foot-media a {
    display: inline-block;
    margin-right: 10px
}
.foot-media img {
    height: 50px
}
.foot-media img:hover {
    opacity: 0.7
}

.p-zero,
.p-zero div {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.p-zero img {
    border: 2px solid white
}
.link {
    font-weight: bold;
    text-decoration: none !important;
}
.link:before,
.link:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: black;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #019bd9;
    border-color: #019bd9;
    font-weight: 800;
    border-radius: 15rem;
    padding: 0.6rem 2.5rem
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;   
}
input.form-control {
    border: 2px solid #019bd9;
    border-radius: 0
}
textarea.form-control {
    border: 2px solid #019bd9;
    border-radius: 0
}
.card {
    border: 3px solid white !important;
    border-radius: 0;
    overflow: hidden;
}
.tz-gallery .lightbox img {
    margin-bottom: 0 !important
}
.lh-doc li {
    list-style: none;
    padding-left: 30px;
    padding-bottom: 30px;
    background-image: url(../img/pdf.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.rodo {
   font-size: 1.1rem;
    line-height: 2.2rem;
    text-align: justify;
}
@media (min-width: 1200px) {
    .p-rodo {
        padding-left: 150px;
        padding-right: 150px
    }    
}
.l-rodo {
    font-weight: 600;
}