/*
Theme Name: Festiwal Kobiet Internetu
Theme URI: https://festiwalkobiet.pl
Author: Marek Obtułowicz
Author URI: https://marekobtulowicz.pl
Description: Szablon dedykowany dla marki FKI
Version: 1.0
Text Domain: festiwal-kobiet-internetu

*/

div {	transition: all 0.5s ease; }
ul {	transition: all 0.5s ease; }
img {	transition: all 0.5s ease; }

.row [class*='col-'] {
   transition: all 0.5s ease-in-out;
}

body {
  background: #fff;
  font-size: 18px;
  font-family: 'Montserrat';
}

div {font-size:18px;font-family: 'Open Sans'; }


.duzy-bialy {
	font-size: 24px;
	font-weight: 700;
	color: #e8348c;
	margin-top: 50px;
	display: inline-block;
	border: none;
	border-radius: 40px;
	padding: 15px 50px;
	background: #fff;
	transition: all .5s ease-out;
	}

.duzy-bialy:hover {
	background: #f965ad;
	box-shadow: 0 9px 32px 0 rgba(249,101,173,.50);
	color: #fff;
	text-decoration:none;
}



input[type=submit] {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	display: inline-block;
	border: none;
	border-radius: 40px;
	padding: 10px 40px;
	background: #e8348c;
	transition: all .5s ease-out;
	}


  .dowiedz-sie-pierwsza_part input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  color: #e8348c;
  margin-top: 50px;
  display: inline-block;
  border: none;
  border-radius: 40px;
  padding: 5px 20px;
  background: #fff;
  transition: all .5s ease-out;
  }


@media (min-width: 768px) {
  .dowiedz-sie-pierwsza_part input[type=submit] {
    font-size: 20px;
  	font-weight: 700;
  	color: #e8348c;
  	margin-top: 50px;
  	display: inline-block;
  	border: none;
  	border-radius: 40px;
  	padding: 10px 40px;
  	background: #fff;
  	transition: all .5s ease-out;
  	}
  }




.maly-roz {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	display: inline-block;
	border: none;
	border-radius: 30px;
	padding: 8px 20px;
	background: #e8348c;
	transition: all .5s ease-out;
	}

.maly-roz:hover {
	background: #f965ad;
	box-shadow: 0 9px 32px 0 rgba(249,101,173,.50);
	color: #fff;
	text-decoration:none;
}

@media (min-width: 768px) {

  .maly-roz {
  	font-size: 20px;
  	font-weight: 700;
  	color: #fff;
  	margin-top: 50px;
  	display: inline-block;
  	border: none;
  	border-radius: 40px;
  	padding: 10px 40px;
  	background: #e8348c;
  	transition: all .5s ease-out;
  	}

  .maly-roz:hover {
  	background: #f965ad;
  	box-shadow: 0 9px 32px 0 rgba(249,101,173,.50);
  	color: #fff;
  	text-decoration:none;
  }

}



/************************
**** HERO **************
************************/

.bg-u-influencer {
    background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/bg_influencer.jpg') no-repeat top center;

}


.hero_part {
  height:100vh;
  background-color: #e8348c !important;
  background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/bg_main.jpg') no-repeat bottom center;
  background-size: 110%;
  position:relative;
}


#header-logo {
 display: block;
 transition: all 0.3s ease;
 margin-top: 15px;
}


.hero-data {
  font-family: 'Open Sans';
  font-weight: 800;
  color: #e8348c;
  font-size: 28px;
}

.hero-data::before {
  content: '\f041';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

h1.hero-title {
  color: #1d1d1b;
  font-family: 'Montserrat';
  font-size: 42px;
  font-weight: 800;
}

h1.hero-title span {
  font-weight: 300;
  font-size: 28px;
}

h2.part-title {
  color: #000;
  font-weight: 800;
}




@media (max-width: 990px) {
  #header-logo {
   display: block;
   transition: all 0.3s ease;
  }


  h1.hero-title {
    color: #1d1d1b;
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 800;
  }

  h1.hero-title span {
    font-size: 22px;
  }

  .hero-data {
    font-size: 22px;
  }

}




.logo-kolor {
 background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/fki-logo.png') no-repeat;
 background-size: 202px 50px;
}

.logo-kolor-w {
 background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/fki-logo-w.png') no-repeat;
 background-size: 242px 60px;
}




.hero object.ic-mapa {
 width: 60px;
 height: 60px;
 display: inline-block;
}



.fki-anime {
 position: absolute;
}

@media (min-width: 1801px){
 .fki-anime {
   width: 560px;
   right: 250px;
   bottom: 70px;
 }
}

@media (max-width: 1800px){
 .fki-anime {
   width: 560px;
   right: 250px;
   bottom: 70px;
 }
}


@media (max-width: 1600px){
 .fki-anime {
   width: 360px;
   right: 0px;
   bottom: 50px;
 }
}



@media (max-width: 992px){
 .fki-anime {
   width: 260px;
   right: 0px;
   bottom: 0px;
 }
}



@media (max-width: 768px){
 .fki-anime {
   width: 160px;
   right: 0px;
   bottom: 0px;
 }
}



.przycisk-play {
 position: absolute; top: 110px; left: 30%;
}





/************************
/** GLOBALNE          ***
************************/

html {
 scroll-behavior: smooth;
position: relative;
 min-height: 100%;
 }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
 display: block;
}

#footer {
 width: 100%;
 }

b,
strong {
 font-weight: 700;
}


img {
 border: 0;
 width: 100%;
}

figure {
 margin: 0;
}


button {
 background: none;
 border: 0px;
 outline: 0 !important;
 }
button:focus {
 outline: 0 !important;
 border:0;
 background: none;
 }

button,
input,
optgroup,
select,
textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}

select {
 text-transform: none;
}

button {
 overflow: visible;
}

button,
input,
select,
textarea {
 max-width: 100%;
}




/************************
/** BELKA & NAWIGACJA ***
************************/


#belka {
 color: #fff;
 background: #fff;
 transition: all 0.5s ease;
 }

#belka a {
 color: #e8328b;
 font-size: 16px;
 font-weight: 700;
 cursor:pointer;
 }


#belka {
 font-weight: 700;
 }

.belka_tlo {
 background: #fff!important;
 height: 100% !important;
 display: block !important;
 }

.navbar-nav li {
 padding: 0px 15px;
 }

.navbar-nav li:last-child {
 padding: 0px 0px 0px 15px;
 }

.dropdown-item {background: #fff !important; border-bottom: 1px solid #999; font-weight: 300 !important;}
.dropdown-item:last-child {background: #fff; border-bottom: 0; font-weight: normal; }
.dropdown-menu {border: none !important; }
.dropdown-item:hover {text-decoration: underline !important; }
.dropdown-item:active {text-decoration: underline !important; }

@media (max-width: 992px){
 #belka .container {
   padding: 22px 0px;
 }

 #belka .navbar-nav {
 margin-top: 60px;
 }

 #belka a {
 font-size: 24px;
   line-height: 48px;
   color: #e8348c;
   }

}




@media (min-width: 992px) {
 .nav-menu-button {
 display: none;
 }
}

.nav-menu-button {
 background: none;
 border: 0px;
 outline: 0;
 }


/* Ikona */

.animated-icon1 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;

-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e8328b;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


#primary-menu {

   text-align: center;}




.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
}
.col-2dot4 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}
@media (min-width: 540px) {
   .col-sm-2dot4 {
       -webkit-box-flex: 0 !important;
       -ms-flex: 0 0 20% !important;
       flex: 0 0 20% !important;
       max-width: 20% !important;
   }
}
@media (min-width: 720px) {
   .col-md-2dot4 {
       -webkit-box-flex: 0 !important;
       -ms-flex: 0 0 20% !important;
       flex: 0 0 20% !important;
       max-width: 20% !important;
   }
}
@media (min-width: 960px) {
   .col-lg-2dot4 {
       -webkit-box-flex: 0 !important;
       -ms-flex: 0 0 20% !important;
       flex: 0 0 20% !important;
       max-width: 20% !important;
   }
}
@media (min-width: 1140px) {
   .col-xl-2dot4 {
       -webkit-box-flex: 0 !important;
       -ms-flex: 0 0 20% !important;
       flex: 0 0 20% !important;
       max-width: 20% !important;
   }
}



.header {
 position: fixed;
 top: 0;
 z-index: 1;
 width: 100%;
 background-color: #f1f1f1;
}


/* The progress container (grey background) */
.fki-progress-container {
 width: 100%;
 height: 3px;
 background: #ccc;
 display: none;
 bottom: 0px;
 position: absolute;
}

/* The progress bar (scroll indicator) */
.fki-progress-bar {
 height: 3px;
 background: #e8348c;
 width: 0%;
}







/************************
PRZYCISK YT
************************/

.bounce {
 display: inline-block;
 position: relative;
 -moz-animation: bounce 0.5s infinite linear;
 -o-animation: bounce 0.5s infinite linear;
 -webkit-animation: bounce 0.5s infinite linear;
 animation: bounce 1.5s infinite linear;
 colr:000;
}
.fa-youtube-play{
 color: #fff;
 font-size: 130px !important;
 margin: 20px;
}


@media (max-width: 481px) {
 .fa-youtube-play{
 color: #fff;
 font-size: 80px !important;
 margin: 20px;
}

.przycisk-play {
 position: absolute; top: 80px; left: 30%;
}

}

@-webkit-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-moz-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-o-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-ms-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}



.modal-full {
    min-width: 60%;
    margin: 50px;
    top: 10%;
}

/***********************
TYPOGRAFIA
***********************/
.thin {font-weight: 300;}
.color {color: #e8348c; }

h1 {
  font-family: 'Montserrat';
  font-size: 38px;
}

h2 {
  font-family: 'Montserrat';
  font-size: 28px !important;
}

@media (max-width: 768px) {
  h2 {
    font-family: 'Montserrat';
    font-size: 18px !important;
  }
}

h3 {
      font-family: 'Montserrat';
  font-size: 18px !important;
}


@media (max-width: 768px) {
  .format-wydarzenia_part img {
    width: 60%;
  }
  .format-numery img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .dowiedz-sie-pierwsza_part {
    background-image: none !important;
  }
}

.dlaczego-box:hover {background: #fff; box-shadow: 0 9px 32px 0 rgba(0,0,0,.15); border-radius: 10px; cursor: pointer; }


.dlaczego-warto_part { padding: 0px 20px;}
.dlaczego-warto-kolumny_part {background-size:100%; background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/dlaczego-warto-bg.png') no-repeat top center; padding: 0px 20px;}
.kim-jest-uczestnik_part {background-size:100%; background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/dlaczego-warto-bg.png') no-repeat top center; padding: 0px 20px;}
.partnerzy_part {background-size:100%; background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/partnerzy-bg.png') no-repeat top center; padding: 0px 20px;}
.zostan-partnerem_part {background: #f5f5f5 url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/zostan-partnerem-bg.png') no-repeat bottom center; padding: 0px 20px; }
.masz-pytania_part {padding: 0px 20px;}
.masz-pytania_part .container {border-bottom: 1px solid #dddddd; }
.masz-pytania_part h3 {color: #e8348c; font-weight: 800;}

.dowiedz-sie-pierwsza_part {background:#e8348c url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/logo_element_1.png') no-repeat bottom right 30px; border-radius: 10px; }
.dowiedz-sie-pierwsza_part h2 {color: #fff;}
.dowiedz-sie-pierwsza_part .hs-form-booleancheckbox p {color: #fff;}
.dowiedz-sie-pierwsza_part .hs-error-msg {color: #fff;}

.hs-form-booleancheckbox {list-style-type: none; line-height: 1; text-align: left; }
.hs-form-booleancheckbox p {font-size:11px; }
.hs-error-msgs {list-style-type: none; line-height: 1; padding:0px; margin: 0px; }
.hs-error-msg {font-size:11px; list-style-type:none; color:#e8348c;}
.hs-form-required {display:none;}
.form-columns-1 {max-width: 100% !important; width: 100% !important; }
.form-columns-2 {max-width: 100% !important; width: 100% !important; }
.form-columns-3 {max-width: 100% !important; width: 100% !important; }
.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
.hs-input {width: 100% !important;}
.inputs-list {padding: 0px; margin:0px; list-style-type: none;}

.hs_niepelnosprawnosc {margin-top: 15px; }
.hs_niepelnosprawnosc .hs-form-booleancheckbox span {font-size: 18px !important;}
.hs-form-booleancheckbox span {font-size: 11px !important;}

.hs_nazwa_bloga_kana_u legend, .hs_city legend, .hs_linkedin_facebook_profile_page legend, .hs_when_are_you_available legend, .hs_ksi_eczka_sanepidowska legend, .hs_dodatkowe_uwagi legend {
    font-size: 13px;
    color: #333;
    font-style: italic;
  }

.hs_nazwa_bloga_kana_u legend::before, .hs_city legend::before, .hs_linkedin_facebook_profile_page legend::before, .hs_when_are_you_available legend::before, .hs_ksi_eczka_sanepidowska legend::before, .hs_dodatkowe_uwagi legend::before {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f05a";
    font-style: normal;
    margin-right: 5px;
}

#zarejestruj-sie .hs-form-booleancheckbox {color: #fff;}

#zarejestruj-sie .hs-field-desc {
  font-weight: 800;
  font-family: 'Open Sans';
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

input[type=checkbox] {
    padding: 0;
    border-radius: 5px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px !important;
    height: 20px !important;
}

input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 4px;
    left: 2px;
    border: 3px solid #e8348c;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus,select:focus {
  -moz-box-shadow: 0 2px 0px #e8348c;
  -webkit-box-shadow: 0 2px 0px #e8348c;
  box-shadow: 0 2px 0px #e8348c;
  border: 0px;
}

input[type=text] {
  outline: none;
  width:100% !important;
  height: 47px;
  font-family: 'Open Sans',sans-serif;
  color: #001847;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  padding: 10px 20px;
  font-weight: 400;
  border: 0px;
  -moz-box-shadow: 0 1px 0px #cbcbcb;
  -webkit-box-shadow: 0 1px 0px #cbcbcb;
  box-shadow: 0 1px 0px #cbcbcb;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=email] {
 outline: none;
 width:100% !important;
 height: 47px;
 font-family: 'Open Sans',sans-serif;
 color: #001847;
 font-size: 16px;
 line-height: 20px;
 letter-spacing: .2px;
 padding: 0;
 margin-bottom: 8px;
 border-radius: 3px;
 background: #fff;
 padding: 10px 20px;
 font-weight: 400;
 border: 0px;
 -moz-box-shadow: 0 1px 0px #cbcbcb;
 -webkit-box-shadow: 0 1px 0px #cbcbcb;
 box-shadow: 0 1px 0px #cbcbcb;
 box-sizing: border-box;
 -webkit-appearance: none;
}


input[type=tel] {
 outline: none;
 width:100% !important;
 height: 47px;
 font-family: 'Open Sans',sans-serif;
 color: #001847;
 font-size: 16px;
 line-height: 20px;
 letter-spacing: .2px;
 padding: 0;
 margin-bottom: 8px;
 border-radius: 3px;
 background: #fff;
 padding: 10px 20px;
 font-weight: 400;
 border: 0px;
 -moz-box-shadow: 0 1px 0px #cbcbcb;
 -webkit-box-shadow: 0 1px 0px #cbcbcb;
 box-shadow: 0 1px 0px #cbcbcb;
 box-sizing: border-box;
 -webkit-appearance: none;
}

select {
outline: none;
height: 47px;
font-family: 'Open Sans',sans-serif;
color: #001847;
font-size: 16px !important;
line-height: 20px;
letter-spacing: .2px;
padding: 0;
margin-bottom: 8px;
border-radius: 3px;
background: #fff;
padding: 10px 20px;
font-weight: 400;
border: 0px;
-moz-box-shadow: 0 1px 0px #cbcbcb;
-webkit-box-shadow: 0 1px 0px #cbcbcb;
box-shadow: 0 1px 0px #cbcbcb;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
background-position: center right;
-webkit-appearance: none;
}

textarea {
    height: 47px;
    font-family: 'Open Sans',sans-serif;
    color: #001847;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    -webkit-appearance: none;
    min-height: 100px;
  }

.belka_tlo .nav-item a {color: #e8348c !important;}
.belka_tlo #header-logo {background: url('https://dev.festiwalkobiet.pl/wp-content/themes/twentysixteen/imgs/fki-logo.png') no-repeat !important; background-size: 202px 50px !important; margin-top: 10px;}
.belka_tlo .nav-menu-button .animated-icon1 span {background: #e8348c !important; }

.stopa .stopa_link a {color:#000; font-size: 11px;}
.stopa i {color:#e8348c;}






.fki-button {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  border: 0;
  border-radius: 25px;
  padding: 15px 30px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  position: relative;
}

.fki-button:hover {
  color: #fff;
  text-decoration: none;
}


.fki-button {
  background: linear-gradient(90deg,#e8348c,#eb65a7);
}

.fki-button:hover {
      box-shadow: 0 9px 32px 0 rgba(249,101,173,.50);
}

.fki-button--border {
    background: transparent;
    border: 2px solid #e8348c;
    color: #e8348c;
    padding: 13px 30px;
  }

.fki-button--border:hover {
    color: #e8348c;
  }


.fki-button--white {
    background: #fff;
    color: #e8348c;
  }

.fki-button--white:hover {
    color: #e8348c;
  }


.fki-button--white-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 13px 30px;
  color: #fff;
  }

.fki-button--white-border:hover {
    color: #e8348c;
    background: #fff;
  }

.fki-kolor {
  color: #e8348c;
}

.fki-kolor-gray {
  color: #a49da0;
}

.box-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.bg-u-influencer .hero-title {color: #1d1d1b;}


@media (min-width: 576px) {
  .fki-prelegenci .modal-dialog {
   max-width: 850px;
   margin: 1.75rem auto;
 }
 }

 .prelegent-opis h3 {
   font-weight: 700;
 }

 .prelegenci_nazwa_nick {
 font-size: 14px;
}

.prelegent_kanal a {
 color: #e8348c;
 font-size: 14px;
}


.prelegent_kanal a:hover {
 color: #e8348c;
 text-decoration: none;
}





.polec-nas img {
		box-shadow: 0 9px 32px 0 rgba(0,0,0,.15);
		border-radius: 15px;
}
.polec-nas p span {display: block; font-size: 12px; color: #e3000f;}
.polec-nas p  {font-size: 14px; color: #cecece; margin-top: 15px; margin-bottom: 30px; }
.polec-nas p a {font-size: 14px; color: #2f2483; }


/** ODSTĘPY - SEKCJE **/
.logotypy {
	padding-bottom: 100px;
}

.logotypy section {
	background: #fff;
		margin: 5px 5px;
    min-height: 105px;
}

.logotypy section img {
	width: 140px;
	height: auto;
	margin: 0px;
	padding:5px 15px;
	}

  .logotypy section.l-duze img {
  	width: 240px;
  	height: auto;
  	margin: 0px;
  	padding:5px 15px;
  	}
