@font-face {
	font-family: 'Conv_GloriaHallelujah';
	src: url('fonts/GloriaHallelujah.eot');
	src: url('fonts/GloriaHallelujah.eot?#iefix') format('embedded-opentype'), url('fonts/GloriaHallelujah.woff') format('woff'), url('fonts/GloriaHallelujah.ttf') format('truetype'), url('fonts/GloriaHallelujah.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background-color:#ffffff;
    margin: 0;
    padding:0;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}
h1, h2, h3,
.k, .o, .l, .o2, .r, .o3, .w, .a, .s, .t, .n, .g, .a2,
.text-footer, .spacer, .menu-mobile ul li a,.caption span:nth-child(1){
    font-family:'Conv_GloriaHallelujah',Sans-Serif;
}
* {
    box-sizing: border-box;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
h1{
    color: #008ccc;
    text-shadow:
        2px 2px 0px #fff,
        2px -2px 0px #fff,
        -2px 2px 0px #fff,
        -2px -2px 0px #fff,

        0px 2px 0px #fff,
        0px -2px 0px #fff,
        -2px 0px 0px #fff,
        2px 0px 0px #fff,

        1px 2px 0px #fff,
        1px -2px 0px #fff,
        -2px 1px 0px #fff,
        2px 1px 0px #fff,

        1px 2px 0px #fff,
        1px -2px 0px #fff,
        -2px 1px 0px #fff,
        2px 1px 0px #fff;
}
h2{
    color: #fff;
    font-size: 20px;
}
h3{
    margin-top:0px;
    font-size: 20px;
    color: #754e00;
}
p {
    padding: 15px;
}

ul+p{
    padding-top: 0;
}
p+ul{
    margin-top: -20px;
}
blockquote{
    font-size: 16px;
}
.row{
    margin-bottom: 30px;
}
.k{
    color:#ff0000;
}
.o{
    color:#ffe817;
}
.l{
    color:#6600a1;
}
.o2{
    color:#009645;
}
.r{
    color:#c70a8f;
}
.o3{
    color:#ffbc05;
}
.w{
    color:#008ccc;
}
.a{
    color:#50af4c;
}
.s{
    color:#e86ead;
}
.t{
    color:#916b4a;
}
.n{
    color:#eb2629;
}
.g{
    color:#9c1a87;
}
.a2{
    color:#4545aa;
}
/* ------------------ Nagłówek ------------------ */

#header{
background: #7db9e8 url('../img/tlo-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
@media (min-width:768px) {
    #header{
        background: #9dca3c url("../img/tlo.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
}
.tlo-header{
    width: 100%;
    position: absolute;
}
.logo-wrapper{
    padding: 0;
}
.logo{
    width:100%;
    max-width: 461px;
}
/* ------------------ menu ------------------ */
.menu{
    margin: 0;
    padding: 0 20px;
    background: #b438a0;
}
.menu-wrapper{
    float: right;
    margin-top: 20px;
    line-height: 24px;
    max-height: 54px;

}
.menu li {
    background: #b438a0;
    color: #fff;
    display:inline-block;

}
.menu li:nth-child(1) {
    background: #d839be;
}
.menu li:hover {
    background: #f83bd9;
}
.menu a{
    padding: 15px;
    color: #fff;
    font-family: 'Gloria Hallelujah', cursive;
    display: block;
}
/* @media (max-width:1199px) {
    .menu a{
        padding: 10px;
        font-size: 14px;
    }
} */
@media (max-width:991px) {
    .menu a{
        padding: 9px;
        font-size: 13px;
    }
}
/* ------------------ Menu mobile ------------------ */
.menu-mobile-button{
    position: fixed;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #9c1a87;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.menu-mobile-button i{
    font-size: 40px;
    padding: 6px;
}
.menu-mobile{
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #9c1a87;
    display:none;
}
.menu-mobile ul{
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
.menu-mobile ul li a{
    color: #fff;
    padding: 27px 20px 27px 40px;
    display: block;
    font-size: 20px;
}
.menu-mobile ul li a:hover{
    background: #f83bd9;
}
/* .menu-mobile ul li a::before{
    content: "";
    height: 18px;
    width:5px;
    background: #6600a1;
    display: inline-block;
    margin:6px 10px 0 0;
} */
.menu-mobile ul li span{
    color: #fff;
    padding: 15px;
    display: block;
    width:100%;
    cursor: pointer;
}
.menu-mobile ul li span:hover{
    background: #f83bd9;
}
.zamknij {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 9px;
    border: 1px solid #fff;
    border-radius: 22px;
    background: #6600a1;
    cursor: pointer;
}
.zamknij i {
    color: #fff;
}
.menu-dane{
    position: absolute;
    bottom: 133px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    padding:9px;
    margin-left:-22px;
    background: limegreen;
    border-radius: 22px;
    border: 1px solid #fff;
}
.menu-dane2{
    position: absolute;
    bottom: 74px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    padding:9px;
    margin-left:-22px;
    background: orange;
    border-radius: 22px;
    border: 1px solid #fff;
}
.menu-dane3{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    padding:9px;
    margin-left:-22px;
    background: dodgerblue;
    border-radius: 22px;
    border: 1px solid #fff;
}
.menu-dane .material-icons,
.menu-dane2 .material-icons,
.menu-dane3 .material-icons {
    font-size: 24px;
}
.menu-dane a,
.menu-dane2 a,
.menu-dane3 a {
    color: #fff;
}
.menu-dane2 span{
    display: inline-table;
}
.mobile-active{
    background: #861474;
}
@media (orientation: landscape) and (max-width:767px) {
    .menu-mobile ul li a{
        padding: 10px 10px 10px 30px;
    }
    .logo{
        width:auto;
        max-height: 200px;
    }
}
/* ################### CONTENT ################### */
#content{
    background: #9dca3c;
    color: #fff;
    padding-bottom: 20px;
}
/* ------------------ Ikony ------------------ */
.material-icons{
    display: inline-flex;
    vertical-align: middle;
}
.home{
    font-size: 15px;
    line-height: 24px;
}
.fa{
    line-height: 24px;
}
/* ------------------ Główna ------------------ */
.text-gl{
    display: block;
    line-height: 1.6;
}
.zdj-gl{
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px){
    .text-gl{
        font-size: 13px;
    }
}
/* ------------------ O nas ------------------ */
.onas-1a{
    background: limegreen;
}
.onas-1b{
    background: #ff9d00;
}
.onas-1c{
    background: #56c9e8;
}
.onas-1d{
    background: #d3584d;
}
/* ------------------ Oferta ------------------ */
.dzien tr td:nth-child(1){
    width: 125px;
}
td{
    padding: 15px;
    vertical-align: top;
    color: #fff;
}
tr:nth-child(2n+1){
    background: #8cb337;
}
.text-oferta{
    line-height: 1.6;
}
/* ------------------ Galeria ------------------ */
.galery-item{
    width: 320px;
    margin-bottom: 1%;
    margin-right: 1%;
    padding-top: 210px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.galery-item img{
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* border: 1px solid lightseagreen; */
}
.galleries{
    width: 320px;
    height: 230px;
    float: left;
    margin: 5px;
    background-color: limegreen;
    position: relative;
}
.caption{
    position: absolute;
    background: rgba(0,140,204,0.85);
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    min-height: 55px;
    transition: all 0.5s;
    overflow: hidden;
}
.caption span{
    color: #fff;
    transition: all 0.7s;
    display: block;
}
.caption span+span{
    font-size: 10px;
    color: #ddd;
}
.galleries:hover .caption{
    min-height:100%;
}
.galleries:hover .caption span{
    transform: translateY(250px);
}
.galleries .eyes{
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    width: 128px;
    height: 88px;
    background: url(../img/eyes.png);
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 88px;
}
.galleries:hover .eyes{
    opacity: 1;
    transition: all 0.5s 0.4s;
}
.galery-bg{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(102, 0, 161,0.85);
    transition: all 0.5s;
}
.galery-hover{
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 50px);
    width: 100px;
    font-size: 20px;
    color: #fff;
    padding-top: 105px;
    text-align: center;
    background: url(../img/enlarge.png) center center no-repeat;
    background-size: 60px 60px;
    opacity: 0;
    transition: all 0.3s;
}
.galery-item:hover .galery-hover{
    opacity: 1;
    transition: all 0.5s 0.2s;
}
.galery-item:hover .galery-bg{
    top: 0;
}


@media (min-width: 1200px){
    .galery-container {
        width: 95%;
    }
}

/* ------------------ Strefa rodzica ------------------ */
.dl-icon{
    color: #fff;
    font-size: 34px;
    float:left;
    margin-left: -4px;
    margin-right: 3px;
}
.dl-text{
    font-size: 12px;
    color: #fff;
}
.dl-text2{
    font-size: 11px;
    color: #ffc000;
}
.pobierz{
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 14px 10px 10px;
    float: left;
    background: #008bcc;
    margin:10px 0 0 0;
}
.pobierz:hover{
    background: #017db6;
}
.pdf {
    background: #019a32;
    margin-left: 10px;
}
.pdf:hover {
    background: #018029;
}
@media (max-width:359px) {
    .dl-text{
        font-size: 11px;
    }
    .dl-text2{
        font-size: 10px;
    }
    .dl-icon{
        font-size: 30px;
    }
    .pdf {
        margin-left: 7px;
    }
    .text-gl {
        font-size: 11px;
    }
    h1 {
        font-size: 32px;
    }
}


/* ------------------ Kontakt ------------------ */
.kontakt p{
    padding: 15px 15px 0 0;
    margin-bottom: 0;
}
.kontakt p:not(p:last-of-type){
    border-bottom: 1px solid white;
}
.mapa{
    margin: 0 0 30px 0;
    border: 2px solid #fff;
}
.oplaty{
    font-size: 13px;
    display: block;
    margin: 10px 0;
}
/* ------------------ stopka ------------------ */
#footer{
    margin-top: 10px;
}
.text-footer{
    display: block;
}
#footer .col-md-3:nth-of-type(1){
    color: #c70a8f;
}
#footer .col-md-3:nth-of-type(2){
    color: #386db4;
}
#footer .col-md-3:nth-of-type(4){
    color: #009645;
}
#footer .col-md-3:nth-of-type(5){
    color: #ffbb00;
}
#footer .spacer{
    float: left;
    font-size: 40px;
    vertical-align: top;
}
#footer p{
    padding: 15px;
    margin-bottom: 0;
}