@import url('//fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,700,800&subset=latin-ext');
body {
      font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #404040;
    background-color: #fff;
}
p {
    line-height: 1.5;
    margin: 30px 0;
}
p a {
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
}
a {
    color: #404040
	cursor: pointer;
}
a:hover,
a:focus {
    color: #f8be12
}
a img:hover,
a img:focus {
    cursor: pointer;
}
blockquote {
    color: #808080;
    font-style: italic;
}
hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}
.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  font-family: 'Noto Sans', sans-serif;
}
.navbar-custom .navbar-brand {
    font-weight: 800
}
.navbar-custom .nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}
.navbar-custom .nav > li.active > a {
    color: #fff;
}
.navbar-custom .nav > li.active > a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent
}
@media only screen and (min-width: 768px) {
    .navbar-custom {
        background: transparent;
        border-bottom: 1px solid transparent;
    }
    .navbar-custom .navbar-brand {
        color: white;
        padding: 20px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8)
    }
    .navbar-custom .nav > li > a {
        color: white;
        padding: 20px;
    }
    .navbar-custom .nav > li > form {
        padding: 12px;
    }
    .navbar-custom .nav > li > form > select {
        background:transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right;
        padding:6px 22px 6px 12px;
        border:1px solid #FFF;
        color:#FFF;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .navbar-custom .nav > li > form > select:focus {
        box-shadow: none;
    }
    .navbar-custom .nav > li > form > select > option {
        color: initial;    
    }
    .navbar-custom .nav > li > a:hover,
    .navbar-custom .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.8);
        background-color: transparent;
    }
}
@media only screen and (min-width: 1170px) {
    .navbar-custom {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.is-fixed {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #f2f2f2;
    }
    .navbar-custom.is-fixed .navbar-brand {
        color: #404040
    }
    .navbar-custom.is-fixed .navbar-brand:hover,
    .navbar-custom.is-fixed .navbar-brand:focus {
        color: #f8be12
    }
    .navbar-custom.is-fixed .nav > li > a {
        color: #404040
    }
    .navbar-custom.is-fixed .nav > li > a:hover,
    .navbar-custom.is-fixed .nav > li > a:focus,
    .navbar-custom.is-fixed .nav > li.active > a {
        color: #f8be12
    }
    .navbar-custom.is-fixed .nav > li > form > select {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='#404040'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
        border:1px solid #404040;
        color:#404040;
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent
}
.intro-header {
    background-color: #808080;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    padding: 100px 0 50px;
    color: white;
}
@media only screen and (min-width: 768px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 150px 0
    }
}
.intro-header .site-heading,
.intro-header .page-heading {
    text-align: center
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
    margin-top: 0;
    font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
  font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 80px
    }
}
.intro-header .post-heading h1 {
    font-size: 35px
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
    line-height: 1.1;
    display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}
.intro-header .post-heading .meta a {
    color: white
}
@media only screen and (min-width: 768px) {
    .intro-header .post-heading h1 {
        font-size: 55px
    }
    .intro-header .post-heading .subheading {
        font-size: 30px
    }
}
.post-preview > a {
    color: #404040
}
.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #f8be12;
}
.post-preview > a > .post-cover {
    max-width: 100%
}
.post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}
.post-preview > .post-meta {
    color: #808080;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}
.post-preview > .post-meta > a {
    text-decoration: none;
    color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
    color: #f8be12;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        font-size: 36px
    }
}
.section-heading {
    font-size: 36px;
    margin-top: 60px;
    font-weight: 700;
}
.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.thumbnail .caption h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.thumbnail .caption p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.2;
}
footer {
    padding: 50px 0 65px
}
footer .list-inline {
    margin: 0;
    padding: 0;
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color: #f8be12;
    box-shadow: 0 0 8px rgba(249, 190, 18, .6);
}

.form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 1.5em;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #eeeeee;
}
form .form-group:last-of-type {
    margin-bottom: 25px
}
form .btn {
    margin-left: 15px
}
.form-group input,
.form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}
.form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.form-group-with-value label {
    top: 0;
    opacity: 1;
}
.form-group-with-focus label {
  
}
form .row:first-child .form-group {
    border-top: 1px solid #eeeeee
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #AAB2BD !important
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #AAB2BD !important
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #AAB2BD !important
}
form .checkbox {
    padding-left: 15px;
}
form .checkbox small {
    font-size: 12px;
}
.btn {
      font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}
.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}
.btn-default {
    background-color: #fff
}
.btn-default:hover,
.btn-default:focus {
      background-color: #98111b;
    border: 1px solid #9d121c;
    color: white;
}
.input-group .btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
}
.pager {
    margin: 20px 0 0
}
.pager li > a,
.pager li > span {
     font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    color: white;
    background-color: #f8be12;
    border: 1px solid #f8be12;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #808080;
    background-color: #404040;
    cursor: not-allowed;
}
.pagination > li > a,
.pagination > li > span {
     font-family: 'Noto Sans', sans-serif;
    color: inherit;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: inherit;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #f8be12;
    background: #f8be12;
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #f8be12;
}
::selection {
    color: white;
    text-shadow: none;
    background: #f8be12;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}

.margines-strony {
    width: 90%;
    margin: auto auto;
    max-width: 1600px;
    position: relative;
}
.top-header {
    position: relative;
    min-height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
}
ul.menu-top {
    margin: 0;
    padding: 0;
	float:left;
	margin-top: 4px;
}
ul.menu-top li {
     float: left;
     list-style:none;
}
ul.menu-top a {
    font-size:17px;
    color:#111111;
    font-family: 'Noto Sans', sans-serif;
    text-decoration:none;
    padding:10px 15px; 
}
ul.menu-top a:hover { text-decoration:none;color:#840f17; } 

}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.content-stronagl {
    float: left;
    width: 100%;
    padding: 75px 0px;
}
p.title-stro1 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #585858;
    font-size: 18px;
}
h1.title-stro2 {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: center;
    font-size: 30px;
}
p.text-stro {
    text-align: center;
    width: 68%;
    margin: 25px auto;
    font-size: 18px;
    color: #000000;
}
.flex-pudelko-two-column {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 80px 0px;
}
.flex1 {
    width: 379px;
    height: 279px;
    text-align: center; transition: transform .2s; /* Animation */
}
.flex10 {
    background:url(http://dargobruk.pl/images/1.png);
}
.flex11 {
    background:url(http://dargobruk.pl/images/2.png);
}
.flex12 {
    background:url(http://dargobruk.pl/images/3.png);
}
.flex10:hover {transform: scale(1.1);}  .flex11:hover {transform: scale(1.1);}  .flex12:hover {transform: scale(1.1);} 
p.title-flex {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    margin-top: 115px;
}
.stopka {
    float: left;
    width: 100%;
    height: 156px;
    background: url(http://dargobruk.pl/images/stopka.png);
}
.top-stopka {
    padding: 20px 0px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

ul.menu-top1 {
    margin: 0;
    padding: 0;
}
ul.menu-top1 li {
     float: left;
     list-style:none;
}
ul.menu-top1 a {
    font-size: 16px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 300;
}
ul.menu-top1 a:hover { text-decoration:none;color:#840f17; } 

.bottom-stopka {
    padding: 15px 0px;
    font-size: 15px;
    border-top: 2px solid #ffffff59;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.bottom-stopka a {color:#fff;font-weight:bold;} .bottom-stopka a:hover {text-decoration:none;color:#840f17; } 
.stopka1 {
    float: left;
    width: 100%;
    height: 156px;
    background: #000000;
}
.flex-box-pudelko-nas {
    display: flex;
    justify-content: space-around;
    margin: 60px 0px;
}
.flex-left12 {
    margin-right: 50px;
}

.flex-right12 {
    font-size: 18px;
    color: #000000;
}
.top-info {
    width: 100%;
    float: left;
    height: 120px;
    text-align: left;
    background: url(http://dargobruk.pl/images/stopka.png);
    background-position-y: -63px;
}
h1.top-info-h1 {
    font-size: 30px;
    margin: 42px 0px;
    color: #ffffff;
}
.flex-box-oferta {
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: space-evenly;
    MARGIN: 60px 0px;
   font-size:18px;
    color:#000000;
}
p.title-oferta-ty {
    margin: 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.menu-oferta {
    margin-bottom: 20px;
    padding: 0;
}
ul.menu-oferta li {
    list-style:none;
  
}
.flex-left123 {
    margin-right: 30px;
    padding-top: 20px;
}
.tresckontakt {
    margin: 60px 0px;
}
.flx-kontakt {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 60px 0px;
    font-size: 22px;
    font-weight: 400;
}
.column-flx {
    margin: 0px 20px;
}
span.text-column-flx {
    font-weight: bold;
}
#obrazek-kontakt { margin-right:10px; } 


div#preload {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    align-content: center;
    justify-content: center;
}

.sk-folding-cube {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}


.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #99111b;
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}

.galeria {
    margin: 60px 0px;
}


@media (max-width: 1300px) and (min-width: 960px) {
.flex1 {
    width: 379px;
    height: 279px;
    text-align: center;
    transition: transform .2s;
    background-size: 100% 100%;
    margin-right: 10px;
}
.flex10 {
   
    background-size: 100% 100%;
}
.flex11 {
    
    background-size: 100% 100%;
}
.flex12 {
 
    background-size: 100% 100%;
}


}








@media (max-width: 960px) {
.partnerzy {
    float: left;
    width: 100%;
    background: #f5f5f5;
    height: 220px;display:none;
}
.flex-parsss {
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: space-around;
display:none;
}
ul.menu-top {
    margin: 0;
    padding: 0;
    display: none;
}
p.title-slider1 {
    margin: 0;
    font-size: 35px;
    color: #ffff;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}
p.title-slider {
    font-size: 21px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-shadow: 0px 0px 10px #000;
}

p.title-slider2 {
    font-size: 21px;
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 10px #000;
}
.flex-pudelko-two-column {
    display: block;
    margin: 0px;
    float: left;
    width: 100%;
}
.flex1 {
    width: 100%;
    height: 279px;
    text-align: center;
    transition: transform .2s;
margin-bottom:20px;
}
.flex10 {
   
    background-size: 100% 100%;
}
.flex11 {
    
    background-size: 100% 100%;
}
.flex12 {
 
    background-size: 100% 100%;
}

p.title-flex {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    margin-top: 115px;
    display: inline-block;
}
ul.menu-top1 {
    margin: 0;
    padding: 0;
    display: none;
}
.top-stopka {
    padding: 10px 0px;
    align-items: center;
    justify-content: space-between;
    display: block;
}
.bottom-stopka {
    padding: 15px 0px;
    font-size: 15px;
    border-top: 2px solid #ffffff59;
    color: #ffffff;
    display: block;
    justify-content: space-between;
}
.lewa-strona-stopka1 {
    float: left;
    width: 100%;
    text-align: center;
}
.prawa-strona-stopka1 {
    float: left;
    width: 100%;
    text-align: center;
}
.stopka {
    float: left;
    width: 100%;
    height: 170px;
    background: url(http://dargobruk.pl/images/stopka.png);
}
.left-stopka {
    text-align: center;
}
.flex-box-pudelko-nas {
    display: block;
    justify-content: space-around;
    float: left;
    width: 100%;
    margin: 60px 0px;
}

img#img-onas {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.flex-box-oferta {
    DISPLAY: block;
    JUSTIFY-CONTENT: space-evenly;
    MARGIN: 60px 0px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
img {
    max-width: 100%;
    margin-bottom: 10px;
}
.flx-kontakt {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    margin: 60px 0px;
    font-size: 22px;
    font-weight: 400;
    float: left;
    width: 100%;
}
.column-flx {
    margin: 25px 20px;
    text-align: left;
}


}





.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media (min-width: 960px) {

span#none12 {
    display: none;
}
}
.swiper-container1 {
  width: 100%;
  height: 100%;
}
.swiper-slide1 {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partnerss {
    float: left;
    width: 100%;
    height: 250px;
    background: #e5e5e5;position: relative;    overflow: hidden;
}
.swiper-container1 {
  width: 100%;
  height: 100%;position: relative;
}
.swiper-slide1 {
  text-align: center;
  font-size: 18px;


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pudelko-flexxx {
    display: flex;
    justify-content: space-between;
}
.logawflex {
    flex-basis: 33%;
    min-width: 33%;
    float: left;
}
ul#menuikonek {
    margin: 0;
    padding: 0;
    float: right;    margin-left: 30px;
}
ul#menuikonek li {
 list-style:none;
    float: left;
}
ul#menuikonek a {
    margin: 0;
    padding: 0;
    float: right;
    padding: 15px 25px;
    margin-top: -7px;
    background: #000;
    color: #fff;
    border-radius: 12px;
}
ul#menuikonek a:hover {
    /* opacity: 0.6; */
    box-shadow: 0px 0px 10px #4267b2;
    background: #4267b2;
}
.partnerzy {
    float: left;
    width: 100%;
    background: #f5f5f5;
    height: 220px;
}
.flex-parsss {
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: space-around;
}
.logopatrs {
    opacity: 0.35;
    cursor: pointer;
}
.logopatrs:hover {
    opacity: 1;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #16181f;
}
::-webkit-scrollbar-thumb {
    background-color: #99111b;
    border-radius: 4px;
}

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000; 
    padding: 30px;
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    line-height: 27px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #99111b;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #99111b; 
}

#contact-area {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}

#contact-area input, #contact-area textarea {
	width: 100%;
	margin: 0 auto;
    font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	color: #003374;
	float: left;
	height: 45px;
}

#contact-area textarea {
	height: 180px;
	display: block;
  resize: vertical;
  overflow: auto;
}
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #99111b;
}

#contact-area input.submit-button {
    background: #99111b;
	margin-top: 10px;
    color: #fff;
    display: block;
    width: 200px;
	height: 50px;
	line-height: 47px;
    border-radius: 13px;
    text-decoration: none;
	float: left;
	border: 0;
}


label {
	width: 100%;
	text-align: left;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #000;
}

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;