html, body, header, footer, main, div, section, article, p, h1, h2, h3, h4, h4, h5 {
	display: block;
	margin: 0;
	padding: 0;
		font-family: 'Roboto';
}

body {
 box-sizing: border-box;
 width: 100%;
 max-width: 100%;
}

@font-face {
	font-family: boho;
    src: url(../fontovi/boho_serif.otf);
	}
@font-face {
	font-family: boho;
    src: url(../fontovi/boho_serif_bold.otf);
}
@font-face {
	font-family:Roboto;
	src:url(../fontovi/Roboto-Regular.ttf);
}

header {width:100%;
	height:600px;
	display: block;
	background: #222 url(../web/Selfiementary_introimg.jpg) 0 110px no-repeat;
	background-size:cover;
	background-position:right top;
	color: #34b16c;
	position:relative;
	max-height:90vh;
	}
#logo {
	text-indent:-999999px;
	background: url(../web/Selfie_logo-01.png);
	background-repeat: no-repeat;
	width: 329px;
	height:100px;
	}

#logo {
	text-indent:-999999px;
	background: url(../web/Selfie_logo-01.png);
	background-repeat: no-repeat;
	width: 329px;
	height:100px;
	}


	

.header_main > a:first-child, nav, article {
	display: block;
	width: 60%;
    margin: 0 auto; 
	position:relative;
overflow: hidden;}
	
section {margin: 2em 0; }
	
section > h1:first-child {
	background: #222;
	color: #efefef;
	padding: 15px 20% 5px;
	font-family: 'Roboto';
}
	
.header_main .nav_social {
	margin: 0;
	width: 250px;
	max-width: 50%;
	position: absolute;
	top: 10px;
	right: 20%;
	text-align: right;
	}
	
.header_main .nav_social h4 {
	display: none;
	}	
.header_main .nav_social li {
	display: inline-block;
	padding-left: 20px;
	
}
.header_main.nav_social li a img:hover {color:white;}
.header_main .nav_main {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	clear: right;
	position: absolute;
	top: 60px;
	padding-right: 10%;
	text-align: right;
	
	}
.header_main .nav_main li {
	display: inline-block;
	padding: 5px 0px 5px 20px;
	}
.header_main .nav_main li a {
	color: #34b16c;
	font-size: 1em;
	font-family: Roboto;
	text-decoration:none;
}
.nav_main li a:hover {
    color: white;
}

h3 {font-family: boho;
font-size:2em;
padding-top:20px;
padding-bottom:10px;
color:#34b16c;}

.vrlo-vazno {font-family:Roboto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.tekst {
height:auto;
width:600px;
position:relative;
max-width:60%;
}
.slideshow {width:500px;
	height:500px;
	display: inline-block;
	background: url(../web/Prva-01.png) no-repeat;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:500px; top:-50px;
	}
	
section.vrlo-vazno li {display: inline-block;
	padding: 5px; position:relative; left:100px;}

.slideshow_glumci  {
margin: 0 auto;
height:auto;
display:inline-block;
max-width: 100%;
text-align: center;
}

.faceri{
width: 25%;
display: inline-block;
float: left;
padding: 20px;
box-sizing: border-box;
}
.tekst1 {display:block;
height:auto;
width:600px;
max-width: 60%;
position:relative;
padding:10px;
float: right;
margin-top:100px;
margin-bottom:100px;
}
.plot-slika {width:400px;
	height:400px;
	display:inline-block; background-image: url(../web/Druga-01.png); 
	background-repeat: no-repeat; 
    background-size:contain;	
	position:absolute; right:600px; top:-120px; }
figure { display: inline-block; 
position:relative;
   }
   /*figure:hover {transform:scale(1.5);}*/
   
 .iframe_movie {position:relative; width: 100%;
height: 95%;
 	margin-top: 20px;
 position: absolute;
left: 0px;
top: 0px;}


.selfie_contain_proportion{
	width: 100%;
	position: relative;

}

 	.selfie_contain_proportion:before {
    padding-top: 59.5%;
    content: "";
display: block;
}

 footer{background: #222;
	  display:inline-block;
	  box-sizing: border-box;
	  width: 100%;
	  padding: 5px 20%;
	  color: #fff;
	  font-weight: 100;}
	


footer li  a { display:inline-block;
margin: 10 10 10;
color:#34b16c;
font-family:Roboto;
}
footer li  a:hover{color:#efefef;}
 
 .main_link_header{
	 display:inline-block;
 }
 
 
 .header_main{
	 position:relative;
	 width:100%;
	 background:#222;
	 padding-bottom:20px;
 }
 
 .how_first_image_look{
	 position: absolute;
right: 0px;
padding-top:15px;
bottom: 0px;
margin: auto;
top: 0px;
max-width:35%;
 } 
.slideshow_gallery{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}


 .slideshow_gallery figure img{
opacity: 0.5;
transition: opacity 300ms;
cursor: pointer;
width: 100%;
padding: 3% 2.3% 0% 2.3%;
box-sizing: border-box;
 }

 .slideshow_gallery figure img:hover{
opacity: 1;
 }

 .slideshow_gallery figure{
 	width: 33.33333%;
box-sizing: border-box;
display: inline-block;
float: left;
margin: 0px;
 }

 .slideshow_glumci img {
max-width: 100%;
 }

 .how_sec_image_look {
    position: absolute;
    padding-top: 15px;
    bottom: 0px;
    margin: auto;
    top: 0px;
    max-width: 35%;
    left: 0px;
}


.link_back_to_top{
margin: 0px auto;
text-decoration: none;
text-transform: uppercase;
text-align: center;
display: inline-block;
color: #222;
position: fixed;
width: auto;
right: 20px;
border-radius: 2px;
background: rgb(255, 255, 255);
bottom: 20px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
padding: 19px 15px 17px;
opacity: 0.7;
z-index:100;
transition:opacity 300ms ease;
}

.link_back_to_top:hover{
	opacity:1;
}

.footer_paragraph{
	padding:20px 20px 40px 20px;
	text-align: left;
	width: 100%;
	font-weight: 100;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}

p{
	line-height: 1.4em;
	padding-bottom: 30px;
}

.vrlo_vazno_first{
	margin-top: 0px;
}

.h3_first_in_p{
	padding-top: 40px;
}

.article_gallery{
	width: 60.95%;
}


.menu_img_mobile{
display: none;
}

.menu_img_mobile:hover{
opacity: 0.5;
cursor: pointer;
}


.back_icon_small{
	width: 26px;
}