* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(../images/hexabump.png)/*tpa=http://dijaki.smgs.si/VrazicLovro/vet/images/hexabump.png*/;
}

html, body {
	height: 100%;
	overflow: hidden;
}

::selection {
	background: #ff8f2b;
	color: white;
	text-shadow: none;
}

header {
	margin-bottom: -5px;
}

::-webkit-scrollbar { 
    display: none; 
}

.wrapper {
	overflow: auto;
	background-image: url(../images/shattered.png)/*tpa=http://dijaki.smgs.si/VrazicLovro/vet/images/shattered.png*/;
}

p {
	color: #383838;
	font-family: 'Noto Sans', sans-serif;
	line-height: 16pt;
}

/********************************/
/*************DOMOV**************/
/********************************/
.index_wrapper {
	height: 700px;
	padding-left: 2%;
}

.index_wrapper header {
	margin-bottom: 0;
}

.crta_gradient {
	background-image: -webkit-linear-gradient(top, #3580c0 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(top, #3580c0 0%, rgba(0,0,0,0) 100%);
	width: 1px;
	height: 35%;
	float: left;
}

.index_wrapper article {
	float: left;
	width: 24.9%;
	float: left;
	text-align: center;
	padding-top: 2%;
}

.index_wrapper p {
	width: 60%;
	margin: 0 auto;
	margin-top: 5%;
	font-size: 12pt;
}

.opis_index h1 {
	text-align: center;
	margin-bottom: -40px;
}

.opis_index p {
	text-align: justify;
	font-size: 13.1pt;
}

@-moz-document url-prefix() { 
.index_wrapper {
	padding-left: 0%;
	}
}
/*//////////////////////////////////////////////////////////////////*/

/********************************/
/*********NAVIGATION BAR*********/
/********************************/
nav {
	padding: 15px 0;
	height: 55px;
	font-family: 'Quicksand', sans-serif;
	background-color: #303030;
}

nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	width: 1014px;
}

nav li {	
	float: left;
}

nav a:link, a:visited {
	display: block;
	color: #3580c0;
	text-shadow: 0px 0px 1px #3580c0;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	font-size: 25px;
	margin: 20px;
	width: 160px;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.domov, .galerija, .ovodi, .posvetu {
	border-right-style: solid;
	border-width: 1px;
	border-right-color: #3580c0;
}

nav a:hover { 
	text-shadow: 0px 0px 10px #fff;
}

a {
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////////////*/

/********************************/
/*************O VODI*************/
/********************************/
.crta {
	border-bottom: solid 1px #adbfcc;
	width: 100%;
 }

article, section {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.voda_je_zivljenje p, .uvod p, .voda_in_sveto p {
	text-align: justify;
	width: 45%;
	font-size: 10pt;
}

article #molekula {
	float: right;
}

article h1, h1 {
	color: #383838;
	font-family: 'Fjalla One', sans-serif;
	font-size: 22pt;
	margin-top: 20px;
}

.voda_je_zivljenje h1 {
	text-align: right;
	margin-right: 184px;
}

.voda_je_zivljenje p {
	float: right;
}

 .voda_je_zivljenje img {
 	margin-bottom: 50px;
 }

 .voda_in_sveto_image {
 	float: right;
 	margin-top: 75px;
 }

 .voda_in_sveto {
 	margin-bottom: 50px;
 }

 /********************************/
/************MOLEKULA************/
/********************************/
#molekula {
	width: 225px;
	height: 215px;
	position: relative;
	right: 100px;
	bottom: 25px;
	z-index: 0;
}

.krog {
	border-radius: 50%;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.krog_1 {
	background-color: #ff3a3a;
	width: 200px;
	height: 200px;
	margin-left: 12.5px;
}

.krog_2 {
	background-color: #fff;
	width: 100px;
	height: 100px;
	position: absolute; 
	bottom: 0;
}

.krog_3 {
	right: 0;
	z-index: -1;
}
/*//////////////////////////////////////////////////////////////////////////////*/

 /*//////////////////////////////////////////////////////////////////////////////////*/

/********************************/
/************GALERIJA************/
/********************************/

.galerija_images {
	box-shadow: 0px 0px 10px #000;
}

.galerija_images a {
	float: left;
	position: relative;
	margin-bottom: -2px;
	margin-right: -4px;
}

.bw, .bwy, .bw_ch {
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.bw:hover, .bwy:hover, .bw_ch:hover {
	opacity: 0;
}

.bw {
	margin-left: -304px;
}
.bwy {
	margin-left: -154px;
}

.image_9 {
	margin-top: -150px;
	margin-left: 150px;
}

.image_10, .image_12, .image_15 {
	margin-top: -150px;
}

@-moz-document url-prefix() { 
.galerija_images a {
     margin-bottom: -5px;
     margin-right: 0px;
	}

.image_16 {
	margin-left: -150px;
	}
}

/*//////////////////////////////////////////////////////////////////////////////*/

/********************************/
/************ANIMACIJA***********/
/********************************/
.meni {
	margin: 0 auto;
	display: none;
	overflow: auto;
	background: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.meny-arrow {
	position: absolute;
	z-index: 10;
	border: 9px solid transparent;
	-webkit-transition: opacity 0.4s ease 0.4s;
	   -moz-transition: opacity 0.4s ease 0.4s;
	    -ms-transition: opacity 0.4s ease 0.4s;
	     -o-transition: opacity 0.4s ease 0.4s;
	        transition: opacity 0.4s ease 0.4s;
}

.meny-bottom .meny-arrow {
	left: 50.5%;
	bottom: 8px;
	margin-left: -16px;
	border-bottom: 13px solid #333;
}
	
.meny-active .meny-arrow {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
	    -ms-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
}

.vsebina {
	margin: 0 auto;
	height: 100%;
	overflow-y: auto;
	max-width: 1400px;
	box-shadow: 0px 0px 10px #000;
	padding: 0px

	-webkit-overflow-scrolling: touch;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/*////////////////////////////////////////////////////////////////////////////////*/

/********************************/
/************PO SVETU************/
/********************************/
.organizacije {
	margin: 0 auto;
	width: 900px;
	margin-bottom: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px #000;
}

.organizacije img {
	margin-right: -4px;
	margin-bottom: -5px;
}

.bw_ch {
	margin-left: -450px;
}
/*///////////////////////////////////////////////////////////////////////////////*/

/********************************/
/***********O AVTORJIH***********/
/********************************/
.lovro, .gal, .crta_y {
	float: left;
}

.lovro, .gal {
	width: 449px;
}


.crta_y {
	border-left: solid 1px #adbfcc;
	width: 1px;
	height: 600px;
}

.opis p {
	text-align: justify;
	margin: 10px;
	font-size: 10.5pt;
}

.opis h1 {
	margin: 10px;
	text-align: center;
}

/********************************/
/*************FOOTER*************/
/********************************/
aside {
	float: left;
	font-family: 'Noto Sans', sans-serif;
	color: #cfcfcf;
}

aside ul {
	list-style: none;
	text-align: center;
}

aside li {
	text-align: center;
	float: left;
	margin-right: 60px;
	border-left: 1px #fff solid;
	height: 60px;
	padding-left: 5px;
	width: 110px;
}

aside h2 {
	margin: 50px;
	color: #a6a6a6;
	font-family: 'Fjalla One', sans-serif;
}

.fotografi {
	margin-left: 100px; 
}

aside a {
	float: right;
	margin: 10px;
}

.avtorji {
	margin-left: 50px;
}
/*/////////////////////////////////////////////////////////////////////////////*/

/********************************/
/*************OSTALO*************/
/********************************/
@-moz-document url-prefix() { 
.vsebina {
	overflow: hidden;
}

.wrapper {
    width: 102%;
	height: 100%;
	}
}

/*//////////////////////////////////////////////////////////////////////////////*/