/*  
Theme Name: Modern
Description: Strona internetowa
Version: 1.0
*/

body {

margin: 0;
font-family: Merriweather, Georgia, "Times New Roman", serif;
font-size: 16px;
font-weight: 400;
line-height: 170%;

color: #69615f;

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;
}

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: #5b6682;
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: 300;
line-height: 120%;
color: inherit;

/*mm-styl*/
color: #797979;
}

h1, .h1 {font-size: 34px;}
h2, .h2 {font-size: 32px;}
h3, .h3 {font-size: 26px;}
h4, .h4 {font-size: 22px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}

@media (min-width: 768px) and (max-width: 1199.98px) {
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 (min-width: 480px) and (max-width: 767.98px) {
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 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #d2d2d2;
}

.mm-p-hr {
	margin: 15px 0;
}

/*TABELA
--------------------------------------------------*/

table {
border-collapse: collapse;
}

.table {
width: 100%;
margin-bottom: 30px;
}

.table th,
.table td {
padding: 5px 10px;
vertical-align: top;
border-top: 1px solid #efefef;

font-size: 14px;
font-weight: 400;
line-height: 150%;
}

.table.mm-kolory th,
.table.mm-kolory td {
padding: 0;
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #efefef;
}

.table tbody + tbody {
border-top: 2px solid #efefef;
}

.table-striped tbody th,
.table-striped tbody td {
border-top: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: #f8f8f8;
}

.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 #efefef;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #efefef;
}

.table caption {
padding-top: 10px;
padding-bottom: 10px;
color: #b8b8b8;
font-weight: 300;
font-size: 18px;
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;
}

.mm-display-none {
display: none !important;
}

@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
--------------------------------------------------*/

.wp-block-image figure {
display: block;
width: 100%;
margin-bottom: 30px;
margin-left: 0;
margin-right: 0;
}

.alignleft img {
display: inline;
float: left;
}

.alignright img {
display: inline;
float: right;
}

.aligncenter img {
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-gallery {

}

.mm-gal-row {
	margin-bottom: 30px;
}

.mm-gal-box {
float: left;
width: 100%;
max-width: 368px;
max-height: 368px;
margin: 0;
border: 0;
background: #ffffff;
}

.mm-gal-box {
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.mm-gal-box:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.mm-gal-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}

.mm-gal-col {
margin: 0;
padding: 1px;

-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}

@media (max-width: 991.98px) {
.mm-gal-col {
margin: 0;
padding: 1px;

-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}

.mm-gallery-img {
display: block;
margin: 0 auto;
}

@media (min-width: 1200px) {
.mm-gal-box img {
width: 368px;
}
}

.baguetteBox-button#next-button:focus, 
.baguetteBox-button#previous-button:focus {
outline: 0 !important;
}

.mm-col-gal {

}

.mm-gallery-img {

}
.mm-gallery-img:hover {

}



/* STRONA
--------------------------------------------------*/

#mm-page {
overflow: hidden;
}

header { 

}

#mm-header {
	
}

@media (max-width: 991.98px) {
#mm-header {
	padding-top: 56px;
}
}

footer {

}

#mm-footer {

}

/* NAWIGACJA - MENU - STYL - BOOTSTRAP
--------------------------------------------------*/

.mm-navbar-web {
background-color: transparent;
border-bottom: 0px;
padding: 0;
}

.mm-navbar-web a {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media (max-width: 991.98px) {
.mm-navbar-web {
padding: 0 5px;
}
}

@media (min-width: 992px) {
.mm-mobile-logo {
width: 250px;
}
}

@media (max-width: 991.98px) {
.mm-mobile-logo {
width: 250px;
margin-top: 8px;
margin-left: 5px;
}
}

.mm-navbar-web.mm-nw-top {
background-color: #ffffff;

border-bottom: 1px solid #d1d1d1;
}

@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;
}

}

@media (max-width: 991.98px) {
.mm-navbar-web.mm-nw-top {
background-color: #6ebac8;

border-bottom: 1px solid #6ebac8;
}

.mm-mobile-logo.mm-mobile-logo-home {display: none;}

.mm-mobile-logo.mm-mobile-logo-home.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;
}

.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;
}

@media (max-width: 991.98px) {
	
.navbar-brand {
height: 55px;
}

.mm-navbar-web.mm-nw-top .navbar-nav {
padding: 0 0 10px 0;
}


}

.mm-navbar-web .navbar-nav .nav-link {
color: #797979;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.5px;
line-height: 20px;
padding: 13px 12px;
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 (min-width: 992px) {
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link {
color: #333333;
}
}

@media (max-width: 991.98px) {
.mm-navbar-web .navbar-nav .nav-link {
border-top: 1px solid #ffffff;
color: #ffffff;
}
.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: #333333;
background: #f4f4f4;
}

.mm-navbar-web.mm-nw-top .navbar-nav .nav-link:hover, 
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link:focus {
color: #333333;
background: #ffffff;	
}

.mm-navbar-web .navbar-nav .nav-link.disabled {
	color: #646464;
}

.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: #6ebac8;
	background: transparent;
}

.mm-navbar-web.mm-nw-top .navbar-nav .show > .nav-link,
.mm-navbar-web.mm-nw-top .navbar-nav .active > .nav-link,
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link.show,
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link.active {
	color: #6ebac8;
	background: transparent;
}

.mm-navbar-web .navbar-nav .mm-kolor .nav-link,
.mm-navbar-web.mm-nw-top .navbar-nav .mm-kolor .nav-link {
color: #f2b52c;

}

.mm-navbar-web .navbar-nav .mm-kolor .nav-link:hover,
.mm-navbar-web.mm-nw-top .navbar-nav .mm-kolor .nav-link:hover {
color: #333333;
background: #f4f4f4;
}

@media (max-width: 991.98px) {
.mm-navbar-web.mm-nw-top .navbar-nav .show > .nav-link,
.mm-navbar-web.mm-nw-top .navbar-nav .active > .nav-link,
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link.show,
.mm-navbar-web.mm-nw-top .navbar-nav .nav-link.active {
color: #ffffff;
background: #2f9db5;
}
}

.mm-navbar-web .navbar-nav .mm-panel .nav-link {
	color: #ffffff;
	background: #f1342e;
}

.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: 10rem;
padding: 15px 0 15px 0;
margin-top: 0px;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #d1d1d1;

-webkit-border-top-right-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

-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);
}

.mm-navbar-web.mm-nw-top .dropdown-menu {

background-color: #ffffff;
border: 1px solid #d1d1d1;

}

@media (max-width: 991.98px) {
.mm-navbar-web.mm-nw-top .dropdown-menu {
padding: 15px 20px;
background-color: #ffffff;
border: 1px solid #d1d1d1;

-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.fixed-top .navbar-collapse {
 max-height: 340px;
 overflow-y: auto;
}
}

.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: #646464;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #6ebac8;
text-decoration: none;
background-color: #f1342e;
}

.current-menu-item .dropdown-item, 
.current-menu-item .dropdown-item.active, 
.current-menu-item .dropdown-item:active {
color: #6ebac8;
text-decoration: none;
background-color: transparent;
}

@media (min-width: 992px) {
.dropdown-item {
color: #333333;
}

.mm-navbar-web.mm-nw-top .dropdown-item {
color: #333333;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #6ebac8;
background-color: transparent;
}

.mm-navbar-web.mm-nw-top .dropdown-item:focus, .mm-navbar-web.mm-nw-top .dropdown-item:hover {
color: #6ebac8;
background-color: transparent;
}

.menu-item-has-children .menu-item.active > .dropdown-item, 
.menu-item-has-children .menu-item:active > .dropdown-item {
color: #333333;
background-color: transparent;
}

.mm-navbar-web.mm-nw-top .menu-item-has-children .menu-item.active > .dropdown-item, 
.mm-navbar-web.mm-nw-top .menu-item-has-children .menu-item:active > .dropdown-item {
color: #333333;
background-color: transparent;
}

}

@media (max-width: 991.98px) {

.mm-navbar-web.mm-nw-top .dropdown-item {
color: #2c324a;
}

.mm-navbar-web.mm-nw-top .dropdown-item:focus, .mm-navbar-web.mm-nw-top .dropdown-item:hover {
color: #ffffff;
background-color: #6ebac8;
}

.mm-navbar-web.mm-nw-top .menu-item-has-children .menu-item.active > .dropdown-item, 
.mm-navbar-web.mm-nw-top .menu-item-has-children .menu-item:active > .dropdown-item {
color: #6ebac8;
background-color: transparent;
}

}

/* SIDEBAR - PASEK BOCZNY - BOOTSTRAP NAV-PILLS - SIDEBAR MENU
--------------------------------------------------*/

.mm-sidebar-menu-box {
    will-change: min-height;
	width: 100%;
	padding: 0;
	margin: 0;
}

.mm-sidebar-menu-box__inner {
    transform: translate(0, 0); 
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.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: 0;
 line-height: 120%;
 margin-bottom: 0px;
 background-color: #ffffff;
 border-bottom: 1px solid #d1d1d1;
 font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.list-group .list-group-item .sub-menu .list-group-item,
.list-group .menu-item .sub-menu .menu-item {
 position: relative;
 display: block;
 padding: 0;
 margin-bottom: 1px;
 background-color: #ffffff;
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
}

.list-group-item,
.list-group .menu-item a {
color: #69615f;
font-size: 16px;
padding: 10px 0;
display: block;
text-transform: uppercase;
line-height: 100%;
}

.list-group-item:first-child,
.list-group .menu-item:first-child {

}

.list-group-item:last-child,
.list-group .menu-item:last-child {

}

.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: #6ebac8;
}

.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;

}

.list-group-item.active a,
.list-group .menu-item.current-menu-item a {

}


.mm-sidebar-menu-link {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 0;
margin: 0;

}

.mm-sidebar-menu-link .mm-sidebar-menu-link-ikonka {
-ms-flex: 0 0 70px;
flex: 0 0 70px;
max-width: 70px;
width: 70px;
padding: 0px 20px 0px 0px;
}

.mm-sidebar-menu-link .mm-sidebar-menu-link-nazwa {
-ms-flex: 0 0 calc(100% - 70px);
flex: 0 0 calc(100% - 70px);
max-width: calc(100% - 70px);
width: calc(100% - 70px);
text-align: left;
padding: 0px;
}


/* ZAKLADKA - FUNCTION SHORDCODE
--------------------------------------------------*/

.mm-zakladka-tytul {cursor: pointer; font-size: 25px; line-height: 150%; font-style: italic;  padding: 15px 15px 15px 40px;}

@media (max-width: 991px) {
.mm-zakladka-tytul {font-size: 20px;}
}

.mm-zakladka-tresc {border-top: 0; padding-top: 5px;}
.card {
margin-top: 15px;
margin-bottom: 15px;
background-color: #ffffff;
border: 1px solid #d1d1d1;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}

.card > .card-header {
color: #fff;
  background-color: #f2b52c;
  border-color: transparent;
}

.mm-zakladka-tytul:hover,
.mm-zakladka-tytul:focus {color: #2267a0;}

/*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: 15px;
color: #646464;
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: #ed3334;
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: #ed3334;
background-color: transparent;
}

/* --------------------------------------------------
POMOC - SEKCJA
-------------------------------------------------- */

/* CONTENT BOX
------------------------*/

.mm-content-box {
float: left; 
width: 100%; 
padding-top: 0px; 
padding-bottom: 0px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* FLEX CONTENT
------------------------*/

.mm-flex-content {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;
}

.mm-flex-content-box {
position: relative;
}

.mm-flex-content-inside {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;
}

.mm-flex-content-inside-box {
position: relative;
}

/* --------------------------------------------------
HEADER - SEKCJA
-------------------------------------------------- */

#mm-header.mm-header-home {
background: #ffffff;
}

@media (max-width: 991px) {
#mm-header.mm-header-home {
background: #ffffff;
}
}

#mm-header.mm-header-page {
background: #ffffff;
}

@media (max-width: 991px) {
#mm-header.mm-header-page {
background: #ffffff;
}
}

/* MOBILE BANER
-------------------------------------------------- */

.mm-mobile-baner-box .mm-logo-02 {
	display: block;
	margin: 0 auto;
}

/* PAGE HEADER 01
-------------------------------------------------- */

.mm-page-content.mm-header-00 {
background: #ffffff;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-header-00 {
background: #ffffff;
}
}

/* HEADER BOX 01A
-------------------------*/

.mm-content-box.mm-header-00a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-header-00a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

}

.mm-content-box.mm-header-00a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

/* HEADER BOX 00A INSIDE
-------------------------*/

.mm-content-box.mm-header-00a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h00a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

}

.mm-content-box.mm-header-00a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h00a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}
.mm-flex-content-inside.mm-h00a-01 .mm-flex-content-inside-box p {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-weight: 400;
line-height: 150%;
}
.mm-flex-content-inside.mm-h00a-01 .mm-flex-content-inside-box h2,
.mm-flex-content-inside.mm-h00a-01 .mm-flex-content-inside-box p {
text-align: center;

}

.mm-header-ikonka {
	margin: 5px 20px;
	color: #6eb9c8;
	font-size: 40px;
}


/* PAGE HEADER 01
-------------------------------------------------- */

.mm-page-content.mm-header-01 {
background: #ffffff url('images/tlo_menu_01.jpg') no-repeat top center;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-header-01 {
background: #ffffff;
}
}

/* HEADER BOX 01A
-------------------------*/

.mm-content-box.mm-header-01a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-header-01a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

height: 820px;

}

@media (max-width: 991.98px) {
.mm-content-box.mm-header-01a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* HEADER BOX 01A INSIDE
-------------------------*/

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: 120px;

}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-02 {

align-items: flex-start;
-ms-flex-align: flex-start;

-ms-flex-pack: center;
justify-content: center;

height: 300px;

padding-bottom: 60px;

}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-02 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding-top: 30px;
}



/* ANIMACJA */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.mm-punkt-animacja {
position: absolute;
z-index: 10;
top: 50px;
right: 90px;
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;
}

.mm-punkt-animacja {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-03 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: 400px;

padding-bottom: 0px;

}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-03 .mm-flex-content-inside-box {
-ms-flex: 0 0 65%;
flex: 0 0 65%;
max-width: 65%;

padding-top: 0px;
}

.mm-flex-content-inside.mm-h01a-03 .mm-flex-content-inside-box h2 {
text-align: center;
}

.mm-flex-content-inside.mm-h01a-03 .mm-flex-content-inside-box p {
text-align: center;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-02 {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

height: auto;

padding-bottom: 60px;
}

.mm-content-box.mm-header-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-h01a-03 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding-top: 0px;
}

}

/* PAGE HEADER 02
-------------------------------------------------- */

.mm-page-content.mm-header-02 {
background: #ffffff;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-header-02 {
background: #ffffff;
}
}

/* HEADER BOX 02A
-------------------------*/

.mm-content-box.mm-header-02a {
padding-top: 0px; 
padding-bottom: 0px;

border-bottom: 1px solid #d1d1d1;
}

.mm-content-box.mm-header-02a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

height: 120px;

}

@media (max-width: 991.98px) {
.mm-content-box.mm-header-02a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-header-02a .mm-flex-content .mm-flex-content-box {


padding: 0;
}

@media (max-width: 991.98px) {
	

}

/* HEADER BOX 02A INSIDE
-------------------------*/

.mm-content-box.mm-header-02a .mm-flex-content .mm-flex-content-box.mm-h02a-01 {
-ms-flex: 0 0 270px;
flex: 0 0 270px;
max-width: 270px;
width: 270px;
padding: 0;
}

.mm-content-box.mm-header-02a .mm-flex-content .mm-flex-content-box.mm-h02a-02 {

-ms-flex: 0 0 calc(100% - 270px);
flex: 0 0 calc(100% - 270px);
max-width: calc(100% - 270px);
width: calc(100% - 270px);
padding: 0;
}

.mm-content-box.mm-header-02a .mm-flex-content .mm-flex-content-box.mm-h02a-01 img.mm-logo-03 {
	width: 100px;
}



/* --------------------------------------------------
KONIEC:HEADER - SEKCJA
-------------------------------------------------- */

/* --------------------------------------------------
CONTENT - SEKCJA
-------------------------------------------------- */

/* PAGE CONTENT 01
-------------------------------------------------- */

.mm-page-content.mm-content-01 {
background: #ffffff;
border-top: 2px solid #6ebac8;
border-bottom: 2px solid #6ebac8;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-01 {
background: #ffffff;
}
}

/* CONTENT BOX 01A
-------------------------*/

.mm-content-box.mm-content-01a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-01a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

height: auto;

padding: 5px 0;

}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-01a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;

position: relative;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* CONTENT BOX 01A INSIDE
-------------------------*/

.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c01a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}

.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c01a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding: 0px;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c01a-01 {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

height: auto;

}

.mm-content-box.mm-content-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c01a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0px;
}

}

.mm-link-galeria {
position: absolute; 
left: 50%;
top: 40%;
z-index: 10px
}

.mm-link-galeria-box {
position: relative; 
left: -50%;
top: -40%;
}

.mm-link-galeria-box  a  img.mm-link-galeria-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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.mm-link-galeria-box  a:hover img.mm-link-galeria-img {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}


.mm-link-galeria-img {
	width: 190px;
}


/* PAGE CONTENT 02
-------------------------------------------------- */

.mm-page-content.mm-content-02 {
background: #ffffff url('images/movie-tlo.png') repeat-x bottom;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-02 {
background: #ffffff;
}
}

/* CONTENT BOX 02A
-------------------------*/

.mm-content-box.mm-content-02a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-02a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

padding: 10px 0 0 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-02a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* CONTENT BOX 02A INSIDE
-------------------------*/

.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: 450px;

}

.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;

padding: 0px;
}

.mm-flex-content-inside.mm-c02a-01 .mm-flex-content-inside-box h2 {
text-align: center;
}

.mm-flex-content-inside.mm-c02a-01 .mm-flex-content-inside-box p {
text-align: center;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}
.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}
}


/* CONTENT BOX 02B INSIDE
-------------------------*/

.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-02 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}

.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-02 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-02a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c02a-02 .mm-flex-content-inside-box {
padding: 60px 0px;
}
}

.mm-content-box.mm-content-02a video[poster]{
object-fit: cover;
}
.mm-content-box.mm-content-02a .vjs-poster {
background-size: cover;
background-position: inherit;
}


@media (min-width: 992px) {
.mm-content-box.mm-content-02a .vjs-big-play-button {
top: 46% !important;
left: 46% !important;
}
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-02a .vjs-big-play-button {
top: 40% !important;
left: 40% !important;
}
}

/* PAGE CONTENT 03
-------------------------------------------------- */

.mm-page-content.mm-content-03 {
background: #ede8e2;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-03 {
background: #ede8e2 url('images/baner_rezerwacja_mobil-rx.jpg') repeat-x top;
padding-top: 26px;
}
}

/* CONTENT BOX 03A
-------------------------*/

.mm-content-box.mm-content-03a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-03a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

padding: 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-03a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-03a .mm-flex-content .mm-flex-content-box.mm-c03a-01 {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;

padding: 0;
}

.mm-content-box.mm-content-03a .mm-flex-content .mm-flex-content-box.mm-c03a-02 {
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;

padding: 0;
}


@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-03a .mm-flex-content .mm-flex-content-box.mm-c03a-01 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0;
}

.mm-content-box.mm-content-03a .mm-flex-content .mm-flex-content-box.mm-c03a-02 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0;
}

}

/* PAGE CONTENT 04
-------------------------------------------------- */

.mm-page-content.mm-content-04 {
margin-top: 120px;
background: #7fc2d2 url('images/tlo_menu_02-rx.jpg') repeat-x top;
}

.mm-page-content-inside.mm-content-04 {
background: url('images/tlo_menu_02.jpg') no-repeat top center;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-04 {
margin-top: 0px;
background: #7fc2d2;
}

.mm-page-content-inside.mm-content-04 {
background: #7fc2d2;
}
}

/* CONTENT BOX 04A
-------------------------*/

.mm-content-box.mm-content-04a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-04a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

height: 800px;
padding: 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-04a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-04a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 368px;
flex: 0 0 368px;
max-width: 368px;
height: 472px;
padding-top: 90px;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-04a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 368px;
flex: 0 0 368px;
max-width: 368px;
height: 472px;
padding-top: 90px;
}

}

/* CONTENT BOX 04A INSIDE
-------------------------*/

.mm-content-box.mm-content-04a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c04a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

width: 368px;
height: 472px;

background: #fcf5ef url('images/tlo_menu_03.jpg') no-repeat center;

}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.mm-flex-content-box .mm-flex-content-inside.mm-c04a-01 {
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-flex-content-box .mm-flex-content-inside.mm-c04a-01:hover {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

.mm-content-box.mm-content-04a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c04a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 30px;

}

.mm-flex-content-inside.mm-c04a-01 .mm-flex-content-inside-box h3 {
text-align: center;
text-transform: uppercase;
}

.mm-flex-content-inside.mm-c04a-01 .mm-flex-content-inside-box p {
text-align: center;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-04a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c04a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}
}

/* PAGE CONTENT 05
-------------------------------------------------- */

.mm-page-content.mm-content-05 {
background: #7fc2d2;
}

.mm-page-content-inside.mm-content-05 {
background: transparent;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-05 {
background: #7fc2d2;
}

.mm-page-content-inside.mm-content-05 {
background: transparent;
}
}

/* CONTENT BOX 05A
-------------------------*/

.mm-content-box.mm-content-05a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-05a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

height: auto;

padding: 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-05a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-05a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-05a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* CONTENT BOX 05A INSIDE
-------------------------*/

.mm-content-box.mm-content-05a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c05a-01 {

align-items: flex-end;
-ms-flex-align: flex-end;

-ms-flex-pack: center;
justify-content: center;

}

.mm-flex-content-inside.mm-c05a-01 .mm-flex-content-inside-box.mm-c05a-01-01 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;

padding: 0px;
}

.mm-flex-content-inside-box.mm-c05a-01-01 h3 {
text-align: center;
color: #ffffff;
}

.mm-flex-content-inside-box.mm-c05a-01-01 p {
text-align: center;
color: #1f4955;
}

.mm-flex-content-inside.mm-c05a-01 .mm-flex-content-inside-box.mm-c05a-01-02 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-05a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c05a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}

.mm-flex-content-inside.mm-c05a-01 .mm-flex-content-inside-box.mm-c05a-01-01 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

}

/* PAGE CONTENT 06
-------------------------------------------------- */

.mm-page-content.mm-content-06 {
background: #7fc2d2 url('images/tlo_menu_04-rx.jpg') repeat-x bottom;
margin-bottom: 90px;
}

.mm-page-content-inside.mm-content-06 {
background: url('images/02/tlo_menu_04.png') no-repeat bottom center;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-06 {
background: #7fc2d2;
}

.mm-page-content-inside.mm-content-06 {
background: transparent;
}
}

/* CONTENT BOX 06A
-------------------------*/

.mm-content-box.mm-content-06a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-06a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

-ms-flex-align: center;
align-items: center;

height: 460px;

padding: 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-06a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-06a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-06a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* CONTENT BOX 06A INSIDE
-------------------------*/

.mm-content-box.mm-content-06a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c06a-01 {

align-items: flex-end;
-ms-flex-align: flex-end;

-ms-flex-pack: center;
justify-content: center;

height: 460px;

}

.mm-content-box.mm-content-06a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c06a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-kucharz {
margin-bottom: -90px;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-06a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c06a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}
}

/* PAGE CONTENT 07
-------------------------------------------------- */

.mm-page-content.mm-content-07 {
background: #ffffff;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-07 {
background: #ffffff;
}
}

/* CONTENT BOX 07A
-------------------------*/

.mm-content-box.mm-content-07a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-07a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

padding: 10px 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-07a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-07a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-07a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 0;
}

}

/* CONTENT BOX 07A INSIDE
-------------------------*/

.mm-content-box.mm-content-07a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c07a-01 {

align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-01 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;

padding: 0px;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-02 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;

padding: 0px;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-03 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box p {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-weight: 400;
line-height: 150%;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box h2,
.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box p {
text-align: center;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box .fa-circle {
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	color: #6ebac8;
	margin: 0 5px 2px 5px;
}

.mm-flex-content.mm-footer-flex {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

}

@media (max-width: 991.98px) {
.mm-flex-content.mm-footer-flex {
height: auto;
}
}

.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-01, 
.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-02 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;

padding: 5px 0;
}

.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-03 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;

padding: 5px 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-07a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-c07a-01 {
align-items: center;
-ms-flex-align: center;

-ms-flex-pack: center;
justify-content: center;

height: auto;

}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-01 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-02 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-flex-content-inside.mm-c07a-01 .mm-flex-content-inside-box.mm-c07a-01-03 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}

.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-01, 
.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-02, 
.mm-flex-content.mm-footer-flex .mm-flex-content-box.mm-03 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 5px 0;
}

}

/* PAGE CONTENT 08
-------------------------------------------------- */

.mm-page-content.mm-content-08 {
background: #fff;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-08 {
background: #fff;
}
}

/* CONTENT BOX 08A
-------------------------*/

.mm-content-box.mm-content-08a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-content-08a .mm-flex-content {
align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

padding: 0;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-content-08a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-content-08a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0;
}

@media (max-width: 991.98px) {
	
.mm-content-box.mm-content-08a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0;
}

}








/* PAGE CONTENT 09
-------------------------------------------------- */

.mm-page-content.mm-content-09 {
background: #ffffff;
}

@media (max-width: 991.98px) {
.mm-page-content.mm-content-09 {
background: #ffffff;
}
}

/* CONTENT BOX 09A
-------------------------*/

.mm-content-box.mm-cb.mm-content-09a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-cb.mm-content-09a.mm-pelna {
padding-bottom: 0px;
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content {
margin: 0;
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc {
position: relative;

-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
max-width: calc(100% - 300px);
width: calc(100% - 300px);
padding: 0px 60px 0px 0px;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc.mm-pelna {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;
}


@media (max-width: 991.98px) {
.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;

}
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc .mm-flex-content-inside {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc .mm-flex-content-inside .mm-flex-content-inside-box.mm-okruszki {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc .mm-flex-content-inside .mm-flex-content-inside-box.mm-tytul {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 30px 0 30px 0;

}

.mm-content-box.mm-cb.mm-content-09a h1.mm-h-tytul-podstrony {
	margin: 0;
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc .mm-flex-content-inside .mm-flex-content-inside-box.mm-tekst {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;

min-height: 400px;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc .mm-flex-content-inside .mm-flex-content-inside-box.mm-mapa {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 30px 0 0 0;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-tresc.mm-pelna .mm-flex-content-inside .mm-flex-content-inside-box.mm-tresc {

min-height: auto;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-pasek {
position: relative;

-ms-flex: 0 0 300px;
flex: 0 0 300px;
max-width: 300px;

padding: 30px 0 0 0;
background: transparent;
}

@media (max-width: 991.98px) {
.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-pasek {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;

}
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-pasek .mm-flex-content-inside {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-pasek .mm-flex-content-inside .mm-flex-content-inside-box {
position: relative;

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0px;

}




.mm-flex-content-box.mm-pasek .mm-flex-content.mm-sidebar-menu-link-page {
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;

-ms-flex-align: center;
align-items: center;
padding-top: 0px;
padding-bottom: 20px;


}

.mm-flex-content-box.mm-pasek .mm-flex-content .mm-flex-content-box.mm-link-page {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

border-bottom: 1px solid #efefef;
}

.mm-flex-content-box.mm-pasek .mm-flex-content .mm-flex-content-box.mm-link-page:last-child {
border-bottom: 1px solid #ffffff;	
}

.mm-flex-content-box.mm-pasek .mm-flex-content .mm-flex-content-box.mm-link-page a {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
line-height: 120%;
color: #333333;
padding: 10px 20px;
display: block;
}
.mm-flex-content-box.mm-pasek .mm-flex-content .mm-flex-content-box.mm-link-page a:hover,
.mm-flex-content-box.mm-pasek .mm-flex-content .mm-flex-content-box.mm-link-page.mm-link-aktywny a {
color: #2c3590;
}




.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-foto {
position: relative;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 90px 0;
}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-foto .mm-flex-content-inside {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

}

.mm-content-box.mm-cb.mm-content-09a .mm-flex-content .mm-flex-content-box.mm-foto .mm-flex-content-inside .mm-flex-content-inside-box.mm-foto-box {
position: relative;

-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;

padding: 0px;

}

.mm-flex-content-inside-box.mm-foto-box img:hover {
	opacity: 0.96;
}


.mm-galeria-menu {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 0;
margin: 0;

}

.mm-galeria-menu .mm-galeria-menu-box.mm-tytul {
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
text-align: left;
padding: 0px;
}

.mm-galeria-menu .mm-galeria-menu-box.mm-linki {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
text-align: right;
padding: 0px;
}

.mm-galeria-menu .mm-galeria-menu-box.mm-linki a.btn.mm-btn-01 {
	margin: 5px 0;
}

@media (max-width: 991.98px) {
.mm-galeria-menu .mm-galeria-menu-box.mm-tytul {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: left;
padding: 0px;
}

.mm-galeria-menu .mm-galeria-menu-box.mm-linki {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
padding: 20px 0px;
}
}

.mm-menu-danie {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 0 0 15px 0;
margin: 5px 0;

border-bottom: 1px solid #d1d1d1;

}

.mm-menu-danie:hover {
border-bottom: 1px solid #6ebac8;
}

h3.mm-menu-dzial {
font-size: 34px;
color: #6ebac8;
margin: 0;
}

.mm-menu-danie .mm-menu-danie-box.mm-tytul h4 {
	margin: 0;
	font-weight: 600;
	font-size: 22px;
}

.mm-menu-danie .mm-menu-danie-box.mm-tytul h4 span {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	color: #a4a4a4;
font-style: italic;
}

@media (max-width: 767.98px) {
.mm-menu-danie .mm-menu-danie-box.mm-tytul h4 span {
	display: block;
}
}

.mm-menu-danie .mm-menu-danie-box.mm-cena h5 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
}

.mm-menu-danie .mm-menu-danie-box.mm-opis p {
	margin: 0;
	font-size: 15px;
font-weight: 400;
line-height: 150%;
font-style: italic;
}

.mm-menu-danie .mm-menu-danie-box.mm-tytul {
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
text-align: left;
padding: 5px 0px;
}

.mm-menu-danie .mm-menu-danie-box.mm-cena {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
text-align: right;
padding: 5px 0px;
}

.mm-menu-danie .mm-menu-danie-box.mm-opis {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: left;
padding: 5px 0px;
}

/* DANIE 02
-------------------------*/

.mm-menu-danie.mm-02 {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 5px 0 15px 0;
margin: 5px 0;

border-bottom: 1px solid #d1d1d1;

}

.mm-menu-danie.mm-02:hover {
border-bottom: 1px solid #6ebac8;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-tytul h4 {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-tytul h4 span {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	color: #a4a4a4;
font-style: italic;
}

@media (max-width: 767.98px) {
.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-tytul h4 span {
	display: block;
}
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-cena h5 {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-opis p {
	margin: 0;
	padding: 0;
	font-size: 15px;
font-weight: 400;
line-height: 150%;
font-style: italic;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-tytul {
-ms-flex: 0 0 calc(100% - 70px);
flex: 0 0 calc(100% - 70px);
max-width: calc(100% - 70px);
width: calc(100% - 70px);

text-align: left;
padding: 5px 0px;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-cena {
-ms-flex: 0 0 70px;
flex: 0 0 70px;
max-width: 70px;
width: 70px;

text-align: right;
padding: 5px 0px;
}

.mm-menu-danie.mm-02 .mm-menu-danie-box.mm-opis {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: left;
padding: 0px;
}

/* DANIE 03
-------------------------*/

.mm-zestaw {
display: block;

padding: 10px 15px 30px 15px;

border: 1px solid transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: #f4f4f4;

margin: 10px 0 30px 0;
}


.mm-zestaw-danie {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 5px 0 15px 0;
margin: 5px 0;

}

.mm-zestaw-danie .mm-menu-danie-box.mm-tytul h4 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
}

.mm-zestaw-danie .mm-menu-danie-box.mm-tytul h4 span {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #a4a4a4;
font-style: italic;
}

@media (max-width: 767.98px) {
.mm-zestaw-danie .mm-menu-danie-box.mm-tytul h4 span {
	display: block;
}
}

.mm-zestaw-danie .mm-menu-danie-box.mm-cena h5 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
}

.mm-zestaw-danie .mm-menu-danie-box.mm-tytul {
-ms-flex: 0 0 calc(100% - 80px);
flex: 0 0 calc(100% - 80px);
max-width: calc(100% - 80px);
width: calc(100% - 80px);

text-align: left;
padding: 5px 0px;
}

.mm-zestaw-danie .mm-menu-danie-box.mm-cena {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
max-width: 80px;
width: 80px;

text-align: right;
padding: 5px 0px;
}

.mm-menu-danie.mm-03 {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 0;
margin: 0;

border-bottom: 1px solid #d1d1d1;

}

.mm-menu-danie.mm-03:hover {
border-bottom: 1px solid #6ebac8;
}

.mm-menu-danie.mm-03 .mm-menu-danie-box.mm-tytul h4 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}

.mm-menu-danie.mm-03 .mm-menu-danie-box.mm-tytul h4 span {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	color: #a4a4a4;
font-style: italic;
}

@media (max-width: 767.98px) {
.mm-menu-danie.mm-03 .mm-menu-danie-box.mm-tytul h4 span {
	display: block;
}
}

.mm-menu-danie.mm-03 .mm-menu-danie-box.mm-tytul {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

text-align: left;
padding: 10px 0;
}



/* NAPOJ
-------------------------*/

.mm-menu-napoj {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

padding: 0 0 15px 0;
margin: 5px 0;

border-bottom: 1px solid #d1d1d1;

}

.mm-menu-napoj:hover {
border-bottom: 1px solid #6ebac8;
}

h3.mm-menu-dzial {
font-size: 34px;
color: #6ebac8;
margin: 0;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-tytul h4 {
	margin: 0;
	font-weight: 600;
	font-size: 22px;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-cena h5 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-objetosc h5 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
	color: #c9c9c9;
font-style: italic;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-opis p {
	margin: 0;
	font-size: 15px;
font-weight: 400;
line-height: 150%;
font-style: italic;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-tytul {
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
text-align: left;
padding: 5px 0px;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-cena {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
text-align: right;
padding: 5px 0px;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-objetosc {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
text-align: right;
padding: 5px 0px;
}

.mm-menu-napoj .mm-menu-napoj-box.mm-opis {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: left;
padding: 5px 0px;
}


/* --------------------------------------------------
KONIEC:CONTENT - SEKCJA
-------------------------------------------------- */

/* --------------------------------------------------
FOOTER - SEKCJA
-------------------------------------------------- */


#mm-footer.mm-footer-home,
#mm-footer.mm-footer-page {
margin-top: 60px;
background: #7fc2d2 url('images/tlo_poziomo.jpg') repeat-x top;
padding-top: 10px;
}

.mm-page-content.mm-footer-01 {
background: url('images/dolne_tlo_menu.jpg') no-repeat bottom center;
}

@media (max-width: 991.98px) {
#mm-footer.mm-footer-home,
#mm-footer.mm-footer-page {
background: #7fc2d2 url('images/tlo_poziomo.jpg') repeat-x top;
padding-top: 10px;
}

.mm-page-content.mm-footer-01 {
background: transparent;
}

}

/* CONTENT BOX 01A
-------------------------*/

.mm-content-box.mm-footer-01a {
padding-top: 0px; 
padding-bottom: 0px;
}

.mm-content-box.mm-footer-01a .mm-flex-content {
align-items: flex-end;
-ms-flex-align: flex-end;
}

@media (min-width: 992px) {
.mm-content-box.mm-footer-01a .mm-flex-content {
height: 533px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.mm-content-box.mm-footer-01a .mm-flex-content {
height: auto;
}
}

@media (max-width: 767.98px) {
.mm-content-box.mm-footer-01a .mm-flex-content {
height: auto;
}
}

.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 0;

}

.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-f01a-01 {
align-items: flex-end;
-ms-flex-align: flex-end;

justify-content: center;
-ms-flex-pack: center;

}

@media (min-width: 992px) {
.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-f01a-01 {
height: 533px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-f01a-01 {
height: auto;
}
}

@media (max-width: 767.98px) {
.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-f01a-01 {
height: auto;
}
}

.mm-content-box.mm-footer-01a .mm-flex-content .mm-flex-content-box .mm-flex-content-inside.mm-f01a-01 .mm-flex-content-inside-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

padding: 20px;

}

.mm-content-box.mm-footer-01a p {
font-size: 12px;
font-weight: 400;
margin: 5px 0;
color: #ffffff;
text-decoration: none;

text-align: center;
}

.mm-content-box.mm-footer-01a p a {
color: #ffffff;
}


/* --------------------------------------------------
KONIEC:FOOTER - SEKCJA
-------------------------------------------------- */

/* FORMULARZ
--------------------------------------------------*/

.mm-form-box-alert {
  position: relative;
  padding: 20px 20px;
  margin: 25px 0;
  border: 1px solid transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: #f4f4f4;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_year {
visibility: hidden !important;
}

.mm-form-box-alert p {

	line-height: 150%;
	margin: 0 0 5px 0;
}

@media (max-width: 991.98px) {
.mm-form-box-alert .mm-kontakt-box {
	background: #ffffff;
}
}

.mm-form-box {
float: left; 
width: 100%; 
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mm-flex-content-page-kontakt-box.mm-right .mm-form-box {
padding: 15px 0;
}

.mm-form-box p {

}

@media (max-width: 991.98px) {
.mm-tytul-p-form {
	text-align: center;
}
}

.mm-form-box label {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 150%;
}

.form-check {
	padding: 0;
}


span.wpcf7-checkbox {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

border: 1px solid #d2d2d2;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

padding: 5px 0;
margin-bottom: 5px;
}

span.wpcf7-list-item {
position: relative;
}

span.wpcf7-list-item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
margin: 0 !important;
padding: 5px 10px;

}

.checkbox-stoliki {
	background: red;
}

.checkbox-stoliki-parter {
	background: blue;
}

.mm-form-box p.mm-p-male {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
}

.mm-form-box p.mm-p-male-01 {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
}

.mm-form-box p.mm-p-male-02 {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
}

@media (min-width: 992px) {
.mm-form-box p.mm-p-male-02 span {
	display: block;
}
}

.mm-content-box.mm-pc.mm-06b p.mm-p-male {
	text-align: center;
}

@media (max-width: 991.98px) {
.mm-form-box p.mm-p-male {
	text-align: center;
}
}

.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: 12px;

font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-weight: 400;
line-height: 120%;
}

.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: 12px !important;
margin-top: 2px;

font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-weight: 400;
line-height: 120%;
}

.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;
}

/*FORM
--------------------------------------------------*/

.mm-pb-01-box {
display: flex;
display: -ms-flexbox;

flex-wrap: wrap;
-ms-flex-wrap: wrap;

align-items: center;
-ms-flex-align: center;

justify-content: center;
-ms-flex-pack: center;

padding: 5px;
margin: 10px auto;

border: 1px solid #ddd;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

font-size: 14px;
line-height: 16px;
}

.mm-pb-01-box:hover {
border: 1px solid #888888;
}

.mm-pb-01-inside-01 {

-ms-flex: 0 0 40px;
flex: 0 0 40px;
max-width: 40px;
text-align: center;

padding: 5px;

color: #888888;
}

.mm-pb-01-inside-02 {

-ms-flex: 0 0 calc(100% - 260px);
flex: 0 0 calc(100% - 260px);
max-width: calc(100% - 260px);
text-align: left;

padding: 5px;

}

.mm-pb-01-inside-03 {

-ms-flex: 0 0 120px;
flex: 0 0 120px;
max-width: 120px;
text-align: right;

padding: 5px;

}

.mm-pb-01-inside-03 span {
	color: #c9c9c9;
	font-size: 18px;
}

.mm-pb-01-inside-04 {

-ms-flex: 0 0 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: center;

padding: 5px;

}

.mm-pb-01-inside-05 {

-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;

text-align: left;

padding: 5px;

font-style: italic;

font-size: 13px;
}

.mm-pb-01-inside-05 .mm-mini-box-inside {
	float: left;
	width: 50%;
	padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media (max-width: 991px) {

.mm-pb-01-inside-02 {

-ms-flex: 0 0 calc(100% - 40px);
flex: 0 0 calc(100% - 40px);
max-width: calc(100% - 40px);
text-align: left;

padding: 5px;

}

.mm-pb-01-inside-05 .mm-mini-box-inside {
	float: left;
	width: 50%;
}

.mm-pb-01-inside-03 {

-ms-flex: 0 0 calc(100% - 100px);
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
text-align: right;

padding: 5px;

}
	
}

/*RECAPTCHA
--------------------------------------------------*/

@media (min-width: 768px) {
.grecaptcha-badge { 
    bottom: 80px !important; 
}
}

/* OKRUSZKI - PODSTRONA
--------------------------------------------------*/

#crumbs {
float: left;
width: 100%;
font-size: 13px;
padding: 10px 0 10px 0;
margin: 0;
list-style: none;
background-color: transparent;
color: #686868;
}

@media (max-width: 767px) {
#crumbs {
text-align: center;
padding: 10px 0px 10px 0;
}
}

.crumbs-slash {
color: #686868;
}

#crumbs a {
font-size: 13px;
line-height: 30px;
color: #686868;
}

#crumbs a:hover,
#crumbs a:focus {
color: #7d7d7d;
}

#crumbs span.current {
font-size: 13px;
color: #b0b0b0;
}

/* 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: 400px;
background: #e8e8e8;

}

@media (max-width: 991px) {
#mm-mapa-box {
margin: 40px 0;
}
#mapa_google {
height: 400px;
}

}

/*FACEBOOK - OKNO
--------------------------------------------------*/


.face-slider {
position: fixed;
z-index: 1200;
}

.face-slider.box-01 {
top: 91px;
right: -380px;
}

.face-slider.box-02 {
top: 163px;
right: -520px;
}

.face-slider.box-03 {
top: 235px;
right: -520px;
}

.face-slider .tab {
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
cursor: pointer;
padding: 2px 4px 5px 4px;
width: 82px;
height: 70px;
position: relative;
float: left;
text-align: center;
color: #ffffff;
font-size: 11px;
line-height: 12px;
background: #6ebac8;
margin-top: 1px;
}

.face-slider .tab:hover {
color: #9ddeea;
}

.face-slider .tab:hover .face-slider-ikonka {
color: #ffffff;
}

.face-code {
margin-top: 1px;
float: left;
min-height: 100px;
background: #ffffff;
border: 1px solid #6ebac8;
}

.mm-fc-01 {
padding: 20px 10px;
width: 380px;
}

.mm-fc-02 {
padding: 10px;
width: 520px;
min-height: 520px;
}

.mm-fc-03 {
padding: 20px 15px;
width: 520px;
min-height: 300px;
}

.face-slider-ikonka {
margin-top: 10px;
margin-bottom: 5px;
font-size: 30px;
}

.face-code h5 {
color: #ffffff;
}

/* KONTAKT
-------------------------------------------------- */

.mm-flex-content.mm-face-flex {
align-items: flex-end;
-ms-flex-align: flex-end;

justify-content: center;
-ms-flex-pack: center;

}

@media (max-width: 991.98px) {
.mm-flex-content.mm-face-flex {
height: auto;
}
}

.mm-flex-content.mm-face-flex .mm-flex-content-box.mm-01,
.mm-flex-content.mm-face-flex .mm-flex-content-box.mm-02 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 50%;

padding: 5px 0;
}

.mm-flex-content.mm-face-flex .mm-flex-content-box.mm-03 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;

padding: 5px 0;
}

.mm-kontakt-box {
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;
padding: 5px 0;
margin: 0;

}

.mm-kontakt-box .mm-kontakt-box-inside.mm-ikonka {
-ms-flex: 0 0 40px;
flex: 0 0 40px;
max-width: 40px;
text-align: center;
padding: 0px;
}

.mm-kontakt-box .mm-kontakt-box-inside.mm-ikonka p {
color: #6ebac8;
font-size: 26px;
line-height: 26px;
margin: 0;
}

.mm-kontakt-box .mm-kontakt-box-inside.mm-link {
-ms-flex: 0 0 calc(100% - 40px);
flex: 0 0 calc(100% - 40px);
max-width: calc(100% - 40px);
padding: 0;
}

.mm-kontakt-box .mm-kontakt-box-inside.mm-link p {
font-size: 22px;
line-height: 26px;
text-align: left;
margin: 0;
color: #747474;

font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
font-weight: 400;
line-height: 150%;
}

.mm-kontakt-box .mm-kontakt-box-inside.mm-link p a {
color: #747474;
}

@media (max-width: 991.98px) {

.mm-kontakt-box {
border: 1px solid #dbdbdb;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

width: 320px;

margin: 5px auto;

}

.mm-kontakt-box .mm-kontakt-box-inside.mm-ikonka {
-ms-flex: 0 0 40px;
flex: 0 0 40px;
max-width: 40px;
text-align: center;
padding: 5px 0px;

}
.mm-kontakt-box .mm-kontakt-box-inside.mm-link {
-ms-flex: 0 0 250px;
flex: 0 0 250px;
max-width: 250px;
padding: 5px 0;
}
.mm-kontakt-box .mm-kontakt-box-inside.mm-link p {
font-size: 26px;
line-height: 26px;
text-align: center;
margin: 0;

}

.mm-flex-content-box.mm-03 .mm-kontakt-box .mm-kontakt-box-inside.mm-link p {
font-size: 18px;
line-height: 18px;
}

.mm-kontakt-box .mm-kontakt-box-inside.mm-link p a {
color: #9a9a9a;
}

}

/* KONTAKT
-------------------------------------------------- */

.mm-godziny-box {
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;
padding: 5px 0;
margin: 0;

}

.mm-godziny-box .mm-godziny-box-inside {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0;
}

/*MODAL
--------------------------------------------------*/

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 902px;
	margin: 60px auto
  }
.modal-content {
  min-height: 200px;
}
}

@media (max-width: 991px) {
  .modal-dialog {
    margin: 60px auto;
  }
}

.mm-modal-close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 40px;
line-height: 50px;
vertical-align: bottom;
height: 50px;
width: 50px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

@media (max-width: 991px) {
.mm-modal-close {
	position: absolute;
	top: -40px;
	right: 0px;
	font-size: 30px;
line-height: 40px;
vertical-align: bottom;
height: 40px;
width: 40px;
}
}

.mm-modal-close {
  color: #fff;

}

button.mm-modal-close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;

background: #6fb8c9;
border: 0;

}
.mm-modal-close:hover,
.mm-modal-close:focus {
  color: #6fb8c9;
  text-decoration: none;
  cursor: pointer;
background: #fff;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #206495;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}


/*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(118, 118, 118, 0.8);
padding: 10px 15px;
}

.mm-scrollup:focus, 
.mm-scrollup:hover {
color: #fff;
background: rgba(118, 118, 118, 0.9);
}

/*PODPIS
--------------------------------------------------*/

.mm-caption-copyright, 
.mm-caption-webdesigner {
float: left;
width: 100%;
padding: 10px 0 0 0;
}

.mm-caption-copyright p ,
.mm-caption-copyright p a,
.mm-caption-webdesigner p,
.mm-caption-webdesigner p a {
font-size: 12px;
font-weight: 400;
margin: 5px 0;
color: #ffffff;
text-decoration: none;
}

.mm-caption-copyright p a:hover,
.mm-caption-webdesigner p a:hover {color: #ffffff;}

.mm-caption-copyright p {text-align: center;}
.mm-caption-webdesigner p {text-align: center;}


@media (max-width: 991px) {
.mm-caption-copyright p,
.mm-caption-webdesigner 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;
}
}

/*EFEKT
--------------------------------------------------*/

.mm-flex-content-inside-box.mm-01a-02 .mm-baner,
.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;
}

/* SCROLLREVEAL
--------------------------------------------------*/
.mm-animacja,
.mm-animacja-box {
 -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;
font-family: "Open Sans", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
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: 5px 15px;
font-size: 16px;
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: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.mm-btn-lg {
padding: 10px 15px;
font-size: 15px;
line-height: 20px;
}

@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(222, 222, 222, 0.5);
}

.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-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: #ffffff;
 background-color: #6ebac8;
 border-color: #6ebac8;

}

.mm-btn-01:hover, 
.mm-btn-03.active {
 color: #6ebac8;
 background-color: #ffffff;
 border-color: #6ebac8;
}

.mm-btn-01:focus, .mm-btn-01.focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

/*BUTTON mm-btn-02
--------------------------------------------------*/

.mm-btn-02 {
 color: #ffffff;
 background-color: #6ebac8;
 border-color: #6ebac8;
 
-webkit-box-shadow: 5px 10px 5px 0px rgba(237,237,237,0.4);
-moz-box-shadow: 5px 10px 5px 0px rgba(237,237,237,0.4);
box-shadow: 5px 10px 5px 0px rgba(237,237,237,0.4);


}

.mm-btn-02:hover, 
.mm-btn-02.active {
 color: #ffffff;
 background-color: #b0b0b0;
 border-color: #b0b0b0;
}

.mm-btn-02:focus, .mm-btn-02.focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

/*BUTTON mm-btn-03
--------------------------------------------------*/

.mm-btn-03 {
 color: #ffffff;
 background-color: #e30513;
 border-color: #e30513;
 
-webkit-box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
-moz-box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
}

.mm-btn-03:hover,
.mm-btn-03.active {
 color: #e30513;
 background-color: #ffffff;
 border-color: #e30513;
}

.mm-btn-03:focus, .mm-btn-03.focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

/*BUTTON mm-btn-04
--------------------------------------------------*/

.mm-btn-04 {
 color: #ffffff;
 background-color: #56973d;
 border-color: #56973d;
 
-webkit-box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
-moz-box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
box-shadow: 5px 10px 5px 0px rgba(0,48,68,0.2);
}

.mm-btn-04:hover,
.mm-btn-04.active {
 color: #ffffff;
 background-color: #64a34a;
 border-color: #64a34a;
}

.mm-btn-04:focus, .mm-btn-03.focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}


/*DODATKOWE mm-btn-01
--------------------------------------------------*/

.mm-btn-01.disabled, .mm-btn-01:disabled {
 color: #fff;
 background-color: #007bff;
 border-color: #007bff;
}

.mm-btn-01:not(:disabled):not(.disabled):active, .mm-btn-01:not(:disabled):not(.disabled).active,
.show > .mm-btn-01.dropdown-toggle {
 color: #6ebac8;
 background-color: #ffffff;
 border-color: #6ebac8;
}

.mm-btn-01:not(:disabled):not(.disabled):active:focus, .mm-btn-01:not(:disabled):not(.disabled).active:focus,
.show > .mm-btn-01.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}


/* 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;
}

