@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, p, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ outline: none;}

body {
width: 100%;
height:100%;
background: lightgray;
overflow: auto;
}


.index {
position: absolute;
    min-height:100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='img/garden.jpg',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='img/garden.jpg',
sizingMethod='scale')";
opacity: 1;

}



.center_screen {
    z-index: 9999;
opacity: 0;
-webkit-animation: opac 3s ease-out forwards; /* Chrome, Safari, Opera */
animation: opac 3s ease-out forwards;
-webkit-animation-delay: 1s;
animation-delay: 1s;
position: absolute;
top: 50%;
width:100%;
height:auto;
margin-top:-17%;
bottom:50%;
margin-bottom: -17%;;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes opac {
   from {opacity: 0;}
   to{opacity: 1;}
}

/* Standard syntax */
@keyframes opac {
   from {opacity: 0;}
   to {opacity: 1;}
}


.logo {
width: 100%;
height:auto;

}
.logo p {
text-align: center;
font-family: 'Roboto Slab', serif;
padding: 1%;
font-weight: bold;
font-size: 36px;
color: #fff;


}

.logo .center {
text-align: center;
	width: 100%;
	margin: auto;
}
.logo .center img {
max-width: 500px;
max-height: 123px;
width: 100%;
height: auto;
text-align: center;
	margin: auto;
}


.meni {
font-family: Verdana;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #fff;
font-weight: bold;
padding-top: 2%;
padding-bottom: 2%;
text-decoration: none;
}



.meni img{
padding-bottom: 5px;
max-width: 80px;
min-width: 55px;
max-height: 70px;
min-height: 45px;
width:100%;
height: auto;
}

.clanki {
font-family: Verdana;
padding: 1%;
font-weight: bold;
font-size: 14px;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #fff;
padding-top: 2%;
padding-bottom: 2%;
text-decoration: none;
}

.clanki img{
padding-bottom: 5px;
max-width: 250px;
min-width: 125px;
max-height: 70px;
min-height: 35px;
width:75%;
height: auto;
}

.icon_podjetje, 
.icon_galerija, 
.icon_kontakt {
font-family: Verdana;
font-size: 12px;
min-width: 55px;
min-height: 45px;
width: 8%;
display: inline-block;
text-align: center;
}


.icon_podjetje img, 
.icon_galerija img, 
.icon_kontakt img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.icon_podjetje img:hover, 
.icon_galerija img:hover, 
.icon_kontakt img:hover {
cursor: pointer;
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}



 .footer small{
	opacity: 0;
    -webkit-animation: opac 3s ease-out forwards; /* Chrome, Safari, Opera */
    animation: opac 3s ease-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
font-size: 10px;
color: #fff;
font-family: Verdana;
text-align:center;
position: fixed;
bottom: 0;
width: 100%;
height: auto;
padding-bottom: 5px;

}

.footer a{
font-size: 10px;
color: #fff;
font-family: Verdana;
text-decoration: none;
}



 .footer_sub small{
font-size: 10px;
color: #fff;
font-family: Verdana;
text-align:center;
width: 100%;
padding-bottom: 5px;

}

.footer_sub a{
font-size: 10px;
color: #fff;
font-family: Verdana;
text-decoration: none;
}


.social{
	opacity: 0;
    -webkit-animation: opac 3s ease-out forwards; /* Chrome, Safari, Opera */
    animation: opac 3s ease-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
width: 100%;
text-align: center;
position: fixed;
bottom: 30px;
}


.social img:hover{
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*subpage*/


.podjetje{
width: 100%;
background-color: #00923f;
}


.top_left{
z-index: 9999;
position:fixed;
top: 5%;
left: 5%;
}

.top_left img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.top_left img:hover {
cursor: pointer;
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.meni_sub{
z-index: 9999;
position:fixed;
top: 5%;
right: 5%;
}


.meni_sub  img{
padding-bottom: 5px;
max-width: 80px;
min-width: 55px;
max-height: 70px;
min-height: 45px;
width:100%;
height: auto;
}

.icon_podjetje, 
.icon_galerija, 
.icon_kontakt {
font-family: Verdana;
font-size: 12px;
min-width: 55px;
min-height: 45px;
width: 8%;
display: inline-block;
text-align: center;
}


.icon_podjetje img, 
.icon_galerija img, 
.icon_kontakt img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.icon_podjetje img:hover, 
.icon_galerija img:hover, 
.icon_kontakt img:hover {
cursor: pointer;
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}


.opodjetju {
width: 90%;
padding: 5%;
background: #00923f;
}

.img_podjetje{
float: left;
margin-right: 30px;
width: 100%;
height: auto;
min-width: 250px;
max-width: 521px;
}
.img_storitev{
float: left;
margin-right: 30px;
}

.storitev{
width: 90%;
height: auto;
padding: 5%;
background: #dedfdf;
}

.kontakt {
width: 90%;
height: auto;
padding: 5%;
background: #00923f;
}

.galerija {
width: 90%;
height: auto;
padding: 5%;
background: #00923f;
}

.clear{
clear: both;
}

.title{
padding-top: 5%;
width:100%;
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 100px;
color: #fff;
font-variant:small-caps;

}

.opodjetju .box {
margin-top:0;
width:100%;
min-height: 349px;
background: #fff;
font-family: 'Roboto Slab', serif;
font-weight: 300;
background-color: #caf9dd;
}



.kontakt .box {
margin-top:5%;
width:100%;
height:450px;
background: #fff;
font-family: 'Roboto Slab', serif;
font-weight: 300;
}

.galerija .box {
margin-top:5%;
width:900px;
font-family: 'Roboto Slab', serif;
font-weight: 300;
margin-left: auto;
margin-right: auto;
}




.storitev .box {
margin-top:0;
width:100%;
height:346px;
background: #fff;
font-family: 'Roboto Slab', serif;
font-weight: 300;
}


.opodjetju .box_text {
font-size: 14px;
padding: 5px 5px 0px 0px;
}

.kontakt .box_text {
padding: 30px 30px 0px 0px;
}

.storitev .box_text {

padding: 10px 10px 0px 0px;
}

.opodjetju .box p {
padding: 10px;
}

.storitev .box p {
padding-bottom: 4px;
padding-top: 4px;
}

.kontakt .box p {
padding-bottom: 8px;
padding-top: 8px;
}

strong {
font-family: 'Roboto Slab', serif;
font-weight: 700;
}

.form {
width: 45%;
float:left;
padding: 40px;
}

.form strong {
font-family: 'Roboto Slab', serif;
font-weight: 400;
}

.footer_sub{

width: 100%;
background: #00923f;
text-align: center;
padding: 50px 0px;
font-family: Verdana;
}



.social_sub{
width: 100%;
text-align: center;

}


.social_sub img:hover{
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.box .box_text img{
width: 22px;
}



@media screen and (max-width: 767px) {
.logo p {
text-align: center;
font-family: 'Roboto Slab', serif;
padding: 1%;
font-weight: bold;
font-size: 12px;
color: #fff;
letter-spacing: -1px;
}

.social{
	opacity: 0;
    -webkit-animation: opac 3s ease-out forwards; /* Chrome, Safari, Opera */
    animation: opac 3s ease-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
width: 100%;
text-align: right;
position: fixed;
top: 5px;
right: 5px;
}

.icon_podjetje, 
.icon_galerija, 
.icon_kontakt {
font-family: Verdana;
font-size: 8px;
min-width: 55px;
min-height: 45px;
width: 8%;
display: inline-block;
text-align: center;
}


	}

