@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../css/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../css/MaterialIcons-Regular.woff2) format('woff2'),
       url(../css/MaterialIcons-Regular.woff) format('woff'),
       url(../css/MaterialIcons-Regular.ttf) format('truetype');
}

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers *//*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/*koniec reset*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size:18px;
  font-family: Montserrat, sans-serif;
  background-color:#e7e8e8;/*rgb(230,230,230)*/
}

p{
    font-weight:300;
    margin-top:0;
}

img {
  max-width: 100%;
}
img.obras{
    margin-bottom:20px;
}
.slider-container{
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; 
  text-align: center;
  background-color:#212121;
  margin-left:0 !important;
}

.menuSlajdera {
  position: absolute;
  left: 0;
  z-index: 149;
  width: 100%;
  bottom: 0;
  margin: 0 .2em 1em;
}

.menuSlajdera label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50px;
  margin: 0 .2em 1em;
  &:hover {
    background: red;
  }
}

.slide {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 8em 1em 0;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  transition: left 0s .75s;
}

.slideWidoczny {
  left: 0;
  z-index: 100;
  transition: left .65s ease-out;
}

.tytul{
    z-index:101 !important;
    /*display:block;*/
    text-align:center;
    color:white;
    /* transform:translateY(-50vh);/* gdy jest pod sekcją home,dzięki temu będzie zawsze na środku, ale w miejscu, z którego zostało przesunięte będzie luka */
    /*margin-top:40vh;*/
    /*position:absolute;*/
}
.tytul h1{
    /*padding-bottom:100px;*/
}
.zjedzNizejKontener{
    z-index:150;
    position:absolute;
    bottom:50px;
    text-align:center;
    /*width:100%;*/
}
.zjedzNizej{
    font-size:2em;
}
.zjedzNizejIko{
    height: 49px;
    width: 24px;
    min-height: 49px;
    min-width: 24px;
    margin: 5px 1px 0px -3px;
    font-size:50px;
}

.menuDesktop {
    /*height: 80px;*/
    /*background-color: #212121;*/
    /*border-bottom:3px solid transparent;*/
    position:fixed;
    top:0px;
    left:-100vw;
    width:100%;
    height:100vh;
    /*padding:5px;*/
    color:#ffffff;
    transition: all .3s ease-in;
    z-index:99999;
    opacity:0;
    /*box-shadow:none;*/
}
.menuDesktop>div:nth-child(1){
    width:80px;
    height:100vh;
}
.menuDesktop>div:nth-child(2){
    height:100vh;
    padding:0 5px 5px 0;
}
.menuDesktop>div:nth-child(3){
    height:100vh;
    padding:5px;
}

.tloMenuDesktop{
    position: fixed;
    top: 0px;
    left: -100vw;
    color:rgb(37, 37, 37);
    background-color:rgb(33, 33, 33);
    width: 100vw;
    height: 100vh;
    font-size: 28em;
    line-height:0.7em;
    font-weight:700;
    z-index: 998;
    overflow: hidden;
    transition: all .3s ease-in;
    opacity:0.5;
}

.menuShow{
    /*height:50px;*/
    /*background-color:#212121;*/
    padding:0;
    left:0 !important;
    /*border-bottom:3px solid #f0f0f0;*/
    /*color:#444444;*/
    transition: all .3s ease-out !important;
    opacity:1;
    /*box-shadow:0px 3px 0px 0px rgba(0,0,0,.26);*//* odkomentowane-BEZ BLURA */
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*//* Z BLUREM --- edit zakomentowane z BLUREM, bo w index.php ng-class="md-whiteframe-6dp"*/
}

.menuMobile{
    /*display:block;*/
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 100%;
  background-color:#f0f0f0;
  transition: all .3s ease-in;
  z-index:155;
  opacity:0.5;
}
.menuMobileShow{
  left: 0;
  transition: all .3s ease-out;
  opacity:1;
}
.menuMobile>div:nth-child(1){
    padding:5px;
}
.menuMobile>div:nth-child(2){
    /*width:55px;*/
    height:100%;
    background-color:#212121;
    padding-bottom:5px;
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}
#navOpen{
    /*display:block;*/
    width:55px;
    height:55px;
    position:fixed;
    bottom:0px;
    right:0px;
    z-index:152;
    padding:0;
    background-color:#212121;
    border-top-left-radius:90%;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.5),0 4px 5px 0 rgba(0,0,0,.5),0 1px 10px 0 rgba(0,0,0,.5);
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow:-2px 0px 0px 1px rgba(0,0,0,.26);*/
}
.menuBtn{
    width:55px !important;
    margin:10px !important;/*2px 0 2px 0 !important;*/
}

a{
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}
a, a:visited, a:active, a:hover{
    text-decoration:none;
    text-transform:uppercase;
}

a.menu, a.menu:visited, a.menu:active, a.menuSocial{
    padding: 10px;
    color:#ffffff;
    border:1px solid transparent;
    /*font-family:'UbuntuR', sans-serif;*/
    border-radius:0px;
    font-weight:500;
    margin-left:5px;
    margin-top:5px;
    font-size:1em;
}
a.menuSocial{
    margin: 0 0 5px 0;
    color:#ffffff;
}
.menuMobile a.menu{
    color:#212121;
    text-align: right;
}
a.guzik{
    color:#212121;
    padding: 10px;
    border:1px solid transparent;
    /*font-family:'UbuntuR', sans-serif;*/
    border-radius:0px;
    font-size:1em;
    font-weight:500;
    margin-top:10px;
}
a.guzik > .material-icons{
    color: #212121;
    transition: color .5s;
}
a.guzik:hover > .material-icons{
    color: #f0f0f0;
}

.menuMobile a.menu:hover, a.guzik:hover{
    color:#f0f0f0;
    border:1px solid #212121;
    background-color:#212121;
}
a.menu:hover{
    background-color:#f0f0f0;
    color:#333333;
    border:1px solid #f0f0f0;
}
a.menuSocial:hover{
    background-color:#f0f0f0;
    color:#333333;
    border:1px solid #f0f0f0;
}
a:focus{
    outline:none;
    text-decoration:none;
}

.zeroMargin{
    margin:0 !important;
}

h1{
    font-size:2em;
    font-weight:700;
    text-transform:uppercase;
    margin:0;
}
h1.zwyklyH1{
    font-size:2em;
    font-weight:700;
    text-align:center;
    text-transform:none;
    margin: 0 0 2em 0;
}
h2{
    margin-top:3.2em;
    margin-bottom:1.7em;
    font-size:1.1em;
}
h2:nth-child(1){
    margin-top:0;
}
.sekcja, .stopka{
    padding: 3em 3%;
}
.sekcja > div{
    text-align:justify;
    padding:1.5%;
}
#skecjaGlowna{
    min-height:100vh;
}
.stopka{
    background-color:#212121;
    color:#ffffff;
}
.stopka a{
    box-sizing:border-box;
}

.palec{
    cursor:pointer;
}
.dubDesign{
    font-size:.65em;
    margin-top:25px;
}

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shareDial{
    position: absolute;
    bottom: -34px;
    right: 16px;
    /*background-color:white !important;*/
}
.socialBtn{
    padding-top:1px;
}

.whiteBg{
    background-color:white !important;
}
.czerwonyBg{
    background-color:#cf0821 !important;
}
.czarnyBg{
    background-color:#212121 !important;
}
.bialyBg{
    background-color:#eeeeee !important;
}
.bialyKolor{
    color:white !important;
}
.czarnyKolor{
    color:#212121 !important;
}
.cienPlaskiWdol{
    box-shadow:0px 2px 0px 0px rgba(0,0,0,.26) !important;
}

section{
    margin-left:0px;
}

.bocznaBelka{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:0px;
    z-index:200;
    background-color:#212121;
}
.bocznaBelka div{
    width:40px;
    height:40px;
}
.noBorderRadius{
    border-radius:0px !important;
}
.marginTop20{
    margin-top:20px !important;
}
.marginBottom20{
    margin-bottom:20px !important;
}

.loader{
    position:fixed;
    top:0;
    left:0;
    z-index:110;
    transition: left .65s ease-out;
}
.wilkeiLitery{
    text-transform:uppercase;
}
.logo{
    z-index:102;
    max-width:70vw;
    max-height:70vh;
    margin-bottom:20vh;
}
.font2emNaDesktopie{
    font-size:1em;
}
.margin0{
    margin:0;
}
.padding0{
    padding:0 !important;
}
.centeredText{
    text-align:center;
}

.kontaktH1{
    margin:0;
    font-size:2em;
    color:white;
    padding:0;
    line-height:1;
}
.kontaktKarta{
    z-index:101;
    /*position:absolute;*/
    color:white;text-align:left;
    background-color:rgba(33,33,33,0.7) !important;
}
.kontaktKarta md-card-content{
    padding: 25px !important;
    color:white;
}
.kontaktKarta .kontaktPrawy{
    padding:0 0 50px 0;
}
.kontaktPrawy>div:nth-child(2){
    padding-left:25px;
}

.kontaktSekcja{ /* dlaczego tu chce importanty to nie wiem */
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-attachment: fixed !important;
}
.maxSzer800px{
    max-width:800px !important;
}
.szer100proc{
    width:100%;
}

iframe{
    width:100%;
    height:400px;
}

.podpisZdjecia{
    text-align:center;
    margin-top:-20px;
    margin-bottom:20px;
    font-size:0.8em;
}
.menuDolne{
    width: 100%;
    background-color:#212121;
    margin: 1.5%;
}
.menuDolne a, .menuDolne a:visited, .menuDolne a:active{
    margin:8px;
}
.menuMobile a{
    margin:8px;
}
.menuMobile a.menu, .menuMobile a.menu:visited, .menuMobile a.menu:active, .menuMobile a.menuSocial{
    margin:8px;
}

#map{
    min-height:60vh;
    margin-bottom:20px;
}

section.sponsorzy{
    padding:0;
    background-color:#ffffff;
}
section.sponsorzy div, section.sponsorzy img{
    max-height:100px;
    max-width:200px;
}
section.sponsorzy div{
    margin:15px;
}
.brakFormatu{
    margin:0;
    padding:0;
    font-size:1em;
    font-weight:300;
    text-transform:none;
    
}
/* materialowe zastempy */

md-radio-button.radioGaga .md-off{
    border-color: white !important;
}
md-radio-button.radioGaga .md-on{
    background-color: white !important;
    border-color: white !important;
}
      
md-radio-button.md-checked.radioGaga .md-on{
    background-color: white;
}

.md-fab, md-card{
    /*box-shadow:0px 2px 0px 0px rgba(0,0,0,.26) !important;*/ /* zakomentowane-BEZ BLURA odkomentowane Z BLUREM*/
    box-shadow:none !important;
}
md-card-title{
    padding: 30px 25px 20px 24px !important;
}
md-card-content{
    padding: 0 25px 16px 25px !important;
}
md-card{
    margin:16px 0px !important;
    border-radius:0px !important;
}
.md-button{
    font-weight:600 !important;
}
.md-headline{
    font-weight:700;
    text-align:left;
}
.md-subhead{
    color:#888888;
    text-align:left;
}
md-input-container label{
    color:white !important;
}
md-input-container .md-input{
    border-width:0 0 2px;
    border-color:white !important
}

textarea, input {
    color: white !important;
}

md-card{
    opacity:0.1;
    transform:scale(0.3);
    transition: all .3s ease-out;
}

.wwidoku md-card{
    opacity:1;
    transform:scale(1);
}
@media (min-width: 600px) {
    h1{
        font-size:3em;
        margin-left:50px;
    }
    .logo{
        margin-left:50px;
    }
    .sekcja, .stopka{
        padding: 3em 5%;
    }
    section{
        margin-left:50px;
    }
    .bocznaBelka, .menuDesktop>div:nth-child(1){
        width:50px;
    }
    .bocznaBelka .md-icon-button, .bocznaBelka div, .menuDesktop .md-icon-button{
        transform:scale(1.5);
    }

    .zjedzNizej{
        margin-left:50px;
    }
    .menuSlajdera{
        margin-left:25px;
    }
    md-card{
        margin:8px !important;
    }
    .font2emNaDesktopie{
        font-size:1.1em;
    }

    section div div:nth-child(2n-1) md-card{
        transition-delay: 0.0s;
    }
    section div div:nth-child(2n) md-card{
        transition-delay: 0.05s;
    }
}
@media (min-width: 960px) {
    h1{
        font-size:5em;
        margin-left:80px;
    }
    .logo{
        margin-left:80px;
    }
    section{
        margin-left:80px;
    }
    .bocznaBelka,.menuDesktop>div:nth-child(1){
        width:80px;
    }
    .bocznaBelka .md-icon-button, .bocznaBelka div, .menuDesktop .md-icon-button{
        transform:scale(2);
    }
    .bocznaBelka md-fab-speed-dial{
        margin-left:28px;
    }
    .zjedzNizej{
        margin-left:80px;
    }
    .menuSlajdera{
        margin-left:40px;
    }
    md-card{
        margin:16px !important;
    }
    .font2emNaDesktopie{
        font-size:1.2em;
    }
    section div div:nth-child(3n-2) md-card{
        transition-delay: 0.0s;
    }
    section div div:nth-child(3n-1) md-card{
        transition-delay: 0.05s;
    }
    section div div:nth-child(3n) md-card{
        transition-delay: 0.10s;
    }
}

@media (min-width: 1600px) { /*wieksze niz*/
    body{
        font-size:1.1em;
    }
    h1{
        font-size:6.5em;
        margin-left:80px;
    }
    .font2emNaDesktopie{
        font-size:1.6em;
    }
    .maxSzer800px{
        max-width:1200px !important;
    }
}

@media (min-width: 1920px) { /*wieksze niz*/
    section div div:nth-child(4n-3) md-card{
        transition-delay: 0.0s;
    }
    section div div:nth-child(4n-2) md-card{
        transition-delay: 0.05s;
    }
    section div div:nth-child(4n-1) md-card{
        transition-delay: 0.10s;
    }
    section div div:nth-child(4n) md-card{
        transition-delay: 0.15s;
    }
}
