* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/bg.png)/*tpa=http://dijaki.smgs.si/VrazicLovro/images/bg.png*/ no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    height: 100%;
}

@font-face {
    font-family: 'bonvenocflight';
    src: url('../fonts/BonvenoCF-Light-webfont.eot')/*tpa=http://dijaki.smgs.si/VrazicLovro/fonts/BonvenoCF-Light-webfont.eot*/;
    src: url('../fonts/BonvenoCF-Light-webfont.eot-#iefix')/*tpa=http://dijaki.smgs.si/VrazicLovro/fonts/BonvenoCF-Light-webfont.eot?#iefix*/ format('embedded-opentype'),
         url('../fonts/BonvenoCF-Light-webfont.woff')/*tpa=http://dijaki.smgs.si/VrazicLovro/fonts/BonvenoCF-Light-webfont.woff*/ format('woff'),
         url('../fonts/BonvenoCF-Light-webfont.ttf')/*tpa=http://dijaki.smgs.si/VrazicLovro/fonts/BonvenoCF-Light-webfont.ttf*/ format('truetype'),
         url('../fonts/BonvenoCF-Light-webfont.svg#bonvenocflight')/*tpa=http://dijaki.smgs.si/VrazicLovro/fonts/BonvenoCF-Light-webfont.svg#bonvenocflight*/ format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

/*************************************************/
/*************************************************/
/******************NAVIGATION*********************/
/*************************************************/
/*************************************************/

nav {
	width: 235px;
	height: 320px;
	border: 1px solid rgba(255,255,255,0.18);
	position: fixed;
	text-align: center;
	margin-left: 100px;
	border-top: none;
	background-color: rgba(255,255,255,0.02);
	top: 0;
	z-index: 999;
}

nav a, nav a:visited {
	font-family: 'bonvenocflight', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 16pt;
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

nav a:hover {
	background-color: rgba(255,255,255,0.04);
}

nav ul {
	list-style-type: none;
}

nav li {
	border-top: 1px solid rgba(255,255,255,0.18);
	height: 40px;
	line-height: 40px;
}

.logo {
	height: 197px;
	border: none;
	opacity: 0.5;
	-webkit-transition: background-color 0.3s, opacity 0.3s;                  
    -moz-transition: background-color 0.3s, opacity 0.3s;                 
    -o-transition: background-color 0.3s, opacity 0.3s;   
    -ms-transition: background-color 0.3s, opacity 0.3s;          
    transition: background-color 0.3s, opacity 0.3s;
}

.logo:hover {
	opacity: 1;
}

nav img {
	margin-top: 25px;
}
/**********************************************************/

/*************************************************/
/*************************************************/
/********************WORKS************************/
/*************************************************/
/*************************************************/

.works_content {
	margin-top: 60px;
	position: relative;
	width: 1800px;
	margin-left: 400px;
	display: inline-block;
	height: 80%;
	-webkit-backface-visibility: hidden;
}

.works_content div {
	border: solid 1px rgba(255,255,255,0.5);
	float: left;
	display: inline-block;
	height: 20%;
	opacity: 0.5;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
	-webkit-transition: all 0.3s;                  
    -moz-transition: all 0.3s;                 
    -o-transition: all 0.3s;   
    -ms-transition: all 0.3s;          
    transition: all 0.3s;
}

.works_content div:hover {
	opacity: 1;
	box-shadow: 0px 0px 10px #000;
	z-index: 998;
}

.works_content div img {
	height: 100%;
}

.works_content .blank {
	border: 1px solid transparent; 
	z-index: -999;
}

.works_content .big {
	height: 40%; 
	margin-bottom: -20%;
}
/**********************************************************/

/*************************************************/
/*************************************************/
/*******************CONTACT***********************/
/*************************************************/
/*************************************************/

input, textarea {
    display: block;
    margin-bottom: 20px;
    font-family: 'bonvenocflight', sans-serif;
   	border: 1px solid rgba(255,255,255,0.18);
   	background-color: rgba(255,255,255,0.1);
   	height: 20px;
   	width: 500px;
   	font-size: 18px;
   	padding: 10px;
	color: white;
   	-webkit-transition: background-color 0.3s;                  
    -moz-transition: background-color 0.3s;                 
    -o-transition: background-color 0.3s;   
    -ms-transition: background-color 0.3s;          
    transition: background-color 0.3s;
}

input:hover, textarea:hover {
	background-color: rgba(255,255,255,0.15);
}

textarea {
	height: 120px;
}

#submit {
	height: 40px;
	width: 100px;
	color: white;
   	float: right;
   	padding: 0;
}

.contact_form {
	margin-left: 450px;
	margin-top: 200px;
	display: inline-block;
	font-family: 'bonvenocflight', sans-serif;
	color: white;
}

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

/*************************************************/
/*************************************************/
/********************ABOUT************************/
/*************************************************/
/*************************************************/

.about_content {
	font-family: 'bonvenocflight', sans-serif;
	position: fixed;
	top: 150px;
	text-align: justify;
	color: #ffffff;
	text-shadow: 0px 0px 2px rgba(0,0,0,1), 0px 0px 2px rgba(0,0,0,1), 0px 0px 2px rgba(0,0,0,1);
	font-size: 11pt;
	line-height: 14.5pt;
}

.about_1 {
	width: 35%;
}

.about_2 {
	width: 32%;
}

.about_3 {
	width: 29%;
}

.about_4 {
	width: 25%;
}

.about_content p {
	position: relative;
	left: 390px;
}

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