/*
	Theme Name: Senetic Holding
	Description: Custom Theme for Senetic Holding
	Version: 1.12
	Author: Senetic
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    color: #12406d;
}

p {
    color: #12406d;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #00aeef;
    text-decoration: none !important;
    transition: all 0.3s;
}

a:hover,
a:focus,
a.active {
    color: #292929;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@font-face {
    font-family: 'Lato Regular';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Lato Semibold';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/Lato-Semibold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Lato Bold';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.ttf');
    font-display: swap;
}
b, strong {
   
    font-family: "Lato Bold"!important;
}
body {
    font-family: 'Lato Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

div#menu {
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    background: transparent;
    top: 0px;
    z-index: 100;
    transition: all 0.5s;
    padding-top: 30px;
}

div#menu.menu-sticky {
    background: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu img.img-navbar-brand.img-navbar-brand-black {
    opacity: 0;
    height: 0px;
}

#menu.menu-sticky img.img-navbar-brand.img-navbar-brand-black {
    height: 35px;
    opacity: 1;
}

#menu img.img-navbar-brand.img-navbar-brand-white {
    height: 35px;
    opacity: 1;
}

#menu.menu-sticky img.img-navbar-brand.img-navbar-brand-white {
    height: 0px;
    opacity: 0;
}

#menu img.img-navbar-brand {
    transition: opacity 0.7s;
}

h2.slogan {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    line-height: 70px;
}

img.img-navbar-brand {
    max-height: 80px;
    max-width: 160px;
}

a.navbar-brand {
    max-height: 80px;
}

ul.navbar-nav li.nav-item a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 0px 0px 7px 0px !important;
    margin: 0rem 0.5rem;
    -moz-transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

ul.navbar-nav li.nav-item a:hover,
ul.navbar-nav li.nav-item a.active,
ul.navbar-nav li.nav-item a:focus {
    opacity: 1;
}

/* Hover menu effect */
.menu-sticky ul.navbar-nav li.nav-item a {
    color: #292929;
    opacity: 0.8;
}

.menu-sticky ul.navbar-nav li.nav-item a:before,
.menu-sticky ul.navbar-nav li.nav-item a:after {
    background-color: #00aeef;
}

ul.navbar-nav li.nav-item a {


    position: relative;
    text-transform: uppercase;


}

ul.navbar-nav li.nav-item a:before,
ul.navbar-nav li.nav-item a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: white;
}

ul.navbar-nav li.nav-item a:before {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

ul.navbar-nav li.nav-item a:after {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

ul.navbar-nav li.nav-item a:hover:before,
ul.navbar-nav li.nav-item a:hover:after,
ul.navbar-nav li.nav-item a:focus:before,
ul.navbar-nav li.nav-item a:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

ul.navbar-nav li.nav-item a:hover:before,
ul.navbar-nav li.nav-item a:focus:before {
    transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

ul.navbar-nav li.nav-item a:hover:after,
ul.navbar-nav li.nav-item a:focus:after {
    transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


ul.navbar-nav.ml-auto {
    margin-top: 20px;
}

#o-firmie,
#rza,
#dokumenty,
#dokumenty,
#kontakt,
#zarzad {
padding: 80px 0px;
background: white;
}
section#zarzad {
    background: #f7f7f7;
    padding: 60px 0px;
}
section#dokumenty {
    /* background: rgb(247, 247, 247); */
    padding: 0px;
    padding-bottom: 80px;
}
#o-firmie .section-content ul {
    margin-top: 10px;
}
h3 {
    color: #00406b;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}
.section-title.section-title-smalest h3 {
    color: #00406b;
    font-size: 24px !important;
    line-height: 36px;
    text-align: left;
    font-weight: 500;
}

.section-title h3 {
    color: #00406b;
    font-size: 36px !important;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.2px;
}

ul.download-files {
    list-style: none;
    padding: 0px;
    padding-left: 15px;
    display: inline-block;
}

ul.download-files li i {
    color: #00aeef;
    margin-right: 10px;
}

ul.download-files li {
    line-height: 34px;
    width: fit-content;
    float: left;
    margin-right: 30px;
}

.section-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.img-documents {
    display: block;
    margin: auto;
    max-width: 230px;
    opacity: 0.5;
    margin-top: 20px;
}

.section-title.section-title-smalest {
    margin-top: 30px;
    text-align: left;
}

a.rza-download-link {
    letter-spacing: 0.2px;
}

.section-title h1 {
    font-size: 50px;
    text-align: center;
}

section#kontakt {
    background: url("../img/footer2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

#kontakt .section-title h3 {
    color: white;
}

h5.contact-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Lato Bold";
}

#kontakt a {
    color: white;
    font-family: "Lato Bold";
}

#kontakt a:hover {
    opacity: 1;
}

#kontakt p {
    font-size: 14px;
    color: white;
}

footer {
    background: #1a2a41;
    color: #6b6e73;
    padding: 10px 0px;
    font-weight: 500;
}


#kontakt img.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

#o-firmie p {
    /* width: 100%; */
    /* position: relative; */
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #12406d;
    margin-left: auto;
    margin-right: 0px;
    text-align: left;
    display: block;
}

#o-firmie .section-content {
    margin-top: 0px;
    padding-top: 20px;
}
section#o-firmie img {
    width: 100%;
    margin-top: 20px;
    /* padding-right: 20px; */
    min-height: 370px;
    object-fit: cover;
}
.section-title h5 {
    text-align: center;
    margin-bottom: 60px;
}

img.img-about-us {
    max-width: 160px;
    margin-bottom: 20px;
    margin-top: 15px;
}

img.img-about-us-2 {
    width: 500px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0px;
    display: block;
}

#kontakt .section-content {
    margin-top: 20px;
}

.accordion>.card>.card-header {
    background: #00aeef;
    color: white;
    padding: 0px;
    border: 0px !important;
}

.accordion>.card>.card-header button.btn {
    color: white;
    width: 100%;
    text-decoration: none;
    padding: 20px 40px;
    border: none;
}

h4.year {
    float: left;
    font-size: 40px;
    margin-right: 60px;
    margin-bottom: 0px;
}

h4.card-title {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
}

.card {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.card ol {
    padding: 0px 25px;
}

.card ol ol {
    padding: 3px 0 3px 16px;
}

.card ol li {
    /* padding: 0px 6px; */
    padding: 3px 0 3px 8px;
}

h3.card-body-header {
    color: #00406b;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lato Bold";
    margin-bottom: 20px;
}

.card-body {
    padding: 40px 40px;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 1px;
    scrollbar-color: #00aeef white;
    scrollbar-width: thin;
    scrollbar-base-color: white;
    scrollbar-face-color: #00aeef;
    scrollbar-3dlight-color: rgba(255, 255, 255, 1);
    scrollbar-highlight-color: rgba(255, 255, 255, 1);
    scrollbar-track-color: rgba(255, 255, 255, 1);
    scrollbar-arrow-color: rgba(255, 255, 255, 1);
    scrollbar-shadow-color: rgba(255, 255, 255, 1);
    scrollbar-dark-shadow-color: white;
}


.card-body ul li {
    line-height: 35px;
}



div#accordionExample {
    margin-top: 40px;
}

/* width */
.card-body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
    background: #ffffff;

}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
    background: rgb(0, 174, 239);

}

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
    background: rgb(76, 103, 113);

}

nav.navbar.navbar-expand-lg {
    padding: .5rem 0rem;
}


section#top {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 650px;
    height: 650px;
    display: grid;
    display: -ms-grid;
    display: -ms-flexbox;
    width: 100%;
    align-items: center;
    text-align: center;
    color: white;
}

#top:before{
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 650px;
    max-height: 650px;
    width: 100%;
    z-index: -10;
    background: #00406b;
    background: url('../img/heading.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#menu ul.navbar-nav.ml-auto {
    margin-top: 0px;
    transition: all 0.3s;
}

#menu.menu-sticky ul.navbar-nav.ml-auto {
    margin-top: 20px;
}
a.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 60px;
    background: #404040;
    /* background: rgba(64,64,64,.75); */
    color: #fff;
    width: 49px;
    height: 0px;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    transition: all.3s ease-out;
    border-radius: 13px 13px 0px 0px;
}

a.back-to-top i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: calc(50% - 7px);
}
a#back-to-top.show {
    height: 40px;
}
a.back-to-top:hover i {
    color: #00aeef;
}
@media screen and (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1199px) {
    section#kontakt {
        background-position: left;
    }
    h4.card-title {
        margin: 0px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    section#o-firmie img{
        padding:0px;
        margin-bottom: 30px;
    }

    #o-firmie .section-title h3 {
        margin-bottom: 40px;
    }

    .accordion>.card>.card-header button.btn {
        padding: 20px;
    }

    h4.year {
        margin-right: 20px;
    }

    h4.card-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px;
    }

    .tablet-center {
        text-align: center;
    }

    .contact-data-2 {
        margin-top: 10px;
    }

    ul.navbar-nav.ml-auto {
        padding: 20px;
        font-size: 16px;
    }

    ul.navbar-nav.ml-auto li a {
        font-size: 14px;
        line-height: 32px;
        display: block;
        text-align: center;
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        margin: auto;
    }

    section#kontakt {
        padding-bottom: 30px;
    }
    h5.quote-text {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    
    section#CEO {
        background-attachment: initial;
        background-size: cover;
    }
    a.back-to-top {
        right: 15px;
    }
    h2.slogan {
        font-size: 36px;
    }
    #kontakt img.img-fluid {
        margin: auto;
        animation: ;
        animation: initial;
        animation: initial;
    }

    section#kontakt {
        text-align: center;
    }
    .quote-box {
        margin-bottom: 30px;
    }
    
    #zarzad ul {
        margin-bottom: 30px!important;
    }
    
    h4.year {font-size: 30px;margin-top: 8px;}
    
    h4.card-title {
        font-size: 16px;
    }
    .mobile-center{
        text-align:center;
    }
    section#dokumenty {
        padding-bottom: 0px;
    }
    
    footer {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    h2.slogan {
        font-size: 22px;
        line-height: 44px;
        padding-top: 60px;
    }
    h4.year {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    h4.card-title {
        text-align: center;
    }

    .card-body {
        padding: 20px;
    }

    ul.navbar-nav.ml-auto li a {
        font-size: 11px;
    }


    nav.navbar.navbar-expand-lg {
        padding-bottom: 0px;
    }
    section#top {
        height: 400px;
        min-height: 400px;
    }
}
#o-firmie .section-title h3 {
    margin-bottom: 60px;
}
section#CEO {
    color: white;
    background-color: #00aeef;
    background: url(../img/o-firmie-1.jpg) no-repeat center center;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 80px 0px;
    background-size: cover;
}
#CEO .section-content h4 {
    font-size: 18px;
}
#CEO .section-title.section-title-smalest h3 {
    color: white;
    margin-bottom: 0px;
}

#CEO ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
.big-icon-section {
    text-align: center;
}

.big-icon-section i {
    font-size: 200px;
    opacity: 0.6;
    margin-top: 50px;
}
.quote-box {
    text-align: center;

}
h5.quote-text {
    font-size: 20px;
    line-height: 36px;
    font-family: "Lato Bold";
    /* font-style: italic; */
    margin-top: 5px;
}

p.quote-author {
    font-family: "Lato Bold";
    margin: 0px;
}

section#CEO p {
    color: white;
}

p.author-status {
    font-size: 14px;
    margin: 0px;
}
#zarzad .section-title {
    margin-bottom: 60px;
}

#zarzad h4 {
    color: #00406b;
    font-size: 20px !important;
    text-align: left;
    font-family: "Lato Bold";
    margin-bottom: 10px;
}

#zarzad ul {
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px;
}

#zarzad ul li {
    padding: 5px 0px;
}
.section-sub-title h3 {
    color: #00406b;
    font-size: 20px !important;
    text-align: left;
    font-family: "Lato Bold";
    margin-bottom: 0px;
    position: relative;
    display: block;
    /* padding-left: 40px; */
    /* margin-left: 30px; */
}

#rza .section-title {
    margin-bottom: 60px;
}

.section-sub-title h3:before {/* content: ""; */position: absolute;left: 0px;width: 20px;height: 2px;background: #00406b;top: 14px;}

section#rza {
    padding-bottom: 40px;
}
#dokumenty .section-content {
    padding: 30px 0px 60px;
}

.section-sub-title h3 {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}

#o-firmie h3 {
    line-height: 30px;
}
span.contact-label {
    min-width: 53px;
    display: inline-block;
    text-align: left;
    margin-right: 0;
    padding-right: 10px;
}
#dokumenty h5.contact-title {
    margin-bottom: 2px;
}
