/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

body {

font-family: 'Open Sans', sans-serif;
}

* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

a {
outline: none !important;
}



#menu, #stopka {
margin-left: -5vw;
width: 70vw;
height: 5vw;
line-height: 5vw;
position: absolute;
top: 0;
left: 0;
z-index: 2;
-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
background-color: rgba(0,0,0, 0.7);

-webkit-box-shadow: 0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
box-shadow:         0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
position: fixed;
}

#menu ul {
display: inline-block;
text-align: center;
width: 100%;
margin-right: -2vw;
float: right;

}

#menu ul li {
display: inline-block;
font-size: 1.1vw;
margin: 0;
}

#menu ul li a.pierwsza {
border-left: 0.15vw solid #252525;
}

#menu ul li .link {
margin: 0;
margin-left: -0.19vw;
text-transform: uppercase;
color: white;
text-decoration: none;
font-weight: 700;
display: block;
padding-left: 2vw;
padding-right: 2vw;
border-right: 0.15vw solid #252525;
text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 1);
letter-spacing: 0.02vw;
}

#menu ul li .link:hover, #menu ul li.active .link {
background-color: rgba(255,255,255, 0.1);
}

#menu ul li .link span {
display: block;
-moz-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
-o-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
}

#menu ul li .submenu {
display: block;
width: 100%;
background-color: rgba(0,0,0, 0.3);
position: absolute;
top: 5vw;
left: 0;

-webkit-box-shadow: 0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
box-shadow:         0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
visibility: hidden;
opacity: 0;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#menu ul li:hover .submenu {
visibility: visible;
opacity: 1;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#stopka {
top: auto;
bottom: 0;
left: auto;
right: -5vw;

-webkit-box-shadow: -0.4vw -0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow:    -0.4vw -0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
box-shadow:         -0.4vw -0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);


}

#stopka span {
display: block;
width: 100%;
height: 100%;
text-align: center;
-moz-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
-o-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
color: white;
font-size: 1.2vw;
font-weight: 400;

text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 1);
}



#logo {
font-family: 'Fjalla One', sans-serif;	
width: 16vw;
height: 8vw;
position: absolute;
z-index: 2;
top: 2vw;
right: 7vw;



font-size: 4.5vw;
font-weight: normal;

-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);

text-align: center;
}

#logo .bialy {
top: 0.5vw;
left: 1vw;	
position: absolute;
z-index: 1;
width: 80%;
height: 3.5vw;
background-color: rgba(255,255,255, 0.9);
}

#logo .czerwony {
bottom: 0.5vw;
left: 1vw;
position: absolute;
z-index: 1;
width: 80%;
height: 3.5vw;
background-color: rgba(255, 0, 0, 0.9);
}



#logo span {
display: block;
width: 100%;
-moz-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
-o-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);

text-transform: uppercase;
color: white;
text-shadow: 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.75);

font-weight: bold;
}

#logo span.pierwszy {
position: absolute;
z-index: 2;
top: 2vw;
left: -6.5vw;
text-align: center;
font-size: 3.5vw;
}

#logo span.drugi {
position: absolute;
z-index: 2;
top: 3vw;
right: -6.5vw;
text-align: center;
font-size: 3.5vw;
}

#animacja {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
position: fixed;
}

#animacja .bx-wrapper, #animacja .bx-wrapper .bx-viewport {
 height: 100% !important;
} 

#animacja ul {
width: 100%;
height: 100% !important;
}

#animacja li {
width: 100% !important;
height: 100% !important;
}

#animacja .tlo {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;

background: url(../img/animacja/bg1.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

#animacja .druga .tlo {
background: url(../img/animacja/bg2.jpg);
background-position: center center;
background-size: cover;
}

#animacja .trzecia .tlo {
background: url(../img/animacja/bg5.jpg);
background-position: center center;
background-size: cover;
}

#animacja .czwarta .tlo {
background: url(../img/animacja/bg3.jpg);
background-position: center center;
background-size: cover;
}

#animacja .piata .tlo {
background: url(../img/animacja/bg4.jpg);
background-position: center center;
background-size: cover;
}

#animacja #slider-next, #animacja #slider-prev {
background-color: rgba(0,0,0, 0.7);
width:  8vw;
height: 8vw;
top: auto;
margin-top: 0;
bottom: 0vw;
right: auto;
left: 0;
left: 9vw;
position: absolute;
z-index: 100;
-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);

-webkit-box-shadow: 0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
box-shadow:         0.4vw 0.4vw 0.1vw 0 rgba(0, 0, 0, 0.15);
}

#animacja #slider-next {
left: 19vw;
}

#animacja #slider-next a, #animacja #slider-prev a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999px;
background: url(../img/prev.png);
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
}

#animacja #slider-next a {
background: url(../img/next.png);
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
}

#animacja #slider-next a:hover,  #animacja #slider-prev a:hover {
background-color: rgba(255,255,255, 0.1);
}

#animacja .tytul {
width: 100%;
text-align: left;
display: block;
position: absolute;
z-index: 3;
top: 50%;
margin-top: -6vw;
color: white;
font-size: 3vw;
text-transform: uppercase;
font-weight: 700;
padding-left: 33vw;
text-shadow: 0.2vw 0.2vw  0.2vw rgba(0, 0, 0, 0.7);
padding-right: 2vw;
}

#animacja .tytul .gora {
display: block;
font-size: 3.8vw;
opacity: 0;
}

#animacja .tytul.animated {
opacity: 1;
}



#animacja .tytul .dol {
display: block;
margin-top: 2vw;
font-weight: 400;
font-size: 2.9vw;
line-height: 3.9vw;
text-shadow: 0.2vw 0.2vw  0.2vw rgba(0, 0, 0, 0.7);
text-transform: uppercase;
padding-left: 0.1vw;
opacity: 0;
}

#animacja .tytul .dol.animated {
opacity: 1;
}

#animacja .tlo2 {
position: absolute;
z-index: 1;
background-color: rgba(0,0,0, 0.3);
top: 0;
right: -10vw;
width: 85%;
height: 100%;

-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
opacity: 0;
}

#animacja .tlo2.animated {
opacity: 1;
}

.shade {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0,0,0, 0.8);
z-index: 9;
visibility: hidden;
opacity: 0;
}

.shade.animated {
visibility: visible;
opacity: 1;
}

#ajax {
display: block;
width: 70vw;
position: fixed;
z-index: 10;
background-color: rgba(247,247,247, 1);
background-color: #EAEAEA;
bottom: 0;
left: 50%;
margin-left: -35vw;
height: 100%;
color: #3a3a3a;
padding: 2vw;
padding-left: 3vw;
padding-right: 3vw;
overflow-y: auto;
padding-bottom: 6vw;

-webkit-box-shadow: 0 0 7.1vw 0 rgba(255, 255, 255, 0.85);
-moz-box-shadow:    0 0 7.1vw 0 rgba(255, 255, 255, 0.85);
box-shadow:         0 0 7.1vw 0 rgba(255, 255, 255, 0.85);
border-right: 2vw solid;
border-left: 2vw solid;
border-color: #3A3A3A;

text-shadow: 1px 1px 0px rgb(255, 255, 255), -1px -1px 0px rgb(255, 255, 255);

visibility: hidden;
opacity: 0;
}

#ajax.animated {
visibility: visible;
opacity: 1;
}

#zamknij {
display: block;
position: absolute;
z-index: 11;
top: 2vw;
right: 2vw;
width: 4vw;
height: 4vw;
background: url(../img/close.png);
background-position: center center;
background-size: cover;

visibility: hidden;
opacity: 0;
}

#zamknij.animated {
visibility: visible;
opacity: 1;
}

#loader {
display: block;
width: 8vw;
height: 8vw;
position: absolute;
z-index: 9;
background-color: yellow;
top: 50%;
left: 50%;
margin-left: -4vw;
margin-top: -4vw;
background: url(../img/loading.gif);
background-position: center center;
background-size: 80%;
background-repeat: no-repeat;
opacity: 0.5;

display: none;
}

h2 {
font-size: 4vw;
display: block;
width: 100%;
color: #3a3a3a;
margin-bottom: 1vw;
border-bottom: 0.5vw solid #eaeaea;
border-color: #dedede;
padding-bottom: 2vw;
}

h3 {
font-size: 2vw;
line-height: 2.4vw;
display: block;
width: 100%;
color: #3a3a3a;
margin-bottom: 1vw;
padding-bottom: 1vw;
}

h3 span {
font-size: 3.2vw;
}

h4 {
font-size: 1.5vw;
line-height: 2.2vw;
display: block;
width: 100%;
color: #3a3a3a;
margin-bottom: 1vw;
padding-bottom: 0vw;
}

h5 {
font-size: 1.2vw;
line-height: 1.6vw;
display: block;
width: 100%;
color: #3a3a3a;
margin-bottom: 1vw;
padding-bottom: 0vw;
}

p {
font-size: 1.1vw;
line-height: 1.6vw;
margin-bottom: 1.6vw;
text-align: justify;
color: #686868;
font-weight: 400;
}

form {
width: 100%;
float: left;
display: block;
position: relative;
}

.field {
width: 100%;
float: left;
clear: both;
margin-bottom: 1vw;
}

label {
float: left;
width: 30%;
font-size: 1.2vw;
line-height: 3vw;
margin-bottom: 0;
text-align: justify;
color: #686868;
font-weight: 700;
}

input[type="text"], textarea, select {
width: 60%;
float: left;
border: none;
outline: none;
background-color: #dedede;
height: 3vw;
font-size: 1.1vw;
padding: 1vw;
padding-top: 0;
padding-bottom: 0;
-webkit-border-radius: 0.15vw;
-moz-border-radius: 0.15vw;
border-radius: 0.15vw;
border: 1px solid transparent;
color: grey;
}

input[type="text"].error, textarea.error {
border-color: red;
}

textarea {
height: 10vw;
resize: none;
padding: 1vw;
}

input[type="submit"] {
border: none;
outline: none;
display: block;
width: 14vw;
height: 3.2vw;
line-height: 3.2vw;
background-color: red;
color: white;
font-size: 1.2vw;
font-weight: 700;
cursor: pointer;
margin-top: 2vw;
margin-bottom: 1vw;
margin-left: auto;
margin-right: auto;

-webkit-border-radius: 0.15vw;
-moz-border-radius: 0.15vw;
border-radius: 0.15vw;
}

input[type="submit"]:hover {
opacity: 0.8;
}

.lista {
padding-left: 2vw;
list-style: inherit;
color: #686868;
}

.lista li {
margin-bottom: -1vw;
padding-left: 1vw;
font-size: 1.2vw;
}

#mapa {
width: 100%;
float: left;
overflow: hidden;
}
#mapa iframe {
float: left;
width: 100%;
height: 40vw;
margin-top: -50px;
}

#podziekowanie {
display: none;
}

.red {
color: red;
}

label.error {
width: 100%;
color: red;
text-align: right;
padding-right: 19%;
}

#kontakt-loader {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
background: url(../img/loading.gif);
background-position: center center;
background-size: 5%;
background-repeat: no-repeat;
opacity: 0.5;
display: none;
}

#szamba {
float: left;
width: 100%;
background-color: #EAEAEA;
}

.img img {
width: 100%;
height: auto;
float: left;
opacity: 0.95;
}

.img {
float: left;
clear: both;
position: relative;
width: 100%;
margin-bottom: 2vw;
}

.img img {
margin-left: -26%;
}

.img .tabela {
position: absolute;
z-index: 1;
width: 50%;
height: 100%;
top: 0;
right: -1vw;
margin-top: -2vw;
}

.img .tabela h4 {
text-align: center;
}

.img .center {
width: 40vw;
height: 40vw;
display: table-cell;
text-align: center;
vertical-align: middle;
}

table {
width: 100%;
}

td {
padding-bottom: 0.4vw;
font-size: 1.2vw;
padding-top: 0.4vw;
}

#szamba h2 {
margin-bottom: 2vw;
}

h4 strong {
font-weight: 700;
color: red;
font-size: 3vw;
}

#logo span.tel {
position: absolute;
width: 30vw;
top: 0;
left: 50%;
margin-top: 8vw;
margin-left: -15vw;
font-size: 2.5vw;
}

#logo span.tel i {
color: #ed0809;
}

.infobox {
float: left;
width: 100%;
border: 1px solid #dedede;
margin-bottom: 1.5vw;
padding: 1vw;
}

.infobox p {
font-size: 1vw;
line-height: 1.2vw;
margin-bottom: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
opacity: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.field.select {
position: relative;
}

.field.select i {
position: absolute;
z-index: 1;
width: 2vw;
height: 2vw;
text-align: center;
top: 50%;
right: 10%;
margin-top: -1vw;
line-height: 2vw;
font-size: 1vw;
color: grey;
}

.check.infobox input {
float: left;
width: 1.5vw;
height: 1.5vw;
}

.check.infobox label {
width: calc(100% - 2vw);
padding-left: 1vw;
float: left;

}

.infobox.margintop {
margin-top: 1.5vw;
margin-bottom: 0;
}

.infobox.last {
margin-bottom: 0;
}

#mobilemenu {
display: none;
}

 #nav { 
display: none;
 }
 
.gallery {
float: left;
width: calc(100% + 2vw);
display: flex;
flex-wrap: wrap;
margin-left: -1vw;
}

.gallery .grid-item {
width: 33.333%;
float: left;
padding-left: 1vw;
padding-right: 1vw;
margin-bottom: 2vw;
}

.gallery .grid-item a {
float: left;
width: 100%;
position: relative;
}

.gallery .grid-item a .icon {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: black;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gallery .grid-item a:hover .icon {
opacity: 0.3;
} 

.gallery .grid-item a img {
width: 100%;
height: auto;
}

/* mobail */

@media (max-width: 1280px) {

#menu, #stopka {
    width: calc(100% - 300px);
    height: 90px;
    line-height: 90px;
    -webkit-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
}

#logo {
    width: 180px;
    height: 100px;
    top: 20px;
    right: 70px;
    font-size: 30px;
}

#logo span {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

#logo .bialy {

    top: 10px;
    left: 0;
    width: 100%;
    height: 40px;


}

#logo .czerwony {
    bottom: 10px;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
}

#logo span.pierwszy {
    top: 30px;
    left: -75px;
    font-size: 40px;
}

#logo span.drugi {
    top: 40px;
    right: -75px;
    text-align: center;
    font-size: 40px;
}

#logo span.tel {
    width: 200px;
    margin-top: 100px;
    margin-left: -100px;
    font-size: 30px;
}

#menu {
margin-left: -30px;
}

#menu ul li .link {
    margin: 0;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #252525;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    letter-spacing: 0.1px;
}

#menu ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

#stopka span {
    color: white;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
} 

#animacja #slider-next, #animacja #slider-prev {
    left: 70px;
    width: 100px;
    height: 100px;

    position: absolute;
    z-index: 100;

    -webkit-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
}

#animacja #slider-next {
left: 210px;
}

#animacja .tlo2 {
    right: -100px;
    width: 85%;
    height: 100%;
}

#animacja .tytul {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    padding-left: 40%;
    text-shadow: 2px 2px 1px 2gba(0, 0, 0, 1);
    padding-right: 20px;
    top: 0;
    height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

#animacja .tytul .gora {
    font-size: 50px;
    line-height: 50px;
}

#animacja .tytul .dol {
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 2px 2px 1px 2gba(0, 0, 0, 1);
    padding-left: 0;
}

#stopka {
width: calc(100% - 170px);	
left: auto;
right: -200px;
padding-right: 200px;
}

#menu ul li .submenu {

height: 90px;
line-height: 90px;
top: 90px;
left: 0;
}


#ajax {

    width: 1000px;
    left: 50%;
    margin-left: -500px;
    height: 100%;
    color: #3a3a3a;
    padding: 20px;
    padding-bottom: 60px;
    border-right: 5px solid;
    border-left: 5px solid;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eaeaea;
    border-color: #dedede;
    padding-bottom: 10px;
}

h3, h3 strong, h3 span {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h4, h4 strong {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.lista {
padding-left: 30px;
}

.lista li {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
}

h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
display: none;
}

p {
text-align: left !important;
}

#zamknij {
    display: block;
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img {
    margin-bottom: 20px;
}

.img img {
width: 50%;
margin-left: 25%;
height: auto;
}

.img .tabela {
    position: relative;
    z-index: 1;
    width:100%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 0;
    float: left;
    width: 100%;
    clear: both;
}

.img .center {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}

table {
    width: 100%;
    float: left;
}

td {
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 10px;
    width: 33.33%;
}

#szamba h3 {
text-align: center;
}

.infobox {
    margin-bottom: 20px;
    padding: 20px;
}

.infobox p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

label {
    float: left;
    width: 40%;
    font-size: 16px;
    line-height: 50px;
}

input[type="text"], textarea, select {
    height: 50px;
    font-size: 12px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: grey;
}

textarea {
height: 300px;
}

.field.select i {

    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    line-height: 20px;
    font-size: 12px;
    color: grey;

}

.field {
    margin-bottom: 20px;

}

input[type="submit"] {

    width: 100%;
    max-width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.check.infobox {
position: relative;
}

.check.infobox input {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
}

.check.infobox label {
    display: block;
    width: 100%;
    padding-left: 40px;
    float: left;
    clear: none !important;
    margin-bottom: 0;
}

.infobox.margintop {
    margin-top: 20px;
    margin-bottom: 0;
}

#mapa iframe {
    float: left;
    width: 100%;
    height: 300px;
}
	
	
}

@media (max-width: 1000px) {

#zamknij {
    display: block;
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/close2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#ajax {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 100%;
}


#mobilemenu {
display: block;
float: left;
background-color: white;
width: 60px;
height: 60px;
line-height: 60px;
color: black;
text-align: center;
margin-right: 20px;
margin-top: 15px;
margin-left: 60px;
font-size: 16px;

}

#menu {
z-index: 4;
}

	
 #menu ul.nav, #nav {
 display: block;
 position: fixed;
 width: calc(100% - 360px);
 height: calc(100vh - 90px);
 background-color: rgba(0,0,0, 0.8);
 top: 90px;
 margin-left: 0;
 left: 0;
 margin-right: 0;
 z-index: 3;
    -webkit-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto; 
 }
 
 #nav {
 display: block;
left: -100%; 
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
min-width: 300px;
 }

 #nav.active {
left: 0; 
 } 
 
 #nav ul {
 float:left;
 width:100%; 
 }
 
 #nav ul li {
 display:block;
 float:left;
 width:100%; 
 margin-top: -1px;
 }
 
 #nav ul li a {
 display:block;
 float:left;
 width:100%;
 padding-left:20px;
 padding-right:20px;
 font-size: 18px;
 line-height:50px;
 min-height:50px;
 border-bottom:1px solid black; 
 border-top: 1px solid black;
 text-decoration: none;
 color: white;
 text-transform: uppercase;
color: white;
text-decoration: none;
font-weight: 700;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
letter-spacing: 0.1px;
 }

 #menu ul.nav {
 display: none;
 } 
 
  #menu ul li {
  display:block;
  float: left;
  clear: both;  
  width: 100%;
  }
 
 #menu ul li span.link {
 display:none; 
 }
  
 #menu ul li a.link {
 border: none;
 -moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);  
text-align: left;
height: 60px;
line-height: 60px;
font-size: 20px;
padding-left: 20px;
padding-right: 20px;
 } 

 #menu ul li .submenu {
 visibility:visible;
 float:left;
 width:100%;
 height:auto;
 position:relative;
 opacity: 1;
 top: 0;
 left: 0; 

    -webkit-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0); 
    background-color: transparent;
 }  	
 
 #animacja .tytul {
 width: 100%;
 padding-left: 20px;
 padding-right: 20px; 
 }

 #animacja .tytul .gora {
    font-size: 40px;
    line-height: 50px;
 }

 #animacja .tytul .dol {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
 }
  
	
}

@media (max-width: 768px) {

    #stopka {
    width: calc(100% - 50px);
    }	

#animacja #slider-next, #animacja #slider-prev {
    left: 30px;
    width: 70px;
    height: 70px;

}

#animacja #slider-next {
left: 130px;
}

    
	
}


@media (max-width: 740px) {

html, body {
    height: 100vh;
}

#nav {
 height: 100%;
 top: 0;
 padding-top: 100px;
 padding-bottom: 40px;
 }
 


#mobilemenu {
display: block;
float: left;
background-color: white;
width: 60px;
height: 60px;
line-height: 60px;
color: black;
text-align: center;
margin-right: 10px;
margin-top: 10px;
margin-left: 60px;
font-size: 16px;
position: absolute;
z-index: 3;
}

#menu {
z-index: 4;
}

 #nav ul li a { 
 font-size: 14px;
}

#menu, #stopka {
    width: calc(100% - 160px);
    height: 56px;
    line-height: 56px;
}

#logo {
-moz-transform: scale(0.6) skewX(-20deg);
-webkit-transform: scale(0.6) skewX(-20deg);
-o-transform: scale(0.6) skewX(-20deg);
-ms-transform: scale(0.6) skewX(-20deg);
transform: scale(0.6) skewX(-20deg);
right: 0;
top: -10px;
}

#animacja #slider-next, #animacja #slider-prev {
    left: 20px;
    width: 50px;
    height: 50px;
}

#animacja #slider-next {
left: 90px;
}
	
#stopka {
right: -40px;
padding-right: 40px;
}

#animacja .tytul .gora {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

#animacja .tytul .dol {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
}

#animacja .tlo2 {
    right: 0;
    width: 100%;
-moz-transform: skewX(0deg);
-webkit-transform: skewX(0deg);
-o-transform: skewX(0deg);
-ms-transform: skewX(0deg);
transform: skewX(0deg);    
}

h2 {
font-size: 24px;
line-height: 30px;
}

h3, h3 strong, h3 span {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h4, h4 strong {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

#zamknij {

    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
}

label {
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;

}

input[type="text"], textarea, select {
width: 100%;
}	

.field.select i {
margin-top: 4px;
}
	
}


@media (max-width: 480px) {

#stopka {
    width: calc(100% + 20px);
    height: auto;
    min-height: 56px;
    line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}	

#stopka span {
font-size: 14px;
line-height: 20px;
padding-top: 6px;
padding-bottom: 6px;
float: left;
padding-left: 10px;
padding-right: 10px;
}

#animacja #slider-next, #animacja #slider-prev {
    left: 50%;
    bottom: 80px;
}

#animacja #slider-next {
margin-left: 0;	

}

#animacja #slider-prev {
margin-left: -70px;
}

.img img {
width: 100%;
margin-left: 0;
height: auto;
}
	
}


