* {
	margin: 0; 
	padding: 0;
}

body {
	background-color: #404040;
	text-align: center;
	width: 100%;font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F3B701;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

a:hover {
	color: #eee;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h1 .y {
	color: #F3B701;
}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #888;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin: 36px 0 10px 0;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h4 .y {
	color: #F3B701;
}

h5 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #F3B701;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin-top: 1px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

#head {
	width: 100%;
	background-color: #cecece;
	margin: auto;
	text-align: center;
	background-image: url(bck.png);
	background-position: center;
	background-repeat: no-repeat;
}

#head .znak {
	margin: 45px 0 15px 0;
	border: none;
}

#head .tmp {
	margin: 40px 0;
	max-width: 95%;
	height: auto;
	border: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

#sadrzaj {
	background-color: #333;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 80px 0;
}

#foot {
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 40px 0 64px 0;
}

#foot a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #F3B701;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-top: 1px;
	text-decoration: none;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

#foot a:hover {
	color: #eee;
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

.box {
	width: 860px;
	max-width: 90%;
	display: block;
	margin: auto;
}

#sadrzaj p {
	padding: 12px 0;
}

.zastupstva {
	padding: 28px 0 0 0;
	border: none;
}

.box p {
	padding: 12px 0;
}

ul#radovi {
   list-style-type: none;
   margin: 0 auto;
   padding: 32px 0;
   overflow: hidden;
   z-index: 125;
   display: block;
   width: 860px;
   max-width: 100%;
}

ul#radovi li {
   display: block;
   text-align: center;
   position: relative;
}

ul#radovi li a img {
   display: block;
   max-width: 100%;
   height: auto;
   border: none;
   margin-bottom: 1px;
	text-decoration: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

ul#radovi li a:hover img {
   -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all .45s ease;
   transition:  all .45s ease;
}

.gal {
	position: absolute;
	left: 0;
	top: 42%;
	color: #F3B701;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33);
	opacity: 0;
	-webkit-transition: all .45s ease-out;
   transition: all .45s ease-out;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	text-decoration: none;
}

.gall {
	font-weight: 300;
}

ul#radovi li a:hover ~ .gal {
   left: 45px;
   opacity: 1;
   -webkit-transition: all .45s ease-out;
   transition: all .45s ease-out;
}



@media screen and (max-width: 640px) {

.gal
{
	font-size: 21px;
	line-height: 21px;
	top: 32%;
}

ul#radovi li a:hover ~ .gal {
   left: 21px;
}

}
