@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
/*-- THEME OK --*/

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/Dosis/Dosis-ExtraLight.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Dosis/Dosis-Light.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Dosis/Dosis-Medium.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Dosis/Dosis-Regular.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Dosis/Dosis-SemiBold.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Dosis/Dosis-Bold.ttf');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/Dosis/Dosis-ExtraBold.ttf');
}

body {
    color: #000099;
    /*font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';*/
    font-family: 'Dosis', sans-serif !important;
    background: #ffffff;
}

h1, h2, h3, h4, h5 {
    color: #000099 !important;
}

h6 {
    color: #e3211e;
    font-weight: bold;
}

.carousel-caption h3 {
    color: #ffffff !important;
}

.nopadding {
    padding: 0 !important;
}

.form form, .form div.wpcf7 {
    width: 100%;
}

.form .col-lg-6 {
    float: left;
}

.galerson .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    overflow: hidden;
    left: 20px;
    background: url(../images/prev.png) center center no-repeat;
    border: 0;
    opacity: 0.8;
}

.galerson .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    overflow: hidden;
    right: 20px;
    background: url(../images/next.png) center center no-repeat;
    border: 0;
    opacity: 0.8;
}

.sidebar-gallery {
    margin-bottom: 20px;
}

.sidebar-gallery .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    overflow: hidden;
    left: 20px;
    background: url(../images/prev.png) center center no-repeat;
    border: 0;
    opacity: 0.8;
}

.sidebar-gallery .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    overflow: hidden;
    right: 20px;
    background: url(../images/next.png) center center no-repeat;
    border: 0;
    opacity: 0.8;
}

.margin-bottom {
    margin-bottom: 100px;
}

.slider-photo {
    height: 160px;
}

.overlay > .gallery-intro {
    vertical-align: middle;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: 300ms;
}

.overlay > .gallery-intro:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.team-images {
    height: 300px;
}

.team-image {
    margin-top: 38px;
}

.nomargin-sides {
    margin-left: 0;
    margin-right: 0;
}

.single-gallery {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.single-gallery .single-gallery__title {
    text-transform: uppercase;
    color: #21366c;
}

.single-gallery .single-gallery__excerpt {
    font-size: 16px;
}

.team-person {
    margin-bottom: 50px;
    display: block;
}

.md-my {
    padding-bottom: 80px !important;
}

.systemhasfallen {
    padding: 0 !important;
    margin: 0 !important;
}

.kontakt-dane em {
    color: #0091e0;
    padding-top: 10px;
}

#kontakt {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 32px;
}

.btn {
    padding: 8px 30px 5px 30px;
}

.caption-blue .wp-title a {
    color: #fff;
}

.text-capitalize li {
    margin-bottom: 5px;
}

.margin-kontakt {
    margin-top: 60px;
}

.barred {
    font-size: 13px;
}

#navigation {
    box-shadow: 0 9px 0 1px #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .logo img {
    max-height: 120px;
    max-width: 80vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.logo {
    padding: 5px 0;
}

.menu {
    position: relative;
    z-index: 1;
    background: #0091e0;
    color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.menu-item {
    position: relative;
}

.sub-menu {
    transform: scaleY(0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 300ms;
    background: #0091e0;
    transform-origin: top;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 330px;
}

.menu-item:hover > .sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

.menu-item > .sub-menu > .menu-item > .nav-link {
    text-align: left;
}

.contact-wrap {
    text-align: right;
}

.contact-link {
    float: right;
    padding-left: 20px;
    font-size: 18px;
}

.centerthat {
    margin-left: auto;
    margin-right: auto;
}

/* CONTACT-BAR */
.contact-bar {
    background: #0091e0;
    color: #fff;
    height: 44px;
    display: block;
}

.contact-bar a {
    color: #fff;
}

.contact-bar .phone, .contact-bar .mail {
    float: left;
    margin-top: 8px;
}

.contact-bar .mail {
    margin-left: 35px;
}

span.littleupplease {
    font-size: 11pt;

}

.contact-bar .phone i, .contact-bar .mail i {
    font-size: 11pt;
    margin-right: 5px;
}

/* CONTACT-BAR:ENDS */

/* SOCIAL MEDIA */

.social-media-wrap {
    text-align: right;
}

footer .social-media-wrap {
    text-align: left;
}

.social-media {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 20px;
}

.social-media li:last-of-type {
    margin-right: 0;
}

.social-media li a {
    font-size: 20px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.social-media-wrap .social-media li a {
    font-size: 20px !important;
}

.social-media li a:hover {
    color: #E94033;
}

/* SOCILA MEDIA:ENDS */

/* NAVBAR */

.bg-faded {
    background-color: transparent;
}

.navbar {
    padding: 0;
    font-size: 14pt;
}

.navbar .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: #ffffff;
    /*border-bottom: #0a1e51 0px solid;*/
    border-radius: 0px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: #ffffff;
    font-weight: 600;
    background: #46ACE4;
}

.navbar-light .navbar-nav .nav-item.current-menu-parent:hover > .nav-link {
    background: #D50000;
}

.navbar-light .navbar-nav .nav-item.current-menu-item .nav-link, .navbar-light .navbar-nav .nav-item.current_page_item .nav-link, .navbar-light .navbar-nav .nav-item.current-menu-parent {
    background: #D50000;
}

.navbar-light .navbar-nav .nav-item.current-menu-item:hover > .nav-link, .navbar-light .navbar-nav .nav-item.current_page_item:hover > .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus{
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    transition: 300ms;
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
        margin: 0 0.55rem;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

@media (max-width: 1200px) {
    .navbar {
        min-height: 59px;
    }
}

/* NAVBAR:ENDS */

/* SLIDER */

#slider {
    margin-bottom: 25px;
}

#carouselExampleSlidesOnly .carousel-item {
    height: 790px;
    width: auto;
}

.carousel-item img {
    object-fit: cover;
}

.carousel-caption {
    padding: 20vh 10vw;
}

.carousel-caption h3 {
    font-size: 60pt;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

/* SLIDER:ENDS */
/* CONTENT */

.compass-title {
    text-transform: uppercase;
    font-size: 40pt;
    margin-bottom: 30px;
    margin-top: 25px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

.compass-title.compass-title--team {
    font-size: 35pt;
}

.compass-textplaceholder {
    padding-left: 50px;
}

.compass-textplaceholder-text {
    font-size: 12pt;
}

.wp-tiles {
    margin-top: 20px;
}

.caption-naszaoferta {
    text-align: center;
    margin-top: 50px;
}

.caption-naszaoferta h6 {
    text-transform: none;
    color: #000099 !important;
    font-family: 'Dosis', sans-serif;
}

.caption-naszaoferta h2 {
    font-size: 20pt;
    font-weight: 600;
    margin-top: 8px;
    color: #e3211e !important;
    font-family: 'Dosis', sans-serif;
}

.caption-naszaoferta h5 {
    font-size: 12pt;
    font-weight: 800;
    font-family: 'Dosis', sans-serif;

}

.caption-naszoferta-klienci h3 {
    font-size: 14pt;
    font-weight: 600;
    margin-top: 33px;
}

/*.caption-naszoferta-klienci p{*/
/*margin-top: 17px;*/
/*}*/

.caption-naszoferta-klienci {
    margin-top: 80px;
}

.thumbnail-notsothumb {
    /*background: url('../../upload/zdjecia/blue_zdjecia.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption-blue {
    background: #0091e0;
    color: #fff !important;
    margin-top: 40px !important;
    display: block;
}

.blue-textwrap {
    padding: 20px 5% 20px 16.5%;
    width: 100vw;
}

.caption-blue img {
    height: 82px;
}

.caption-blue .wp-date {
    border-bottom: rgba(241, 241, 241, 0.33) 1px solid;
    margin-top: 20px;
    font-size: 10pt;
}

.caption-blue .wp-date i {
    margin-right: 10px;
    margin-bottom: 15px;
}

.caption-blue .wp-title {
    font-weight: 600;
    font-size: 14pt;
    margin: 16px auto;
}

.caption-blue .wp-thumbnail {
    margin: 20px 20px;
}

.caption-blue .wp-thumbnail img {
    margin: 0 3px;
}

.kontakt-quick {
    display: block;
}

.kontakt-quick .text-center {
    margin: 0 auto;
    padding-bottom: 40px;
}

.kontakt-quick .text-center h5 {
    font-size: 12pt;
    font-weight: 800;
    font-family: 'Dosis', sans-serif;
}

.kontakt-quick .text-center h2 {
    font-weight: 600;
    font-size: 20pt;
    color: #e3211e !important;
    font-family: 'Dosis', sans-serif;
}

.kontakt-quick .text-center h6 {
    text-transform: none;
    color: #000099 !important;
    font-family: 'Dosis', sans-serif;
}

.kontakt-dane {
    display: block;
}

.kontakt-dane h6 {
    font-size: 14pt;
    text-transform: uppercase;
    color: #000099 !important;

}

.kontakt-dane p {
    /*font-size: 11pt;*/
    padding-right: 20%;
    text-align: justify;
}

.kontakt-dane span {
    font-size: 11pt;
    font-weight: 600;
    margin-left: 10px;
}

.kontakt-dane i {
    margin-right: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #e94033;
    border-color: #e94033;
}

.btn {
    border: 0px solid transparent;
    border-radius: 0px;
}

#wrapper p {
    position: relative;
    bottom: 30px;
    left: 0px;
    visibility: hidden;
}

.imgWrap {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}

.imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.80);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 2rem;
    text-align: center;
    padding: 180px 70px;
    /*remove comment if you want a gradual transition between states
        -webkit-transition: visibility opacity 0.2s;
        */
}

.imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
}

.imgWrap img {
    object-fit: cover !important;
}

.wp-tiles-blackbg {
    background: #ffffff;
}

.image-block {
    display: block;
    border: 0px solid white;
    background-color: black;
    padding: 0px;
    margin: 0px;
    height: 300px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    margin: 2px;
}

.image-block.image-block--list {
    height: 250px;
}

.image-block.image-block--small{
    height: 180px;
}

.ibsmall {
    height: 250px;
}

.ibsmall > p {
    padding-top: 120px !important;
}

.image-block > .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    overflow: hidden;
}

.image-block > .overlay > .text {
    width: 100%;
    position: absolute;
    top: 50%;
    /*bottom:0;*/
    /*padding:15px 0;*/
    display: block;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 3px 3px 2px #000000;
    /*background-color: rgba(0,0,0,0.5);*/
}

.image-block > p > a {
    color: #fff;
}

.kliker {
    cursor: pointer;
}

.image-block:hover > .overlay {
    background-color: rgba(0, 145, 224, 0.5);
}

.form-control {
    border-radius: 2px;
}

textarea {
    min-height: 138px;
    max-height: 200px;
}

.photobar-wrapper, .googlemaps {
    width: 100vw;
    padding: 0 0 80px 0;
    margin: 0 0;
}

.photobar {
    display: inline-block;
    list-style: none;
    width: 100%;
    background: #21366C;
    padding: 0 0;
}

.photobar li {
    float: left;
    width: 16.66666667%;
}

.photobar li img {
    max-width: 100%;
}

.ref-icooo {
    display: block;
    float: left;
}

.ref-icooo i {
    font-size: 4rem;
    color: rgba(228, 29, 33, 1.00);
}

.ref-textzklasa {
    display: block;
    float: left;
    width: 80%;
    margin-top: 1.25%;
    margin-left: 5.05%;
}

.ref-firma {
    font-style: italic;
    margin-top: 3.25%;
    margin-bottom: 40px;
}

footer .barred {
    border-top: 1px rgba(255, 255, 255, 0.05) solid;
    padding: 20px;
}

footer {
    background: #21366C;
    color: #f1f1f1;
}

footer a {
    color: #f1f1f1;
}

footer ul {
    list-style: none;
    font-size: 15px;
}

footer ul li a:hover {
    color: #e94033;
}

footer .logo {
    margin-bottom: 40px;
}

@media (max-width: 990px) {
    .photobar {
        display: none;
    }

    footer {
        padding-top: 30px;
    }

    .carousel-caption h3 {
        font-size: 36pt;
    }
}

a:hover {
    text-decoration: none !important;
}

.osoba {
    text-align: center;
}

.osoba p {
    color: black;
    font-size: 19px;
    font-weight: 500;
    display: block;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.pagination .page-item:first-child .page-numbers {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination .page-item:last-child .page-numbers {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .page-item.active .page-numbers {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.pagination .page-item.disabled .page-numbers {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}
