/* reset */
*{
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;    
    margin: 0; padding: 0; position: relative;
}
a{
    text-decoration: none; color:#000;
}


#gradient
{ 			
    position: relative; left:0; top:0; width: 100%; height: 600px;
    
}


#main{
    position: relative;
    max-width: 1920px; margin: 0 auto;
    padding: 0 60px 0 60px;     
}

/* header */

#header{
    z-index: 100; box-sizing: border-box; padding-top:25px;/* max-width: 1800px; width: 100%;*/   
    width:calc(100vw - 120px); max-width: 1800px;
    
}
#header #logo{
    float: left; 
}
#header #logo img{
    width: 81px;
}

#header #menu{
    
}



#header #jezik{
    float: right;
}
#header #jezik img{
    width: 35px; margin-top: -3px;
}
#header #jezik{
    position: relative;
}
#header #jezik:hover #jezik_link{
    right:35px; opacity: 1;
    
}
#header #jezik #jezik_link{
    position: absolute; top:1px; right:5px; transition: 0.3s; opacity: 0;
    padding-right: 5px; text-transform: uppercase;
}
.header_fix{
    position: fixed; top:0; 
}

/* menu2 */
#menu2{
   float: right; margin-right: 85px; margin-top: -14px;
}
#menu2 a{
    font-weight: 300; font-size:37px; margin-left: 50px;
}
#menu2 a:hover,
#menu2 a.active{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

#jezik-mob{
    display: none;
}

#header .show-menu {
    display: none;
}
#header .show-menu div
{
    position: relative;
    width: 35px;
    height: 2px;    
    background-color: #000;
    margin-top: 9px;
    transition: all 0.3s ease-in-out;
}

#header input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#header input[type=checkbox]:checked ~ #menu2{
    display: block;    
}


@media only screen and (max-width : 1024px){
	
	#main{
	   padding-left:20px!important; padding-right: 20px!important;
	}
    
    #header{
        z-index: 200; width: calc( 100vw - 60px);
    }
    
    #header #logo img{
        width: 51px;
    }
    
    #menu{
        display: none;
    }
    
    #menu2 {
		display: none; background-color: #1A1917; position: absolute; top:0; left:0;
        height: calc(100vh + 15px);        
        width: calc( 100vw + 40px); margin-right: -20px; margin-left: -20px;        
        padding-left: 20px; padding-top: 20px;
	}
	
	#menu2 a {
		width: 100%; display: block; text-align: left; margin-left: 0!important; color:#fff; 
        font-weight: 300; font-size: 42px
	}
    
    #menu2 a.active{
        font-weight: 500;
    }
	#header .show-menu {
		display:block; float: right; height: 32px; cursor: pointer; z-index: 300; position: absolute;        
        right: -20px; top:20px;
	}
    #jezik{
        display: none;
    }
    #jezik-mob{
        display: block; margin-top: 80px;
    }
    #show-menu:checked + .show-menu div{
        background-color: #fff;
    }
    #show-menu:checked + .show-menu .div1 {
          transform: rotate(-45deg);
          margin-top: 15px;
        }
    #show-menu:checked + .show-menu .div3 {
      opacity: 0;
      transform: rotate(45deg);
    }
    #show-menu:checked + .show-menu .div2 {
      transform: rotate(45deg);
      margin-top: -2px;
    }
    
    #show-menu:checked + .show-menu + .nav {
      top: 0;
      transform: scale(1);
    }
}



/* footer */

#footer{
    font-size:15px; font-family: 'Space Mono', monospace; padding:0 0 100px 0px; margin-top: 170px;
}
#footer-naslov{
    font-weight: 500; font-size: 38px; margin-bottom: 40px; font-family: 'Poppins', sans-serif;
}
#footer-podaci-w div{
    float: left;
}
#footer-podaci{
    border-right: 1px solid #000; padding-right: 40px;  
}
#footer-mreze{
    padding-left: 40px;
}
#footer-mreze-icons{
    margin-top: 45px; 
}
#footer-mreze-icons a:first-child{
    margin-right: 10px;
}
#footer-mreze-icons a{
    margin-right: 20px;
}
#footer-mreze-icons a img{
    height: 40px; 
}
#footer-copy{
    margin-top: 70px;
}

/* ostalo */
#page-h1{
   margin-top: 190px; font-size: 285px; font-weight: bold; padding: 0; line-height: 80%; z-index: 100;      
   position: -webkit-sticky; /* Safari */  position: sticky;  top: 0;
   pointer-events:none;  
}

@media only screen and (max-width : 1300px) {
    #page-h1{
        font-size:19vw;
    }
    
    #footer{
        padding-left: 0; margin-top: 70px;
    }
}

@media only screen and (max-width : 550px){    
    #footer-podaci{
        border-right: 0;  float: none!important;
    }
    #footer-mreze{
        padding-left:0; margin-top: 30px;  float: none!important;
        border-top: 1px solid #000; padding-top: 30px; width: 100%; max-width: 180px;
    }
    #footer-copy{
        margin-top: 30px;
    }
    
    #footer-mreze-icons{
        margin-top: 25px;
    }
    #footer-mreze-icons a:last-child{
        margin-right:0
    }
}


/* PAGE INDEX */
/* ========== */




#body-index #main{
    position: relative; padding: 0!important;
}
#body-index #gradient{
    z-index: 0; position: absolute; width: 100vw; 
}

#body-index #header{
    padding-left: 20px!important; padding-right: 20px!important;
    width: calc( 100vw - 20px)!important;     
}

#body-index #header{
    /*position: absolute; width: calc( 100% - 120px); padding: 35px 0px 0 60px;*/
    position: absolute; padding-left: 60px; padding-right: 60px; max-width: 1920px;
    width: 100vw;
}

#body-index #header #logo{
    margin-left: 40px; 
}

#body-index #footer{
    padding-left: 60px; margin-top: 50px;
}

/* menu */
#body-index #menu{
    position: absolute; top: 175px; left:56px; z-index: 100;
}
#body-index #menu a{
    display: block; 
    font-weight: 300; 
    font-size:38px; 
    line-height: 54px; 
    color: #fff;
}

#body-index #menu a:hover,
#body-index #menu a.active{
    font-weight: 400;
}


#body-index #menu2{
    display: none;
}
#body-index #menu2 {
    padding-left: 60px;
}

/* intro */
#fullpage-intro {z-index: 20; text-align: center;}

#fullpage-intro[data-url-cover]{
    cursor: pointer;
}

#fullpage-intro #typed-intro{
    text-align: center; font-weight: bold; font-size:196px;
    white-space: nowrap; 
    
}
#fullpage-intro #typed-intro-w{
    position: relative; display: inline-block;
}

#fullpage-intro #typed-intro-unblock{    
    text-align: right; font-weight: bold; font-size:40px; position: absolute; z-index: 1000;
    top:-40px; right:-5px;    
}


#fullpage-intro #foto-intro{
    height: 100%; margin: 0 -60px;
    background-position: center center; background-repeat:  no-repeat; background-attachment: fixed; background-size:  cover;    
}
.fullpage-intro-foto,
.fullpage-intro-video{
    max-width: 2560px!important;
}


#fullpage-intro #video-intro{
   height: 100%; overflow: hidden!important; position: relative;
}
#video-video{
    left:0; bottom: 0; right: 0; top:0; position: absolute;overflow: hidden!important;
}
#video-mask{
    background-color: #000; left:0; bottom: 0; right: 0; top:0; position: absolute; z-index: 90; opacity: 0;
}


#body-index .link_line{
    margin: 85px auto 0 auto; border-top: 1px solid #ccc; max-width: 110px;z-index: 300;
}

/* about */
#fullpage-about{
    position: relative;
}
#body-index .link_line a{
    font-size:21px; font-family: 'Space Mono', monospace; margin-top: 70px;  display: inline-block;    
    width: 100%;z-index: 100; position: relative;
    text-align: center; 
}

#fullpage-about p{
    font-size: 58px; line-height: 75px; font-weight: 400;text-align: center; position: relative;
}

/* clients */

#modal-clients-zavesa{
    position: absolute; left:0; bottom: 5px; width: 100%; background-color: #fff; margin-bottom: -5px;
    z-index: 30;
}

#modal-clients{
    position: absolute;width: 100%!important; max-width: 1920px; margin: 0 auto; left: 0; right: 0;
    pointer-events:none; opacity: 0; bottom: -170px;
}
#modal-clients-grid{
    display: grid;/*height: calc(100vh - 120px);*/ 
    grid-template-columns: repeat(4, minmax(auto,250px));
    grid-auto-rows: 150px;
    background-color: #fff;
    align-content: end; justify-content: center;
    
    
}
.modal-clients-grid-item{
    text-align: center;
}
.modal-clients-grid-item img{
    width: 100%; max-width: 150px;
}
/* work */

#fullpage-work .link_line{
    display: block!important; max-width: none!important; width: 100vw; text-align: center; border:0;
}
#fullpage-work .link_line a{
    text-align: center;      
    max-width: 110px; padding-top: 70px; margin-top: 0;
     border-top: 1px solid #ccc;
}
#fullpage-work .fp-tableCell{
    vertical-align: top;
}

#fullpage-work .fp-scrollable
{
    width: calc(100vw)!important;
    max-width: 2560px;
}


#fullpage-work-grid{
    display: grid; grid-template-columns: 33.33% 33.33% 33.33%;
    grid-auto-rows: auto;
    width: 100vw;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    max-width: 2560px;
}
.fullpage-work-grid-item{    
    position: relative;border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.fullpage-work-grid-item .tekst{
     z-index: 10; position: absolute; left:0; top:0; padding: 35px 45px 0 45px;
     pointer-events:none; line-height: normal!important;
}
.fullpage-work-grid-item .tekst .tekst-naslov{
    font-size: 27px;
}
.fullpage-work-grid-item .tekst .tekst-podnaslov{
    font-size:15px; font-family: 'Space Mono', monospace;
}

.fullpage-work-grid-item a{
    display: block; line-height: 0;
    
}
.fullpage-work-grid-item a:hover .tekst{
    display: block;
}
.fullpage-work-grid-item a:hover img{
    opacity: 1;
}
.fullpage-work-grid-item a img{
    width: 100%; opacity: 0;
}


@media screen and (max-width : 1356px){
    #fullpage-about p{
        font-size:4vw; line-height: 4vw;
    }
}
@media screen and (max-width : 1280px){
    #fullpage-work-grid{    
        grid-template-columns: 50% 50%;
    } 
}
@media screen and (max-width : 1024px){
    
    #header #logo{
        margin-left: 0!important; 
    }
    #body-index #menu2{
        margin-left: -40px;
    }
    #body-index #header .show-menu{
        right: 0;
    }
    #fullpage-about{
        padding: 20px;
    }
    #fullpage-about p{
        font-size:5vw; line-height: 5vw;
    }
    #fullpage-work-grid{
        margin-left: 0!important; margin-right: 0!important;width: 100%!important;
    } 
    
    .fullpage-work-grid-item .tekst{
        padding: 15px 25px 0 25px;
    }
    .fullpage-work-grid-item .tekst .tekst-naslov{
        font-size: 20px;
    }
    
    #body-index #footer{
        padding-left: 20px; padding-right: 20px ;
    }
    
}
@media screen and (max-width : 992px){
    #fullpage-work-grid{    
        grid-template-columns: 100%;
        
    } 
    #fullpage-intro #typed-intro-w{
        transform: rotate(-90deg);    
    }
    #fullpage-intro #typed-intro-unblock{
        top:-25px; right:-5px;   
    }

    #modal-clients-grid{
        ssss-grid-template-columns: repeat(3, minmax(auto,150px));
        grid-auto-rows: 150px;
    }
    
}

@media screen and (max-width : 800px){
    #fullpage-intro #typed-intro-unblock{    
        font-size:20px; 
    }
    #fullpage-about p{
        line-height: normal;
    }
    .link_line{
        margin-top:70px;
    }
}

@media screen and (max-width : 640px){
    #modal-clients-grid{
        grid-template-columns: repeat(4, minmax(auto,100px));
        grid-auto-rows: 80px;
    }
    #modal-clients-grid .modal-clients-grid-item{
        
        padding: 10px;
    }
    
}

/* PAGE WORKS */
/* ========== */


#body-works #page-h1{
    /*margin-bottom: 135px;*/ 
    position: fixed; top:50px; margin-left: -0.06em;
}

#body-works #work-grid{    
    display: grid; grid-template-columns: 33.33% 33.33% 33.33%;
    grid-auto-rows: auto;        
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    max-width: 2560px;
}
#body-works .work-grid-item{    
    position: relative;border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
    
}
#body-works .work-grid-item .tekst{
     z-index: 10; position: absolute; left:0; top:0; padding: 35px 45px 0 45px;
     pointer-events:none; line-height: normal!important;
}
#body-works .work-grid-item .tekst .tekst-naslov{
    font-size: 27px;
}
#body-works .work-grid-item .tekst .tekst-podnaslov{
    font-size:15px; font-family: 'Space Mono', monospace;
}

#body-works .work-grid-item a{
    display: block; line-height: 0;
    
}
#body-works .work-grid-item a:hover .tekst{
    display: block;
}
#body-works .work-grid-item a:hover img{
    opacity: 1;
}
#body-works .work-grid-item a img{
    width: 100%; opacity: 0;
}

@media only screen and (max-width : 1300px) {
    #body-works h1{
        margin-bottom: 0.5em;
    }
}
@media screen and (max-width : 1280px){
    #body-works #work-grid{    
        grid-template-columns: 50% 50%;
    } 
}
@media screen and (max-width : 1024px){
    #body-works #page-h1{
        top:-60px;
    }
    #body-works #work-grid{
        /*margin-left: 0!important; margin-right: 0!important;width: 100%!important;*/ margin-top: -300px;
    } 
    #body-works .work-grid-item .tekst{
        padding: 15px 25px 0 25px;
    }
    #body-works .work-grid-item .tekst .tekst-naslov{
        font-size: 20px;
    }
}
@media screen and (max-width : 992px){
    #body-works #work-grid{    
        grid-template-columns: 100%;        
    } 
}

@media screen and (max-width : 800px){
    #page-h1{
        font-size:27vw;
    }
}

/* PAGE WORK */
/* ========== */
#body-work #work-grid{    
    display: grid; grid-template-columns: 40.5498% 56.08602%; grid-column-gap: 60px; z-index: 2; position: relative;
    margin-top: -360px;            
}
#body-work .work-grid-2slike-prvaveca,
#body-work .work-grid-2slike-drugaveca,
#body-work .img-full,
#body-work .video-full{
    margin-top: 60px;
}

#body-work #work-grid .work-opis h1{
    margin: 0; font-size:36px; font-weight: 500;margin-top: -11px;
}
#body-work #work-grid .work-opis h2{
    font-family: 'Space Mono'; font-size:19px; padding-top: 0; margin-top: 10px; font-weight: normal;
}

#body-work #work-grid .work-opis .tekst{
    font-family: 'Space Mono'; font-size:24px; position: absolute; left:0; bottom: 0;
}

#body-work .work-grid-2slike-drugaveca{    
    display: grid; grid-template-columns: 40.5498% 56.08602%; grid-column-gap: 60px;
}
#body-work .work-grid-2slike-prvaveca{
    display: grid; grid-template-columns: 56.08602% 40.5498%; grid-column-gap: 60px;
}

#body-work .work-grid-item{    
    position: relative;
}
#body-work .work-grid-item img,
#body-work .img-full img{
    width: 100%;
}

#body-work .video-full{
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#body-work .video-full iframe{
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media only screen and (max-width : 1600px) {
    #body-work #work-grid .work-opis h1{
        font-size:28px;
    }
    #body-work #work-grid .work-opis .tekst{
        font-size:18px;
    }    
}

@media only screen and (max-width : 1024px) {
    
    #body-work #work-grid .work-opis h2{
        margin-bottom:40px;
    }
    
    #body-work #work-grid{    
        grid-template-columns: 100%; grid-gap: 0; grid-row-gap:30px;
                 
    }    
    #body-work #work-grid .work-opis .tekst{
        position: relative; 
    }
    
    #body-work .work-grid-2slike-prvaveca,
    #body-work .work-grid-2slike-drugaveca{
        grid-template-columns: 100%;grid-row-gap:30px;
    }
    
    #body-work .work-grid-2slike-prvaveca,
    #body-work .work-grid-2slike-drugaveca,
    #body-work .img-full,
    #body-work .video-full{
        margin-top: 30px;
    }
}

/* PAGE PEOPLE */
/* ========== */
#body-people #page-h1{
    /*margin-bottom: 135px;*/ 
    position: fixed; top:50px; margin-left: -0.06em;
}

#people-grid-w{
     padding: 0 0px; 
}
#people-grid{    
    display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 70px;
}
#people-grid .foto{
    margin-bottom: 25px;
}
#people-grid .foto img{
    width: 100%; height: auto;
}
#people-grid .tekst{
    color: #231f20;
}
#people-grid .tekst-ime{
    font-size:27px;
}
#people-grid .tekst-pozicija{
    font-size:16px;
}
#people-grid .tekst-email{
    font-size:16px; margin-top: 10px;
}
#people-grid .tekst-email a{
    color: #ed4036; 
}

#people-grid .tekst-email a:hover {
	opacity: 0.2;
}



#people-grid .tekst-email a:hover::before{
	opacity: 1;
}

@media only screen and (max-width : 1300px) {
    #body-people h1{
        margin-bottom: 0.5em;        
    }
    #body-people #people-grid-w{
        margin-top: 300px;
    }
    #body-people #people-grid{    
        grid-gap: 40px;
    } 
}
@media screen and (max-width : 1280px){
    #body-people #people-grid{    
        grid-template-columns: repeat(2, 1fr);
    } 
}
@media screen and (max-width : 1024px){
    #body-people #people-grid-w{
        margin-top: -300px; padding:0;
    }
    #body-people #page-h1{
        top:-60px;
    }
}


@media screen and (max-width : 780px){
    #body-people #people-grid{    
        grid-template-columns: 100%;
    } 
}

/* PAGE BLOGS */
/* ========== */

/* ========== */
#body-blogs #page-h1{     
    position: fixed; top:50px; margin-left: -0.06em;
}

#blogs-grid-w{
     padding: 0 0px;  
}
#blogs-grid{    
    display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 70px;
}
#blogs-grid .foto{
    margin-bottom: 25px;
}
#blogs-grid .foto img{
    width: 100%; height: auto;
}
#blogs-grid .tekst{
    color: #231f20;
}
#blogs-grid .tekst-naslov{
    font-size:27px;
}
#blogs-grid .tekst-podnaslov{
    font-size:16px;
}
#blogs-grid .tekst-datum{
    font-size:16px; color:#ed4036; margin-top: 10px;
}

@media only screen and (max-width : 1300px) {
    #body-blogs h1{
        margin-bottom: 0.5em;        
    }
    #body-blogs #blogs-grid-w{
        margin-top: 300px;
    }
    #body-blogs #blogs-grid{    
        grid-gap: 40px;
    } 
}
@media screen and (max-width : 1280px){
    #body-blogs #blogs-grid{    
        grid-template-columns: repeat(2, 1fr);
    } 
}
@media screen and (max-width : 1024px){
    #body-blogs #blogs-grid-w{
        margin-top: -300px; padding:0;
    }
    #body-blogs #page-h1{
        top:-60px;
    }    
}
@media screen and (max-width : 780px){
    #body-blogs #blogs-grid-w{
        
    }    
    #body-blogs #blogs-grid{    
        grid-template-columns: 100%;
    } 
}    

/* PAGE BLOG */
/* ========== */


#blog h1.naslov{
    font-size: 35px; font-weight: 500; margin-top: -360px;
}
#blog h2.podnaslov{
     font-family: 'Space Mono'; font-size:19px; font-weight: normal;
}
#blog .datum{
    font-family: 'Space Mono'; 
}
#blog #blog-tekst{
    float: left; max-width: 960px;
}
#blog #blog-tekst .tekst{
     font-family: 'Space Mono'; font-size:23px; line-height: 36px;
}
#blog #blog-tekst .tekst img{
    width: 100%;
}
#blog #blog-tekst .tekst img.norep{
    width: auto
}
#blog #blog-w{
    margin-top: 250px;    
}

#blog-arhiva{
     font-family: 'Space Mono'; font-size:23px;float: right;max-width: 230px; width:100%; text-align: right;
}
#blog-arhiva .arhiva-naslov-kolone{
    margin-bottom: 50px;
}
#blog-arhiva .arhiva-unos{
    
}
#blog-arhiva .arhiva-unos a{
    display: block;
}
#blog-arhiva .arhiva-unos::after{
    content: '-'; padding: 20px 0; display: block;
    
}
#blog-arhiva .arhiva-unos3::after{
    content: ''; padding: 0;
}


@media only screen and (max-width : 1300px) {
    #blog #blog-tekst{
       width:100%; max-width: none;
    }
    #blog-arhiva{
        max-width: none;    
        text-align: left;
    }
}

@media screen and (max-width : 1024px){
    #blog h1.naslov{
         margin-top: -440px;
    }
    #blog #blog-w{
        margin-top: 90px;    
    }
}

/* PAGE CONTACT */
/* ========== */
#body_contact #gradient{
    
}
#body_contact #footer{
    position: relative; margin-top: -370px; 
}

#body_contact #contact_footer{
    width:100%; max-width: 430px; margin-top: 60px;
}    
#body_contact #contact_footer h1{
     font-size: 45px; line-height: 45px; font-family: 'Poppins', sans-serif; font-weight: 500;
     max-width: 300px;
}
/*
@media only screen and (max-width : 1024px){
    #body_contact #footer{
        margin-top: -470px; 
    }
}
*/
@media only screen and (max-width : 550px){
   
    
}

/* PAGE ERROR */
/* ========== */
#body_error{
    
}

#body_error #error_w{
    z-index: 100; margin-top: -300px; text-align: center; font-family: 'Space Mono', monospace;
}
#body_error #error_w .error_title{
    font-size:24px; font-weight: bold;
}