@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


   body { 
    margin: 0px; 
    background-color: #fff;
   font-family: 'Helvetica Neue LT Pro', sans-serif;
   }

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

/* menu bar, menu */

  .hidden {
   	visibility:hidden;
   }
   .fixed {
    position:fixed!important;
   }
   .opacity0 {
   	opacity:0;
     -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;
    transition:all 1s ease;
   }
      .opacity1 {
    opacity:1;
     -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;
    transition:all 1s ease;
   }
   .hide {
   	display:none!important;
   }

   #spinner {
    width:60px;
    height:60px;
    z-index:10;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
    bottom:50%;
    opacity:1;
    }
 


   .menu-container {
    width:200%;
    height:100%;
    background-color:rgba(0,0,0,0.85);
    color:#FFF;
    z-index:5;
    position:fixed;
    font-weight: bold;
    top:-120%;
    left:0;
    -webkit-transition: all 0.5s ease;                  
    -webkit-transition: all 800ms cubic-bezier(1.000, 0.000, 0.385, 1.000); 
  -moz-transition: all 800ms cubic-bezier(1.000, 0.000, 0.385, 1.000); 
  -o-transition: all 800ms cubic-bezier(1.000, 0.000, 0.385, 1.000); 
  transition: all 800ms cubic-bezier(1.000, 0.000, 0.385, 1.000);
    font-size:48px;
    line-height: 56px;
   }

   .menu-container  a {
  color:#FFF;
  }

   .slide {
    left:-100% !important;
   }

    .logo {
  background-image: url("images/marciniakstudiologo.svg");
  background-size: auto;
  background-repeat: no-repeat;
    width:300px;
    height:27px;
    font-size:16px;
    position:absolute;
    z-index:4;
    top:48px;
    left:100px;
    z-index:5;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
  }
    .logo_neg {
  background-image: url("images/marciniakstudiologoneg.svg");
  background-size: auto;
  background-repeat: no-repeat;
    width:300px;
    height:27px;
    font-size:16px;
    position:fixed;
    z-index:7;
    top:48px;
    left:100px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
  }

  .logo-small{
  width:250px;
  height:22.5px;
  top:18px;
  left:100px;
  }
   
.about{
  color:#000;
    font-size:13px;
    top:55px;
    letter-spacing:0.05em;
    font-weight: bold;
    right:140px;
    z-index:5;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
}

.about:hover {
 opacity:0.5;
 text-decoration:none;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
}

.about-small {
  top:25px;
  }


.fb-ico {
    background-image: url("images/fb-ico.svg");
    position:absolute;
    width:10px;
    height:20px;
    right:90px;
    top:50px;
    z-index:5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .fb-ico-small {
    top:18px;
   }

   .fb-ico:hover {
   opacity:0.5;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

.menu-bar {
    top:0px;
    position:absolute;
    width:100%;
   }

   .top-bar {
    background-color: #fff;
    width:100%;
    top:0px;
    left: 0px;
    height:120px;
    position:fixed;
    z-index:4;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .top-bar-about {
    background-color: #000;
   }

.nav-ico-open {
    background-image: url("images/menu-ico.svg");
    width:24px;
    height:22px;
    position:relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
    top:50px; 
    margin:0 auto;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

    .nav-ico-open:hover {
    opacity:0.5;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
  }

  .nav-ico-open-small {
    top:18px;
  }

  .btn2 {
    z-index:6;
    position:fixed;
    left: 50%;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .btn2 .open-btn {
  position:relative; 
  left:-50%;
}  

   .nav-ico-close {
    background-image: url("images/menu-ico-close.svg");
    width:24px;
    height:22px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }


   .btn {
    position:fixed;
    right: 70px;
    top:50px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
    z-index:7;
   }

    .btn-small {
  top:18px;
  }

   .btn .close-btn {
  position:relative; 
  left:-50%;
}  
   .nav-ico-close:hover {
    opacity:0.5;
   -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
  }
   

   .categories_hidden,.categories_visible,.categories_down li {
    list-style:none;
    cursor: pointer;
   }
   
   .categories_visible li:hover {
    opacity:0.5;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .categories_hidden {
    padding:0;
    margin:0;
    opacity:0;
    position:absolute;
    top:140px;
    -webkit-transition: all 0.8s ease;                  
    -moz-transition: all 0.8s ease;                 
    -o-transition: all 0.8s ease;   
    -ms-transition: all 0.8s ease;
    transition:all 0.8s ease;
   }

   .categories_visible {
    padding:0;
    margin:0;
    opacity:1;
    position:absolute;
    top:200px;
    -webkit-transition: all 0.8s ease;                  
    -moz-transition: all 0.8s ease;                 
    -o-transition: all 0.8s ease;   
    -ms-transition: all 0.8s ease;
    transition:all 0.8s ease;
   }

   .arrow_l_button {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }
   .arrow_l {
    background-image: url("images/arrow_l.svg");
    width:40px;
    height:22px;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    cursor: pointer;
    top:130px; 
    margin-left:0px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .arrow_l:hover {
    opacity:1;
    margin-left:-20px;
    width:60px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .more_button {
   	font-weight:bold;
      font-size:24px;
      line-height:36px;
      cursor:pointer;
      -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .more:hover {
   	opacity:1;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }
   .arrow_r {
    background-image: url("images/arrow_r.svg");
    width:40px;
    height:22px;
    z-index:5;
    margin-top: 5px;
    position:relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    cursor: pointer;
    float:right;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .more:hover > .arrow_r {
   	width:60px;
   	opacity:1;
   	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .about_me_hidden, .work_hidden {
    width:50%;
    margin-top:20px;
    padding-right: 100px;
    text-align: left;
    color:#FFF;
    -webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;
    transition:all 0.7s ease;
    position:absolute;
   }

   .slider-container {
    padding: 200px 100px 40px 100px;
    text-align: left;
    color:#FFF;
    -webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;
    transition:all 0.7s ease;
    position:relative;
    float:left;
    box-sizing: border-box;
    width: 50%;
    height:100%;
   }

 

   div[class*='work'] {
    width:100%;
   }

   .about_me_down, .work_down {
   	opacity:0;
    margin-top:140px;
    text-align: left;
    color:#FFF;
    -webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;
    transition:all 0.7s ease;
    position:absolute;
   }

   .about_h1 {
    font-size:48px;
    line-height:54px;
    letter-spacing:-0.01em;  
    font-weight: bold;
    
     }

     .about_h2 { 
     margin-top:30px;
     }
     
     .kontakt {
      font-weight:bold;
      font-size:24px;
      line-height:32px;
      margin-top:20px;
    }

    .kontakt a:hover {
    margin-left:15px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
    }

    .kontakt a {
    margin-left:0px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
    }

    .bio {
      width:70%;
      font-size:15px;
      line-height:22px;
      clear:left;
      padding-top: 15px;
      position: relative;
      -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;  
    }
    .about_footer {
      position:absolute;
      bottom:10%;
      left:100px;
    }
    .more {
      float:left;
    }

     .what {
      font-size:15px;
      line-height:22px;
      width:100%;
    }


   nav a {
    color: #FFF;
   }

   /* project description */

    .title_frame {
    position:relative;
    z-index:3;
    }

   .title {
    color:#000;
    font-size:48px;
    line-height:54px;
    letter-spacing:-0.01em;  
    font-weight: bold;
    padding-left:100px;
    padding-right:10%;
    margin-top:200px;
    z-index:3;
     }
     .title2 { 
     font-size:48px;
    line-height:54px;
    letter-spacing:-0.01em;  
    font-weight: bold;
    padding-left:100px;
    padding-right:10%;
     margin-top:60px;
     font-weight:bold;
     }

    .opis {
    color:#000;
    font-size:14px;
    line-height:20px;
    margin-top:20px;
    letter-spacing:0.03em;
    font-weight: 400;
    padding-left:100px;
    padding-right:30%;
    }

    .superscript {
    font-size: 20px;
    line-height:16px;
    vertical-align: 23px;
    text-decoration: underline;
    }

    .type {
    color:#000;
    font-size:13px;
    line-height:19px;
    letter-spacing:0.05em;
    margin-top:30px;
    padding-left:100px;
    padding-right:40%;
    }

    span.bold {
      font-weight: 700;
    }

.more-icon {
    font-weight:bold;
    position:absolute;
    width:40px;
    height:40px;
    left:100px;
    bottom:50px;
      font-size:18px;
      cursor:pointer;
      -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .arrow_d_button {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }
   .arrow_d {
    background-image: url("images/arrow_d.svg");
    width:22px;
    height:24px;
    z-index:7;
    float:left;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }

   .arrow_d:hover {
    opacity:1;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }
   
   .more-txt{
    opacity:0;
    color:#000;
    margin-left:45px;
    float:left;
    -webkit-transition: all 0.3s linear;                  
    -moz-transition: all 0.3s linear;                 
    -o-transition: all 0.3s linear;   
    -ms-transition: all 0.3s linear;
    transition:all 0.3s linear; 
 }

    .more-icon:hover > .arrow_d {
    height:50px;
    opacity:1;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
   }


 

    .project-content {
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position:absolute;
    z-index:3;
    }

 .project-content ul li {
     list-style: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }

    .overlay {
    background-color:#fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index:2;
    position:absolute;
    }

    .first {
    overflow:hidden;
    height: 100%;
    top:0;

    }
 
    
    img.project-image {
    width:100%;
    display:block;
    }
     video.project-image {
    width:100%;
    display:block;
    }
    img.intro-image-wide {
    width:100%;
    display:block;
    }
    img.intro-image-height {
    height:100%;
    display:block;
    }
    img.intro-image {
    display:block;
    }
    div.image-container{
      margin:0px;
      overflow:hidden;
    }

    .text-column {
      margin-top: 20px;
      padding-right:40px;
      float:left;
      width:auto;
    }

    .text-column ul {
      font-size:15px;
      line-height:22px;
      margin-top:10px;
      margin-bottom:40px;
      padding-left:0px;
    }

    .text-column li:first-of-type {
    	margin-top:10px;
    }

    .text-column li {
      font-size:15px;
      line-height:22px;
      margin-left:15px;
    }

    .text-column ul span {
     font-size:24px;
    }

    h1 {
      font-size:48px;
    line-height: 56px;
      margin-top:0px;
      margin-bottom:30px;
    }

    h5 {
      font-size:15px;
      margin-bottom:30px;
      margin-top:70px;
    }
    .info-container {
      padding: 20px 0px 60px 0px;
      float:left;
      overflow:hidden;
      margin-right:53px;
    }
    .copyright-info {
     font-weight:400;
      font-size:12px;
      line-height:18px;
      padding-right:53px;
      float:left;
      width:auto;
      
    } 
    .bottom {
      bottom:0px;
      position:relative;
    }

     /* project navigation */
      .nav {
      position:fixed;  
      right:24px;
      width:28px;
       z-index:4;
      
    }
    #page-navigation {
        position:absolute;
         right:0px;
          list-style: none;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

     #page-navigation div {
         background-color:#000;
         opacity: 0.3;
        width:6px;
        height:6px;
        position:relative;
        margin:14px 0px;   
        border-radius:3px; 
        -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;  
    }

    #page-navigation .active div {
        background-color:#000;
        opacity: 1;
          width:6px;
        height:6px;
        position:relative;
        margin:14px 0px;   
        border-radius:3px; 

    }
    
    #page-navigation div:hover {
         background-color:#000;
         opacity: 1;
         width:6px;
        height:6px;
        position:relative;
        margin:14px 0px;   
        border-radius:3px; 
        -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
       
    }
    
  
  /* thumbnail boxes */
  #menu {
    margin:120px 0px 15px 0px;
  width: 100%;
      -webkit-animation: 2s linear; 
    -moz-animation: 2s linear;
    -o-animation: 2s linear;
    animation: 2s linear;
    }


  #col1, #col2, #col3 {
  width:33.33%;
  float:left;
  display: flex;
  flex-flow: column wrap;
  }
   .menu_box {
    display: flex;
  }

  
  

  div[class*='title_box'] {
  	opacity: 0;
  	width:33.33%;
    position:absolute;
    -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   padding:40px;
  }

  .menu_box:hover > a > .green {
   opacity: 1;
   background-color: #03d767;
  }

  .menu_box:hover > a > .red {
   opacity: 1;
   background-color: #fd4747;
  }

  .menu_box:hover > a > .blue {
   opacity: 1;
   background-color: #1fc1fd;
  }

  .thumbnail {
    width:100%;
    height:100%;
    }
   
   a.info {   
    color: #FFF;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 32px;
    font-weight:bold;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
    letter-spacing: -0.01em;
  }
  
  .superscript { 
    font-size: 26px; 
    vertical-align: super; 
    text-decoration: underline; 
  }
  .rodzaj { 
    font-family: 'Helvetica Neue LT Pro', sans-serif; 
    font-size: 12px; 
    line-height:18px;
    text-align: left; 
    text-decoration: none;
    bottom:60px;
    letter-spacing: 0.02em;
    position:absolute;
    text-transform: uppercase;
  }
  .hline { 
    width:10%; 
    height:3px; 
    background: #000; 
    margin:20px auto;
    display:none;
  }
  
 
  /* footer */
  .footer-line {
    background-color:#000;
    height:1px;
    text-align:right;
    position:absolute;
    z-index:4;
    bottom:50px;
    left:30px;
}
  .copyright {
    color:#000;
    height:40px;
    font-size: 12px;
    margin-left:30px;
    top:30px;
    margin-bottom:15px;
    z-index:2;
    clear:left;
    position:relative;
    }

    .policy {
    color:#000;
    font-size: 12px;
    line-height:15px;
    margin-left:30px;
    margin-bottom:25px;
    z-index:2;
    clear:left;
    
    display:none;
    }

    .policy span {
    font-size: 14px;
    }

    .policy_button:hover {
    	cursor:pointer;
    	opacity:0.5;
   	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;
    transition:all 0.3s ease;
    }

    @media screen and (max-width: 1366px) {
    .title {
    color:#000;
    font-size:40px;
    line-height:48px;
    letter-spacing:-0.01em;  
    font-weight: bold;
    padding-left:100px;
    padding-right:10%;
    margin-top:180px;
    z-index:3;
     }
     .title2 { 
     font-size:40px;
    line-height:48px;
    letter-spacing:-0.01em;  
    font-weight: bold;
    padding-left:100px;
    padding-right:10%;
     margin-top:40px;
     font-weight:bold;
     }

     div[class*='work'] {
    width: 100%;
    }

    .text-column {
    width: auto;
    }
 }
   
@media screen and (max-width: 1200px) {
  .title {
    padding-right:40%;
     }

    .opis {
    padding-right:30%;
    }


    .type {
    padding-right:30%;
    }

}

@media screen and (max-width: 1024px) {
  .slider-container {
    padding-left: 40px;
    padding-right: 40px;
  }
    .about_footer {
      margin-top:50px;
      left:40px;
    }
.logo, .logo_neg {
    left:40px;
  }
  .logo-small{
  left:40px;
  }
  .about{
    right:80px;
}
.fb-ico {
  right:40px;
}
    .nav-ico-open {
    right:40px !important;
    position:absolute;
    }
    .nav-ico-close {
    right:40px;
    position:fixed;
   }
   .menu-container {

    font-size: 36px;
    line-height: 44px;
   }

   .categories_hidden {
    top:100px !important;
   }

   .categories_visible {
    top:160px;
   }
   .bio {
    padding-right:40px;
    width:auto;
   }

    .btn2 {
    right:0px;
    left:unset;
   }
   .title {
    padding-left:40px;
     }

     .opis {
    padding-left:40px;
    }

    .type {
    padding-left:40px;
    }

    .more-icon {
      left:40px;
    }
    .project-content {
    width: 100% !important;
    height: 100%;
    left:0;
    top:0;
    position:absolute;
    z-index:3;
    }

    .about_h1 {
    font-size:40px;
    line-height:48px;
   }
}

@media screen and (max-height: 768px) and (min-width: 800px) {
.slider-container {
    padding: 160px 40px 40px 40px;
}
}


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

    .slider-container {
    padding: 50px 20px 120px;
    overflow-y: scroll;
    height: 100%;
    margin-top: 80px;
   }

   .categories_hidden {
    top:80px !important;
    font-size:40px;
    line-height:52px;
   }

   .categories_visible {
    top:140px;
    font-size:40px;
    line-height:52px;
   }

   .about_me_hidden, .work_hidden {
    margin-top:0px;
    padding-right: 20px; 
   }

   .about_me_visible, .work_visible {
    margin-top:60px;
    padding-right: 20px;
   }

   .about_me_down {
    padding-right: 20px;
   }

   .text-column {
     width:100%;
      padding:0px;
      margin:0px;
      float:left; 
    }

    .text-column ul {
      font-size:16px;
      line-height:23px;
      margin-top:0px;
      margin-bottom:35px;
      padding-left:0px;
    }

    .text-column li:first-of-type {
      margin-top:10px;
    }

    .text-column li {
      font-size:16px;
      line-height:23px;
      margin-left:15px;
    }

    .text-column ul span {
     font-size:24px;
    }
   

   .about_me_down, .work_down {
    margin-top:120px;
   }

   .bio {
    font-size: 16px;
    line-height: 23px;
    padding-right:20px;
   }
   
   .kontakt {
    font-size:18px;
    line-height:30px;
    margin-top:30px;
   }
   .arrow_l {
    top:0px; 
   }

  .more_button {
   font-size:18px;
   bottom: 165px;
  }
  .about_footer {
      left:0;
    }

    #col1, #col2, #col3 {
  width:50%;
  float:left;
  display: flex;
  flex-flow: column wrap;
  }

  div[class*='title_box'] {
    width:50%;
  }
 

  .menu-line-top  {
    top:20px;
    left:15px;   
}
.top-bar {
	height:80px;
	z-index:4;
}

.line  {
    top:20px;
    left:15px;   
}
.nav-ico-open {
    right:20px !important;
    top:32px !important;
    position:absolute;
    height:19px;
    width:20px;
}
.open-btn .nav-ico-open {
    right:20px !important;
    top:31px !important;
    position:fixed;
    height:19px;
    width:20px;
    }
.nav-ico-close {
   height:19px;
    width:20px;
    right:20px;
    top:32px;
   }
   .btn {
   	top:30px;
   	left:unset;
   }

.btn .close-btn {
	left:unset;
}

 .btn2 {
   	top:30px;
   }

.btn2 .open-btn {
	left:unset;

}

 .logo, .logo_neg {
    top:30px;
    left:20px;
    width:230px;
  }

  .logo_neg {
    position:fixed;
  }

  .logo-small{
  top:30px;
  left:20px;
  }
  
  #menu {
    margin-top:80px;
  }
  .about {
    top: 0px;
    font-size: 11px;
    right: 50px;
    height: 80px;
    padding: 35px 0px;
    box-sizing: border-box;
}



.fb-ico {
    height: 80px;
    right: 20px;
    top: 0px;
   }


 


.first {
    margin:0px;

    }
    

    .nav {
      display:none;
    }

     .title {
    font-size:54px;
    line-height:61px;
    padding-left:20px;
    padding-right:60px;
    margin-top:140px;
     }
     .title2 { 
     font-size:24px;
    line-height:30px;
    padding-left:20px;
    padding-right:20px !important; 
     margin-top:60px !important;
     font-weight:bold;
     }

    .opis {
    font-size:16px;
    line-height:23px;
    margin-top:0px;
    margin-left:0px;
    padding-left:20px;
    padding-right:60px;
    }

    .type {
    font-size:16px;
    line-height:23px;
    margin-top:30px;
    padding-left:20px;
    padding-right:20px;
    }

   .more-icon {
    width:39px;
    height:39px;
    margin-left:0px;
    bottom:20px;
    left:20px;
   }
   .copyright {
    text-align:center;
    margin-left:0;
    }
  
     h1 {
      font-size:48px;
      line-height: 54px;
    }
    .info-container {
      padding: 40px 0px 60px 0px;
      margin-right:0px;
    }
    .copyright-info {
      font-size:16px;
      line-height:22px;
      margin-left: 0px;
      margin-top:40px;
      width:auto;
    } 
    span.kontakt {
      font-size:22px;
      line-height:32px;
    }

      .about_h1 {
    font-size:28px;
    line-height:36px;
    margin-bottom:30px;
   }

      .bio {
    font-size: 13px;
    line-height: 19px;
   }
   
 }

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

    .slider-container {
    padding: 40px 20px 120px;
    overflow-y: scroll;
    height: 100%;
    margin-top: 80px;
   }

.categories_hidden {
    font-size:28px;
    line-height:38px;
   }

   .categories_visible {
    font-size:28px;
    line-height:38px;
   }

#col1, #col2, #col3 {
  width:100%;
  float:left;
  display: flex;
  flex-flow: column wrap;
  }
  div[class*='title_box'] {
    width:100%;
  } 
   
   .title {
    font-size:28px;
    line-height:36px;
    padding-left:20px;
    padding-right:20px !important;
    margin-top:120px !important;
     }

   

    .opis {
    font-size:14px;
    line-height:19px;
    margin-top:10px;
    margin-left:0px;
    padding-left:20px;
    padding-right:20px;
    }

    .type {
    font-size:11px;
    line-height:16px;
    margin-top:20px;
   
    }

    
   
   .more-txt{
    display:none; 
 }
  h1 {
      font-size:32px;
      line-height:38px;
      margin-top:20px;
    }

    .text-column ul {
      font-size:13px;
      line-height:19px;
      margin-bottom:20px;
    }

    .text-column li:first-of-type {
      margin-top:10px;
    }

    .text-column li {
      font-size:13px;
      line-height:19px;
    }

    

    .text-column ul span {
     font-size:18px;
    }
    
    .copyright-info {
      font-size:13px;
      line-height:18px;
      
    } 
    span.kontakt {
      font-size:18px;
      line-height:26px;
          margin-left: 20px;
    margin-top: 0px;
    }

    .superscript { 
    font-size: 18px; 
  }

  .menu-container {
    font-size:26px;
    line-height: 36px;
    
   }
 
   .kontakt {
    font-size:18px;
    line-height:26px;
    margin-top:20px;
   }

  .more_button {
   font-size:18px;
   bottom: 165px;
  }


}


@media screen and (max-height: 768px) and (min-width: 800px) {
     .categories_hidden {
    top:80px !important;
    font-size:40px;
    line-height:52px;
   }

   .categories_visible {
    top:140px;
    font-size:40px;
    line-height:52px;
   }

   .about_me_hidden, .work_hidden {
    margin-top:0px;
    padding-right: 20px; 
   }

   .about_me_visible, .work_visible {
    margin-top:60px;
    padding-right: 20px;
   }

   .about_me_down {
    padding-right: 20px;
   }

   .about_me_down, .work_down {
    margin-top:120px;
   }

   .bio {
    font-size: 13px;
    line-height: 19px;
    padding-right:20px;
    width: 80%;
   }
   .about_h1 {
    font-size:28px;
    line-height:36px;
   }
   .about_h2 {
    margin-top:20px;
   }
   .kontakt {
    font-size:18px;
    line-height:30px;
    margin-top:20px;
   }
   .arrow_l {
    top:110px; 
   }

  .more_button {
   font-size:24px;
   bottom: 165px;
  }
  .about_footer {
    bottom: 5%;
    }

    .text-column ul {
    margin-bottom: 25px;
}
.text-column li {
      font-size:13px;
      line-height:19px;
    }
    .more_button {
   font-size:18px;
  }


    }

    @media screen and (max-height: 768px) and (min-width: 1025px) {
       .slider-container {
    padding: 180px 100px 40px 100px;
  }

      .arrow_l {
    top:110px; 
   }
    }
   
