* {
    margin: 0px;
    padding: 0px;
    
}
body {
    font-family: sans-serif;
    font-size: 13px;
    
}
a {
    color: inherit;
}
.bgcolor-green {
    background-color: #388d80;
   
}
.bgcolor-blue {
    background: linear-gradient(135deg, #388d80, #0099ce);
}
.bgcolor-violet {
    background-color: #9464bd;
       background-color: #64447d;
}
.bgcolor-orange {
    background-color: #e86e21;
}
.bgcolor-brown {
    background-color: #804040;
}
.bgcolor-grey {
    background-color: #294456;
}
.bgcolor-white {
    background-color: white;
}
.color-white {
    color: white;
}
.color-black {
    color: black;
}
.inline.right {
    float: right;
}
.inline.left {
    float: left;
}
.inline.center {
    display: inline-block;
}
.block.left {
    text-align: left;
}
.noborder {
    border: 0px !important;
}
.inline {
    display: inline-block !important;
}
.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.bottom-left {
    position: relative;
    bottom: 0px;
    left: 0px;
}
.clean {
    clear: both;
}
.center {
    text-align: center !important;
}
.full-width .item {
    max-width: none !important;
}

.slide {
    border-bottom: 1px solid grey;
}
.slide.full {
    min-height: 100vh;
}

.slide .title {
    padding-top: 50px;
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    
}
.slide .boxes {
    text-align: left;
    color: white;
    font-size: 1.2em;
    padding: 10px 0px;
}
.slide .item {
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
    padding: 10px;
  
    min-height: 200px;
    margin: 10px 20px;
    text-align: left;
}
.slide .item li {
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
}

.slide .boxes .item .title {
    padding-top: 0px;
    margin: 5px 5px 20px 5px;
    text-align: left;
    font-size: 1.8em;
    
}
.slide .boxes .item li {
    text-align: left;
}


#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
   color: white;
    padding: 5px;
}
#header ul {
    margin-top: 7px;
    
}
#header .menu {
    padding-left: 20px;
}
#header.fixed {
    position: fixed;
    background-color: white;
    color: black;
    font-weight: bold;
    z-index: 10000;
}

#header ul li {
    display: inline-block;
    
    padding-left: 10px;
    padding-right: 5px;
    font-size: 1.1em;
   
}
#header .menu li {
     border-left: 1px solid white;
}
#header .menu li:first-child {
    border-left: 0px;
}
#header ul li a {
    text-decoration: none;
    color: inherit;
}
#header ul li a:hover {
    color: #a0a0a0;
    
}
#start {
    text-align: center;
}
#start .box {
    padding-top: 10%;
}
#start .box h2 {
    font-size: 10vw;
}
#start .box p {
    padding-top: 1%;
    font-size: 2vw;
    padding-top: 1%;
}
#start .box p.mini {
    font-size: 1.2vw;
}
#mobile .item {
    min-height: 150px;
}
#mobile a {
    font-size: 0.9em;
}
#tematyka {
    padding-bottom: 20px;
}

#tematyka .owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 0px 8px;
    border: 1px solid white;
}
#tematyka .owl-dot.active {
    background-color: white;
}
#tematyka .item {
    text-align: center;
    margin: 20px 0px;
}
#tematyka .item img {
    padding: 2px;
    border: 1px solid white;
}
#tematyka .item .title {
    font-size: 1.6em;
     text-align: center;
     cursor: pointer;
}
#footer {
   background: #00203f;
    color: white;
    text-align: center;
}
#footer .boxes .item {
    display: inline-block;
    vertical-align: top;
    width: inherit;
    padding: 10px 5%;
    height: inherit;
}
#footer .terms {
    padding: 5px;
}
#footer .terms li {
    display: inline-block;
    margin: 0px 10px;
}
#footer li {
    padding-top: 2px;
    list-style-type: none;
}
#footer .title {
    padding-top: 3px;
    padding-bottom: 3px;
}
.button {
    padding: 10px 30px;
    background-color: darkred;
    font-size: 2em;
    border-radius: 5px;
    margin: 3% 0px;
    display: inline-block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; } 

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }


@media all and (min-width: 720px) {
    .lores {
        display: none;
    }
    .hires {
        display: block;
    }
    #tematyka .item .title,#tematyka .item .images {
        display: inline-block;
        vertical-align: middle;
    }
    #tematyka .item .title {
       
       width: 220px;
       padding-right: 45px;
       line-height: 32px;
       
    }
    #tematyka .item {
       
    }
     #tematyka .item .images {
       
    }
    #tematyka .item .images img {
       
    }
    #tematyka .description {
    font-size: 1.5em;
}
}
@media all and (max-width: 719px) {
    .lores {
        display: block;
    }
    .hires {
        display: none !important;
    }
    #header .menu {
        display: none;
    }
    #start .box {
        padding-top: 40%;
        padding-bottom: 20%;
    }
    #start .box p {
        font-size: 1.2em;
    }
    #start .box p.mini {
        font-size: 1em;
    }
    #start img.bottom-right {
        display: none !important;
    }
    .slide.full {
        min-height: inherit !important;
    }
    .slide .title {
        font-size: 1.5em;
    }
    .slide h2.title {
        padding-top: 30px;
    }
    .slide h3.title {
        font-size: 1.2em !important;
    }
    #tematyka .item .images img {
        min-width: 250px;
        width: 66%;
        max-width: 450px;
    }
}
