@charset "utf-8";
/* CSS Document */





  * {
    margin:0;
    padding:0;
  }

html {
  scroll-behavior: smooth;
}

#section1 {
}

#section2 {
}  

  body {
    font: 100% / 1.5 'Montserrat', Arial, Helvetica, sans-serif;
	background-image: linear-gradient(#87BBF1, #fff);
	color: #fff55a;	
  }

  .body_width {
	  margin:auto;
	  width: 50%;
	  overflow: auto;
	  padding-bottom: 100px;

  }


a:link {
	text-decoration: none;
	color: #fff;

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

}
a:visited {
	text-decoration: none;
	color: #fff;

}
a:active {
	text-decoration: none;
	color: #fff;

}





.web {
	display:block;
}

.mob {
	display:none;
}


.okvir_1 {
	padding: 200px 0px 100px 0px;
	    overflow: auto;
}


   /* centre the content in the parallax layers */
  .title {
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 16px;
	width: 1200px;
  }
  


  
  
  
  
/* ...................h1................. */ 

h1 {
	display: block;
	padding: 0 0 50px 0;
	text-align: left;
	font-size: 62px;
	line-height: 67px;
	letter-spacing: -2px;
}

h5 {
	line-height: 32px;
	font-size: 24px;
}



h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}


/* ...................menu................. */ 

.menu {
	position:fixed;
	z-index:101;
}
.menu ul li a, .menu ul li a:visited {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
	
    width: 50px;
    height: 70px;
    line-height: 70px;

    padding-left: 20px;
    padding-right: 20px;

    text-align: center;
    text-decoration: none;
    text-transform: inherit;
	
	background-color: #f26018;
	background-image: url('menu.svg');
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center;

}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #fff;
	background-color: #000;

	
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	left:0px;
	
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #F00;
}
.menu ul li:hover ul li ul {
	display: none;

}

.menu ul li:hover ul li a {
	background-color: #fff;
	height: 50px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	width: 250px;
	padding-left: 25px;
	background-image: none;
}
.menu ul li:hover ul li a:hover {
	color: #fff;
	background-color: #f26018;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	left:146px;
	top: 0px;
}

.menu ul li:hover ul li:hover ul.left {
	left:50px;
}



/* ............................................................. */ 

.div_1 {
	padding:25px;
	float: left;
	width: calc(100% - 50px);
}

.div_2 {
	padding:25px;
	float: left;
	width: calc(50% - 50px);
}


.div_3 {
	padding:25px;
	float: left;
	width: calc(33.33% - 50px);
}



.div_6 {
	padding:25px;
	float: left;
	width: calc(16.66% - 50px);
}



.crtic_16_9 {
	padding-top:56.25%;
	width: 100%;
	background-color: #f3f3f3;
}



/* ............................ credits ................................. */ 

.credits_img {
	width: 100%;
	border-radius: 600px;
	padding-top: 100%;
	background-size: 3% auto;
	background-position: center center;
	transition-duration: 0.5s;
}

.credits_img:hover {
	cursor: pointer;
	transition-duration: 0.5s;
	background-size: 100%
}

.credits_ime {
	font-size:18px;
	text-align:center;
	font-weight: 400;
	padding-top: 20px;
}

.credits_titula {
	font-size:14px;
	text-align:center;
	font-weight: 400;
}



.logo_medijski   {
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100%;
	background-size: 100%;
	background-color: #fff;
	border-radius: 600px

}  







  /* Meni fix
  --------------------------------------------- */

.meni_fix {
    width: 100%;
    height: 100px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
	background-color: #fff;
}

.meni_fix_button {
	font-size: 15px;
    line-height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	color: #45baeb;
}

  /* Parallax base styles
  --------------------------------------------- */



  .parallax {
    font-size: 200%;
	height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 1px;
    perspective: 1px;
  }

  .parallax__layer {
    padding: 100vh 0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.parallax__group {
	position: relative;
	height: 100vh;
	transform-style: preserve-3d;
}
.parallax__group2 {
	position: relative;
	height: 100vh;
	transform-style: preserve-3d;
	top: 0;
}





.parallax__0_pozadina {
	background-image: url('trava.svg');
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 150px;
}





  .parallax__0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	background-image: url('');
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 100%;	
  }

  .parallax__1 {
    -webkit-transform: translateZ(-0.15px);
    transform: translateZ(-0.15px) scale(1.15);
	background-image: url('brdo_0.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;	
  }

  .parallax__2 {
    -webkit-transform: translateZ(-0.35px);
    transform: translateZ(-0.45px) scale(1);
	background-image: url('brdo_1.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
  }
  .parallax__3 {
    -webkit-transform: translateZ(-0.75px);
    transform: translateZ(-0.75px) scale(2);
	background-image: url('brdo_2.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
  }  
  .parallax__4 {
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px) scale(2);
	background-image: url('logo_korupcija_je_losa_stvar.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: -8%;
  }

  .parallax__5 {
    -webkit-transform: translateZ(-0.15px);
    transform: translateZ(-0.15px) scale(1.15);
  }

  .parallax__drvo_desno_1 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('Obitelj.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 63%;
	top: 25%;
	filter: blur(2px);
  }
  
  .parallax__drvo_desno_2 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.4px) scale(1);
	background-image: url('zidovi.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 72%;
	top: 346%;
	filter: blur(1px);
  }  
  
  
  .parallax__drvo_desno_3 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('drvo_golo.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 61%;
	top: 520%;
	filter: blur(1px);
  }    
  
    .parallax__drvo_livo_1 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('Obitelj.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 65%;
	top: 0%;
	filter: blur(2px);
  }
  
  
  
    .parallax__drvo_livo_2 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.4px) scale(1);
	background-image: url('zidovi.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 72%;
	top: 371%;
	filter: blur(2px);
  }

    .parallax__drvo_livo_3 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('drvo_golo.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 63%;
	top: 520%;
	filter: blur(1px);
  }


    .parallax__obitelj_dedo {
    -webkit-transform: translateZ(0px);
	transform: translateZ(0.1px) scale(1);
	background-image: url('Obitelj_dedo.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 461%;
	left: 69%;
  }  

    .parallax__obitelj_beba {
    -webkit-transform: translateZ(0px);
	transform: translateZ(0.3px) scale(0.7);
	background-image: url('Obitelj_beba.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 751%;
	left: 42%;
  } 




  /* Youtube videa drze proporcijonalno sirinu i visinu
  --------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* .............................................. video ................................................ */  



#ytvideo,

#ytvideo2 {
	margin: 10px;
    
}
.yt_holder {
	width: 100%;
    float: left;
	margin-top: 10px;
	
}
#yt_holder ul {
    margin: 0;
    padding: 0;
}
#yt_holder ul li {
	float: left;
	text-align: left;
	display: block;
	margin: 0px 10px 10px 10px;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	width: calc(25% - 20px);
}
#yt_holder ul li img {
    width: 100%;
}

#yt_holder ul li img:hover {
	opacity: 0.5;
}

#yt_holder ul li:hover {
	color: #000;
	cursor: pointer;

}




/* .............................................................................................. */   
/* .............................................................................................. */ 
/* .............................................................................................. */   
/* .............................................................................................. */   
/* .............................................................................................. */ 
/* .............................................................................................. */ 

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


#yt_holder ul li {
	float: left;
	text-align: left;
	display: block;
	margin: 0px 10px 10px 10px;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	width: calc(50% - 20px);
}


.body_width {
	  margin:auto;
	  width: 90%;
	  overflow: auto;
	  padding-bottom: 50px;
}

.web {
	display:none;
}

.mob {
	display:block;
}



.div_2 {
	padding:25px;
	float: left;
	width: calc(100% - 50px);
}

.div_3 {
	padding:25px;
	float: left;
	width: calc(100% - 50px);
}

.div_6 {
	padding:25px;
	float: left;
	width: calc(50% - 50px);
}


.okvir_1 {
    padding: 100px 15px 50px 15px;
    overflow: auto;
}

/* ...................h1................. */ 

h1 {
	display: block;
	text-align: left;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: -1px;
	padding: 0px 0px 30px 0;
}

h5 {
	line-height: 28px;
	font-size: 20px;
}


h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
}
/* ......................................... */ 


.parallax__0_pozadina {
	background-image: url('trava.svg');
	background-size: 200%;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 150px;
}



  .parallax__0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	background-image: url('');
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 100%;	
  }

  .parallax__1 {
    -webkit-transform: translateZ(-0.15px);
	transform: translateZ(-0.15px) scale(1.75);
	background-image: url('brdo_0.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 94%;	
  }

  .parallax__2 {
    -webkit-transform: translateZ(-0.35px);
    transform: translateZ(-0.45px) scale(2);
	background-image: url('brdo_1.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 100%;
  }
  .parallax__3 {
    -webkit-transform: translateZ(-0.75px);
    transform: translateZ(-0.75px) scale(2);
	background-image: url('brdo_2.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 86%;
  }  
  .parallax__4 {
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px) scale(2.5);
	background-image: url('logo_korupcija_je_losa_stvar.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 100%;
  }

  .parallax__5 {
    -webkit-transform: translateZ(-0.15px);
    transform: translateZ(-0.15px) scale(1.15);
  }

  .parallax__11 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('Obitelj.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 63%;
	top: 25%;
	filter: blur(2px);
  }
    .parallax__22 {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('Obitelj.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 65%;
	top: 0%;
	filter: blur(2px);
  }

    .parallax__obitelj_dedo {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0.5px) scale(1);
	background-image: url('Obitelj_dedo.svg');
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 65%;
	top: 0%;
	filter: blur(2px);
  }


}

