@charset "utf-8";
/* CSS Document */

/*@font-face {
  font-family: Opensans;
  src: url('OpenSans.ttf');
}
*/

@font-face {
	font-family: 'Opensans';
	src: url('OpenSans.eot?#iefix') format('embedded-opentype'), 
	     url('OpenSans.woff') format('woff'), 
	     url('OpenSans.ttf')  format('truetype'),
	     url('OpenSans.svg#svgFontName') format('svg');
	}

@font-face {
	font-family: 'OpensansBold';
	src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
	     url('OpenSans-Bold.woff') format('woff'), 
	     url('OpenSans-Bold.ttf')  format('truetype'),
	     url('OpenSans-Bold.svg#svgFontName') format('svg');
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, 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;
}



#master {
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#inside-master {
	padding: 15px;
	width: 950px;
	/*background: rgba(255, 255, 255, 0.6);*/
	border: 6px solid #FFF;
	background-image: url(../images/container.png);
	background-repeat:repeat;
}
#menu-up {
	background-color: #7ea5d7;
	height: 35px;
	width: 950px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	
	background-size: 100% 100%;
	background-origin: content-box;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#header {
	margin-top:15px;
	height: 250px;
	width: 950px;
}

#slider1 {
	height: 220px;
	width: 950px;
}


#content {
	min-height:500px;
	width:950px;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	clear: both;
}
#menu-down {
	height: 178px;
	width: 950px;
}

#blok {
	background-color: #3CF;
	height: 178px;
	width: 178px;
	float: left;
}
#devider {
	float: left;
	height: 178px;
	width: 15px;
}
#blok-naslov {
	background-color: #7ea5d7;
	height: 35px;
	width: 178px;
}

#blok-naslov.a {
	text-align:center;	
}
#blok-slika {
	background-color: #FFF;
	height: 143px;
	width: 178px;
}




#nav{
	list-style: none;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 30px;
	/* Clear floats */
	float: left;
	width: 100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float: left;
	margin-right: 10px;
	position: relative;
}
#nav a{
	color:#FFF;
	display:block;
	padding:3px;
	text-decoration:none;
	font-family: Opensans;
	font-size:12px;
}
#nav a:hover{
	color:#fff;
	text-shadow: 1px 1px 2px #FFF;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	z-index:1000;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background:#77b3e9;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#77b3e9;
}


.menulink0 {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Opensans;
	float: left;
	font-size:12px;
	margin-top:10px;
	/* [disabled]margin-right: 6px; */
	margin-left: 6px; 
}

.menulink0:hover {
	text-shadow: 1px 1px 2px #FFF;
}

.menulink {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Opensans;
	float: left;
	font-size:12px;
	margin-top:10px;
	/* [disabled]margin-right: 6px; */
	/* [disabled]margin-left: 6px; */
}


.menulink:hover {
	text-shadow: 1px 1px 2px #FFF;	
}

.menulink2 {
	padding-top:5px;
	vertical-align:central;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Opensans;
	font-size:12px;
	
}

.menulink2:hover {
	text-shadow: 1px 1px 2px #FFF;	
}



.menulink3 {
	padding-top:9px;
	vertical-align:central;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Opensans;
	font-size:12px;
	
}

.menulink3:hover {
	text-shadow: 1px 1px 2px #FFF;	
}




.plus {
	color:#d4ebff;
	font-family: Opensans;
	float: left;
	font-size:13px;
	margin-top:8px;
	margin-right: 4px;
	margin-left: 4px;
}
.homelink {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}



.logo {
	position: relative;
	height: 30px;
	width: 114px;
	top: -32px;
	left: 815px;
}
.h1index {
	color: #7ea5d7;
	padding-top:15px;
	padding-bottom:20px;
	font-family: Opensans;
	font-size: 22px;
	text-align: center;
}
.h2index {
	color: #7ea5d7;
	padding-top:20px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 20px;
	padding-left: 20px;
}
.h3index {
	color: #111;
	padding-top:15px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 15px;
}


.h3domaci {
	color: #555;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Opensans;
	font-size: 12px;
	display: block;
	height: 25px;
}

.h3usp {
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 14px;
}

.h3usp a {
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 14px;
	
}



.h3faq {
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: OpensansBold;
	font-size: 12px;
}


.tekst {
	color: #555;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Opensans;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;

}



.tekstcenter {
	color: #555;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 12px;
	line-height: 18px;
	text-align: center;

}


.faqlista {
	color: #555;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;

}


.podrucjalista {
	color: #555;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;

}



.subtitle {
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	
}



.subtitle2 {
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	
}

.tekstbold {
	color: #555;
	padding-top:10px;
	padding-bottom:15px;
	font-family: OpensansBold;
	font-size: 12px;
	line-height: 18px;
	
	
}

.tekst-podrucja {
	color: #555;
	padding-top:10px;
	padding-bottom:15px;
	font-family: OpensansBold;
	font-size: 14px;
	line-height: 18px;
	
	
}



.name {
	color: #555;
	padding-top:10px;
	padding-bottom:30px;
	font-family: OpensansBold;
	font-size: 12px;
	text-align:right;
	
}


.link {
	text-decoration:none;
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 12px;
	
	
}


.link2 {
	text-decoration:none;
	color: #7ea5d7;
	padding-top:10px;
	padding-bottom:15px;
	font-family: Opensans;
	font-size: 18px;
	line-height:26px;
	
	
}



.thumbs {
	height: 30px;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



.thumbs a {
	margin: 15px 10px 5px 10px;
    display: block;
	float:left;
	width: 12px;
	height: 12px;
	text-decoration: none;
	background: url("../images/dot.png");
	}


.thumbs a:hover {
    background-position: 0 -12px;
}
#footer {
	height: 180px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}

#share {
	height:30px;
	z-index: inherit;
	width: 380px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

.foottext {
	margin-top: 16px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	z-index: -10;
	font-family: Opensans;
	line-height:16px;
	}
	
.foottext2 {
	margin-top: 14px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	z-index: -10;
	font-family: Opensans;
	line-height:16px;
	}
	
	
#lijevo {
	float: left;
	width: 640px;
	margin-left: 10px;
	margin-top: 15px;
}
#desno {
	float: left;
	width: 300px;
	margin-top: 15px;
}

#lijevo-stoje {
	float: left;
	width: 550px;
	margin-left: 10px;
	margin-top: 15px;
}
#desno-stoje {
	float: left;
	width: 390px;
	margin-top: 15px;
}



.images1 {
	margin-top: 10px;
	margin-left: 85px;
}
.images2 {
	margin-top: 30px;
	margin-left: 85px;
}
.videoframe {
	margin-top: 80px;
	margin-left: 35px;
}

.videoframe2 {
	margin-top: 20px;
	margin-left: 35px;
}


.lista {
	color: #555;
	font-family: Opensans;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 17px;
	list-style-position: outside;
	margin-left: 18px;
	list-style-type: disc;
	
}

.lista li {
	
	margin-bottom:7px;
}
#medijiblok {
	float: left;
	height: 300px;
	width: 305px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #77b3e9;
	margin-top: 15px;
}
#space {
	height: 20px;
	width: 950px;
	clear: left;
}
#posebnost-lijevo {
	float: left;
	width: 300px;
	margin-top: 20px;
}


#posebnost-lijevo-inovacija {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 50px;
}



#posebnost-desno {
	float: left;
	width: 550px;
	margin-top: 20px;
}
.vnacin {
	margin-bottom: 20px;
}
#podrucja-lijevo {
	float: left;
	height: 610px;
	width: 610px;
	margin-top: 15px;
	margin-bottom: 45px;
}
#podrucja-desno {
	float: left;
	height: 610px;
	width: 250px;
	margin-left: 90px;
}
#galerijacentar {
	height: 610px;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/obrada%20tijelo2.gif);
	background-repeat: no-repeat;
}
#galerijablok {
	height: 240px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:200px;
}
.sidemenu {
	display: table;
    margin: 0 auto;
	list-style-type: none;
}

.sidemenu li {
	display: table-cell;
  position: relative;
  width: 240px;
  text-align:center;
	
}

.sidemenu li a {
	font-size:16px;
	color:#7ea5d7;
	text-decoration:none;
	
}


#indexbox2 {
	float: left;
	height: 310px;
	width: 450px;
	margin-top: 15px;
	margin-right: 10px;
}

#indexbox4 {
	float: left;
	height: 310px;
	width: 480px;
	margin-top: 15px;
	margin-left: 10px;
}



#indexbox {
	float: left;
	height: 370px;
	width: 455px;
	margin: 10px;
	/* [disabled]background-color: #06F; */
	position: relative;
}

#indexbox3 {
	float: left;
	height: 370px;
	width: 480px;
	margin-left: 10px;
	margin-top: 15px;
}


.indexlist {
	margin:80px 0 0 70px;
	font-family: OpensansBold;
	font-size:14px;
	color:#666;
	text-decoration:none;
	list-style: circle;
	
}

.indexlist li {
	padding-bottom:20px;
}
.doktoriimg {
	margin-top: 4px;
	margin-right: 15px;
}

#social {
    height: 37px;
    width: 100px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 865px;
	top: -15px;
}
#social a {
	height: 23px;
	width: 23px;
	padding-top: 6px;
	padding-left: 8px;
	display: block;
	float: left;
}
#saznajte {
	height: 45px;
	width: 95px;
	position: absolute;
	z-index: 5;
	left: 351px;
top: 310px;
}
#linije {
	height: 70px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#karta {
	height: 764px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/karta.png);
}
#karta #pin {
	height: 44px;
	width: 30px;
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	position:relative;
}

.pinzg {top:150px; left:330px;}
.pinri {top:177px; left:159px;}
.pinst {top:405px; left:392px;}

#karta #pin a {
	display: block;
	text-align: center;
	color:white;
	font-size:18px;
	text-decoration:none;
	width:30px; height:30px;
	padding-top:5px;
	font-family: Opensans;
	text-shadow: 1px 1px 2px #FFF;
}
#lokator-blok {
	margin: 10px;
	float: left;
	height: 230px;
	width: 455px;
}

#medij-blok {
	margin: 10px;
	float: left;
	height: 300px;
	width: 455px;
}
