/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	}
body{
	background-color: #EAEFFF;
	}
p{
	font-family: calibri, 'Kite One', "MS Serif", "New York", serif;
	font-size: 16px;
	word-spacing: 7px;
	text-align: justify;
	}
header{
	width: 100%;
	height: 100px;
	}
#logo{
	float: left;
	with: 300px;
	}
#logo:hover p{
	color: #3EB9FF;
	}
#logo p{
	font-weight: bold;
	font-size: 24px;
	font-family: 'Kite One', Calibri, "MS Serif", "New York", serif;
	text-align: center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
#logo a{
	text-decoration: none;
	}
nav {
	float: right;
	width: 270px;
	height: 60px;
	margin-top: 10px;
	margin-right: 40px;
	}
nav ul{
	list-style-type: none;
	}	
nav ul li{
	float:left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Kite One', "MS Serif", "New York", serif;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
nav ul li:hover{
	border-bottom: 2px solid #666;
	color: #3EB9FF;
	}
#content{
	margin-top: 50px;
	width: 980px;
	min-height: 400px;
	margin-left:auto;
	margin-right:auto;
	}
.demo_container { 
	width:1024px; 
	margin:0 auto;
	}
#sticky_navigation_wrapper { 
	width:100%;
	height: 80px;
	padding-top: 30px;
	}
#sticky_navigation { 
	z-index: 6000;
	width:100%; 
	/*border-bottom: solid 1px #CCCCCC;*/
	background: -moz-linear-gradient(top, rgba(234,239,255,1) 0%, rgba(234,239,255,1) 80%, rgba(234,239,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,239,255,1)), color-stop(80%,rgba(234,239,255,1)), color-stop(100%,rgba(234,239,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(234,239,255,1) 0%,rgba(234,239,255,1) 80%,rgba(234,239,255,0) 100%); /* 		Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,239,255,1) 0%,rgba(234,239,255,1) 80%,rgba(234,239,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,239,255,1) 0%,rgba(234,239,255,1) 80%,rgba(234,239,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,239,255,1) 0%,rgba(234,239,255,1) 80%,rgba(234,239,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefff', endColorstr='#eaefff',GradientType=0 ); /* 	IE6-9 */
	}
.hightext{
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;	
	}
#izdelki img{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	opacity: 1;
	border: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
#izdelki img:hover{
	opacity: 0.8;
	}
#kontakt_content{
	float:left;
	width: 250px;
	}	
footer{
	margin-top: 100px;
	padding-top: 50px;
	border-top: 1px #cecece solid;
	float: left;
	width: 100%;
	}
footer p{
	text-align: center;
	font-size: 15px;
	letter-spacing: normal;
	word-spacing: 4px;
	color: #888888;
	}
#mininav{
	margin-top: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
	word-spacing: 40px;
	}
#mininav a{
	color: #888888;
	font-size: 13px;
	letter-spacing: 2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
#mininav a:hover{
	color: #3EB9FF;
	}
h1{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Kite One', calibri, "MS Serif", "New York", serif;
	padding-bottom: 30px;
	color: #1376AB;
	margin-top: 100px;
	}
.pobarvan{
	color: #1376AB;
	text-decoration: none;
	}
footer hr{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	}
hr{
   display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0;
}
#obrazec{
	float: left;
	width: 650px;
	height: 300px;
	margin-top: 100px;
	margin-left: 50px;
	}
input{
	float: left;
	width: 300px;
	margin: 5px;
	padding: 2px;
	}
textarea{
	float: left;
	width: 616px;
	height: 130px;
	margin: 5px;
	padding: 4px;
	}
#submit{
	float: right;
	margin-right: 19px;
	width: 60px;
	font-size: 18px;
	text-shadow: #666;
	padding: 5px;
	border:1px solid #33842a;
	cursor:pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	background-color: #77CCFF;
	color: #fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
#submit:hover, #submit:focus{
	background-color: #3EB9FF;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
	}
::-webkit-input-placeholder { /* WebKit browsers */ color:#999;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:#999;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ 		color:#999;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#999;}
#nujno{
	float: left;
	margin-left: 5px;
	}
#nujno p{
	color: #999;
	}