body {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #000;
	background-image: url(../images_my/strukturne/mob_bg.png);
	background-repeat: repeat;
	height: auto;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#header .logo {
	width: 90%;
	margin-top: 10px;
	display: block;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
}
#nav {
	float: right;
	height: 0px;
	width: auto;
	overflow: hidden;
	margin-top: 20px;
	visibility: visible;
}
#nav ul {
	visibility: hidden;
	height: 0px;
}
#nav ul li {
	float: left;
	height: 0px;
}
#nav ul li a {
	color: #FFF;
	padding-top: 60px;
	height: 0px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-ms-transition: background-color 0.3s ease-in-out 0s;
	-o-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
	visibility: hidden;
}
#nav ul li a:hover {
	color: #FFF;
	background-color: #0C5C96;
}
/************  contend  ************/
#contend {
	height: auto;
	width: 95%;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.left {
	height: auto;
	width: 95%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.left .left_modul {
	height: 0px;
	width: 0px;
	padding: 0px;
	visibility: hidden;
	margin: 0px;
	overflow: hidden;
}
.left h3 {
	font-size: 22px;
	color: #FFF;
	background-color: #333;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: auto;
}
.left .left_modul p {
	color: #777;
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.left .left_modul p span{
	color: #555;
	font-weight: bold;
	font-size: 15px;
}
.left ul {
	margin-top: 15px;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
}
.left ul li{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.left ul li a{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	background-image: none;
}
.left ul li a:hover{
	color: #0C5C96;
}
.left #uvodna {
	height: auto;
	width: auto;
	margin-bottom: 25px;
}
.left #uvodna h2 {
	color: #333;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}
.left #uvodna p {
	font-weight: 300;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: center;
}
.left_modul .mini_galerija {
	height: auto;
	width: auto;
}
.left_modul .mini_galerija a {
	float: left;
	height: 50px;
	width: 70px;
	border: 5px solid #666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.left_modul .mini_galerija a:hover {
	border: 5px solid #000;
}
.left_modul .mini_galerija a img {
	height: 50px;
	width: 70px;
}
.fb-like {
	margin-bottom: 20px;
}
a.dugme {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #C09;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: #6db3f2; /* Old browsers */

	background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
a.dugme:hover {
	color: #000;
}
.right {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.right iframe {
	height: 390px;
	width: 100%;
	border: 0px none #333;
	margin-bottom: 15px;
}
.right #mob_form {
	overflow: auto;
	visibility: visible;
	height: auto;
	width: auto;
}
.right h1 {
	font-size: 22px;
	color: #666;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.right h2 {
	color: #666;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.right h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0D619D;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.right img {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}
.right p {
	color: #666;
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	font-style: normal;
	margin-right: 0px;
	margin-left: 0px;
}
.right p a {
	color: #036;
}
.right .paragraf {
	font-family: 'Titillium Web', Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-style: italic;
}
.right .istaknuti_p {
	border: 1px dashed #999;
	padding: 10px;
	background-color: #EEE;
	font-size: 18px;
	margin-right: 0px;
	margin-left: 0px;
}
.right ul {
	font-family: 'Titillium Web', Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 60px;
}
.right ul .list {
	font-weight: normal;
	color: #666;
	list-style-image: url(../images_my/strukturne/arrow_dotted.png);
	margin-bottom: 10px;
}
.right #cslider {
	height: 0px;
	width: 0px;
	border: 15px none #FFF;
	-webkit-box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.46);
	overflow: hidden;
}
.right #cslider img {
	margin-right: 0px;
	margin-left: 0px;
}
.right .tab {
	float: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.right .tab img {
	width: 80%;
	margin-bottom: 10px;
	border: 5px solid #DDD;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	height: auto;
	display: block;
}
.right .tab h1 {
	font-size: 22px;
	color: #666;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.right .tab h1 a {
	color: #666;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.right .tab h1 a:hover {
	color: #0C5C96;
}
.right .tab p {
	color: #777;
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	font-style: normal;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.right .tab .dugme {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.right form {
	font-family: 'Titillium Web', Helvetica, sans-serif;
	color: #FFF;
	line-height: 22px;
	font-size: 13px;
	background-color: #000;
	background-image: url(../images_my/strukturne/header-bg.gif);
	background-repeat: repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-0-border-radius: 10px;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.right form label {
	color: #CCC;
	margin-right: 5%;
	width: 90%;
	margin-left: 5%;
}
.right form input {
	height: 25px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border: 1px solid #666;
	background-color: #333;
	color: #CCC;
	margin-bottom: 10px;
	margin-right: 5%;
	width: 90%;
	margin-left: 5%;
}
.right form textarea {
	height: 150px;
	margin-right: 5%;
	width: 90%;
	margin-left: 5%;
}

.right form select {
	background-color: #333;
	color: #FFF;
	border: 1px solid #999;
	height: 30px;
	line-height: 30px;
	margin-right: 5%;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
}
.right form .button {
	width: 80px;
}

.right .vijest_galerija {
	height: auto;
	width: auto;
}
.right .vijest_galerija a {
	float: left;
	height: 100px;
	width: 140px;
	border: 5px solid #666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-ms-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.right .vijest_galerija a:hover {
	border: 5px solid #000;
}
.right .vijest_galerija a img {
	height: 100px;
	width: 140px;
}

#contend .right form select option {
	color: #FFF;
	background-color: #333;
}
#contend .right form textarea {
	border: 1px solid #666;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	background-color: #333;
	color: #CCC;
	margin-bottom: 10px;
}
.aktualno {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.aktualno h1 {
	padding: 0px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.aktualno h4 {
	color: #1A5790;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
}
.aktualno .dugme {
	float: right;
}
.aktualno img {
	border: 1px solid #CCC;	
}
.vijest {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.vijest h1 {
	padding: 0px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.vijest h4 {
	color: #1A5790;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
}
.vijest .dugme {
	float: right;
}
#footer_bg {
	background-color: #333;
	background-image: url(../images_my/strukturne/header-bg.gif);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0D66A4;
}
#footer {
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer .foot_tab {
	float: none;
	height: 0px;
	width: 0px;
	margin-right: 0px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	visibility: hidden;
}
#footer .foot_tab h3 {
	color: #999;
	font-size: 30px;
}
#footer .foot_tab h2 {
	color: #CCC;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#footer .foot_tab h2 a {
	color: #999;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
#footer .foot_tab h2 a:hover {
	color: #FFF;
}
#footer .foot_tab p {
	font-size: 13px;
	color: #999;
	margin-top: 5px;
	line-height: 17px;
	font-weight: lighter;
	width: 80%;
}
#footer .foot_tab p a {
	color: #FFF;
	font-weight: bold;
}
#footer .foot_tab ul {
	clear: both;
	float: none;
}
#footer .foot_tab ul {
	clear: both;
	float: none;
}
#footer .foot_tab ul li {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#footer .foot_tab ul li:hover {
	background-color: #333;
}
#footer .foot_tab ul li a {
	color: #999;
	margin-left: 20px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: block;
}
#footer .foot_tab ul li a:hover {
	color: #FFF;
}
#footer .foot_tab form {
	margin-top: 20px;
	width: 100%;
}
#footer .foot_tab form label {
	color: #999;
	line-height: 18px;
	color: #999;
	font-size: 13px;
}
#footer .foot_tab form input {
	height: 25px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border: 1px solid #666;
	background-color: #333;
	color: #CCC;
}
#footer .foot_tab form textarea {
	border: 1px solid #666;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	background-color: #333;
	color: #CCC;
}
#footer .foot_tab form .dugme {
	float: right;
	background: #7d7e7d;
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
	display: block;
}
#footer #foot_nav {
	border-top-style: none;
	width: 100%;
}
#footer #foot_nav p{
	color: #999;
	margin-top: 10px;
	font-size: 14px;
	visibility: hidden;
}
#footer #foot_nav ul {
	clear: both;
	float: none;
}
#footer #foot_nav ul li {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#footer #foot_nav ul li:hover {
	background-color: #333;
}
#footer #foot_nav ul li a {
	color: #999;
	margin-left: 20px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: block;
}
#footer #foot_nav ul li a:hover {
	color: #FFF;
}
