@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Enriqueta:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Anton&subset=latin-ext');

@font-face {
	font-family: 'rsb';
	src: url('../fonts/rsb.eot');
	src: url('../fonts/rsb.eot?#iefix') format('embedded-opentype'),
		url('../fonts/rsb.woff') format('woff'),
		url('../fonts/rsb.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'didot';
	src: url('../fonts/didot.eot');
	src: url('../fonts/didot.eot?#iefix') format('embedded-opentype'),
		url('../fonts/didot.woff') format('woff'),
		url('../fonts/didot.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
margin: 0;
padding: 0;
background: url(../img/bg.png) center center repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 28px;
color: #2B6CA3;
font-weight: 400;
      min-width: 100%;
      min-height: 100%;
      display: block;
}

img {
  display: block;
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

    a:hover {
      text-decoration: none;
      outline: none;
      color: #000;
      text-decoration: underline;
    }

    a:link {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    a:focus {
      outline: none;
    }

form, fieldset, img {
  border: none;
  margin:0;
  padding: 0;
}

.topOver {
width: 100%;
background: rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
margin-bottom: 20px;
}

.top {
margin: 0 auto;
padding: 0;
width: 1170px;
position: relative;
left: 0;
right: 0;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 181px;
}

    .top h1 {
      margin: 0;
      padding: 45px 0;
      display: inline;
      float: left;
    }

        .top h1 a {
          display: block;
        }

        .top h1 img {
          margin: 0;
          padding: 0;
          display: block;
        }

    .top .menu {
      margin: 18px 0 0 0;
      padding: 0;
      width: 34px;
      cursor: pointer;
      text-align: right;
      position: absolute;
      right: 0;
      display: none;
    }

        .top .menu img {
          display: block;
        }
        
    .top .fb {
    margin: 89px 124px 0 0;
    background: url(../img/svg/facebook.svg) center center no-repeat #2B6CA3;
    width: 30px;
    height: 30px;
    float: right;
    }

.menuLista {
  margin: 0 auto;
  position: absolute;
  top: 134px;
  left: 50%;
  z-index: 21;
  margin-left: -160px;
  text-align: right;
}

    .menuLista ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: none;
      display: inline;
      float: right;
      width: 650px;
      text-align: right;
    }

        .menuLista ul li {
          margin: 0;
          padding: 0;
          display: inline-block;
          position: relative;
        }

            .menuLista ul li a {
              margin: 0;
              padding: 0 12px;
              font-size: 16px;
              line-height: 34px;
              display: block;
              cursor: pointer;
              color: #2B6CA3;
	          border-top: 3px #2B6CA3 solid;
	          border-bottom: 3px #2B6CA3 solid;
              -webkit-transition: all 200ms linear;
              -moz-transition: all 200ms linear;
              -o-transition: all 200ms linear;
              -ms-transition: all 200ms linear;
              transition: all 200ms linear;
            }

            .menuLista ul li a:hover {
              text-decoration: none;
              background: #2B6CA3;
              color: #fff;
            }

            .menuLista ul li a.wybrana {
              text-decoration: none;
              color: #fff;
              background: #2B6CA3;
            }
            
	            .menuLista ul li a.wybrana:hover {
	              color: #fff;
	            }            

            .menuLista ul li:hover > a {
              background: #2B6CA3;
              color: #fff;
            }

            .menuLista ul li ul {
              margin: 0;
              padding: 0;
              display: none;
              float: left;
              left: 0;
              position: absolute;
              top: 40px;
              z-index: 8;
              width: 100%;
              text-align: left;
            }

            .menuLista ul li ul li {
              margin: 0;
              padding: 0;
              display: block;
              height: auto;
              width: 250px;
              text-align: center;
              background: #fff;
            }

                .menuLista ul li ul li a {
                margin: 0;
                padding: 0;
                display: block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                border: 0;
                text-align: center;
                line-height: 38px;
                -webkit-transition: background-color 200ms linear;
                -moz-transition: background-color 200ms linear;
                -o-transition: background-color 200ms linear;
                -ms-transition: background-color 200ms linear;
                transition: background-color 200ms linear;
                }

                    .menuLista ul li ul li a:hover {
                      background: #2B6CA3;
                      color: #fff;
                    }

                    .menuLista ul li ul li a.wybrana {
                      text-decoration: none;
                    }

            .menuLista ul li:hover > ul {
              display: block;
            }

.menuShow {
position: absolute;
width: 40px;
height: 29px;
background: url(../img/menu.png) center center no-repeat;
background-size: 40px auto;
z-index: 101;
display: none;
left: 50%;
margin-left: 334px;
top: 36px;
cursor: pointer;
transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
}

    .menuShow:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
    }

    .menuShowOn {
      position: fixed;
    }

.slider {
margin: 0 auto;
margin-top: 30px;
margin-bottom: 80px;
text-align: center;
overflow: none;
width: 920px;
height: 520px;
position: relative;
-webkit-box-shadow: 0px 0px 60px 20px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 60px 20px rgba(255,255,255,1);
box-shadow: 0px 0px 60px 20px rgba(255,255,255,1);
}

    .slider ul.zdjecia {
      margin: 0 auto;
      padding: 0;
      width: 920px;
      height: 520px;
      position: relative;
      list-style: none;
    }

        .slider ul.zdjecia li {
          margin: 0 auto;
          padding: 0;
	      width: 920px;
	      height: 520px;
          position: absolute;
          top: 0;
          left: 0;
          display: none;
        }
        
	        .slider ul.zdjecia li img {
	          width: 920px;
	          height: 520px;
	        }

        .slider ul.zdjecia li:first-of-type {
          display: block;
        }

	.slider ul.dzialy {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 920px;
	}
	
		.slider ul.dzialy li {
		margin: 0;
		padding: 0;
		float: left;
		border-right: 8px #fff solid;
		width: 224px;
		height: 520px;
		position: relative;
		}

			.slider ul.dzialy li:last-of-type {
			border-right: 0;
			}
			
			.slider ul.dzialy li div {
			margin: 0 auto;
			background: rgba(255, 255, 255, 0.50);
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			width: 214px;
			height: 130px;
			bottom: 20px;
			position: absolute;
			left: 5px;
			border: 4px #fff solid;
			display: table;
			-webkit-transition: background-color 200ms linear;
			-moz-transition: background-color 200ms linear;
			-o-transition: background-color 200ms linear;
			-ms-transition: background-color 200ms linear;
			transition: background-color 200ms linear;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			}
			
					.slider ul.dzialy li div:hover {
					background: none;
					}
			
				.slider ul.dzialy li div a {
				padding: 5px;
				height: 100px;
				display: table-cell;
				vertical-align: middle;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				box-sizing: border-box;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				color: #2B6CA3;
				-webkit-transition: color 200ms linear;
				-moz-transition: color 200ms linear;
				-o-transition: color 200ms linear;
				-ms-transition: color 200ms linear;
				transition: color 200ms linear;
				font-family: reklame_script_regular_demoRg;
				font-size: 28px;
				font-family: 'rsb';
                letter-spacing: -1px;
                line-height: 24px !important;
				}
				
					.slider ul.dzialy li div a:hover {
					color: #3D9BE9;
					text-decoration: none;
					}

.tloBg {
margin: 0 auto;
padding: 10px;
border: 1px #DFDFDF solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 940px;
background: #fff;
position: relative;
}

    .tloBg div {
    position: absolute;
    color: #585551;
    right: 70px;
    top: 130px;
    font-size: 26px;
    }


.coverBg {
text-align: center;
width: 100%;
height: 700px;
overflow: hidden;
text-align: center;
position: relative;

background-repeat: no-repeat;
background-attachment: fixed;
background: url('../upload/strony_tlo/default.jpg') center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../upload/strony_tlo/default.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../upload/strony_tlo/default.jpg', sizingMethod='scale')";
}

	.coverBg .naglowek {
	margin: 0 auto;
	margin-top: 180px;
	background: rgba(255, 255, 255, 0.65);
	border: 10px #fff solid;
	transform: rotate(-45deg);
	width: 300px;
	height: 300px;
	}

	.coverBg h1 {
	margin: 0;
	padding: 76px 0 0 0;
	line-height: 40px;
	color: #2B6CA3;
	font-size: 38px;
    font-family: 'rsb';
	text-transform: uppercase;
	position: absolute;
	top: 260px;
	text-align: center;
	left: 50%;
	width: 380px;
	margin-left: -200px;
	background: url(../img/h2-ryba.png) top center no-repeat;
    letter-spacing: -1px;
    font-weight: normal;
	}

.coverBgDzial {
  margin-top: 100px;
  min-height: 100vh;
  clear: both;
}

.tresc {
margin: 0 auto;
margin-top: 70px;
width: 920px;
text-align: justify;
font-family: 'Enriqueta', serif;
font-size: 19px;
color: #000;
}

    .tresc strong {
      font-weight: 700;
    }

    .tresc b {
    font-weight: 700;
    }

	.tresc h2 {
	margin-top: 70px;
	margin-bottom: 50px;
	padding: 25px 0 25px;
	line-height: 40px;
	color: #002E5D;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	
	color: #002E5D;
	font-size: 38px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
    font-weight: normal;
	}
	
	.tresc h2:first-of-type {
	margin-top: 0;
	}

        .tresc h2 span {
        	padding: 25px 0 25px;
        }

		.tresc h2.fale span {
		padding-left: 126px;
		background: url(../img/h2-fale.png) left center no-repeat;
		}

		.tresc h2.transport span {
		padding-left: 120px;
		background: url(../img/h2-transport.png) left center no-repeat;
		}

		.tresc h2.kotwica span {
		padding-left: 100px;
		background: url(../img/h2-kotwica.png) left center no-repeat;
		}

		.tresc h2.certyfikat span {
		padding-left: 86px;
		background: url(../img/h2-certyfikat.png) left center no-repeat;
		}

		.tresc h2.ryba span {
		padding-left: 128px;
		background: url(../img/h2-ryba.png) left center no-repeat;
		}

		.tresc h2.gastro span {
		padding-left: 128px;
		background: url(../img/h2-gastro.png) left center no-repeat;
		}

		.tresc h2.cennik span {
		padding-left: 93px;
		background: url(../img/h2-cennik.png) left center no-repeat;
		}

		.tresc h2 span {
		display: inline-block;	
		}
	
	.tresc ul.border {
	border-left: 10px #002E5D solid;
    color: #000;
	}

		.tresc ul.border li {
		margin-bottom: 20px;
		}
		
		.tresc ul.border li:last-of-type {
		margin-bottom: 0
		}				
	
	.tresc .jakosc {
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/jakosc-obrazek.jpg);
	width: 726px;
	height: 483px;
	border: 10px #002E5D solid;
	position: relative;
    font-size: 16px;
    color: #002E5D;
	}
	
		.tresc .jakosc p {
		margin: 0 auto;
		margin-top: 0;
		background: rgba(255, 255, 255, 0.90);
		width: 646px;
		padding: 10px 20px;
		text-align: center;
		position: absolute;
		top: 20px;
		left: 20px;
		text-align: left;
		}	

			.tresc .jakosc p img {
			margin: 0 auto;
			text-align: center;
			display: block;
			float: left;
			}		
			
			.tresc .jakosc p span {
			padding: 18px 0 0 0;
			float: right;
			width: 530px;
			}

	.tresc .podzial {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
    width: 100% !important;
	}
	
		.tresc .podzial tr {
		margin: 0;
		padding: 0;
		}
		
			.tresc .podzial tr td {
			margin: 0;
			padding: 20px 0;
			width: 50%;
			text-align: center;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			}

                .tresc .podzial tr td:first-of-type {
                  padding-right: 20px;
                }

                .tresc .podzial tr td:last-of-type {
                  padding-left: 20px;
                }

				.tresc .podzial tr td h2 {
                margin: 0;
                padding: 0 0 20px 0;
                line-height: 20px;
				}

				.tresc .podzial tr td img {
				margin: 0 auto;
				text-align: center;
				display: block;
				width: auto;
				height: auto;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
				}
								
				.tresc .podzial tr td img.radius {
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;					
				}									
				
				.tresc .podzial tr td img.border {
				border: 10px #002E5D solid;						
				}
				
	.tresc .cennik {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}		

		.tresc .cennik tr {
		margin: 0;
		padding: 0;
		}		
	
			.tresc .cennik tr td {
			margin: 0;
			padding: 20px;
			width: 50%;
			text-align: justify;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
            vertical-align: top;
			}	
			
			.tresc .cennik tr td:first-of-type {
			padding-right: 40px;
			border-right: 5px #002E5D solid;		
			}
			
			.tresc .cennik tr td:last-of-type {
			padding-left: 40px;
			border-left: 5px #002E5D solid;
			}	

	.tresc .klasyfikacja {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border: 1px #002E5D solid;
	}

        .tresc .klasyfikacja thead tr th {
        margin: 0;
        padding: 10px 15px;
        width: 20%;
        text-align: justify;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        }

		.tresc .klasyfikacja thead tr:first-of-type th {
		background: #002E5D;
		text-align: center;
		color: #fff;
		}

		.tresc .klasyfikacja tbody tr {
		margin: 0;
		padding: 0;
		background: #fafafa;
		}	
		
		.tresc .klasyfikacja tbody tr:nth-child(odd) {
		background: #fff;
		}
	
			.tresc .klasyfikacja tbody tr td {
			margin: 0;
			padding: 10px 15px;
			width: 20%;
			text-align: justify;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;		
			text-align: center;
			}

			.tresc .klasyfikacja tbody tr td:first-of-type {
			text-align: left;
			}
			
			.tresc .cennik tr td:first-of-type {
			padding-right: 40px;
			border-right: 5px #002E5D solid;		
			}
			
			.tresc .cennik tr td:last-of-type {
			padding-left: 40px;
			border-left: 5px #002E5D solid;		
			}			
			
	.tresc h3 {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 32px;
	color: #002E5D;
	font-weight: 700;
	text-align: left;

	color: #002E5D;
	font-size: 28px;
	font-family: 'rsb';
	text-transform: uppercase;
	}

	.tresc .kawa {
	margin: 0 auto;
	margin-top: 100px;
	padding-top: 5px;
	padding-left: 140px;
	background: url(../img/h2-kawa.png) left 8px center no-repeat;
	min-height: 100px;
	width: 600px;
	}

	.tresc .biesiada {
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 5px;
	padding-left: 140px;
	background: url(../img/h2-biesiada.png) left 14px center no-repeat;
	min-height: 100px;
	width: 600px;
	}

	.tresc .stol {
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 5px;
	padding-left: 140px;
	background: url(../img/h2-stol.png) left 0 center no-repeat;
	min-height: 100px;
	width: 600px;
	}
	
	.tresc .telefon {
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 5px;	
	padding-left: 140px;
	background: url(../img/h2-telefon.png) left 2px center no-repeat;
	min-height: 100px;
	width: 600px;	
	}

    .tresc .kontakt {
      overflow: hidden;
    }

        .tresc .kontakt .tekst {
          float: right;
          width: 300px;
        }

        .tresc .kontakt .formularz {
        margin: 0 auto;
        margin-top: 80px;
        width: 620px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        }

            .tresc .kontakt .formularz .field {
              width: 50%;
              float: left;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
            }

            .tresc .kontakt .formularz form, .formularz fieldset {
              border: none;
              margin:0;
              padding: 0;
            }

            .tresc .kontakt .formularz input[type=text],
            .tresc .kontakt .formularz input[type=email],
            .tresc .kontakt .formularz input[type=submit],
            .tresc .kontakt .formularz textarea {
              -webkit-appearance: none;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              font-family: 'Enriqueta', serif;
              font-size: 16px;
              color: #000;
              background: #fff !important;
              border: 0;
              width: 100%;
              display: block;
              margin: 0 0 6px 0;
              padding: 10px 10px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              color: #000;
              border: 1px #DFDFDF solid;
              height: 44px;
            }

            .tresc .kontakt .formularz textarea {
            margin: 0 !important;
              height: 144px;
                  resize: vertical;
            }

            .tresc .kontakt .formularz .field {
            width: 307px;
            }

            .tresc .kontakt .formularz .field:nth-child(2) {
            float: right;
            }

            .tresc .kontakt .formularz .potwierdzenie {
              font-size: 24px;
              text-align: center;
            }

            .tresc .kontakt .formularz .potwierdzenie-opis {
              text-align: center;
            }

            .tresc .kontakt .formularz .submit {
              margin: 0 auto;
              clear: both;
              position: relative;
              float: right;
            }

            .tresc .kontakt .formularz .submit input[type=submit] {
              margin: 0;
              padding: 0 20px;
              width: 100%;
              text-align: center;
              height: 40px;
              line-height: 40px;
              text-align: center;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              cursor: pointer;
              color: #fff;
              background: #2B6CA3 !important;
              border: 0;
            }

    .tresc .mapa {
      margin-top: 50px;
    }

.przepisy {
margin: 0 auto;
width: 920px;
overflow: hidden;
}

    .przepisy ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    }

    .przepisy ul li {
    width: 50%;
    height: 460px;
    float: left;
    background: #FCF8ED;
    overflow: hidden;
    }

        .przepisy ul li .zdjecie {
        width: 50%;
        float: left;
        height: 100%;
        }

        .przepisy ul li .opis {
        padding: 0;
        width: 50%;
        float: right;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        }

            .przepisy ul li .opis .nazwa {
            padding: 100px 20px 0 20px;
            color: #002E5D;
            font-size: 24px;
            line-height: 32px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            }

                .przepisy ul li .opis .nazwa span {
              	font-family: 'Kalam', cursive;
                font-size: 40px;
                }

            .przepisy ul li .opis .zobacz {
            width: 100%;
            position: absolute;
            bottom: 50px;
            text-align: center;
            font-size: 14px;
            }

                .przepisy ul li .opis .zobacz a {
                  color: #002E5D;
                  font-family: 'Open Sans', sans-serif;
                  font-weight: 400;
                }


    .przepisy ul li:first-of-type {
    width: 100%;
    float: left;
    background: #FCF4ED;
    }

        .przepisy ul li:nth-child(4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(4n+3) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+3) .zdjecie {
        float: right;
        }

        .przepisy ul li .opis {
        padding: 0;
        width: 50%;
        float: right;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        }

::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

.aktualnosci {
  overflow: hidden;
}

.aktualnosci .wiadomoscOver {
margin-bottom: 20px;
width: 100%;
/*
background: url(../img/w_5.png) center center repeat;
*/
overflow: hidden;
clear: both;
display: block;
}

/*
.aktualnosci .wiadomoscOver:nth-child(5n+1) {
background: url(../img/w_5.png) center center repeat;
}

.aktualnosci .wiadomoscOver:nth-child(5n+2) {
background: url(../img/w_1.png) center center repeat;
}

.aktualnosci .wiadomoscOver:nth-child(5n+3) {
background: url(../img/w_3.png) center center repeat;
}

.aktualnosci .wiadomoscOver:nth-child(5n+4) {
background: url(../img/w_4.png) center center repeat;
}

.aktualnosci .wiadomoscOver:nth-child(5n+5) {
background: url(../img/w_2.png) center center repeat;
}
*/

.wiadomosc {
margin: 0 auto;
min-height: 400px;
display: table;

/*
width: calc(50% + 140px);
*/
width: 980px;
}

    .wiadomosc .informacje {
      background: #002E5D;
      display: table-cell;
      vertical-align: middle;
      width: 250px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 20px;
    }

        .wiadomosc .informacje h2 {
        margin: 0;
        padding: 0 0 40px 0;
        font-weight: normal;
        color: #fff;
    	font-size: 32px;
    	font-family: 'didot';
        line-height: 40px;
        font-style: italic;
        }

        .wiadomosc .informacje p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        }

        .wiadomosc .informacje a {
        margin: 40px 0 0 0;
        padding: 0 20px 0 0;
        float: right;
        width: 135px;
        height: 40px;
        text-align: center;
        background: url(../img/wiecej.png) center center no-repeat;
        color: #fff;
        font-size: 12px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        }

    .wiadomosc .zdjecie {
      background: #fff;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      overflow: hidden;
    }

        .wiadomosc .zdjecie img {
        width: 730px !important;
        height: 400px !important;
        position: absolute;
        top: 0;
        left: 0;
        }

.wiadomoscWybrana {
margin: 0 auto;
width: 980px;
overflow: hidden;
display: table;
}

    .wiadomoscWybrana .zdjecie {
      width: 610px;
      display: table-cell;
      vertical-align: middle;
    }

        .wiadomoscWybrana .zdjecie img {
          max-width: 100%;
          height: auto;
        }

    .wiadomoscWybrana .opis {
      width: 340px;
      font-size: 14px;
      line-height: 22px;
      color: #000;
      display: table-cell;
      vertical-align: middle;
      padding: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.75);
    }

        .wiadomoscWybrana .opis h3 {
        margin: 0 auto;
        text-align: center;
        padding: 30px 0 30px 0;
        font-weight: normal;
    	font-size: 42px;
    	font-family: 'didot';
        line-height: 40px;
        font-style: italic;
        color: #002E5D;
        font-weight: bold;
        }

        .wiadomoscWybrana .wroc {
        text-align: left;
        margin-top: 40px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        }

            .wiadomoscWybrana .wroc a {
            color: #002E5D;
            }

            .wiadomoscWybrana .wiecej {
              margin: 0 auto;
              margin-top: 30px;
              padding: 0 20px;
              text-align: center;
              height: 40px;
              line-height: 40px;
              text-align: center;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box;
              cursor: pointer;
              color: #fff;
              background: #2B6CA3 !important;
              border: 0;
              display: block;
              width: 360px;
            }

            .wiadomoscWybrana .wiecej a {
              color: #fff;
            }

.galeria-zdjec {
margin: 0 auto;
margin-top: 80px;
text-align: center;
overflow: hidden;
width: 920px;
margin: 0 auto;
}

.galeria-zdjec ul {
margin: 0;
padding: 0;
width: 920px;
list-style: none;
}

    .galeria-zdjec ul li {
    margin: 0;
    padding: 0;
    width: 184px;
    height: 146px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    }

        .galeria-zdjec ul li img {
        width: 184px;
        height: 146px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px #002E5D solid;
        display: block;
        }

        .galeria-zdjec ul li div {
		margin: 0 auto;
		padding: 0;
		position: absolute;

        top: 0;
        left: 0;

	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;

        background: url(../img/svg/lupka-48w.svg) center center no-repeat rgba(255, 255, 255, 0.80);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        }

        .galeria-zdjec ul li a {
		width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        }

.powrot {
margin: 0 auto;
width: 920px;
text-align: left;
margin-top: 40px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

    .powrot a {
    color: #002E5D;
    }

.galeria-zdjec-big {
margin: 0 auto;
margin-top: 80px;
text-align: center;
overflow: hidden;
}

.galeria-zdjec-big ul {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

    .galeria-zdjec-big ul li {
    width: 25%;
    height: auto;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }

        .galeria-zdjec-big ul li img {
		width: 100%;
        border: 1px #fff solid;
        }

        .galeria-zdjec-big ul li div {
		margin: 0 auto;
		padding: 0;
		position: absolute;

        top: 0;
        left: 0;

	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;

        background: url(../img/svg/lupka-48w.svg) center center no-repeat rgba(255, 255, 255, 0.80);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        }

        .galeria-zdjec-big ul li a {
		width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        }

.galerie {
margin: 0 auto;
width: 920px;
display: block;
}

    .galerie .album {
    float: left;
    width: 50%;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }

        .galerie .album .zdjecie {
        position: relative;
        }

            .galerie .album .zdjecie div {
    		margin: 0 auto;
    		padding: 0;
    		position: absolute;

            top: 0;
            left: 0;

    	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	    filter: alpha(opacity=0);
    	    -moz-opacity: 0;
    	    -khtml-opacity: 0;
    	    opacity: 0;

            background: url(../img/svg/lupka-48w.svg) center center no-repeat rgba(255, 255, 255, 0.80);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            }

            .galerie .album .zdjecie a {
    		width: 100%;
    	    height: 100%;
    	    position: absolute;
    	    top: 0;
    	    left: 0;
    	    width: 100%;
    	    height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 2;
            }

        .galerie .album .nazwa {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px #DFDFDF solid;
        border-right: 1px #DFDFDF solid;
        border-bottom: 1px #DFDFDF solid;
        }

            .galerie .album .nazwa a {
            padding: 18px 20px 15px 20px;
            line-height: 24px;
            font-size: 18px;
            color: #000;
            background: #FCF4ED;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            }

                .galerie .album .nazwa a:hover {
                text-decoration: none;
                }

.firma {
margin: 0 auto;
margin-top: 80px;
padding: 0 0 40px 0;
text-align: center;
clear: both;
width: 600px;
color: #3D9BE9;
overflow: hidden;
font-size: 14px;
line-height: 20px;
font-family: 'Enriqueta', serif;
}

	.firma a {
	color: #3D9BE9;
	}

	.firma .lewo {
	float: left;
	width: 220px;
	text-align: center;
	}

	.firma .prawo {
	float: right;
	width: 220px;
	text-align: center;
	}
	
	.youtube {
	margin: 0 auto;
	}

@media screen and (max-width:1230px) {

.top {
width: 980px;
}

    .top .fb {
    margin: 89px 29px 0 0;
    }
}

@media screen and (max-width:1023px) {
.top {
width: 748px;
height: 121px;
}

    .top h1 {
      padding: 20px 0;
    }

    .top .fb {
    margin: 36px 60px 0 0;
    }

.menuLista {
  margin: 0 auto;
  padding: 0;
  position: relative !important;
  left: 0;
  text-align: left;
  width: 100%;
  margin-left: 0;
  z-index: 101;
  height: auto;
  background: #fff !important;
  top: 0 !important;
  display: none;
}

    .menuLista ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    background: #fff !important;
    }

        .menuLista ul li {
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        position: relative !important;
        min-height: auto !important;
        text-align: center !important;
        background: none !important;
        background: #fff !important;
        line-height: 60px !important;
        }

            .menuLista ul li a {
            padding: 0 !important;
            margin: 0 !important;
            color: black !important;
            font-size: 16px;
            line-height: 60px !important;
            text-align: center;
            display: block !important;
            border: 0 !important;
            border-bottom: 1px #2B6CA3 solid !important;
            font-weight: bold !important;
            }

            .menuLista ul li a.wybrana {
            background: #fafafa !important;
            }

            .menuLista ul li a:hover {
            background: #fafafa !important;
            }

            .menuLista ul li ul {
            margin: 0 !important;
            padding: 0 !important;
            float: left !important;
            left: 0 !important;
            position: relative !important;
            top: 0 !important;
            text-align: center !important;
			overflow: hidden !important;
			max-height: none !important;
            width: 100% !important;
            display: block !important;
            }

            .menuLista ul li ul li {
            margin: 0 !important;
            padding: 0 !important;
            line-height: 50px !important;
            height: 50px !important;
            min-height: 50px !important;
            width: 100%;
            display: block;
            }

                .menuLista ul li ul li a {
                  margin: 0 !important;
                  padding: 0 !important;
                  text-align: center !important;
                  display: block !important;
                  color: #000 !important;
                  border-bottom: 1px red solid;
                  border-left: none !important;
                  border-right: none !important;
                  line-height: 49px !important;
                  width: 100%;
                  display: block;
                  border-bottom: 1px #f1f1f1 solid !important;
                  font-weight: normal !important;
                }

                .menuLista ul li ul li a:hover {
                  background: #fafafa !important;
                }

            .menuLista ul li:hover > a {
              background: #fff;
              color: #000;
            }

.menuShow {
display: block;
}

.slider {
width: 748px;
height: 423px;
}

    .slider ul.zdjecia {
      width: 748px;
      height: 423px;
    }

        .slider ul.zdjecia li {
	      width: 748px;
	      height: 423px;
        }

	        .slider ul.zdjecia li img {
	          width: 748px;
	          height: 423px;
	        }

	.slider ul.dzialy {
	width: 748px;
	}

		.slider ul.dzialy li {
		width: 181px;
		height: 423px;
		}

			.slider ul.dzialy li div {
			width: 171px;
			height: 130px;
            /*
			bottom: 20px;
			left: 5px;
			border: 4px #fff solid;
            */
			}

                /*
				.slider ul.dzialy li div a {
				padding: 5px;
				height: 100px;
				display: table-cell;
				vertical-align: middle;
				color: #2B6CA3;
				font-size: 28px;
                letter-spacing: -1px;
                line-height: 24px !important;
				}
                */

.tloBg {
width: 748px;
}

    .tloBg div {
    /*
    right: 70px;
    */
    top: 110px;
    /*
    font-size: 26px;
    */
    }

    .tloBg img {
      width: 726px;
      height: 225px;
    }

.coverBg {
/*
width: 100%;
height: 700px;
*/
}

	.coverBg .naglowek {
    /*
	margin-top: 180px;
	border: 10px #fff solid;
	transform: rotate(-45deg);
	width: 300px;
	height: 300px;
    */
	}

	.coverBg h1 {
    /*
	padding: 76px 0 0 0;
	line-height: 40px;
	font-size: 38px;
	top: 260px;
	left: 50%;
	width: 380px;
	margin-left: -200px;
    */
	}

/*
.coverBgDzial {
  margin-top: 100px;
  min-height: 100vh;
  clear: both;
} */

.tresc {
width: 748px;
/*
margin-top: 70px;
text-align: justify;
font-size: 19px;
*/
}

	.tresc h2 {
    /*
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 90px;
	font-weight: 700;
	font-size: 38px;
    */
	}

	.tresc ul.border {
    /*
	border-left: 10px #002E5D solid;
    */
	}

	.tresc .jakosc {
    /*
	width: 726px;
	height: 483px;
	border: 10px #002E5D solid;
    font-size: 16px;
    */
	}

		.tresc .jakosc p {
        /*
		width: 646px;
		padding: 10px 20px;
		top: 20px;
		left: 20px;
        */
		}

			.tresc .jakosc p span {
            /*
			padding: 18px 0 0 0;
			width: 530px;
            */
			}

			.tresc .podzial tr td {
            /*
			padding: 20px ;
			width: 50%;
            */
			}

				.tresc .podzial tr td h2 {
                /*
                line-height: 40px;
                */
				}

                .tresc .podzial tr td img {
                max-width: 100%;
                height: auto !important;
                }

				.tresc .podzial tr td img.border {
                /*
				border: 10px #002E5D solid;
                */
				}

			.tresc .cennik tr td {
            /*
			padding: 20px;
			width: 50%;
            */
			}

			.tresc .cennik tr td:first-of-type {
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

			.tresc .klasyfikacja tr td {
			margin: 0;
            /*
			padding: 10px 15px;
			width: 20%;
            */
			}

			.tresc .cennik tr td:first-of-type {
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

	.tresc h3 {
    /*
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 32px;
	font-size: 28px;
    */
	}

    .tresc .kontakt {
    }

        .tresc .kontakt table tr td:nth-child(1) {
        width: 35% !important;
        }

        .tresc .kontakt table tr td:nth-child(2) {
        width: 30% !important;
        }

        .tresc .kontakt table tr td:nth-child(3) {
        width: 35% !important;
        }

            .tresc .kontakt table tr td img {
            max-width: 85%;
            }

        /*
        .tresc .kontakt .tekst {
        width: 200px;
        }
        */

        .tresc .kontakt .formularz {
        /*
        margin-top: 80px;
        width: 620px;
        */
        }

            .tresc .kontakt .formularz .field {
            /*
              width: 50%;
              float: left;
            */
            }

            .tresc .kontakt .formularz .field {
            /*
            width: 307px;
            */
            }

            /*
            .tresc .kontakt .formularz .field:nth-child(2) {
            }
            */

    .tresc .mapa {
      /*
      margin-top: 50px;
      */
    }

.przepisy {
width: 748px;
}

    .przepisy ul li {
    width: 50%;
    height: 374px;
    }

        .przepisy ul li .zdjecie {
        width: 50%;
        float: left;
        height: 100%;
        }

            .przepisy ul li .zdjecie img {
            width: 100%;
            height: auto;
            }


    .przepisy ul li:first-of-type {
    width: 100%;
    }

        /*
        .przepisy ul li:nth-child(4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(4n+3) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+3) .zdjecie {
        float: right;
        }
        */

.wiadomosc {
min-height: 400px;
width: 748px;
/*
margin-left: calc(50% - 374px);
*/
}

    .wiadomosc .informacje {
      background: #002E5D;
      display: table-cell;
      vertical-align: middle;
      width: 250px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 20px;
    }

    .wiadomosc .zdjecie {
      background: #fff;
      display: table-cell;
      vertical-align: middle;
      width: 654px;
      position: relative;
      overflow: hidden;
    }


        .wiadomosc .zdjecie img {
        position: absolute;
        top: 0;
        left: -38px;
        }

.wiadomoscWybrana {
width: 748px;
}

    .wiadomoscWybrana .zdjecie {
      width: 378px;
      float: left;
    }

        .wiadomoscWybrana .zdjecie img {
        /*
          max-width: 100%;
          height: auto;
        */
        }

    .wiadomoscWybrana .opis {
      width: 340px;
    }

.galeria-zdjec {
/*
margin-top: 80px;
*/
width: 748px;
}

.galeria-zdjec ul {
width: 748px
}

    .galeria-zdjec ul li {
    width: 149px;
    height: 118px;
    }

        .galeria-zdjec ul li img {
        width: 149px;
        height: 118px;
        }

.powrot {
width: 748px;
/*
margin-top: 40px;
*/
}

/*
.galeria-zdjec-big {
margin-top: 80px;
}
*/

    .galeria-zdjec-big ul li {
    /*
    width: 25%;
    */
    }

.galerie {
width: 748px;
}

    .galerie .album {
    /*
    width: 50%;
    */
    }

        .galerie .album img {
          max-width: 100%;
        }

            .galerie .album .nazwa a {
            /*
            padding: 18px 20px 15px 20px;
            line-height: 24px;
            font-size: 18px;
            */
            }

.firma {
/*
width: 600px;
*/
}


	.firma .lewo {
    /*
	width: 220px;
    */
	}

	.firma .prawo {
    /*
	width: 220px;
    */
	}

    .pdf {
    width: 748px;
    height: 407px;
    }

    .youtube {
    width: 748px;
    height: 421px !important;
    }
}

@media screen and (max-width:767px) {
.top {
width: 460px;
}

    .top .fb {
    margin-right: 60px;
    }

.menuShow {
  margin-left: 190px;
}

.slider {
width: 460px;
height: 260px;
}

    .slider ul.zdjecia {
    width: 460px;
    height: 260px;
    }

        .slider ul.zdjecia li {
        width: 460px;
        height: 260px;
        }

	        .slider ul.zdjecia li img {
            width: 460px;
            height: 260px;
	        }

	.slider ul.dzialy {
	width: 460px;
	}

		.slider ul.dzialy li {
		width: 229px;
		height: 130px;
        float: left;
        border: 0;
		}

		.slider ul.dzialy li:nth-child(1) {
        float: left;
        border-right: 1px #fff solid;
        border-bottom: 1px #fff solid;
		}

		.slider ul.dzialy li:nth-child(2) {
        float: right;
        border-left: 1px #fff solid;
        border-bottom: 1px #fff solid;
		}

		.slider ul.dzialy li:nth-child(3) {
        float: left;
        border-right: 1px #fff solid;
        border-top: 1px #fff solid;
		}

		.slider ul.dzialy li:nth-child(4) {
        float: right;
        border-left: 1px #fff solid;
        border-bottom: 1px #fff solid;
		}

			.slider ul.dzialy li div {
			width: 209px;
			height: 110px;
			bottom: 10px;
			left: 10px;
			}

                /*
				.slider ul.dzialy li div a {
				padding: 5px;
				height: 100px;
				display: table-cell;
				vertical-align: middle;
				color: #2B6CA3;
				font-size: 28px;
                letter-spacing: -1px;
                line-height: 24px !important;
				}
                */

.tloBg {
width: 460px;
}

    .tloBg div {
    right: none;
    top: 60px;
    font-size: 20px;
    }

    .tloBg img {
      width: 440px;
      height: 136px;
    }

.coverBg {
/*
width: 100%;
height: 700px;
*/
}

	.coverBg .naglowek {
    /*
	margin-top: 180px;
	border: 10px #fff solid;
	transform: rotate(-45deg);
	width: 300px;
	height: 300px;
    */
	}

	.coverBg h1 {
    /*
	padding: 76px 0 0 0;
	line-height: 40px;
	font-size: 38px;
	top: 260px;
	left: 50%;
	width: 380px;
	margin-left: -200px;
    */
	}

/*
.coverBgDzial {
  margin-top: 100px;
  min-height: 100vh;
  clear: both;
} */

.tresc {
width: 460px;
/*
margin-top: 70px;
text-align: justify;
font-size: 19px;
*/
}

	.tresc h2 {
    /*
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 90px;
	font-weight: 700;
	font-size: 38px;
    */
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
	}

	.tresc h3 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 20px;;
	}

		.tresc h2.fale span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-fale.png) top 15px center no-repeat;
        background-size: auto 36px;
		}

		.tresc h2.transport span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-transport.png) top center no-repeat;
        background-size: auto 60px;
		}

		.tresc h2.kotwica span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-kotwica.png) top center no-repeat;
        background-size: auto 60px;
		}

		.tresc h2.certyfikat span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-certyfikat.png) top center no-repeat;
        background-size: auto 60px;
		}

		.tresc h2.ryba span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-ryba.png) top center no-repeat;
        background-size: auto 60px;
		}

		.tresc h2.gastro span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-gastro.png) top center no-repeat;
        background-size: auto 60px;
		}

		.tresc h2.cennik span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-cennik.png) top center no-repeat;
        background-size: auto 60px;
		}

	.tresc .klasyfikacja,
	.tresc .klasyfikacja thead,
	.tresc .klasyfikacja tbody,
	.tresc .klasyfikacja th,
	.tresc .klasyfikacja td,
	.tresc .klasyfikacja tr {
		display: block;
	}

    .tresc .klasyfikacja {
      width: 100%;
    }


    .tresc .klasyfikacja th {
      padding: 20px;
      background: #fafafa;
      color: #fff;
    }

	.tresc .klasyfikacja thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tresc .klasyfikacja td {
		border: none;
		border-bottom: 1px solid #fafafa;
		position: relative;
		padding-left: 0%;
		white-space: normal;
		text-align:right !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
	}

    .tresc .klasyfikacja td:before {
		position: absolute;
		top: 6px;
		left: 20px;
		width: 45%;
		padding-right: 0;
		white-space: nowrap;
		text-align:left;
        width: 90% !important;
	}

	.tresc .klasyfikacja td:before {
	  content: attr(data-title);
    }
    
	.tresc .klasyfikacja td:first-of-type {
	text-align: center !important;
	width: 100%;
	font-weight: bold;
	}
	
	.tresc .klasyfikacja td:first-of-type:before {
	content: '';
	}    	    

	.tresc ul.border {
    /*
	border-left: 10px #002E5D solid;
    */
	}

	.tresc .jakosc {
	width: 440px;
	height: 293px;
    /*
	border: 10px #002E5D solid;
    font-size: 16px;
    */
	}

		.tresc .jakosc p {
		width: 360px;
        height: 226px;
        clear: both;
		padding: 10px 20px;
        float: left;
        /*
		top: 20px;
		left: 20px;
        */
		}

    		.tresc .jakosc p img {
            margin: 0 auto;
            float: none;
            text-align: center;
            display: block;
            /*
    		top: 20px;
    		left: 20px;
            */
    		}

			.tresc .jakosc p span {
            /*
			padding: 18px 0 0 0;
            */
			width: 100%;
            clear: both;
            text-align: center;
			}

        .tresc .podzial {
        }

			.tresc .podzial tr td {
            width: 100%;
            clear: both;
            float: left;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 0;
            /*
			padding: 20px ;
			width: 50%;
            */
			}

				.tresc .podzial tr td h2 {
                /*
                line-height: 40px;
                */
				}

                .tresc .podzial tr td img {
                margin: 0 auto;
                text-align: center;
                float: none;
                max-width: 460px;
                height: auto;
                }

				.tresc .podzial tr td img.border {
                /*
				border: 10px #002E5D solid;
                */
				}

			.tresc .cennik tr td {
            width: 100%;
            float: left;
            clear: both;
            padding: 0 !important;
            /*
			padding: 20px;
			width: 50%;
            */
			}

			.tresc .cennik tr td:first-of-type {
            padding-bottom: 50px !important;
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
            border-right: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

			.tresc .cennik tr td:first-of-type {
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
            border-right: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
            border-left: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}



	.tresc h3 {
    /*
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 32px;
	font-size: 28px;
    */
	}

    .tresc .kontakt {
    }

        .tresc .kontakt table tr td:nth-child(1) {
        width: 100% !important;
        clear: both;
        display: block;
        margin-bottom: 10px;
        }

        .tresc .kontakt table tr td:nth-child(2) {
        width: 100% !important;
        clear: both;
        display: block;
        margin-bottom: 10px;
        }

        .tresc .kontakt table tr td:nth-child(3) {
        width: 100% !important;
        clear: both;
        display: block;
        }

            .tresc .kontakt table tr td p {
            width: 100% !important;
            clear: both;
            display: block;
            text-align: center !important;
            }

            .tresc .kontakt table tr td img {
            max-width: 100% !important;
            width: auto !important;
            }

        /*
        .tresc .kontakt .tekst {
        width: 200px;
        }
        */

        .tresc .kontakt .formularz {
        /*
        margin-top: 80px;
        */
        width: 460px;
        }

            .tresc .kontakt .formularz .field {
            /*
              width: 50%;
              float: left;
            */
            width: 100%;
            clear: both;
            float: none;
            }

            .tresc .kontakt .formularz .field:nth-child(2) {
            width: 100%;
            clear: both;
            float: none;
            }

            .tresc .kontakt .formularz .submit {
            margin-top: 5px;
            }

    .tresc .mapa {
      /*
      margin-top: 50px;
      */
    }

    /*
		.tresc h2.ryba span {
		padding-left: 0;
        padding-top: 80px;
		background: url(../img/h2-ryba.png) top center no-repeat;
        background-size: auto 60px;
		}
    */

	.tresc .kawa {
	margin-top: 60px;
	padding-top: 80px;
	padding-left: 0;
	background: url(../img/h2-kawa.png) top center no-repeat;
    background-size: auto 60px;
	min-height: 100px;
	width: 100%;
	}

	.tresc .biesiada {
	margin-top: 60px;
	padding-top: 80px;
	padding-left: 0;
	background: url(../img/h2-biesiada.png) top center no-repeat;
    background-size: auto 60px;
	min-height: 100px;
	width: 100%;
	}

	.tresc .stol {
	margin-top: 60px;
	padding-top: 80px;
	padding-left: 0;
	background: url(../img/h2-stol.png) top center no-repeat;
    background-size: auto 60px;
	min-height: 100px;
	width: 100%;
	}

	.tresc .telefon {
	margin-top: 60px;
	padding-top: 80px;
	padding-left: 0;
	background: url(../img/h2-telefon.png) top center no-repeat;
    background-size: auto 60px;
	min-height: 100px;
	width: 100%;
	}

.przepisy {
width: 460px;
}

    .przepisy ul li {
    width: 100%;
    height: 460px;
    }

        .przepisy ul li .zdjecie {
        width: 50%;
        float: left;
        height: 100%;
        }

            .przepisy ul li .zdjecie img {
            width: 100%;
            height: auto;
            }


    .przepisy ul li:first-of-type {
    width: 100%;
    }

    .przepisy ul li:first-of-type .zdjecie {
    position: relative;
    overflow: hidden;
    }

    .przepisy ul li:first-of-type .zdjecie img {
    margin-left: -115px;
    height: 460px;
    width: 460px;
    }

        .przepisy ul li:nth-child(4n+2) .zdjecie {
        float: left;
        }

        .przepisy ul li:nth-child(-4n+2) .zdjecie {
        float: left;
        }

        .przepisy ul li:nth-child(4n+3) .zdjecie {
        float: left;
        }

        .przepisy ul li:nth-child(-4n+3) .zdjecie {
        float: left;
        }

        .przepisy ul li:nth-child(2n+2) .zdjecie {
        float: right;
        }

    /*
.wiadomosc {
min-height: 400px;
width: 460px;
}

    .wiadomosc .informacje {
      background: #002E5D;
      display: block;
      vertical-align: middle;
      width: 100%;
      padding: 40px 20px;
    }

    .wiadomosc .zdjecie {
      background: #fff;
      display: block;
      vertical-align: middle;
      width: 460px;
      position: relative;
      overflow: hidden;
      float: left;
    }


        .wiadomosc .zdjecie img {
        width: 460px !important;
        height: 240px !important;
        position: absolute;
        top: 0;
        left: 0;
        }
        */
.wiadomoscOver {
margin: 0 auto;
width: 460px !important;
}

.wiadomosc {
margin: 0 auto;
min-height: none;
width: 460px;
margin-left: 0;
display: block;
}

    .wiadomosc .informacje {
      background: #002E5D;
      display: block;
      vertical-align: auto;
      width: 460px;
      padding: 40px 20px;
      float: left;
    }

    .wiadomosc .zdjecie {
      background: #fff;
      display: block;
      clear: both;
      vertical-align: none;
      width: 460px;
      float: left;
    }


        .wiadomosc .zdjecie img {
        width: 460px !important;
        height: 252px !important;
        position: relative;
        top: 0;
        left: 0;
        }

.wiadomoscWybrana {
width: 460px;
}

    .wiadomoscWybrana .zdjecie {
      width: 460px;
      float: left;
    }

        .wiadomoscWybrana .zdjecie img {
        /*
          max-width: 100%;
          height: auto;
        */
        }

    .wiadomoscWybrana .opis {
      width: 460px;
      clear: both;
      float: left;
    }

.galeria-zdjec {
/*
margin-top: 80px;
*/
width: 460px;
}

.galeria-zdjec ul {
width: 460px
}

    .galeria-zdjec ul li {
    width: 153px;
    height: 121px;
    }

        .galeria-zdjec ul li img {
        width: 153px;
        height: 121px;
        }

.powrot {
width: 460px;
/*
margin-top: 40px;
*/
}

/*
.galeria-zdjec-big {
margin-top: 80px;
}
*/

    .galeria-zdjec-big ul li {
    width: 50%;
    /*
    width: 25%;
    */
    }

.galerie {
width: 460px;
}

    .galerie .album {
    width: 100%;
    }

        .galerie .album img {
          max-width: 100%;
        }

            .galerie .album .nazwa a {
            /*
            padding: 18px 20px 15px 20px;
            line-height: 24px;
            font-size: 18px;
            */
            }

.firma {
width: 460px;
}

	.firma .lewo {
	width: 230px;
	}

	.firma .prawo {
	width: 230px;
	}

    .pdf {
    width: 460px;
    height: 250px;
    }

    .youtube {
    width: 460px;
    height: 259px !important;
    }
}


@media screen and (max-width:479px) {
.top {
width: 300px;
height: 70px;
}
    .top .fb {
    margin-top: 22px;
    margin-right: 60px;
    }

        .top h1 img {
        max-width: 160px;
        }

.menuShow {
  top: 22px;
  margin-left: 110px;
}

.slider {
width: 300px;
height: 520px;
overflow: hidden;
}

    .slider ul.zdjecia {
    width: 300px;
    height: 520px;
    overflow: hidden;
    }

        .slider ul.zdjecia li {
        width: 300px;
        height: 520px;
        overflow: hidden;
        }

	        .slider ul.zdjecia li img {
            width: 920px;
            height: 520px;
            left: -50%;
            position: absolute;
	        }

	.slider ul.dzialy {
	width: 300px;
    height: 510px;
	}

		.slider ul.dzialy li {
		width: 300px;
		height: 122px;
        float: left;
        border: 0;
		}

		.slider ul.dzialy li:nth-child(1) {
        float: left;
        border-bottom: 8px #fff solid !important;
		}

		.slider ul.dzialy li:nth-child(2) {
        float: left;
        border: 0;
        clear: both;
        border-bottom: 8px #fff solid !important;
		}

		.slider ul.dzialy li:nth-child(3) {
        float: left;
        border: 0;
        clear: both;
        border-bottom: 8px #fff solid !important;
		}

		.slider ul.dzialy li:nth-child(4) {
        float: left;
        border-bottom: 8px #fff solid !important;
        clear: both;
		}

			.slider ul.dzialy li div {
			width: 280px;
			height: 110px;
			bottom: 6px;
			left: 10px;
			}

.tloBg {
width: 300px;
}

    .tloBg div {
    margin: 0 auto;
    right: none;
    left: 70px;
    width: 150px;
    top: 36px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    }

    .tloBg img {
      width: 280px;
      height: 87px;
    }

.coverBg {
/*
width: 100%;
height: 700px;
*/
height: 400px;
}

	.coverBg .naglowek {
	margin-top: 120px;
    /*
	border: 10px #fff solid;
	transform: rotate(-45deg);
    */
	width: 180px;
	height: 180px;
	}

	.coverBg h1 {
    top: 150px;
	padding: 56px 0 0 0;
    /*
	line-height: 40px;
	font-size: 38px;
	top: 260px;
	left: 50%;
	width: 380px;
	margin-left: -200px;
    */
	font-size: 20px;
	background: url(../img/h2-ryba.png) top center no-repeat;
    background-size: 80px auto;
	}

/*
.coverBgDzial {
  margin-top: 100px;
  min-height: 100vh;
  clear: both;
} */

.tresc {
width: 300px;
/*
margin-top: 70px;
text-align: justify;
font-size: 19px;
*/
font-size: 16px;
line-height: 22px;
}

	.tresc h2 {
    /*
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 90px;
	font-weight: 700;
	font-size: 38px;
    */
    font-size: 30px;
	}

	.tresc ul.border {
    /*
	border-left: 10px #002E5D solid;
    */
	}

    .tresc img {
      max-width: 100%;
      height: auto;
    }

	.tresc .jakosc {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
	background: none;
	width: 300px;
	height: auto;
	border: 0 !important;
    font-size: 16px;
    overflow: hidden;
    padding: 0 !important;
	}

		.tresc .jakosc p {
		background: none;
		width: 300px;
        margin: 0;
		padding: 10px 0;
		position: relative;
		top: 0;
		left: 0;
        text-align: center;
		}

			.tresc .jakosc p img {
			margin: 0 auto;
			text-align: center;
			display: block;
			float: none;
			}

			.tresc .jakosc p span {
			padding: 18px 0 0 0;
			float: right;
			width: 300px;
			}

			.tresc .podzial tr td {
            width: 300px;
            clear: both;
            float: left;
            padding-left: 0;
            padding-right: 0;
            /*
			padding: 20px ;
			width: 50%;
            */
			}

				.tresc .podzial tr td h2 {
                /*
                line-height: 40px;
                */
				}

                .tresc .podzial tr td img {
                max-width: 300px;
                height: auto;
                }

				.tresc .podzial tr td img.border {
                /*
				border: 10px #002E5D solid;
                */
				}

			.tresc .cennik tr td {
            width: 100%;
            float: left;
            clear: both;
            /*
			padding: 20px;
			width: 50%;
            */
			}

			.tresc .cennik tr td:first-of-type {
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
            border-right: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

			.tresc .cennik tr td:first-of-type {
            /*
			padding-right: 40px;
			border-right: 5px #002E5D solid;
            */
            border-right: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
            border-left: 0;
			}

			.tresc .cennik tr td:last-of-type {
            /*
			padding-left: 40px;
			border-left: 5px #002E5D solid;
            */
			}

	.tresc h3 {
    /*
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 32px;
	font-size: 28px;
    */
	}

    .tresc .kontakt {
    }

        .tresc .kontakt table tr td:nth-child(1) {
        width: 100% !important;
        clear: both;
        display: block;
        margin-bottom: 10px;
        }

        .tresc .kontakt table tr td:nth-child(2) {
        width: 100% !important;
        clear: both;
        display: block;
        margin-bottom: 10px;
        }

        .tresc .kontakt table tr td:nth-child(3) {
        width: 100% !important;
        clear: both;
        display: block;
        }

            .tresc .kontakt table tr td p {
            width: 100% !important;
            clear: both;
            display: block;
            text-align: center !important;
            }

            .tresc .kontakt table tr td img {
            max-width: 100% !important;
            width: auto !important;
            }

        /*
        .tresc .kontakt .tekst {
        width: 200px;
        }
        */

        .tresc .kontakt .formularz {
        /*
        margin-top: 80px;
        */
        width: 300px;
        }

            .tresc .kontakt .formularz .field {
            /*
              width: 50%;
              float: left;
            */
            width: 100%;
            clear: both;
            float: none;
            }

            .tresc .kontakt .formularz .field:nth-child(2) {
            width: 100%;
            clear: both;
            float: none;
            }

            .tresc .kontakt .formularz .submit {
            margin-top: 5px;
            }

    .tresc .mapa {
      /*
      margin-top: 50px;
      */
    }

.przepisy {
width: 300px;
}

    .przepisy ul li {
    margin-bottom: 20px;
    width: 100%;
    height: 600px;
    }

        .przepisy ul li .zdjecie {
        width: 100%;
        float: left;
        clear: both;
        height: 300px;
        position: relative;
        overflow: hidden;
        }

            .przepisy ul li .zdjecie img {
            margin-top: -150px;
            width: 300px;
            height: 600px;
            }

        .przepisy ul li .opis {
        padding: 0;
        width: 100%;
        float: right;
        clear: both;
        height: 300px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        }

    .przepisy ul li:first-of-type {
    width: 100%;
    }

    .przepisy ul li:first-of-type .zdjecie {
    position: relative;
    overflow: hidden;
    float: left;
    }

    .przepisy ul li:first-of-type .zdjecie img {
    margin-top: 0;
    margin-left: 0;
    height: 300px;
    width: 300px;
    }

        .przepisy ul li:nth-child(4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+2) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(4n+3) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(-4n+3) .zdjecie {
        float: right;
        }

        .przepisy ul li:nth-child(2n+2) .zdjecie {
        float: right;
        }

.aktualnosci {
margin: 0 auto;
width: 300px;
}

.wiadomoscOver {
margin: 0 auto;
width: 300px;
}

.wiadomosc {
margin: 0 auto;
min-height: none;
width: 300px;
margin-left: 0;
display: block;
}

    .wiadomosc .informacje {
      background: #002E5D;
      display: block;
      vertical-align: auto;
      width: 100%;
      padding: 40px 20px;
      float: left;
    }

    .wiadomosc .zdjecie {
      background: #fff;
      display: block;
      clear: both;
      vertical-align: none;
      width: 300px;
      float: left;
    }


        .wiadomosc .zdjecie img {
        width: 300px !important;
        height: 164px !important;
        position: relative;
        top: 0;
        left: 0;
        }

.wiadomoscWybrana {
width: 300px;
}

    .wiadomoscWybrana .zdjecie {
      width: 300px;
    }

    .wiadomoscWybrana .opis {
      width: 300px;
    }

.galeria-zdjec {
/*
margin-top: 80px;
*/
width: 300px;
}

.galeria-zdjec ul {
width: 300px
}

    .galeria-zdjec ul li {
    width: 150px;
    height: 119px;
    }

        .galeria-zdjec ul li img {
        width: 150px;
        height: 119px;
        }

.powrot {
width: 300px;
text-align: center;
/*
margin-top: 40px;
*/
}

/*
.galeria-zdjec-big {
margin-top: 80px;
}
*/

    .galeria-zdjec-big ul li {
    width: 50%;
    /*
    width: 25%;
    */
    }

.galerie {
width: 300px;
}

    .galerie .album {
    width: 100%;
    }

        .galerie .album img {
          max-width: 100%;
        }

            .galerie .album .nazwa a {
            /*
            padding: 18px 20px 15px 20px;
            line-height: 24px;
            font-size: 18px;
            */
            }

.firma {
width: 300px;
}

	.firma .lewo {
	width: 300px;
    float: left;
    clear: both;
	}

	.firma .prawo {
	width: 230px;
	width: 300px;
    float: left;
	}


    .pdf {
    width: 300px;
    height: 163px;
    }

    .youtube {
    width: 300px;
    height: 169px !important;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



  /* montowniastron.pl */
  .ms-ue{width:920px;height:auto;margin:0 auto;}
  .ms-ue .left{float:left;width:50%;}
  .ms-ue .right{float:right;width:50%;}
  .ms-ue .right img{float:right;text-align: right;}
  .ms-ue .text{text-align:center;font-size:20px;color:#000;padding-top:20px;display:inline-block;}