/*   
Theme Name: Kontramet V1
Description: Strona internetowa
Version: 1.0
*/

body {

margin: 0;
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 170%;

color: #444444;

background: #ffffff;
/*mm-styl*/
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;

}

#mm-body.mm-body-home {
background: #ffffff;
}

#mm-body.mm-body-page {
background: #ffffff;
}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

/*FONTY - POMOC
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p.mm-film-p {
	margin: 20px 0 30px 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
color: #0d677f;
text-decoration: none;
background-color: transparent;
}

a:hover {
color: #8f8f8f;
text-decoration: none;
}

a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
margin-top: 30px;
margin-bottom: 15px;

font-weight: 400;
line-height: 120%;
color: inherit;

/*mm-styl*/
color: #40495a;
}

h1, .h1 {font-size: 30px;}
h2, .h2 {font-size: 26px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}

@media (min-width: 768px) and (max-width: 1199px) {
h1, .h1 {font-size: 30px;}
h2, .h2 {font-size: 26px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}
}

@media (min-width: 480px) and (max-width: 767px) {
h1, .h1 {font-size: 30px;}
h2, .h2 {font-size: 28px;}
h3, .h3 {font-size: 26px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}
}

@media (max-width: 479px) {
h1, .h1 {font-size: 28px;}
h2, .h2 {font-size: 26px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}
}

hr {
border: 0;
height: 8px;
background: url('images/punkt.png') repeat-x top center;
margin-top: 60px;
margin-bottom: 60px;
}

/*TABELA
--------------------------------------------------*/

table {
border-collapse: collapse;
}

.table th,
.table td {
padding: 5px;
vertical-align: top;
border-top: 1px solid #dfdfdf;

font-size: 14px;
font-weight: 400;
line-height: 150%;
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dfdfdf;
}

.table tbody + tbody {
border-top: 2px solid #dfdfdf;
}

.table-striped tbody th,
.table-striped tbody td {
border-top: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: #f2f2f2;
}

.mm-table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.mm-table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.mm-table-responsive > .table {
margin-bottom: 0;
}
.mm-table-responsive > .table > thead > tr > th,
.mm-table-responsive > .table > tbody > tr > th,
.mm-table-responsive > .table > tfoot > tr > th,
.mm-table-responsive > .table > thead > tr > td,
.mm-table-responsive > .table > tbody > tr > td,
.mm-table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.mm-table-responsive > .table-bordered {
border: 0;
}
.mm-table-responsive > .table-bordered > thead > tr > th:first-child,
.mm-table-responsive > .table-bordered > tbody > tr > th:first-child,
.mm-table-responsive > .table-bordered > tfoot > tr > th:first-child,
.mm-table-responsive > .table-bordered > thead > tr > td:first-child,
.mm-table-responsive > .table-bordered > tbody > tr > td:first-child,
.mm-table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.mm-table-responsive > .table-bordered > thead > tr > th:last-child,
.mm-table-responsive > .table-bordered > tbody > tr > th:last-child,
.mm-table-responsive > .table-bordered > tfoot > tr > th:last-child,
.mm-table-responsive > .table-bordered > thead > tr > td:last-child,
.mm-table-responsive > .table-bordered > tbody > tr > td:last-child,
.mm-table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.mm-table-responsive > .table-bordered > tbody > tr:last-child > th,
.mm-table-responsive > .table-bordered > tfoot > tr:last-child > th,
.mm-table-responsive > .table-bordered > tbody > tr:last-child > td,
.mm-table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}

.table-bordered {
border: 1px solid #d5d5d5;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #d5d5d5;
}

.table caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #0082ca;
font-size: 20px;
text-align: center;
caption-side: top;
}

th {
text-align: left;
}

.mm-torba-kolor-ikonka {

}


/* MM - TABLE
--------------------------------------------------*/

.mm-table {
display: table;
width: 100%;
}

.mm-table-row {
display: table-row;
}

.mm-table-cell {
display: table-cell;
}

.mm-table-body {
display: table-row-group;
}

/*POMOC
--------------------------------------------------*/

.mm-img-center {
display: block;
margin: 0 auto;
}

@media (min-width: 992px) {
.mm-display-mobile {
display: none !important;
}
}

@media (max-width: 991px) {
.mm-display-normal {
display: none !important;
}
}

.mm-bb {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*WORDPRESS
--------------------------------------------------*/

.alignleft {
display: inline;
float: left;
}

.alignright {
display: inline;
float: right;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

table.aligncenter {
display: table;
}

table caption {
text-align: center; 
font-size: 15px; 
}

.center-img {
display: block;
margin: 0 auto;
padding: 0;
}

/* GALERIA
--------------------------------------------------*/

.mm-gal-box {
float: left;
width: 100%;
margin: 0;
border: 3px solid #f2f2f2;
background: #f2f2f2;
}

@media (min-width: 1200px) {
.mm-gal-box {
min-height: 186px;
}
}

.mm-gal-box:hover {
border: 3px solid #f8f8f8;
}

.mm-gal-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}

.mm-gal-col {
margin: 0;
padding: 5px;

-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}

.mm-content-box-galeria .mm-gal-col {
margin: 0;
padding: 5px;

-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

@media (max-width: 991px) {
.mm-gal-col {
margin: 0;
padding: 5px;

-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.mm-content-box-galeria .mm-gal-col {
margin: 0;
padding: 5px;

-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}

.mm-gal-box img {

}

.mm-gallery-img {
display: block;
margin: 0 auto;

}

.baguetteBox-button#next-button:focus, 
.baguetteBox-button#previous-button:focus {
outline: 0 !important;
}

.mm-col-gal {

}

.mm-gallery-img {

}
.mm-gallery-img:hover {

}

/* IMG
--------------------------------------------------*/

p.mm-p-img {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* STRONA
--------------------------------------------------*/

#mm-page {
overflow: hidden;
}

header { 

}

#mm-header {
	
}

footer {

}

#mm-footer {

}

/* NAWIGACJA - MENU - STYL - BOOTSTRAP
--------------------------------------------------*/

.mm-navbar-web {
background-color: transparent !important;
border-bottom: 1px solid transparent;
padding: 0;
}

@media (max-width: 991px) {
.mm-navbar-web {
padding: 5px;
}
}

.mm-navbar-web.mm-nw-top {
background-color: #317e92 !important;

border-bottom: 1px solid #105467;

-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}


@media (min-width: 992px) {
.mm-navbar-web.mm-nw-top {display: none;}

.mm-navbar-web.mm-nw-top.mm-nw-show {
display: block;
animation-duration: 1s;
animation-fill-mode: both;
animation-name: fadeIn;
}
}

.mm-navbar-web.mm-nw-top .navbar-nav {
padding: 0 15px;
}

.mm-navbar-web .navbar-brand {
color: #fff;
}

.mm-navbar-web .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}

.navbar-brand {
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}

.mm-navbar-web .navbar-nav .nav-link {
color: #ffffff;
text-transform: uppercase;
font-size: 15px;
line-height: 15px;
padding: 20px 20px;
font-weight: 400;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 991px) {
.mm-navbar-web .navbar-nav .nav-link {
border-top: 1px solid #4a8b9d;
}
.mm-navbar-web .navbar-nav li:first-child .nav-link {
border-top: 0;
}
}

.mm-navbar-web .navbar-nav .nav-link:hover, 
.mm-navbar-web .navbar-nav .nav-link:focus {
	color: #ffffff;
	background: #5792a2;
	
}

.mm-navbar-web .navbar-nav .nav-link.disabled {
	color: #a0bfc8;
}

.mm-navbar-web .navbar-nav .show > .nav-link,
.mm-navbar-web .navbar-nav .active > .nav-link,
.mm-navbar-web .navbar-nav .nav-link.show,
.mm-navbar-web .navbar-nav .nav-link.active {
color: #add1dc;
}

.mm-navbar-web .navbar-nav .current-menu-item.page_item:hover > .nav-link, 
.mm-navbar-web .navbar-nav .current-menu-item.page_item:focus > .nav-link {
	color: #ffffff;
	background: #5792a2;
	
}

.mm-navbar-web .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
}

.mm-navbar-web .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.mm-navbar-web .navbar-text {
color: rgba(255, 255, 255, 0.5);
}

.mm-navbar-web .navbar-text a {
color: #fff;
}

.mm-navbar-web .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}

/* NAWIGACJA - HEADER - DROPDOWN-MENU - STYL - BOOTSTRAP
--------------------------------------------------*/

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 200px;
padding: 15px 0 15px 0;
margin-top: -2px;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #5792a2;
background-clip: padding-box;
border: 1px solid #5792a2;
border-radius: 0;

-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}


@media (max-width: 991px) {
.dropdown-menu {
background-color: #ffffff;
padding: 15px 20px;
}
}

.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #000;
}

.dropdown-item {
display: block;
width: 100%;
padding: 10px 20px;
clear: both;
font-size: 15px;
font-weight: 500;
color: #105668;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #ffffff;
text-decoration: none;
background-color: #105668;
}

.current-menu-item .dropdown-item, 
.current-menu-item .dropdown-item.active, 
.current-menu-item .dropdown-item:active {
color: #ffffff;
text-decoration: none;
background-color: transparent;
}

@media (min-width: 992px) {
.dropdown-item {

color: #ffffff;

}

.dropdown-item:focus, .dropdown-item:hover {
color: #0082ca;
background-color: #ffffff;
}

.current-menu-item .dropdown-item, 
.current-menu-item .dropdown-item.active, 
.current-menu-item .dropdown-item:active {
color: #0082ca;
background-color: #ffffff;
}
}

@media (max-width: 991px) {
.current-menu-item .dropdown-item, 
.current-menu-item .dropdown-item.active, 
.current-menu-item .dropdown-item:active {
color: #ffffff;
text-decoration: none;
background-color: #4a8b9d;
}
}

/* SIDEBAR - PASEK BOCZNY - BOOTSTRAP NAV-PILLS - SIDEBAR MENU
--------------------------------------------------*/

.mm-sidebar-menu-box {
	float: left;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0;
	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item,
.list-group .menu-item  {
  position: relative;
  display: block;
  padding: 12px 0;
  line-height: 120%;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #cfcfcf;
}

.list-group .list-group-item .sub-menu .list-group-item,
.list-group .menu-item .sub-menu .menu-item  {
  position: relative;
  display: block;
  padding: 5px 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.list-group-item,
.list-group .menu-item  a {
color: #686868; 
font-size: 18px;
text-transform: uppercase;
line-height: 100%;
}

.list-group-item:first-child,
.list-group .menu-item:first-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.list-group-item:last-child,
.list-group .menu-item:last-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

border-bottom: 0;
}

.list-group-item:hover, 
.list-group-item:focus,
.list-group .menu-item:hover,
.list-group .menu-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item:hover a, 
.list-group-item:focus a,
.list-group .menu-item:hover a,
.list-group .menu-item:focus a {
color: #000000;
}

.list-group-item.disabled, 
.list-group-item:disabled,
.list-group .menu-item.disabled,
.list-group .menu-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active,
.list-group .menu-item.current-menu-item {
z-index: 2;
color: #000000;
background-color: #ffffff;
}

.list-group-item.active a,
.list-group .menu-item.current-menu-item a {
color: #000000;
}

/* ZAKLADKA - FUNCTION SHORDCODE
--------------------------------------------------*/

.mm-zakladka-tytul {
color: #ffffff; 
cursor: pointer; 
font-size: 16px; 
line-height: 150%; 
font-style: italic; 
padding-left: 40px;
}
.mm-zakladka-tytul-02 {
cursor: default; 
}
.mm-zakladka-tresc {
border-top: 1px solid #1d1c1a;
}
.card.mm-zakladka {
margin-top: 15px;
margin-bottom: 15px;
background-color: rgba(0,0,0,0.7);
border: 1px solid #1d1c1a;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}

.card.mm-zakladka > .card-header {
  background-color: #000000;
  
}
.card.mm-zakladka .card-body {
  padding: 10px;
}
.mm-zakladka-tytul:hover,
.mm-zakladka-tytul:focus {background-color: transparent;}


/*PAGINACJA - PAGE
--------------------------------------------------*/

.screen-reader-text {
display: none;
}

.nav-links {
display: inline-block;
padding-left: 0;
margin: 20px 0;
}

.page-numbers {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #6e3f0e;
text-decoration: none;
background-color: #fff;
border: 1px solid #b99f7f;
}
.nav-links a:first-child,
.nav-links span:first-child  {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.nav-links a:last-child,
.nav-links span:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.page-numbers:hover,
.page-numbers:focus {
z-index: 3;

background-color: #f4f0ed;
border-color: #b99f7f;
}
.page-numbers.current,
.page-numbers.current:hover,
.page-numbers.current:focus {
z-index: 2;
color: #6e3f0e;
cursor: default;
background-color: #f4f0ed;

}

/*FOOTER -MENU
--------------------------------------------------*/

.mm-footer-menu-box .nav.mm-foter-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mm-footer-menu-box .nav-link,
.mm-footer-menu-box .menu-item a {
  display: block;
  padding: 10px 15px;
}

.mm-footer-menu-box .nav-link:hover, 
.mm-footer-menu-box .nav-link:focus,
.mm-footer-menu-box .menu-item a:hover,
.mm-footer-menu-box .menu-item a:focus {
  text-decoration: none;
}

.mm-footer-menu-box .nav.mm-foter-menu .nav-item a,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item a {
font-size: 16px;
color: #ffffff;
font-weight: 400;
background-color: transparent;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mm-footer-menu-box .nav.mm-foter-menu .nav-item > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item > a:focus,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item > a:focus {
color: #add1dc;
text-decoration: none;
background-color: transparent;
}

.mm-footer-menu-box .nav.mm-foter-menu .nav-item.active > a,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item.active > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item.active > a:focus,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item.current_page_item > a,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item.current_page_item > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .nav-item.current_page_item > a:focus,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.active > a,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.active > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.active > a:focus,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.current_page_item > a,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.current_page_item > a:hover,
.mm-footer-menu-box .nav.mm-foter-menu .menu-item.current_page_item > a:focus {
color: #add1dc;
background-color: transparent;
}


/* HEADER - PAGE - FOOTER
--------------------------------------------------*/

#mm-header.mm-header-home {
background: #317e92;
}

#mm-header.mm-header-page {
background: #317e92;
}

#mm-content {}

#mm-footer.mm-header-home {
background: transparent;
height: 400px;
}

#mm-footer.mm-footer-page {
background: transparent;
}

@media (min-width: 992px) {
#mm-header.mm-header-home {
min-height: 900px;
_height: 900px;
}
}

@media (max-width: 991px) {
#mm-header.mm-header-home {
padding-top: 56px;
background: #ffffff;
}
#mm-header.mm-header-page {
padding-top: 0px;
background: #317e92;
}
}

/* HEADER - LOGO
------------------------*/

.mm-logo {
display: block;
width: 290px;
margin: 0 auto;
}

.mm-logo-page {
display: block;
width: 270px;
margin: 0 auto;
}

header.mm-hd-page .mm-logo {

}

@media (min-width: 1200px) {
.mm-mobile-logo {
height: 40px;
}
}

@media (max-width: 1199px) {
.mm-mobile-logo {
height: 40px;
margin: 5px 5px 0 5px;
}
}

/* FOOTER - CONTENT
--------------------------------------------------*/

.mm-footer-content.mm-fc.mm-01 {
background: #0d677f;
border-bottom: 1px solid #23758a;
}

.mm-footer-content-inside.mm-fc.mm-01 {
border-bottom: 1px solid #0e5b6f;
}

@media (max-width: 991px) {
.mm-footer-content.mm-fc.mm-01 {

}
}

.mm-footer-content.mm-fc.mm-02 {
background: #0d677f;

}

.mm-footer-content-inside.mm-fc.mm-02 {

}

@media (max-width: 991px) {
.mm-footer-content.mm-fc.mm-02 {

}
}

.mm-footer-content.mm-fc.mm-03 {
background: #0c5f76;
}

.mm-footer-content-inside.mm-fc.mm-03 {


}

@media (max-width: 991px) {
.mm-footer-content.mm-fc.mm-03 {

}
}

/* PAGE - CONTENT
--------------------------------------------------*/

.mm-page-content.mm-pc.mm-00 {
background: #ffffff url('images/tlo_strony.jpg') repeat-x top;
}

.mm-page-content-inside.mm-pc.mm-00 {
background: url('images/tlo_strony_01.jpg') no-repeat top center;
}

@media (min-width: 992px) {
	
.mm-page-content.mm-pc.mm-00 {
min-height: 908px;
_height: 908px;
}

.mm-page-content-inside.mm-pc.mm-00 {
min-height: 908px;
_height: 908px;
}

}

@media (max-width: 991px) {

.mm-page-content.mm-pc.mm-00 {
background: transparent;
}

.mm-page-content-inside.mm-pc.mm-00 {
background: transparent;
}

}


.mm-page-content.mm-pc.mm-01 {
background: #ffffff;
}

.mm-page-content-inside.mm-pc.mm-01 {
background: #ffffff;
}

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-01 {
background: transparent;
}
}


.mm-page-content.mm-pc.mm-02 {
background: #0d677f url('images/przerob_odpadow_kablowych-2.png') no-repeat top center;
}

.mm-page-content-inside.mm-pc.mm-02 { }

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-02 { }
}


.mm-page-content.mm-pc.mm-03 { }

.mm-page-content-inside.mm-pc.mm-03 { }

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-03 { }
}


.mm-page-content.mm-pc.mm-04 {
background: #ffffff;
}

.mm-page-content-inside.mm-pc.mm-04 { }

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-04 { }
}


.mm-page-content.mm-pc.mm-05 {
background: #ffffff;
}

.mm-page-content-inside.mm-pc.mm-05 { }

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-05 { }
}


.mm-page-content.mm-pc.mm-06 {
background: #0d677f;
}

.mm-page-content-inside.mm-pc.mm-06 { }

@media (max-width: 991px) {
.mm-page-content.mm-pc.mm-06 { }
}


/* HEADER - BOX
--------------------------------------------------*/

.mm-header-box {
float: left; 
width: 100%; 
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-mobile-baner-box {
position: relative;
width: 100%; 
padding-top: 0px;
background: transparent;
}

/* HEADER - BOX - 01
-------------------------*/

.mm-header-box.mm-hb.mm-01a {
float: left; 
width: 100%; 
padding-top: 30px; 
padding-bottom: 30px;
}

.mm-header-box.mm-hb.mm-01b {
float: left; 
width: 100%; 
padding-top: 30px; 
padding-bottom: 30px;
}

.mm-header-box.mm-hb.mm-01c {
float: left; 
width: 100%; 
padding-top: 30px; 
padding-bottom: 30px;
}

.mm-header-box.mm-hb.mm-01a .mm-flex-content,
.mm-header-box.mm-hb.mm-01b .mm-flex-content,
.mm-header-box.mm-hb.mm-01c .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;
}

.mm-header-box.mm-hb.mm-01a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01c .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-table.mm-hb-table.mm-01 {
width: auto;
float: right;
}

.mm-table.mm-hb-table.mm-01 .mm-opis-cell {
vertical-align: middle;
text-align: left;
padding: 5px 5px;
width: 220px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell {
vertical-align: middle;
text-align: center;
padding: 5px 5px;
width: 50px;
}

.mm-table.mm-hb-table.mm-01 .mm-numer-cell {
vertical-align: middle;
text-align: left;
padding: 5px 5px;
width: 220px;
}

.mm-table.mm-hb-table.mm-01 .mm-link-cell {
vertical-align: middle;
text-align: center;
padding: 5px 5px 5px 55px;
width: 270px;
}

.mm-table.mm-hb-table.mm-01 .mm-opis-cell p {
margin: 0;
color: #ffffff;
line-height: 22px;
font-size: 18px;
}

.mm-table.mm-hb-table.mm-01 .mm-opis-cell p.mm-opis-link {
margin: 5px 0;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell p {
margin: 0;
color: #105467;
line-height: 30px;
font-size: 20px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell.mm-ikonka-duza p {
margin: 0;
color: #105467;
line-height: 60px;
font-size: 50px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell p .fa-inverse {
color: #5792a2;
}

.mm-table.mm-hb-table.mm-01 .mm-numer-cell p {
margin: 0;
color: #ffffff;
font-weight: 400;
line-height: 30px;
font-size: 26px;
}

.mm-table.mm-hb-table.mm-01 .mm-link-cell p {
margin: 0;
text-align: left;
}

.mm-table.mm-hb-table.mm-01 .mm-numer-cell p a {
color: #8c8c8c;
}

@media (min-width: 992px) {

.mm-header-box.mm-hb.mm-01a {
min-height: 300px;
_height: 300px;
}

.mm-header-box.mm-hb.mm-01b {
min-height: 300px;
_height: 300px;
}

.mm-header-box.mm-hb.mm-01c {
min-height: 300px;
_height: 300px;
}

.mm-header-box.mm-hb.mm-01a .mm-flex-content,
.mm-header-box.mm-hb.mm-01b .mm-flex-content,
.mm-header-box.mm-hb.mm-01c .mm-flex-content {
height: 300px;
}
	
.mm-header-box.mm-hb.mm-01a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-header-box.mm-hb.mm-01a {
padding-top: 15px; 
padding-bottom: 30px;
}

.mm-header-box.mm-hb.mm-01c {
padding-top: 30px; 
padding-bottom: 15px;
}

.mm-header-box.mm-hb.mm-01a .mm-flex-content,
.mm-header-box.mm-hb.mm-01b .mm-flex-content,
.mm-header-box.mm-hb.mm-01c .mm-flex-content {
height: auto;
}
	
.mm-header-box.mm-hb.mm-01a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-01c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mm-table.mm-hb-table.mm-01 {
width: auto;
float: none;
margin: 0 auto;
}

.mm-table.mm-hb-table.mm-01 .mm-opis-cell p {
margin: 0;
color: #444444;
line-height: 26px;
font-size: 22px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell p {
margin: 0;
color: #4a8b9d;
line-height: 30px;
font-size: 20px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell.mm-ikonka-duza p {
margin: 0;
color: #4a8b9d;
line-height: 60px;
font-size: 50px;
}

.mm-table.mm-hb-table.mm-01 .mm-ikonka-cell p .fa-inverse {
color: #ffffff;
}

.mm-table.mm-hb-table.mm-01 .mm-numer-cell p {
margin: 0;
color: #444444;
font-weight: 400;
line-height: 30px;
font-size: 28px;
}

.mm-table.mm-hb-table.mm-01 .mm-numer-cell p a {
color: #8c8c8c;
}

}


/* HEADER - BOX - 02
-------------------------*/

.mm-fp-h2.mm-02a,
.mm-fp-h2.mm-02b,
.mm-fp-h2.mm-02c {
	font-size: 40px;
	margin: 0; 
}

.mm-header-box.mm-hb.mm-02a {
float: left; 
width: 100%; 

background: #23758b url('images/baner_zakup_oraz_sprzedaz_zlomu.png') no-repeat bottom right;

padding: 30px 40px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mm-header-box.mm-hb.mm-02b {
float: left; 
width: 100%; 

background: #ffffff url('images/baner_kontenerowy_odbior_zlomu.png') no-repeat bottom right;

padding: 30px 40px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mm-header-box.mm-hb.mm-02c {
float: left; 
width: 100%; 

background: #23758b url('images/tlo_cennik.png') no-repeat top right;

padding: 30px 40px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mm-header-box.mm-hb.mm-02a .mm-flex-content,
.mm-header-box.mm-hb.mm-02b .mm-flex-content,
.mm-header-box.mm-hb.mm-02c .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;
}

.mm-header-box.mm-hb.mm-02a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02c .mm-flex-content .mm-flex-content-box {
position: relative;

}

@media (min-width: 992px) {

.mm-col-2a {padding-right: 2px; margin-top: 150px;}
.mm-col-2b {padding-left: 2px; margin-top: 150px;}
.mm-col-2c {margin-top: 4px;}

.mm-header-box.mm-hb.mm-02a {

min-height: 440px;
_height: 440px;

padding: 30px 40px;

}

.mm-header-box.mm-hb.mm-02b {

min-height: 440px;
_height: 440px;

padding: 30px 40px;

}

.mm-header-box.mm-hb.mm-02c {

min-height: 165px;
_height: 165px;

padding: 30px 40px;

}

.mm-header-box.mm-hb.mm-02a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-col-2a {margin-top: 4px;}
.mm-col-2b {margin-top: 4px;}
.mm-col-2c {margin-top: 4px;}

.mm-header-box.mm-hb.mm-02a {

min-height: 480px;
_height: 480px;

padding: 20px 30px;

}

.mm-header-box.mm-hb.mm-02b {

min-height: 480px;
_height: 480px;

padding: 20px 30px;

}

.mm-header-box.mm-hb.mm-02c {

min-height: 165px;
_height: 165px;

padding: 20px 30px;

}

.mm-header-box.mm-hb.mm-02a .mm-flex-content,
.mm-header-box.mm-hb.mm-02b .mm-flex-content,
.mm-header-box.mm-hb.mm-02c .mm-flex-content {
height: auto;
}

.mm-header-box.mm-hb.mm-02a .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02b .mm-flex-content .mm-flex-content-box,
.mm-header-box.mm-hb.mm-02c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

.mm-fp-h2.mm-02a {color: #ffffff; font-weight: 300; margin: 0 0 20px 0;}
.mm-fp-p.mm-02a {color: #ffffff;}

.mm-fp-h2.mm-02b {margin: 0 0 20px 0;}
.mm-fp-p.mm-02b { }

.mm-fp-h2.mm-02c {color: #ffffff; font-weight: 300; margin: 0;}
.mm-fp-p.mm-02c {color: #ffffff;}


@media (min-width: 992px) {
.mm-fp-h2.mm-02a span {display: block;}
.mm-fp-p.mm-02a {width: 80%;}
.mm-fp-p.mm-02b {width: 80%;}
}

@media (max-width: 991px) {

.mm-fp-p.mm-02c span {display: block;}

}

/* CONTENT - HB BOX - 08
-------------------------*/

.mm-header-box.mm-hb.mm-08a {
float: left; 
width: 100%; 

background: transparent;

}

.mm-header-box.mm-hb.mm-08a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

margin: 0;

}

.mm-header-box.mm-hb.mm-08a .mm-flex-content .mm-flex-content-box {
position: relative;
}

.mm-fp-h3.mm-08a {
margin: 0;
color: #c0c0c0;
font-size: 16px;
text-align: center;
}

.mm-fp-h2.mm-08a {
margin-top: 5px;
text-align: center;
}

.mm-fp-p.mm-08a {
text-align: center;
}

@media (min-width: 992px) {
	
.mm-header-box.mm-hb.mm-08a {
padding-top: 10px; 
padding-bottom: 10px;
min-height: 120px;
_height: 120px;
}

.mm-header-box.mm-hb.mm-08a .mm-flex-content {
height: 120px;
}

.mm-header-box.mm-hb.mm-08a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mm-fp-p.mm-03a span {display: block;}

}

@media (max-width: 991px) {

.mm-header-box.mm-hb.mm-08a {
padding-top: 0px; 
padding-bottom: 0px;
height: auto;
}

.mm-header-box.mm-hb.mm-08a .mm-flex-content {
height: auto;
}
	
.mm-header-box.mm-hb.mm-08a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}


.mm-header-box.mm-hb.mm-08b {
float: left; 
width: 100%; 

background: transparent;

}

.mm-header-box.mm-hb.mm-08b .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

margin: 0;

}

.mm-header-box.mm-hb.mm-08b .mm-flex-content .mm-flex-content-box {
position: relative;
}

.mm-fp-h3.mm-08b {
margin: 0;
color: #c0c0c0;
font-size: 16px;
text-align: center;
}

.mm-fp-h2.mm-08b {
margin-top: 5px;
text-align: center;
}

.mm-fp-p.mm-08b {
text-align: center;
}

@media (min-width: 992px) {
	
.mm-header-box.mm-hb.mm-08b {
padding-top: 10px; 
padding-bottom: 10px;
min-height: 120px;
_height: 120px;
}

.mm-header-box.mm-hb.mm-08b .mm-flex-content {
height: 120px;
}

.mm-header-box.mm-hb.mm-08b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mm-fp-p.mm-03a span {display: block;}

}

@media (max-width: 991px) {

.mm-header-box.mm-hb.mm-08b {
padding-top: 0px; 
padding-bottom: 0px;
height: auto;
}

.mm-header-box.mm-hb.mm-08b .mm-flex-content {
height: auto;
}
	
.mm-header-box.mm-hb.mm-08b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

/* CONTENT - HB BOX - 03
-------------------------*/

.mm-content-box.mm-hb.mm-03a {
float: left; 
width: 100%; 

background: transparent;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mm-content-box.mm-hb.mm-03a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;

}

.mm-content-box.mm-hb.mm-03a .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-fp-h3.mm-03a {
margin: 0;
color: #c0c0c0;
font-size: 16px;
text-align: center;
}

.mm-fp-h2.mm-03a {
margin-top: 5px;
text-align: center;
}

.mm-fp-p.mm-03a {
text-align: center;
}

@media (min-width: 992px) {
	
.mm-content-box.mm-hb.mm-03a {
padding-top: 80px; 
padding-bottom: 40px;
min-height: 100px;
_height: 100px;
}

.mm-content-box.mm-hb.mm-03a .mm-flex-content {
height: auto;
}

.mm-content-box.mm-hb.mm-03a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mm-fp-p.mm-03a span {display: block;}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-03a {
padding-top: 60px; 
padding-bottom: 30px;
height: auto;
}

.mm-content-box.mm-hb.mm-03a .mm-flex-content {
height: auto;
}
	
.mm-content-box.mm-hb.mm-03a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

.mm-content-box.mm-hb.mm-03b {
float: left; 
width: 100%; 

background: transparent;

}

.mm-content-box.mm-hb.mm-03b .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;

}

.mm-content-box.mm-hb.mm-03b .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-img.mm-03b {
display: block;
margin: 0 auto;
width: 150px;
}

.mm-fp-p.mm-03b {
margin: 0;
line-height: 22px;
font-size: 18px;
font-weight: 500;
text-align: center;
}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-03b {
padding-top: 40px; 
padding-bottom: 80px;
min-height: 100px;
_height: 100px;

}

.mm-content-box.mm-hb.mm-03b .mm-flex-content {

height: auto;
}

.mm-content-box.mm-hb.mm-03b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-03b {
padding-top: 30px; 
padding-bottom: 60px;
height: auto;
}

.mm-content-box.mm-hb.mm-03b .mm-flex-content {
height: auto;
}
	
.mm-content-box.mm-hb.mm-03b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

}

/* CONTENT - HB BOX - 04
-------------------------*/

.mm-content-box.mm-hb.mm-04a {
float: left; 
width: 100%; 
padding-top: 20px; 
padding-bottom: 20px;

min-height: 600px;
_height: 600px;

background: transparent;

}

.mm-content-box.mm-hb.mm-04a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;
height: 600px;
}

.mm-content-box.mm-hb.mm-04a .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-img.mm-04a {
display: block;
margin: 0 auto;
}

.mm-fp-h2.mm-04a {
font-size: 36px;
color: #ffffff;
font-weight: 300;
margin: 20px 0;
}

.mm-fp-p.mm-04a {
color: #ffffff;
margin: 20px 0;
}


@media (min-width: 992px) {

.mm-fp-p.mm-04a span {
display: block;
}
	
.mm-content-box.mm-hb.mm-04a .mm-flex-content .mm-flex-content-box.mm-01 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.mm-content-box.mm-hb.mm-04a .mm-flex-content .mm-flex-content-box.mm-02 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-04a {
padding-top: 30px; 
padding-bottom: 30px;
height: auto;
}

.mm-content-box.mm-hb.mm-04a .mm-flex-content {
height: auto;
}
	
.mm-content-box.mm-hb.mm-04a .mm-flex-content .mm-flex-content-box.mm-01, 
.mm-content-box.mm-hb.mm-04a .mm-flex-content .mm-flex-content-box.mm-02 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

/* CONTENT - HB BOX - 05
-------------------------*/

.mm-content-box.mm-hb.mm-05a {
float: left; 
width: 100%; 

background: transparent;

}

.mm-content-box.mm-hb.mm-05a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;

}

.mm-content-box.mm-hb.mm-05a .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-img.mm-05a {
width: 60px;
display: block;
margin: 5px auto 20px auto;
}

.mm-fp-h2.mm-05a {
margin-top: 0;
text-align: center;
}

.mm-fp-p.mm-05a {
text-align: center;
}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-05a {

padding-top: 80px; 
padding-bottom: 40px;

}

.mm-content-box.mm-hb.mm-05a .mm-flex-content {
height: auto;
}

.mm-content-box.mm-hb.mm-05a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-05a {
padding-top: 60px; 
padding-bottom: 30px;
height: auto;
}

.mm-content-box.mm-hb.mm-05a .mm-flex-content {
height: auto;
}
	
.mm-content-box.mm-hb.mm-05a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

/* CONTENT - HB BOX - 06
-------------------------*/

.mm-content-box.mm-hb.mm-06a {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-06a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;
}

.mm-content-box.mm-hb.mm-06a .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-img.mm-06a {
display: block;
margin: 0 auto;
}

.mm-fp-h2.mm-06a {
margin-top: 0;
text-align: center;
}

.mm-fp-p.mm-06a {
text-align: center;
}

.mm-table.mm-hb-table.mm-02 {
width: 100%;
}

.mm-table.mm-hb-table.mm-02 .mm-opis-cell {
vertical-align: middle;
text-align: right;
padding: 5px 20px;
width: auto;
}

.mm-table.mm-hb-table.mm-02 .mm-ikonka-cell {
vertical-align: middle;
text-align: center;
padding: 5px 5px;
width: 50px;
}

.mm-table.mm-hb-table.mm-02 .mm-numer-cell {
vertical-align: middle;
text-align: left;
padding: 5px 5px;
width: auto;
}

.mm-table.mm-hb-table.mm-02 .mm-opis-cell p {
margin: 0;
color: #444444;
line-height: 22px;
font-size: 18px;
}

.mm-table.mm-hb-table.mm-02 .mm-ikonka-cell p {
margin: 0;
color: #4a8b9d;
line-height: 30px;
font-size: 20px;
}

.mm-table.mm-hb-table.mm-02 .mm-ikonka-cell p .fa-inverse {
color: #ffffff;
}

.mm-table.mm-hb-table.mm-02 .mm-numer-cell p {
margin: 0;
color: #444444;
font-weight: 400;
line-height: 30px;
font-size: 18px;
}

.mm-table.mm-hb-table.mm-02 .mm-link-cell p {
margin: 0;
text-align: left;
}

.mm-table.mm-hb-table.mm-02 .mm-numer-cell p a {
color: #444444;
}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-06a {
	
padding-top: 40px; 
padding-bottom: 40px;

}

.mm-content-box.mm-hb.mm-06a .mm-flex-content {
height: auto;
}

.mm-content-box.mm-hb.mm-06a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {
	
.mm-content-box.mm-hb.mm-06a {
padding-top: 30px; 
padding-bottom: 30px;
}

.mm-table.mm-hb-table.mm-02 .mm-opis-cell {
padding: 30px 0 10px;
text-align: center;
}

.mm-content-box.mm-hb.mm-06a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

.mm-content-box.mm-hb.mm-06b {
float: left; 
width: 100%; 

background: transparent;

}

.mm-content-box.mm-hb.mm-06b .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;
}

.mm-content-box.mm-hb.mm-06b .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-fp-h2.mm-06b {
text-align: center;
margin-top: 0;
}

.mm-fp-p.mm-06b {
text-align: center;
font-size: 14px;
line-height: 20px;
font-style: italic;
}

.mm-table.mm-hb-table.mm-02 {
width: 100%;
}

@media (min-width: 992px) {

.mm-fp-p.mm-06b span {
	display: block;
}

.mm-content-box.mm-hb.mm-06b {
padding-top: 40px; 
padding-bottom: 80px;

}

.mm-content-box.mm-hb.mm-06b .mm-flex-content {
height: auto;
}

.mm-content-box.mm-hb.mm-06b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-06b {
padding-top: 30px; 
padding-bottom: 60px;
}

.mm-content-box.mm-hb.mm-06b .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

/* CONTENT - HB BOX - 07
-------------------------*/

.mm-content-box.mm-hb.mm-07a {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-07a .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;
}

.mm-content-box.mm-hb.mm-07a .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-fp-h1.mm-07a {
margin: 20px 0;
font-size: 40px;
line-height: 40px;
}


@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-07a {
padding-top: 20px; 
padding-bottom: 20px;
padding-right: 30px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}

.mm-content-box.mm-hb.mm-07a .mm-flex-content {
height: auto;

}

.mm-content-box.mm-hb.mm-07a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {
	
.mm-fp-h1.mm-07a {
margin: 20px 0;
font-size: 30px;
line-height: 30px;
}

.mm-content-box.mm-hb.mm-07a {
padding-top: 20px; 
padding-bottom: 20px;
}

.mm-content-box.mm-hb.mm-07a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

.mm-content-box.mm-hb.mm-07b {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-07b .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

background: transparent;

margin: 0;
}

.mm-content-box.mm-hb.mm-07b .mm-flex-content .mm-flex-content-box {
position: relative;

}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-07b {
padding-top: 20px; 
padding-bottom: 20px;

}

.mm-content-box.mm-hb.mm-07b .mm-flex-content {
height: auto;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-07b {
padding-top: 20px; 
padding-bottom: 40px;
}

}

.mm-content-box.mm-hb.mm-07b  .mm-flex-content.mm-sidebar-menu-link {
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin: 0;
background: #0d677f;
border-bottom: 1px solid #ffffff;

-ms-flex-align: center;
align-items: center;

height: 100px;
}

.mm-content-box.mm-hb.mm-07b  .mm-flex-content.mm-sidebar-menu-link.mm-first-link {

border-top: 1px solid #ffffff;

}

.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box {
position: relative;
}

.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-img img {
	width: 122px;
	margin: 0 auto;
	display: block;
}

.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-img img {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.mm-content-box.mm-hb.mm-07b  a:hover .mm-flex-content .mm-flex-content-box.mm-img img {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.mm-content-box.mm-hb.mm-07b  a .mm-flex-content .mm-flex-content-box.mm-link {
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
line-height: 150%;

color: #444444;

}

.mm-fp-h4.mm-07b {
	margin: 0;
	padding: 5px 0px 5px 20px;
	color: #ffffff;
	line-height: 22px;
	font-size: 18px;
}

.mm-content-box.mm-hb.mm-07b a:hover .mm-flex-content .mm-flex-content-box.mm-link,
.mm-content-box.mm-hb.mm-07b a .mm-flex-content .mm-flex-content-box.mm-link.mm-link-aktywny {
color: #0082ca;
}

@media (min-width: 992px) {
.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-img {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-link {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
}

@media (max-width: 991px) {
.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-img img {
	width: 120px;
	margin: 0 auto;
	display: block;
}
.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-img {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.mm-content-box.mm-hb.mm-07b  .mm-flex-content .mm-flex-content-box.mm-link {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
}


.mm-content-box.mm-hb.mm-07c {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-07c .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;

padding-bottom: 40px;

border-bottom: 2px solid #0d677f;
}

.mm-content-box.mm-hb.mm-07c .mm-flex-content .mm-flex-content-box {
position: relative;

}

.mm-img.mm-07c {
display: block;
margin: 0 auto;
}

.mm-fp-h2.mm-07c {
font-size: 30px;
color: #0d677f;
font-weight: 500;
margin: 10px 0;
}

.mm-fp-p.mm-07c {
margin: 10px 0;
color: #0d677f;
}

@media (min-width: 992px) {
	
.mm-fp-p.mm-07c span {
display: block;
}

.mm-content-box.mm-hb.mm-07c {
padding-top: 80px; 
padding-bottom: 40px;

}

.mm-content-box.mm-hb.mm-07c .mm-flex-content {
height: auto;

}

.mm-content-box.mm-hb.mm-07c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

}

@media (max-width: 991px) {
	
.mm-fp-h1.mm-07c {
margin: 20px 0;
font-size: 30px;
line-height: 30px;
}

.mm-content-box.mm-hb.mm-07c {
padding-top: 60px; 
padding-bottom: 30px;
}

.mm-content-box.mm-hb.mm-07c .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}


.mm-content-box.mm-hb.mm-07d {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-07d .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;

}

.mm-content-box.mm-hb.mm-07d .mm-flex-content .mm-flex-content-box {
position: relative;

}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-07d {
padding-top: 20px; 
padding-bottom: 20px;

}

.mm-content-box.mm-hb.mm-07d .mm-flex-content {
height: auto;

}

.mm-content-box.mm-hb.mm-07d .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-07d {
padding-top: 20px; 
padding-bottom: 20px;
}

.mm-content-box.mm-hb.mm-07d .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}


.mm-content-box.mm-hb.mm-07e {
float: left; 
width: 100%; 

}

.mm-content-box.mm-hb.mm-07e .mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

margin: 0;

padding-bottom: 40px;

}

.mm-content-box.mm-hb.mm-07e .mm-flex-content .mm-flex-content-box {
position: relative;

}

@media (min-width: 992px) {

.mm-content-box.mm-hb.mm-07e {
padding-top: 20px; 
padding-bottom: 20px;

}

.mm-content-box.mm-hb.mm-07e .mm-flex-content {
height: auto;

}

.mm-content-box.mm-hb.mm-07e .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

@media (max-width: 991px) {

.mm-content-box.mm-hb.mm-07e {
padding-top: 20px; 
padding-bottom: 20px;
}

.mm-content-box.mm-hb.mm-07e .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

}

/* FOOTER - BOX
--------------------------------------------------*/

.mm-footer-box {
float: left; 
width: 100%; 
padding-top: 0px; 
padding-bottom: 0px;
}

/* CONTENT - BOX
-------------------------*/

.mm-footer-box.mm-fb.mm-01a {
float: left; 
width: 100%; 
padding-top: 10px; 
padding-bottom: 10px;
}

.mm-footer-box.mm-fb.mm-02a {
float: left; 
width: 100%; 
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-img.mm-img-fb.mm-02a {
	display: block;
	margin: 0 auto;
}

.mm-footer-box.mm-fb.mm-03a {
float: left; 
width: 100%; 
padding-top: 10px; 
padding-bottom: 10px;
}


/* CONTENT - BOX
--------------------------------------------------*/

.mm-content-box {
float: left; 
width: 100%; 
padding-top: 0px; 
padding-bottom: 0px;
}

/* CONTENT - BOX - 01
-------------------------*/

.mm-content-box.mm-cb.mm-00a {
float: left; 
width: 100%; 
padding-top: 30px; 
padding-bottom: 30px;
min-height: 400px;
}

@media (max-width: 991px) {
	
.mm-content-box.mm-cb.mm-00a {
padding-top: 20%; 
padding-bottom: 20%;
min-height: 60%;
}

}

/* FORMULARZ
--------------------------------------------------*/

.mm-form-box {
float: left; 
width: 100%; 
padding: 30px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mm-form-box p {
margin: 0;
}

.mm-form-box p.mm-p-male {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-style: italic;
}

.mm-content-box.mm-pc.mm-06b p.mm-p-male {
	text-align: center;
}

@media (max-width: 991px) {
.mm-form-box p.mm-p-male {
	text-align: center;
}
}

@media (min-width: 992px) {
.mm-form-box {
padding: 0;
}
}

.form-control {
color: #000000;
border-color: #d2d2d2;
background-color: #ffffff;
}

.mm-form-box textarea.form-control {
  height: 214px;
}

.input-group-btn .btn.btn-primary {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.form-control:focus {
border-color: #d2d2d2;
color: #000000;
background-color: #ffffff;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.form-control::-moz-placeholder {
color: #000000;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #000000;
}
.form-control::-webkit-input-placeholder {
color: #000000;
}

.wpcf7-submit {
margin: 20px 0;
}

.wpcf7-response-output {
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;

padding: 15px !important;
margin: 10px 0 !important;

font-size: 14px;
}

.wpcf7-spam-blocked {
color: #fff;
background-color: #1d1c1a;
border: 1px solid #000 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
color: #fff;
background-color: #e51e25;
border: 1px solid #e51e25 !important;
}

.wpcf7-not-valid-tip {
color: #e51e25;
font-size: 14px !important;
}

.wpcf7-mail-sent-ok {
color: #fff;
background-color: #0f9f00;
border: 1px solid #0f9f00 !important;
}

div.wpcf7 .ajax-loader.is-active {
visibility: hidden !important;
}

.mm-recaptcha-box {
	min-height: 90px;
	display: block;
	margin: 10px 0 10px 0;
}

/*LISTA
--------------------------------------------------*/

.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: transparent;
border: 1px solid #b99f7f;
}

.list-group-item  a {
color: #6e3f0e;
}

.list-group-item  a:hover {
color: #6e3f0e;
}

.list-group-item  a.btn-info:hover {
color: #ffffff;
}

.list-group-item:hover {
background-color: transparent;
}

.list-group-item:first-child {

-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;

-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.list-group-item:last-child {
margin-bottom: 0;

-webkit-border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

-webkit-border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #efeeea;
}

/* MAPA - FUNCTION SHORDCODE
--------------------------------------------------*/

#mm-mapa-box {
float: left;
position: relative;
display: block; 
margin: 20px 0;
width: 100%; 
border: 1px solid #d2d2d2;
}

#mapa_google {
float: left;
margin: 0; 
display: block; 
width: 100%; 
height: 300px;
background: #e8e8e8;

}

#mm-mapa-box-kontakt #mapa_google {
height: 650px;
}

.mm-content-box.mm-pc.mm-08e #mm-mapa-box,
.mm-content-box.mm-pc.mm-08e #mapa_google  {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mm-content-box.mm-pc.mm-08e #mapa_google {
height: 410px;
}

@media (max-width: 991px) {
#mapa_google {
height: 500px;
}
}

/*PRZYCISK TOP
--------------------------------------------------*/

.mm-scrollup {
position: fixed;
bottom: 15px;
right: 20px;
z-index: 10000;
font-size: 30px;
line-height: 100%;
color: #fff;
display: none;
background: rgba(15, 84, 102, 0.7);
padding: 10px 15px;
}

.mm-scrollup:focus,  
.mm-scrollup:hover {
color: #fff;
background: rgba(15, 84, 102, 0.9);
}


/*EFEKT
--------------------------------------------------*/

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .dropdown-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

/*PODPIS
--------------------------------------------------*/

.mm-caption-copyright {

}

.mm-caption-copyright p {
font-size: 12px;
font-weight: 400;
margin: 5px 0;
line-height: 14px;
}

.mm-caption-copyright p ,
.mm-caption-copyright p a {
color: #558f9f;
text-decoration: none;
}

.mm-caption-copyright p a:hover {color: #558f9f;}
.mm-caption-copyright p {text-align: center;}

@media (max-width: 991px) {
.mm-caption-copyright p {text-align: center;}
}

/*COOKIES
--------------------------------------------------*/

.cookieWarningBox {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	padding: 5px; 
	display: none; 
	font-size: 12px; 
	color: #ffffff; 
	z-index: 900; 
	background: rgba(0, 0, 0, 0.8);
}

.cookieWarningBox div.cookies-close {
	display: inline-block;
	background: red; 
	color: #fff; 
	font-size: 20px; 
	line-height: 26px; 
	padding: 5px 10px;
	cursor: pointer;
}

.cookieWarningBox div.cookies-close:hover {
	color: red; 
	background: #fff;
}

.cookieWarningBox a {
	color: #fff; 
	text-decoration: underline;
}

.cookieWarningBox a:hover, .cookieWarningBox a:focus {
	color: #d5d5d5;
}

@media (min-width: 992px) {
.cookieWarningBox.mm-cwb-v7 .mm-br {
	display: inline-block;
}
}

/* SCROLLREVEAL
--------------------------------------------------*/


.mm-a-sr,
.mm-animacja,
.mm-font-animacja,
.mm-box-animacja {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/*BUTTON
--------------------------------------------------*/

.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 8px 10px;
font-size: 14px;
line-height: 20px;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}

.btn:hover, .btn:focus {
text-decoration: none;
}

.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}

.mm-btn-sm, .mm-btn-group-lg > .mm-sm {
padding: 5px 10px;
font-size: 14px;
line-height: 20px;
}

.mm-btn-lg, .mm-btn-group-lg > .mm-btn {
padding: 10px 15px;
font-size: 16px;
line-height: 16px;
}


/*BUTTON ikonka
--------------------------------------------------*/

.btn .mm-ikonka {
margin: 0 5px 0 0;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
}


/*BUTTON mm-btn-01
--------------------------------------------------*/

.mm-btn-01 {
color: #23758b;
background-color: #ffffff;

border: 2px solid #dedede;

padding: 5px 20px;
font-style: italic;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.mm-btn-01:hover {
color: #23758b;
background-color: #ffffff;
border-color: #90bbc7;
}

.mm-btn-01:focus, .mm-btn-01.focus {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/*BUTTON mm-btn-02
--------------------------------------------------*/

.mm-btn-02 {
color: #ffffff;
background-color: #23758b;

border: 2px solid #23758b;

padding: 5px 20px;
font-style: italic;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.mm-btn-02:hover {
color: #ffffff;
background-color: #4a8b9d;
border-color: #4a8b9d;
}

.mm-btn-02:focus, .mm-btn-02.focus {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/*BUTTON mm-btn-03
--------------------------------------------------*/

.mm-btn-03 {
color: #ffffff;
background-color: #69a67c;

border: 2px solid #69a67c;

padding: 5px 20px;
font-style: italic;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.mm-btn-03:hover {
color: #ffffff;
background-color: #5091a3;
border-color: #5091a3;
}

.mm-btn-03:focus, .mm-btn-02.focus {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  33.3% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  66.6% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  83.25% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  33.3% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  66.6% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  83.25% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {

  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*GUTENBERG
--------------------------------------------------*/


@media (min-width: 1200px) {
.wp-block-mm-gutenberg-cennik {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
}

}
@media (max-width: 1199px) {
.wp-block-mm-gutenberg-cennik {
	display: inline-block;
	width: 100%;
}
}

.mm-cennik-box {
	background: #f8f8f8;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 10px;
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-between;
border: 1px solid #dedede;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

@media (max-width: 1199px) {
.mm-cennik-box { 
	margin-right: 0px;
}
}

.mm-cennik-box:hover {
	background: #ffffff;
}

.mm-cennik-box .nazwa {
	padding: 4px;
	margin: 4px;
	font-size: 15px;
	line-height: 18px;
-ms-flex: 3;
flex: 3;
max-width: 3;
}

.mm-cennik-box .cena {
	padding: 4px;
	margin: 4px;
	font-style: italic;
	font-weight: 500;
	color: #0d677f;
font-size: 18px;
line-height: 18px;
text-align: center;
border-left: 1px solid #dedede;
-ms-flex: 1;
flex: 1;
max-width: 1;

}



.wp-block-mm-gutenberg-maszyny {
	display: block;
	width: 100%;
}

.mm-maszyna-box {

	padding: 0 0 30px 0;
	
	margin-top: 0px;
	margin-bottom: 30px;

display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

border-bottom: 2px solid #dedede;

}

.mm-maszyna-obrazek {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}


.maszyna-image img {
display: block;
margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.mm-maszyna-opis {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;

}

.mm-maszyna-opis h3 {
	margin: 30px 0 5px 5px;
}

.mm-maszyna-opis p {
	margin: 5px;
}

@media (max-width: 991px) {
.mm-maszyna-obrazek {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.mm-maszyna-opis {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

}

.mm-maszyna-opis h3 {
	margin: 5px 0;
}

.mm-maszyna-opis p {
	margin: 5px 0;
}

}



