/*   
Theme Name: Perfekt
Description: Kursy języka
Version: 1.0
*/

body {
font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
line-height: 150%;
color: #000000;

font-weight: 400;

-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;

background: #f7f6f1;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading2 {
color: #545454;
margin: 25px 0 15px 0;
font-family: 'Open Sans Condensed', Arial, Verdana, Helvetica, sans-serif;
font-weight: 700;
}

.heading2 {
    display: block;
    font-size: 28px;
}



h1 {font-size: 32px; line-height: 120%;}
h2 {font-size: 28px; line-height: 120%;}
h3 {font-size: 26px; line-height: 120%;}
h4 {font-size: 24px; line-height: 120%;}
h5 {font-size: 22px; line-height: 120%;}
h6 {font-size: 18px; line-height: 120%;}

@media (min-width: 768px) and (max-width: 1199px) {
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h3 {font-size: 20px;}
}
/*END:MEDIA-------------------------*/

@media (max-width: 767px) {
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h3 {font-size: 18px;}
}
/*END:MEDIA-------------------------*/

@media (max-width: 480px) {

}
/*END:MEDIA-------------------------*/

div.cytat {margin: 20px 0;}

div.cytat,
div.cytat p,
div.cytat h1,
div.cytat h2,
div.cytat h3,
div.cytat h4,
div.cytat h5,
div.cytat h6 {
font-family: Georgia, "Times New Roman", serif;
font-weight: normal;
line-height: 180%;
}

div.cytat p { 
font-size: 18px;
}

#page-title {
font-family: 'Open Sans Condensed', Arial, Verdana, Helvetica, sans-serif;

font-size: 40px;
line-height: 100%;
color: #fff;
text-transform: uppercase;
margin: 20px 0;
}

@media (max-width: 767px) {

#page-title {
font-size: 30px;
}

}


.tooltip {

}

.popover {
font-size: 14px;
font-weight: 400;
line-height: 120%;
}


a {
  color: #0167af;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #019de0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.table {
	margin-top: 10px;
	margin-bottom: 30px;
}

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

.table-no-border tr td h3 {margin: 0;}

.table.table-no-border > thead > tr > th,
.table.table-no-border > tbody > tr > th,
.table.table-no-border > tfoot > tr > th,
.table.table-no-border > thead > tr > td,
.table.table-no-border > tbody > tr > td,
.table.table-no-border > tfoot > tr > td {
  border-top: 1px solid transparent;
}

/*BLOCKQUOTE - CYTAT
--------------------------------------------------*/

blockquote {
 border: 0;
 page-break-inside: avoid;
}

blockquote {
  padding: 15px 40px;
  margin: 0 0 20px 0;
  
  font-size: 24px;
  border-left: 0;
  
font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
line-height: 150%;
color: #000000;

}

blockquote p {
font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
line-height: 150%;
color: #000000;
margin: 5px 0;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
color: #545454;
margin: 0 0 20px 0;
font-size: 24px;
font-family: 'Open Sans Condensed', Arial, Verdana, Helvetica, sans-serif;
font-weight: 700;
}


@media (max-width: 991.98px) {
blockquote {
  padding: 15px 10px;
}

blockquote p {
font-size: 14px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
font-size: 18px;
}
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/*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%;
margin: 0;
border: 0;
}

.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 25%;
flex: 0 0 25%;
max-width: 25%;
}

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

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

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

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

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

.mm-col-gal {

}

.mm-gallery-img {

}
.mm-gallery-img:hover {

}



/* KRESKA - KROPKI
--------------------------------------------------*/

.kreska-pozioma {
display: block;
width: 100%;
padding-top: 4px;
margin: 30px 0;
background: url(images/kropka_poziomo.png) repeat-x bottom;
}

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

#mm-page {
overflow: hidden;
}

header {
border-bottom: 1px solid #ffffff;
}

#animacja {
background: #40acdd;
}

#tytul-podstrony {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4eb2d7+0,64bfde+55,6dc4df+100 */
background: rgb(78,178,215); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYjJkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzY0YmZkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGM0ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(78,178,215,1) 0%, rgba(100,191,222,1) 55%, rgba(109,196,223,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,178,215,1)), color-stop(55%,rgba(100,191,222,1)), color-stop(100%,rgba(109,196,223,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(78,178,215,1) 0%,rgba(100,191,222,1) 55%,rgba(109,196,223,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(78,178,215,1) 0%,rgba(100,191,222,1) 55%,rgba(109,196,223,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(78,178,215,1) 0%,rgba(100,191,222,1) 55%,rgba(109,196,223,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(78,178,215,1) 0%,rgba(100,191,222,1) 55%,rgba(109,196,223,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb2d7', endColorstr='#6dc4df',GradientType=0 ); /* IE6-8 */
}

#banery {
border-top: 2px solid #ffffff;
background: #40acdd;
}

.tresc-pasek {
background: #40acdd;
}

.tresc-pasek h2,
.tresc-pasek p {color: #ffffff;}

footer {
border-top: 1px solid #ffffff;
background: #40acdd;
min-height: 259px;
}

/*TLA
--------------------------------------------------*/

.tlo-naglowek {
min-height: 160px;
border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
.tlo-naglowek {
margin-top: 60px;
border-bottom: 1px solid #ffffff;
}
}


.tlo-nawigacja {
border-top: 1px solid #d7d7d9;
}

.tlo-animacja {

}

.tlo-tresc {
padding-bottom: 40px;

}

.tlo-baner {
min-height: 418px;
background: #98bf0e;
}

@media (max-width: 991px) {

.tlo-baner {
padding-bottom: 420px;
}

} 

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

#website-logo-link img,
#website-logo img {
margin-top: 20px;
}

#website-logo-link:hover  img {opacity: 0.9;}

@media (max-width: 992px) {

#website-logo-link img {display: block; margin: 0 auto;}

}

@media (max-width: 767px) {

#website-logo  {
text-align: center;
display: block;
margin: 0 auto;
}

#website-logo-link {display: none;}

.tlo-naglowek {background: transparent;}

} 

/*SZYBKI KONTAKT
--------------------------------------------------*/

.top-kontakt {
padding-top: 20px;
display: block;
width: 100%;
}

.top-kontakt h4 {
margin: 0;
text-transform: uppercase;
}

.miasto-01 {
background: url('images/inowroclaw_budynek.png') no-repeat;
background-position: 80% 0;
}

.miasto-02 {
background: url('images/bydgoszcz_budynek_2020_01.png') no-repeat;
background-position: 80% 0;
}

.perfekt-p-linki-panel a.wiecej {
	margin-right: 10px;
	margin-bottom: 10px;
}

.top-kontakt p {

line-height: 120%;
}

.top-kontakt-img {float: left;}
.top-kontakt-mini-img {float: right;}

.top-kontakt-mini {
padding: 5px 0;
}

.top-kontakt-mini h4.miasto {
margin: 0;
font-size: 20px;
line-height: 120%;
text-transform: uppercase;
}

.top-kontakt-mini p.telefon {
font-size: 20px;
color: #545454;
}

@media (max-width: 480px) {
.top-kontakt-mini p.telefon {

}
.top-kontakt-mini p {
font-size: 13px;
line-height: 120%;
}
}


/* OKRUSZKI
--------------------------------------------------*/

#crumbs {
display: inline-block;
padding: 10px 0px 10px 0px;
margin: 0;
position: realative;
list-style: none;
}

#crumbs a {

}

#crumbs a:hover {
text-decoration: underline;
}

#crumbs span.current {
color: #abe6ff;
}

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

.zakladka-tytul {cursor: pointer;}

.panel-default > .panel-heading {
  color: #333;
  background-color: #efeeea;
  border-color: #ddd;
}

.zakladka-tytul:hover,
.zakladka-tytul:focus {background-color: #fff;}

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

.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;
}

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

#mapa_google {
border: 1px solid #232323; 
margin: 20px 0 20px 0px; 
display: block; 
width: 100%; 
height: 440px;
background: #e8e8e8;
}

.mapa-box {
position: relative;
display: block;
margin: 20px auto;
max-width: 853px;
max-height: 480px;
overflow: hidden;
border: 1px solid #232323; 
background: #e8e8e8;
}

.mapa-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.mapa-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}


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

#mm-mapa-box {
position: relative;
display: block; 
margin: 0;
width: 100%; 
}

.mapa-home-box {
position: relative;
display: block;
float: left;
margin: 0; 
width: 100%; 
height: 460px;
overflow: hidden;
border-top: 1px solid #d2d2d2; 
border-bottom: 1px solid #d2d2d2;
background: #e8e8e8;
}

.mapa-home-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.mapa-home-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
margin-top: -60px !important;
}



/* LISTA PODSTRON - FUNCTION SHORDCODE
--------------------------------------------------*/

.list-group-item.link-lista-podstron {
font-size: 20px;
padding: 30px 15px;
}

/* SIDEBAR
--------------------------------------------------*/

.sidebar-box {padding: 0 0 0 40px;}

@media (max-width: 991px) {
.sidebar-box {
padding: 0;
}
}
/* BANER - SIDEBAR
--------------------------------------------------*/

a .baner-sidebar {
margin: 5px 0 5px 0;
  -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;
}

a .baner-sidebar.baner-01,
a .baner-sidebar.baner-01 {
background: #ef7f01;
}

a:hover .baner-sidebar.baner-01,
a:focus .baner-sidebar.baner-01 {
background: #f0511d;
}

a .baner-sidebar.baner-02,
a .baner-sidebar.baner-02 {
background: #009ee0;
}

a:hover .baner-sidebar.baner-02,
a:focus .baner-sidebar.baner-02 {
background: #43aeec;
}

@media (max-width: 991px) {
a .baner-sidebar {
margin: 10px 0 10px 0;
}
}


/* NAWIGACJA - IKONKI
--------------------------------------------------*/

.navbar-default .navbar-nav > li.menu-item > a:before {
font-family: 'FontAwesome', 'Roboto';
margin-right: 5px;
line-height: 100%;
color: #ef8e20;
}

.navbar-default .navbar-nav > li.menu-item > a:hover:before,
.navbar-default .navbar-nav > li.menu-item > a:focus:before,
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > .active > a:focus:before {
color: #ffffff;
}

.navbar-default .navbar-nav > .current-menu-parent > a:before {
color: #ef8e20;
}

.navbar-default .navbar-nav > li.menu-item.ico-01 > a:before {
content: " \f015";
}

.navbar-default .navbar-nav > li.menu-item.ico-02 > a:before {
content: " \f086";
}

.navbar-default .navbar-nav > li.menu-item.ico-03 > a:before {
content: " \f087";
}

.navbar-default .navbar-nav > li.menu-item.ico-04 > a:before {
content: " \f085";
}

.navbar-default .navbar-nav > li.menu-item.ico-05 > a:before {
content: " \f0b1";
}

.navbar-default .navbar-nav > li.menu-item.ico-06 > a:before {
content: " \f0e6";
}

.navbar-default .navbar-nav > li.menu-item.ico-07 > a:before {
content: " \f059";
}

.navbar-default .navbar-nav > li.menu-item.ico-08 > a:before {
content: " \f005";
}

.navbar-default .navbar-nav > li.menu-item.ico-09 > a:before {
content: " \f00c";
}

.navbar-default .navbar-nav > li.menu-item.ico-10 > a:before {
content: " \f0a3";
}

.navbar-default .navbar-nav > li.menu-item.ico-11 > a:before {
content: " \f03d";
}

/* NAWIGACJA
--------------------------------------------------*/

.navbar-default {
  background-color: transparent;
  border-color: transparent; 
  margin: 2px -20px 0 -20px;

}

@media (max-width: 767px) {
.navbar-default {
  margin: 2px 0 0 0;
}
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .current-menu-parent > a {
  color: #ef7f01;
  background-color: transparent;

}

.navbar-default .navbar-nav > li > a {
  color: #0463a3;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 12px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ef7f01;
  
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ef7f01;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #40acdd;
  border: 1px solid rgba(1, 103, 175, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffaa45;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #ffaa45;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0167b1;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffaa45;
}

.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffaa45;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #ef7f01;
}

.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}


.navbar-header {background: #ef7f01;}

@media (max-width: 767px) {

.navbar-default .navbar-nav > li.menu-item > a:before {
color: #ffffff;
}

.navbar-default .navbar-nav > .current-menu-parent > a:before {
color: #ffffff;
}

.navbar-default {
  background-color: #ef7f01;
  border-color: #ffaa45;
  
  margin: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .current-menu-parent > a {
    color: #ef7f01;
    background-color: #fff;

}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ffaa45;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #ffaa45;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffaa45;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 8px 15px 8px 35px;
	
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
}


  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #ffaa45;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #ffaa45;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ef7f01;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

}

/*NAV-PILLS - SIDEBAR MENU
--------------------------------------------------*/

.nav-pills > li > a {
color: #000;
  background-color: #efeeea;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
color: #fff;
  text-decoration: none;
  background-color: #40acdd;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.current_page_item > a,
.nav-pills > li.current_page_item > a:hover,
.nav-pills > li.current_page_item > a:focus {
  color: #fff;
  background-color: #ef7f01;
}

/*NAV-PILLS - CONTENT
--------------------------------------------------*/

.mm-nav-menu-box {
	margin-top: 30px;
	border-top: 1px solid #ffffff;
}


.nav-pills.mm-content-menu {
border-top: 1px solid #d7d7d9;
padding-top: 30px;
}

.nav-pills.mm-content-menu > li {
	margin: 2px;
}

.nav-pills.mm-content-menu > li > a {
color: #000;
  background-color: #efeeea;
}


.nav-pills.mm-content-menu > li > a:hover,
.nav-pills.mm-content-menu > li > a:focus {
color: #fff;
  text-decoration: none;
  background-color: #40acdd;
}

.nav-pills.mm-content-menu > li.active > a,
.nav-pills.mm-content-menu > li.active > a:hover,
.nav-pills.mm-content-menu > li.active > a:focus,
.nav-pills.mm-content-menu > li.current_page_item > a,
.nav-pills.mm-content-menu > li.current_page_item > a:hover,
.nav-pills.mm-content-menu > li.current_page_item > a:focus {
  color: #fff;
  background-color: #ef7f01;
  cursor: default;
}

@media (max-width: 767px) {

.nav-stacked.mm-content-menu > li {
  float: none;
}

}

/*HOVER CSS - hvr-fade
--------------------------------------------------*/

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a,
.nav-pills > li > a,
.pliki-do-pobrania a {
  -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;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {


}

@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {


}

}

/*MENU - STOPKA - WIDGETS
--------------------------------------------------*/

.widget-stopka {

}
/*
.widget-stopka h6.widget-title:before {
font-family: 'FontAwesome', 'Roboto';
margin-right: 5px;
font-size: 13px;
margin-bottom: 5px;
}

.widget-stopka h6.widget-title:before {
content: " \f078";
}
*/
.widget-stopka h6.widget-title {
font-size: 25px;
line-height: 25px;

color: #d0f0ff;
padding: 2px 0;
margin: 25px 0 0 0;
text-transform: uppercase;
border-bottom: 1px solid #d0f0ff;
}

.widget-stopka ul.menu {
list-style: none;
margin: 10px 0;
padding: 0;
}

.widget-stopka ul.menu li {
margin: 0;
padding: 0;
}

.widget-stopka div ul.menu li a {
display: inline-block;
margin: 0;
color: #ffffff;
padding: 0;
list-style: none;
}

.widget-stopka div ul.menu li a:hover,
.widget-stopka div ul.menu li a:focus {
color: #d0f0ff;
text-decoration: none;
}

.stopka-dane-kontaktowe {
display: block;
margin: 20px 0;
}

.stopka-dane-kontaktowe p,
.stopka-dane-kontaktowe p a {
color: #ffffff;
}

.stopka-dane-kontaktowe p a:hover,
.stopka-dane-kontaktowe p a:focus {
color: #d0f0ff;
text-decoration: none;
}

.stopka-dane-kontaktowe p a.mini-link {
color: #ffffff;
border: 1px solid #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 12px;
padding: 2px 4px;
}

.stopka-dane-kontaktowe p a.mini-link:hover,
.stopka-dane-kontaktowe p a.mini-link:focus {
color: #d0f0ff;
border: 1px solid #d0f0ff;
}

.stopka-dane-kontaktowe h6.miasto {
font-size: 25px;
line-height: 25px;

color: #d0f0ff;
margin: 10px 0;
text-transform: uppercase;
}

.stopka-kropki {
background: url('images/kropka_pionowo.png') repeat-y right;
}

/*IFRAME - FILM RWD
--------------------------------------------------*/

.film-box {
position: relative;
display: block;
margin: 20px auto;
max-width: 853px;
max-height: 480px;
overflow: hidden;
}

.film-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.film-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

/*TREŚĆ MARGINESY
--------------------------------------------------*/

.row-content-trio {
padding-top: 140px;
padding-bottom: 140px;
}

@media (max-width: 767px) {
.row-content-trio {
padding-top: 70px;
padding-bottom: 70px;
}
}

.row-content {
padding-top: 60px;
padding-bottom: 60px;
}

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

.no-padding {
padding: 0;
}

/*WIECEJ
--------------------------------------------------*/

a.wiecej:after {
font-family: 'FontAwesome', 'Roboto';
content: " \f054";
margin-left: 5px;
line-height: 100%;
}

a.wiecej {
background: #ef7f01;
color: #ffffff;
padding: 5px 10px;
margin: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.wiecej:hover {
background: #0068af; 
text-decoration: none;
}


/*ANIMACJA - BOX
--------------------------------------------------*/

.an-box-title {
	z-index: 2;
	margin-bottom: -50px;
}

.an-box-title h1,
.an-box-title span.h1 {
margin: 10px 0 5px 0;
font-family: 'Anton', Arial, Verdana, Helvetica, sans-serif;
font-weight: 400;
line-height: 110%;
font-size: 72px;
color: #ffffff;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(0, 102, 150, 0.9);
}

.an-box-title h2,
.an-box-title span.h2 {
margin: 10px 0 10px 0;
font-family: 'Anton', Arial, Verdana, Helvetica, sans-serif;
font-weight: 400;
line-height: 28px;
vertical-align: top;
font-size: 28px;
color: #ffffff;
text-shadow: 1px 1px 2px rgba(0, 102, 150, 0.9);
}


@media (min-width: 991px) and (max-width: 1200px){
.an-box-title h1,
.an-box-title span.h1 {
font-size: 60px;
}

.an-box-title h2, 
.an-box-title span.h2 {
font-size: 22px;
line-height: 22px;
}

}

@media (max-width: 479px) {
.an-box-title h1,
.an-box-title span.h1 {
font-size: 42px;
}

.an-box-title h2, 
.an-box-title span.h2 {
font-size: 18px;
line-height: 18px;
}

}


.an-box-news {
z-index: 3;
	
background: #ef7f01;
padding: 5px 10px 10px 10px;

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


.an-box-news h6 a {
color: #ffffff;
padding: 0;
margin: 0;
}

.an-box-news h6 a:hover, 
.an-box-news h6 a:focus {
color: #ace7ff;
text-decoration: none;
}

.an-box-news h6.news-link {
display: inline-block;
margin: 5px 0 5px 0;
}

.an-box-news h6.news-link a {
background: #40acdd;
color: #ffffff;
padding: 5px 10px;
margin: 0;

}

.an-box-news h6.news-link a:hover, 
.an-box-news h6.news-link a:focus {
color: #ffffff;
background: #0068af; 
text-decoration: none;
}


.an-box-news p a {
color: #ffffff;
}
.an-box-news p a:hover,
.an-box-news p a:focus {
color: #ace7ff;
}

a.single-news-link {
font-size: 12px;
padding: 2px 5px;
border: 2px solid #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.single-news-link:hover,
a.single-news-link:focus {
color: #ace7ff;
border-color: #ace7ff;
}

.an-box-news h1 {margin: 0;}


.an-box-news h1,
.an-box-news h2,
.an-box-news h3,
.an-box-news h4,
.an-box-news h5,
.an-box-news p {
color: #ffffff;
}





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

.text-table {
display: table; 
border-spacing: 0px;
border: 0;
padding: 0;
width: 100%;
top: 0;
bottom: 0;
}

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

.va-top {vertical-align: top;}
.va-middle {vertical-align: middle;}
.va-bottom {vertical-align: bottom;}


/* 
Pliki do pobrania
--------------------------------------------------*/

.pliki-do-pobrania {
margin: 10px 0 20px 0;
width: 100%;
float: left;
}

.pliki-do-pobrania a {
display: block;
margin: 5px 0;
width: 100%;

font-size: 18px;
line-height: 22px;
font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
font-weight: 400;

background: #40acdd;

color: #ffffff;
padding: 20px 20px;

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

}

.pliki-do-pobrania a:hover {color: #000000; background: #e8e8e8;}

.pliki-do-pobrania a:before {
font-family: 'FontAwesome', 'Roboto', Arial, Verdana, Helvetica, sans-serif;
}

.pliki-do-pobrania a:before {
display: inline-block;
font-size: 22px;
font-weight: normal;
line-height: 22px;
width: 20px;
margin-right: 10px;

}

.pliki-do-pobrania a:before {content: " \f019";}

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

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

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

/*BANERY STRONA STARTOWA
--------------------------------------------------*/

a.baner {
display: block;
padding: 10px 0 0 0;
height: 130px;
background-size: auto 100%;

margin: 0;
font-family: 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
font-weight: 700;
font-size: 18px;
color: #ffffff;

}

.baner-01 {
background: url('images/oferta_baner_01.jpg') no-repeat bottom left;
}

.baner-02 {
background: url('images/oferta_baner_02.jpg') no-repeat bottom left;
}

.baner-03 {
background: url('images/oferta_baner_03.jpg') no-repeat bottom left;
}

.baner-04 {
background: url('images/oferta_baner_04.jpg') no-repeat bottom left;
}

.baner-05 {
background: url('images/oferta_baner_05.jpg') no-repeat bottom left;
}

.baner-06 {
background: url('images/oferta_baner_06.jpg') no-repeat bottom left;
}

.baner-07 {
background: url('images/oferta_baner_07.jpg') no-repeat bottom left;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.baner-text {
  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;
}
a.baner:hover .baner-text, .baner:focus.baner-text, a.baner:active .baner-text {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.baner-text {
width: 100%;
text-align: center;

}


#banery-oferta .baner:hover {
text-decoration: none;
}

.border-xs {
border-left: 2px solid #ffffff;
border-right: 2px solid #40acdd;
}

@media (max-width: 767px) {

.baner-text {
font-size: 28px;
text-align: left;
padding: 50px 0 0 50%;
height: auto;
}

.border-xs {
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}

}

@media (max-width: 479px) {

.baner-text {
font-size: 20px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.border-sm-right {
border-right: 2px solid #ffffff;
}

.border-sm {
border-bottom: 2px solid #ffffff;
}
}

/* FLEX CONTENT
------------------------*/

.mm-flex-content.mm-banery-flex {
display: flex;
display: -ms-flexbox;

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

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

height: 140px;
border-left: 2px solid #fff;
}

.mm-flex-content.mm-banery-flex .mm-flex-content-box {
position: relative;
-ms-flex: 1 0 14.28%;
flex: 1 0 14.28%;
height: 140px;
padding: 0;
background-size: auto 100%;

border-right: 2px solid #fff;
}

@media (max-width: 1199px) {
	
.mm-flex-content.mm-banery-flex {
flex-wrap: wrap;
-ms-flex-wrap: wrap;
height: auto;
border-left: 2px solid #fff;
}
	
.mm-flex-content.mm-banery-flex .mm-flex-content-box {
position: relative;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
height: 140px;
padding: 0;
background-size: auto 100%;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}

.mm-flex-content.mm-banery-flex .mm-flex-content-box:last-child {
	border-bottom: 0;
}

}

@media (max-width: 767px) {
	
.mm-flex-content.mm-banery-flex {
flex-wrap: wrap;
-ms-flex-wrap: wrap;
height: auto;
border-left: 0;
border-right: 0;
}

.mm-flex-content.mm-banery-flex .mm-flex-content-box {
position: relative;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
height: 140px;
padding: 0;
background-size: contain;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 0;
border-top: 1px solid #fff;
}

.mm-flex-content.mm-banery-flex .mm-flex-content-box:first-child {
	border-top: 0;
}

}

.mm-flex-content-box.baner-01 {
background: url('images/oferta_baner_01.jpg') no-repeat bottom left;
}

.mm-flex-content-box.baner-02 {
background: url('images/oferta_baner_02.jpg') no-repeat bottom left;
}

.mm-flex-content-box.baner-03 {
background: url('images/oferta_baner_03.jpg') no-repeat bottom left;
}

.mm-flex-content-box.baner-04 {
background: url('images/oferta_baner_04.jpg') no-repeat bottom left;
}

.mm-flex-content-box.baner-05 {
background: url('images/oferta_baner_05.jpg') no-repeat bottom left;
}

.mm-flex-content-box.baner-06 {
background: url('images/oferta_baner_06.jpg') no-repeat bottom left;
}

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

.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,
span.wpcf7-radio {
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: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

padding: 10px 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

span.wpcf7-list-item {
position: relative;
}

span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label { 
 font-weight: bold;
 padding-left: 10px;
}

span.wpcf7-radio span.wpcf7-list-item label {
	padding: 0 5px;
}

.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;

background-color: #ffffff;

border: 1px solid #d2d2d2;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mc_input {
color: #000000;

background-color: #ffffff;

border: 1px solid #d2d2d2;

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

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.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;
}


.grecaptcha-badge { visibility: hidden; }

.wpcf7-spinner,
form.submitting .wpcf7-spinner {
visibility: hidden !important;
display: none !important;
}

#mm-google-info {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
}

#mm-google-info.mm-p-01 {
	text-align: justify;
}

@media (max-width: 991px) {
#mm-google-info.mm-p-01 {
	text-align: center;
}
}

#mm-google-info a {
	text-decoration: underline;
	color: #58595b;
}

#mm-google-info a:hover {
	text-decoration: underline;
	color: #000000;
}

#mm-pokaz-info-link {
	text-decoration: underline;
	color: #58595b;
	cursor: pointer;
}

#mm-pokaz-info-ukryty {
	display: none;
}

.mm-form-zgoda {
	padding: 10px;
	background: #f4f4f4;
}

.mm-form-zgoda-2 {
	padding: 10px;
	background: #ffffff;
}

#mm-google-info {
color: #000000;
text-align: left;
line-height: 18px;
font-size: 13px;
font-style: italic;
margin: 10px 0;
}

#mm-google-info a {
	text-decoration: underline;
	color: #000000;
}

#mm-google-info a:hover {
	text-decoration: underline;
	color: #58595b;
}

#mm-pokaz-info-link {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

#mm-pokaz-info-ukryty {
	display: none;
}


.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {

margin: 0;
padding: 5px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
cursor: pointer;
color: #000000;
text-align: left;
line-height: 18px;
font-size: 14px;
font-style: italic;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a {
	text-decoration: underline;
	color: #000000;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {

}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label:hover {
	color: #58595b;
}


/*DODATKOWE mm-btn-01
--------------------------------------------------*/

.mm-btn-01.disabled, .mm-btn-01:disabled,
.mm-btn-01.disabled:hover, .mm-btn-01:disabled:hover {
  color: #727272;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}

.mm-btn-01:not(:disabled):not(.disabled):active, .mm-btn-01:not(:disabled):not(.disabled).active,
.show > .mm-btn-01.dropdown-toggle {
  color: #fff;

}

.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(244, 244, 244, 0.5);
}








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

.scrollup {
width: 50px;
font-size: 40px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #fff;
position: fixed;
bottom: 110px;
right: 30px;
display: none;
background: rgba(1, 103, 175, 0.6);
padding: 2px 10px;
z-index: 10000;
}

.scrollup:focus,  
.scrollup:hover {
color: #cceeff;
}

/*COOCIES
--------------------------------------------------*/

.about-cookies.ukryj:before {
font-family: 'FontAwesome', 'Open Sans';
content: " \f00d";
float: left;
color: #dcdcdc;
margin-right: 5px;
font-size: 18px;
width: 20px;
line-height: 28px;
padding: 6px 3px;
}

.about-cookies.pokaz:before {
font-family: 'FontAwesome', 'Open Sans';
content: " \f05a";
float: left;
color: #dcdcdc;
margin-right: 5px;
font-size: 18px;
width: 20px;
line-height: 28px;
padding: 6px 3px;
}

.about-cookies {
height: 44px;
font-size: 14px;
line-height: 14px;
color: #ffffff;
opacity: 0.9;
position: fixed;
bottom: 10px;
left: 20px;
cursor: pointer;
background: #666666;
padding: 2px 10px;
z-index: 10000;
}

.information-about-cookies a,
.about-cookies a {
color: #ffffff;
text-decoration: underline;
}

.about-cookies-text {
float: left;
height: 28px;
padding: 6px 3px;
}

.information-about-cookies a:hover,
.about-cookies a:hover,
.about-cookies:hover,
.information-about-cookies a:focus,
.about-cookies a:focus,
.about-cookies:focus {
color: #dcdcdc;
}

.information-about-cookies {
cursor: default;
max-width: 720px;
font-size: 14px;
line-height: 14px;
font-weight: 300;
color: #ffffff;
opacity: 0.9;
position: fixed;
bottom: 54px;
left: 20px;
right: 20px;
background: #666666;
padding: 6px 10px;
z-index: 10000;
}



/*ANIMACJA
--------------------------------------------------*/

.cycle-slideshow.animacja-01 { 
display: block;
float: left;
max-height: 350px;
overflow: hidden;
position: relative;
margin: 0; 
background: white;
}

.cycle-slideshow.animacja-01 img {
left: 0;
bottom: 0;
padding: 0; 
border: 0; 
background-size: cover; 
position: relative;
}

.table-animacja {height: 370px;}

.table-animacja .text-cell {
text-align: center;
}

@media (max-width: 767px) {
.table-animacja {height: 320px;}
}

@media (max-width: 479px) {
.table-animacja {height: auto;}
}

.cycle-slideshow.animacja-02 { 
width: 100%;
height: 200px;
overflow: hidden;
position: relative;
padding: 0; 
}

.cycle-slideshow.animacja-02 div {
display: block;
height: 200px;
color: #ffffff;
font-size: 13px;

font-style: italic;
line-height: 150%;
position: relative;
padding: 20px; 
}

.cycle-slideshow.animacja-03 { 
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
padding: 0; 
}

.cycle-slideshow.animacja-03 div {
display: block;
height: 300px;
color: #000000;
font-size: 13px;
font-family: Georgia, "Times New Roman", serif;
font-weight: normal;
font-size: 18px;
line-height: 180%;
font-style: italic;
position: relative;
padding: 20px; 
}

@media (max-width: 1199px) {

.cycle-slideshow.animacja-02,
.cycle-slideshow.animacja-02 div {height: 250px;}

.cycle-slideshow.animacja-03,
.cycle-slideshow.animacja-03 div {height: 350px;}

}

@media (min-width: 480px) and (max-width: 991px) {

.cycle-slideshow.animacja-02,
.cycle-slideshow.animacja-02 div {height: 150px;}

.cycle-slideshow.animacja-03,
.cycle-slideshow.animacja-03 div {height: 250px;}

}

@media (max-width: 479px) {

.cycle-slideshow.animacja-01 { 
width: 100%;
height: auto;
width: auto;
}

.cycle-slideshow.animacja-01 img {

}

.cycle-slideshow.animacja-02,
.cycle-slideshow.animacja-02 div {height: 180px;}

.cycle-slideshow.animacja-03,
.cycle-slideshow.animacja-03 div {height: 400px;}

}

/*MODAL
--------------------------------------------------*/

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.mm-modal-close {
position: absolute;
top: 0px;
right: 0px;
font-size: 40px;
line-height: 40px;
vertical-align: top;
height: 40px;
width: 40px;


}

.mm-modal-close {
  font-weight: bold;
  line-height: 1;
  color: #fff;

}

button.mm-modal-close {
  -webkit-appearance: none;
padding: 0;
  cursor: pointer;
	background: #40acdd;
  border: 0;
}

.mm-modal-close:hover,
.mm-modal-close:focus {
  background: #ef7f01;
  text-decoration: none;
  cursor: pointer;

}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 50px 30px;
}
.modal-footer {
  padding: 0px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*  width: 760px; */
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
			
			min-height: 200px;
			
			
  }
  .modal-sm {
    width: 300px;
  }
}

/*  width: 990px; */
@media (min-width: 992px) {
  .modal-lg {

	width: 600px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 767px;
    margin: 30px auto;
  }
}

/*facebook - okno
--------------------------------------------------*/

.face-slider {
position: fixed;

z-index: 1200;
margin: 0;
padding: 0;
}

.face-slider.box-01 {
top: 50px;
right: -204px;
}

.face-slider.box-02 {
top: 110px;
right: -204px;
}

.face-slider.box-03 {
top: 170px;
right: -204px;
}

.face-slider .tab {
cursor: pointer;
padding: 2px 4px 2px 0px;
width: 56px;
height: 50px;
position: relative;
float: left;
text-align: center;
color: #ef8000;
font-size: 40px;
line-height: 50px;
background: #f7f6f1;
}

.tab.box-01,
.tab.box-02,
.tab.box-03 {
font-size: 40px;
}

.face-slider .tab:hover {
color: #747474;	
}

.face-code {
padding: 0;
margin: 0;
float: left;
width: 204px;
background: #fff;
}

.face-slider.box-01 .face-code, 
.face-slider.box-02 .face-code, 
.face-slider.box-03 .face-code {
width: 204px;
min-height: 50px;
}

.mm-fb-link-btn {
cursor: pointer;
padding: 0;
position: relative;
display: block;
text-align: center;
color: #969696;
font-size: 18px;
line-height: 46px;
background: #ffffff;
width: 100%;
height: 46px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.mm-fb-link-btn:hover {
color: #747474;	
}

.mm-fb-link-btn .fa-external-link {
	font-size: 14px;
	margin-left: 5px;
}

.mobile-social-media-links {
	
}

.mobile-social-media-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
	
	padding: 20px 0;
    }
	
.mobile-social-media-link {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
	
	text-align: center;
	padding: 10px 20px;
    }
	
.mobile-social-media-link a {
	color: #ef8000;
	font-size: 40px;
	line-height: 40px;
    }
	
.mobile-social-media-link a:hover,
.mobile-social-media-link a:focus {
color: #019de0;
}
	

/*RECAPTCHA
--------------------------------------------------*/

@media (min-width: 768px) {
.grecaptcha-badge { 
    top:0px !important; 
}
}

/*STOPKA
--------------------------------------------------*/

.tekst-logo-stopka {padding: 20px 5px 0 5px;}
.tekst-logo-stopka  p {font-size: 12px;}
.link-logo-stopka {padding: 0 5px 20px 5px;}


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

#caption {
float: left;
width: 100%;
margin-top: 40px;
padding: 20px 0 40px 0;
}

#caption p.prawa, 
#caption p.autor {margin: 0; padding: 0;}

#caption p,
#caption p a {
margin: 0; 
padding: 0;
font-size: 12px;


color: #ffffff;
text-decoration: none;
}

#caption p a:hover {


color: #e1f5ff;
}

/*RESPONSIVECSS
--------------------------------------------------*/
/*
@screen-xs 480px
@screen-sm 768px
@screen-md 992px
@screen-lg 1200px
*/

/* do 480px
--------------------------------------------------*/
@media (max-width: 480px) {

} 



/* do 768px
--------------------------------------------------*/
@media (max-width: 767px) {

#caption p.prawa {float: none; text-align: center; margin: 0; padding: 0;}
#caption p.autor {float: none; text-align: center; margin: 20px 0 0 0; padding: 0;}

}

/* od 768px
--------------------------------------------------*/
@media (min-width: 768px) {

/*NAWIGACJA
--------------------------------------------------*/
.navbar-brand {display: none !important;}

/*PODPIS
--------------------------------------------------*/
#caption p.prawa {float: left; text-align: left; margin: 0; padding: 0;}
#caption p.autor {float: right; text-align: right; margin: 0; padding: 0;}

}

/* od 481px do 768px
--------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {


} 

/* od 469px do 1199px
--------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1199px) {


} 

/* do 1200px
--------------------------------------------------*/
@media (min-width: 1200px) {


} 

