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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D9C0FA;
	background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
	background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A028E;
	font-size:12px;
	overflow-y: scroll; 
	overflow-x: auto;
background-image:url(../grafika/zid_podloga.jpg);
background-repeat:repeat;
}

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
/* 
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);*/

          z-index: 100;
}
a {
	text-decoration:none;
}
ul
{
list-style-type:none;
margin:0;
padding:0;
}
.clearboth{
	clear:both;
	padding:0px 0;
	}
	
.clearboth10px{
	clear:both;
	padding:5px 0;
	}
	
.clearboth40px{
	clear:both;
	padding:40px 0;
	}
.clearboth20px{
	clear:both;
	padding:30px 0;
	}
#container {
background-image:url(../grafika/zid_podloga.jpg);
background-repeat:repeat;
/*	width: 100%; 
		background: rgba(217,192,250,1);
	background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
	background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
	position: relative;*/
	margin-top:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
	
.centar {
	display: block;
	position:relative;
	height: auto;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColLiqCtrHdr {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-image:url(../grafika/zid_podloga.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 400px;
	position: relative;
	margin-top:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

background: #c9ad7e;
background: -moz-linear-gradient(45deg, rgba(201,173,126,1) 0%, rgba(208,187,154,1) 52%, rgba(222,198,161,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,173,126,1)), color-stop(52%, rgba(208,187,154,1)), color-stop(100%, rgba(222,198,161,1)));
background: -webkit-linear-gradient(45deg, rgba(201,173,126,1) 0%, rgba(208,187,154,1) 52%, rgba(222,198,161,1) 100%);
background: -o-linear-gradient(45deg, rgba(201,173,126,1) 0%, rgba(208,187,154,1) 52%, rgba(222,198,161,1) 100%);
background: -ms-linear-gradient(45deg, rgba(201,173,126,1) 0%, rgba(208,187,154,1) 52%, rgba(222,198,161,1) 100%);
background: linear-gradient(45deg, rgba(201,173,126,1) 0%, rgba(208,187,154,1) 52%, rgba(222,198,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ad7e', endColorstr='#dec6a1', GradientType=1 );


}
#header {
	position:relative;
	margin-top:0px;
	width:100%;
	height:auto;
	float:left;
	z-index:99999;
	overflow:visible;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerPregled {
	position:relative;
	margin-top:0px;
	width:100%;
	height:210px;
	float:left;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:50px;
	padding-top:0px;
}
#footer {
	margin-top:10px;
	padding-bottom:0px;
	padding-top:0px;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );
	height:200px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.slika_header {
	width:100%;
	height:500px;
	overflow:hidden;
	
}
.login {
	margin-right:100px;
	margin-left:300px;
	width:200px;
	background-color:#003;
	float:right; right: 0px;
	position:absolute; left: 0px;
}
.meniLine {
	width:100%;
	height:50px;
	margin:0 auto;
	padding-top:10px;
	margin-top:0px;
	position:absolute; left: 0px;
	z-index:999;
}

.meni {
	margin-left:0px;
	width:1000px;
	height:40px;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* MENU */
#menu { 
margin:0px 0 0 0px;
	width:1000px;
	height: 36px;
	color:#5E0971;
}
#menu ul { list-style:none; 	color:#5E0971;
 }
#menu ul li { display:inline; float:left; margin-bottom:0px; 	color:#5E0971;
}

/* :first-child pseudo selector with rounded top left corner */
#menu ul li:first-child a {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius:0px;
	border-left:medium;
	padding-left:13px;
	padding-right:13px;
	color:#5E0971;
}

/* :last-child pseudo selector with rounded top right corner */
#menu ul li:last-child a {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius:0px;
	text-align:center;
	padding-right:13px;
	padding-left:13px;
	color:#5E0971;
	}

/* background color set to RGBA, with opacity on 0.3 and also using text-shadow */
#menu ul li a {
	position: relative;
	padding-left:13px;
	padding-right:13px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	border-left: solid;
	border-left-width:thin;
	border-left-color:#003;
	display: block;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
#menu a {
	z-index:9999;
	color:#F00;
}
	
/* hover state shows a linear gradient and opacity it brought down to 0.9 and also shows a very slight grey gradient on top */
#menu ul li a:hover { 
-webkit-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
-moz-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);

background: #FFFBED;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBED', endColorstr='#FFFBED', GradientType=0 );

}
/* another RGBA background, now with an opacity of 0.8 */
#menu ul li a.active {
	
background: #9c8ab8;
background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );

-webkit-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
-moz-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);

}

#sadrzaj {
	position: relative;
	height:auto;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin-top:10px;

}
#centar {
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	background: #d5d3d1;*/
	margin-top:0px;
	width: 1000px;
	height:auto;
}
.link_blok {
	width: 480px;
	height:350px;
	float: left; left:0px;	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.link_blok_desni {
	width: 480px;
	height:350px;
	float: left; left:0px;	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	color: #260035;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}

.link_blok3kol {
	width: 320px;
	height: auto;
	float: left; left:0px;	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.link_blok_desni3kol {
	width: 320px;
	height: auto;
	float: left; left:0px;	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	color: #260035;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}

.link_blok3kolM {
	width: 280px;
	height: auto;
	float: left; left:0px;	margin-right: 50px;
	margin-top: 39px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.link_blok_desni3kolM {
	width: 280px;
	height: auto;
	float: left; left:0px;	margin-left:40px;
	margin-right: 0px;
	margin-top: 39px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	color: #260035;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.link_blok3kol2 {
	width: 320px;
	height:275px;
/*	background-image:url(../grafika/zid_podloga.jpg);
	background-position:bottom;*/
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.link_blokNaslovnica {
	width: 980px;
	height:410px;
/*	background-image:url(../grafika/zid_podloga.jpg);
	background-position:bottom;*/
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;	position:relative;
	margin-bottom: 10px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	margin-left:10px;
	margin-top:40px;
}
.link_blokNaslovnicaMeni {
	width: 980px;
	height:40px;
	padding: 0px;
}
.link_blok3kol2 a{
	color: #5E0971;
	text-decoration:none;
}
.link_blokNaslovnica a{
	color: #5E0971;
	text-decoration:none;
}
.link_blok3kol2prvi{
	margin-right: 5px;
	margin-left:10px;
}
.link_blok3kol2drugi{
	margin-right: 5px;
	margin-left:5px;
}
.link_blok3kol2treci{
	margin-right: 0px;
	margin-left:5px;
}


.link_blokPanorama {
	width: 300px;
	height: auto;
	background:#F0E8C4;
	
	float: left; left:0px;	position:relative;
	margin-right: 0px;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}

.linkBlokGumbic {
	width:100px;
	height:30px;
	color:#CCC;
	margin-top:10px;
	margin-bottom:20px;
	
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px inset #240024;


background: #42195c;
background: -moz-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(66,25,92,1)), color-stop(0%, rgba(68,0,102,1)), color-stop(61%, rgba(128,19,124,1)), color-stop(100%, rgba(146,57,166,1)));
background: -webkit-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -o-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -ms-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42195c', endColorstr='#9239a6', GradientType=1 );

}

.linkBlokGumbicPlavi {
	width:100px;
	height:30px;
	color:#CCC;
	margin-top:10px;
	margin-bottom:20px;
	
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px outset #2f0094;

background: #499bea;
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(13,18,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(13,18,128,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(13,18,128,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(13,18,128,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(13,18,128,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(13,18,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#0d1280', GradientType=0 );
}
.filtarGumbicPlavi {
	width:250px;
	height:30px;
	color:#CCC;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px outset #2f0094;

background: #42195c;
background: -moz-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(66,25,92,1)), color-stop(0%, rgba(68,0,102,1)), color-stop(61%, rgba(128,19,124,1)), color-stop(100%, rgba(146,57,166,1)));
background: -webkit-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -o-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -ms-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42195c', endColorstr='#9239a6', GradientType=1 );
}

.filtarGumbicPlavi:hover {
	color:#5E0971;

	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
}

.filtarGumbicMali {
	width:150px;
	height:50px;
	color:#CCC;
	margin-top:0px;
	margin-left:10px;
	
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px outset #2f0094;

background: #42195c;
background: -moz-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(66,25,92,1)), color-stop(0%, rgba(68,0,102,1)), color-stop(61%, rgba(128,19,124,1)), color-stop(100%, rgba(146,57,166,1)));
background: -webkit-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -o-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: -ms-linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
background: linear-gradient(45deg, rgba(66,25,92,1) 0%, rgba(68,0,102,1) 0%, rgba(128,19,124,1) 61%, rgba(146,57,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42195c', endColorstr='#9239a6', GradientType=1 );
}

.filtarGumbicMali:hover {
	color:#5E0971;

	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
}


.linkBlokGumbicZeleni {
	width:100px;
	height:30px;
	color:#CCC;
	margin-top:10px;
	margin-bottom:20px;
	
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 2px outset #2f0094;

background: #096b03;
background: -moz-linear-gradient(45deg, rgba(9,107,3,1) 0%, rgba(142,209,132,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(9,107,3,1)), color-stop(100%, rgba(142,209,132,1)));
background: -webkit-linear-gradient(45deg, rgba(9,107,3,1) 0%, rgba(142,209,132,1) 100%);
background: -o-linear-gradient(45deg, rgba(9,107,3,1) 0%, rgba(142,209,132,1) 100%);
background: -ms-linear-gradient(45deg, rgba(9,107,3,1) 0%, rgba(142,209,132,1) 100%);
background: linear-gradient(45deg, rgba(9,107,3,1) 0%, rgba(142,209,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096b03', endColorstr='#8ed184', GradientType=1 );

}

#footer_sadrzaj {
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #999FA6;
	margin-top:70px;
	width: 1000px;
}
.FooterBlok {
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0px;
	width: 1000px;
	height: 200px;
}

.FooterBlokLijevo {
	width: 280px;
	height:150px;
	float: left; left:0px;	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	background-repeat:no-repeat;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color: rgb(86, 84, 81);
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.FooterBlokLijevo: ul, li, a{
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(86, 84, 81);
	font-size:12px;
	text-align:left;
	text-decoration:none;
	line-height:14px;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}


.FooterBlokDesno {
	width: 650px;
	height:100px;
	float: left; left:0px;	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	background-color:#F1F1F0;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color: rgb(86, 84, 81);
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}

.plazeSlajd {
	
	width:1000px;
	height:200px;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
.plazeSlajd1 {
	
	width:980px;
	height:200px;
	margin-bottom:20px;
	margin-left:10px;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	position:relative;
}

.containerHeaderForms{
	width:80px;
	padding:10px 20px;
	height:70px;
	float:right; right: 0px;
	text-align:left;
	}
	
#containerHeaderFormsPrijava{
	width:auto;
	padding:10px 20px;
	height:70px;
	float:right; right: 0px;
	background: url(../grafika/separator1.gif) left center no-repeat;
	position:absolute;
	left:50%;
	margin-left:30px;
	}
	
#containerHeaderFormsPrijava2{
	width:auto;
	padding:10px 20px;
	height:70px;
	float:right; right: 0px;
	background:url(../grafika/separator1.gif) left center no-repeat;
	margin-left:30px;
	}

#containerHeaderFormsPrijavaNe{
	width:auto;
	padding:10px 20px;
	height:70px;
	float:right; right: 0px;
	background:url(../grafika/separator1.gif) left center no-repeat;
	display:none;
	position:absolute;
	left:50%;
	margin-left:30px;
	}
.txtLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e7e4e4;
	background:url(../grafika/bgtxtlogin.gif) top left no-repeat;
	width:142px;
	height:27px;
	line-height:27px;
	padding-left:4px;
	border:0;
	}
	
.txtLogin:focus{
	color:#fff;
	}
	
.btnLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #fff;
	background-color:#565451;
	width:70px;
	height:27px;
	line-height:27px;
	border:0;
	cursor:pointer;
	border: groove;
	border-bottom-width:thin;
	}
	
.btnPosalji{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background: #5E0971;
	width:140px;
	height:29px;
	border:0;
	cursor:pointer;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.btnPosalji:hover, .btnPosalji:focus {
border: 1px solid #FFF;
color: #0FF;
	width:140px;
	height:27px;
}




.btnVise{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #fff;
	background-color:#565451;
	width:100px;
	height:27px;
	margin-top:40px;
	line-height:27px;
	border:0;
	cursor:pointer;
	border: groove;
	}
	
	
.select-lista1{
   width: 150px;
   display: table-cell;
}

.select-lista1 select {
   width: 150px;
   padding-left: 4px;
   border:1px solid #940202;
   height: 27px;
   line-height:27px;
   background-color:#b10101;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#e7e4e4;
   margin-top:4px;
}

.select-lista1 option{
   padding-left: 11px;
   border:0;
   }
	
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4d3d3;
	text-decoration:none;
	}

.linkHeader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	}
	
.linkHeader a:hover{
	text-decoration:underline;
	}
		
/* Slider
---------------------------------------- */
#slider-wrapper {
	height:200px;
	position:relative;
	margin-bottom:29px;
	}
#faded {
	height:200px;
	width:100%;
		font-size:12px;
		color:#5E0971;
}	
	#faded ul,
	#faded ul li {
		margin:0;
		padding:0;
		background:none;
	}
	#faded .slides {
		width:660px;
		height:200px;
		overflow:hidden;
		background:url(../grafika/loading.gif) no-repeat 50% 50% #d3d3d3;
		position:relative;
		left:320px;
		font-size:12px;
		color:#5E0971;
	}
		#faded .slides li {
			width:660px;
			height:200px;
			position:relative;
			text-shadow:none;
		font-size:12px;
		color:#5E0971;
		}
		#faded .slides li a {
			text-decoration:none;
		}
		#faded .slides li .caption {
			position:absolute;
			left:0;
			bottom:0;
			width:1000px;
			background:url(../grafika/slider-caption.png);
			z-index:999;
			color:#f1e7e7;
			text-decoration:none;
			font-size:13px;
			display:block;
			font-family: 'Droid Sans', sans-serif;
		}
		#faded .slides li .caption:hover {
			text-decoration:none;
			color:white;
		}
			#faded .slides li .caption .inner {
				padding:12px 0 14px 19px;
				width:550px;
			}
			#faded .slides li .caption time {
				color:white;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
			}

	#faded .pagination {
		position:absolute;
		left:0;
		top:0;
		width:320px;
		font-size:12px;
		color:#5E0971;
	}
		#faded .pagination li {
			padding:0;
			vertical-align:top;
			font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#5E0971;
			width:100%;
			background-repeat:repeat-x;
			background-color:#3a3431;
			height:50px;
			position:relative;
			box-shadow:0 1px 3px rgba(0,0,0,.3);
		-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
		text-shadow:none;
		}
		#faded .pagination p {
		font-size:14px;
		color:#5E0971;
		margin-top:15px;
		}
		#faded .pagination li.item-0 {
	background: #fffbed;
	background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.8)));
	background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
			height:50px;
		}
		#faded .pagination li.item-1 {
	background: #fffbed;
	background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.8)));
	background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
			height:50px;
		}
		#faded .pagination li.item-2 {
	background: #FFFBED;
	background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.8)));
	background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
			height:50px;
		}
		#faded .pagination li.item-3 {
	background: #fffbed;
	background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.8)));
	background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
			height:50px;
}
			#faded .pagination li a.thumb {
				padding:5px 0 5px 15px;
				background:none;
				display:block;
				overflow:hidden;
				text-decoration:none;
				color:white;
			}
				
		#faded .pagination li .wp-post-image {
			float:left;
			margin-right:9px;
		}
		#faded .pagination li h4 {
			font-size:11px;
			line-height:1.2em;
			font-weight:bold;
			font-family: 'Droid Sans', sans-serif;
			margin:4px 0 3px 0;
			text-shadow:1px 1px 1px rgba(0,0,0,.2);
		}
		#faded .pagination li .excerpt {
			line-height:14px;
			padding-right:18px;
		}
.excerpt a{
			line-height:14px;
			padding-right:18px;
			text-decoration:none;
		}		#faded .pagination li:hover .excerpt {
			text-decoration:underline;
		}
		#faded .pagination li .arrow {
			position:absolute;
			right:10px;
			top:50%;
			margin-top:-6px;
			width:6px;
			height:11px;
			background-repeat:no-repeat;
			background-position:left top;
			background-image:url(../grafika/pagi-arrow.gif);
			z-index:99;
		}
		#faded .pagination li.current .arrow {
			right:-6px;
			background-position:-14px 0;
		}

.servisLine {
	width:100%;
	height:26px;
	margin:0 auto;
	padding-top:0px;
	margin-top:10px;
	position:absolute; left: 0px;
	background:    rgba(190,190,250,0.7);
	z-index:999;
}
.servisLineUnutra {
	width:1000px;
	height:26px;
	margin:0 auto;
	padding-top:0px;
	margin-top:0px;
	position:relative;
}

.servisLineTop{
	font-size:12px;
	line-height:32px;
	padding-top:3px;
	margin-right:0px;
	height:26px;
	position:relative;
	z-index:1000;
	color: rgb(86, 84, 81);
}

.servisLine span {
	width:1px;height:18px;
	margin:0px 10px 0;
	background:#999;
	float:right; right: 0px;
}
.servisLineTopBlok{
	float:right; right: 0px;
	color: rgb(86, 84, 81);
	font-size:12px;
	margin-right:0px;
	height:18px;
}
.audioControl{
	float:right; right: 0px;
	color: rgb(86, 84, 81);
	font-size:12px;
	margin-right:0px;
	height:28px;
	width:28px;
	background:none;
	padding-top:0px;
	z-index:777;
	position:relative;
}
.zvukOff {
	position: absolute;
	left: 0px;
	top: 0px;
	width:20px;
	height:20px;
	cursor:pointer;
	background: #fff7c9;
	background: -moz-linear-gradient(left, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,201,0.8)), color-stop(100%, rgba(255,249,217,0.8)));
	background: -webkit-linear-gradient(left, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.8) 100%);
	background: -o-linear-gradient(left, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.8) 100%);
	background: linear-gradient(to right, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.8) 100%);
border-radius:6px 6px 6px 6px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
border: 0px solid #140229;
display:none;

}
.zvukOn {
	position: absolute;
	left: 0px;
	top: 0px;
	width:20px;
	height:20px;
	cursor:pointer;
background: #D9C0FA;
background: -moz-linear-gradient(45deg, rgba(217,192,250,0.8) 0%, rgba(239,235,240,0.8) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,0.8)), color-stop(100%, rgba(239,235,240,0.8)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,0.8) 0%, rgba(239,235,240,0.8) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,0.8) 0%, rgba(239,235,240,0.8) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,0.8) 0%, rgba(239,235,240,0.8) 100%);
background: linear-gradient(45deg, rgba(217,192,250,0.8) 0%, rgba(239,235,240,0.8) 100%);
border-radius:6px 6px 6px 6px ;
-moz-border-radius:6px 6px 6px 6px ;
-webkit-border-radius:6px 6px 6px 6px  ;
display:block;

}

audio:hover, audio:focus, audio:active
{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
width:190px;
height: 28px;
	overflow:visible;
}
audio {
	overflow:visible;
	width:37px;
	height:28px;
	position:relative;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}
.servisLineTopBlok p{
	float: left; left:0px;	color:#333;
	font-size:12px;
	margin-right:0px;
	margin-top:-7px;
	padding-top:0px;
	height:18px;
}
.servisLineTopBlok a{
	color: #FFF;
	font-size:12px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	text-decoration:none;
	
-webkit-transition-property:color, text;
-webkit-transition-duration: 1s, 1s;
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:color, text;
-moz-transition-duration:1s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:1s;
-o-transition-timing-function: linear, ease-in;

}
.servisLineTopBlok a:visited{
	color: #FFF;
	text-decoration:none;
}

.servisLineTopBlok a:hover{
	color: #000;
	text-decoration: none;
}

.dropDown{
	position:relative;
	padding-right:6px;
	cursor:pointer;
}
.dropDown .flag{
	opacity:1;
	width:24px;
	height:24px;
	margin:4px 10px 0 10px;
	background:url(../grafika/sprite.png) -336px 0
}
.flag.it{background-position:-96px 0}
.flag.en{background-position:-72px 0}
.flag.de{background-position:-120px 0}
.flag.si{background-position:-144px 0}
.flag.cz{background-position:-168px 0}
.flag.sk{background-position:-192px 0}
.flag.pl{background-position:-216px 0}
.flag.hu{background-position:-240px 0}
.flag.fr{background-position:-264px 0}
.flag.es{background-position:-288px 0}
.flag.ro{background-position:-312px 0}
.flag.hr,.flag.HRK{background-position:-336px 0}
.flag.cn{background-position:-360px 0}
.flag.EUR{background-position:-384px 0}
.flag.KM{background-position:-408px 0}
.flag.USD{background-position:-432px 0}
.flag.da{background-position:-432px 0}

.dropDown nav{
	display:none;
	position:absolute; left: 0px;
	left:-6px;
	right:2px;
	top:100%;
	padding:0 0 2px 5px
}
.dropDown:hover nav{
	display:block;
}
.dropDown nav a{
	display:block;
	line-height:24px;
	margin-top:2px;
	text-decoration:none;
}
.dropDown nav a:hover{
	text-decoration: underline;
	z-index:9999;
}
.dropDown nav .flag{margin-top:0}

.dropDownBox{
	width:122px;
	height:232px;
	margin-top:30px;
	background: -webkit-gradient(
		linear, right bottom, left top, color-stop(0, rgb(107,125,245)), color-stop(0.9, rgb(107,125,245))) !important;
	background: -moz-linear-gradient(
		right bottom, rgb(107,125,245) 90%, rgb(107,125,245) 90%) !important;
	background-color:rgb(107,125,245) !important;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90;
	border:1px solid #cccccc;
	-webkit-box-shadow:0 2px 3px 0 #cccccc;
	-moz-box-shadow:0 2px 3px 0 #cccccc;
	box-shadow:0 2px 3px 0 #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;border-radius:3px;
	z-index:9999;
}

/* tranzicija boje fonta - primjer
---------------------------------------- */

.text1
{
color:#009999;
font-family:Arial, Helvetica, sans-serif;
font-size:50px;
font-weight:bold;
-webkit-transition-property:color, text;
-webkit-transition-duration: 1s, 1s;
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:color, text;
-moz-transition-duration:1s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:1s;
-o-transition-timing-function: linear, ease-in;
}
.text1:hover{color:#003399;
} 

#containerHeaderRight1{
	width:1000px;
	height:30px;
	text-align:right;
	position:absolute;
	z-index:999;
	float:right; right: 0px;
	margin: 0 auto;
}

#containerHeaderRight2{
	width:1000px;
	height:30px;
	text-align:right;
	}
#containerSearch{
	width:200px;
	height:20px;
	float:right; right: 0px;
	}
	
.trazilica {
	background: #036;
	width: 167px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#a5a5a5;
	line-height:22px;
	float:right; right: 0px;
	padding-left:4px;
	margin-top:0px;
	
border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 1px solid #9D5035;

-webkit-box-shadow: 0px 0px 2px 0px #999;
box-shadow: 0px 0px 2px 0px #999; 
background: #c1bfea;
background: -moz-linear-gradient(45deg, rgb(193,191,234) 0%, rgb(206,199,236) 13%, rgb(216,208,239) 64%, rgb(235,233,249) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(193,191,234)), color-stop(13%, rgb(206,199,236)), color-stop(64%, rgb(216,208,239)), color-stop(100%, rgb(235,233,249)));
background: -webkit-linear-gradient(45deg, rgb(193,191,234) 0%, rgb(206,199,236) 13%, rgb(216,208,239) 64%, rgb(235,233,249) 100%);
background: -o-linear-gradient(45deg, rgb(193,191,234) 0%, rgb(206,199,236) 13%, rgb(216,208,239) 64%, rgb(235,233,249) 100%);
background: -ms-linear-gradient(45deg, rgb(193,191,234) 0%, rgb(206,199,236) 13%, rgb(216,208,239) 64%, rgb(235,233,249) 100%);
background: linear-gradient(45deg, rgb(193,191,234) 0%, rgb(206,199,236) 13%, rgb(216,208,239) 64%, rgb(235,233,249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1bfea', endColorstr='#ebe9f9', GradientType=1 );

z-index:0;
	position:relative;

}

.trazilica:hover, .trazilica:focus {
	color:#fff;
z-index:0;
}

.lupa {
	width:27px;
	height:22px;
	float:right; right: 0px;
	margin-left:-25px;
	margin-top:1px;
	border:0;
	z-index:9999;
	position:relative;
	cursor:pointer;
	}
.lupaHederIndex {
	width:27px;
	height:22px;
	float:right; right: 0px;
	margin-left:-25px;
	margin-top:1px;
	border:0;
	z-index:9999;
	position: absolute;
	cursor:pointer;
	}

.containerSocial{
	float:right; right: 0px;
	width:auto;
	height:28px;
	margin:0px 10px 0 10px;
	opacity: 0.75;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	}
	
.containerSocial:hover {
      opacity: 1;
      }

.logoOkvir {
	position: absolute;
	left: 40px;
	top: -50px;
}
.logoOkvirMali {
	position: absolute;
	left: 20px;
	top: -10px;
	display:block;
	width:50px;
	height:45px;
}
.logoOkvirMali a img{
	z-index:9999;
	position: absolute;
	display:block;
	width:50px;
	height:45px;
}
.PretragaOkvir {
	background-color: #F1F1F0;
	height: 40px;
	width: 1000px;
	position: absolute;
	top: 460px;
}
.FooterNaslov {
	text-align: left;
	margin-top:-65px;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	color: #5E0971;
	position: absolute;
	width:1000px;
	height:55px;
	padding-left:330px;
	left:0px;
}

.FooterNaslovLogo {
	position: absolute;
	left:0px;
	font-size: 18px;
	text-align: left;
	margin-top:-5px;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color:#5E0971;
	padding-left:80px;
}
.headerTrazi {
	position: absolute;
	font-size: 18px;
	text-align: left;
	margin-top:-3px;
	margin-left:220px;
	color:#5E0971;
}



		.panel {
			float: left; left:0px;			width: 280px;
			height: 186px;
			margin: 0px;
			position: relative;
			font-size: .8em;
			
			-webkit-perspective: 600px;
			-moz-perspective: 600px;
		}
		/* -- make sure to declare a default for every property that you want animated -- */
		/* -- general styles, including Y axis rotation -- */
		.panel .front {
			float: none;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 900;
			width: inherit;
			height: inherit;
			border: 1px solid #ccc;
			background: #6b7077;
			text-align: center;

			-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
			-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
			box-shadow: 0 1px 5px rgba(0,0,0,0.9);

			-webkit-transform: rotateX(0deg) rotateY(0deg);
			-webkit-transform-style: preserve-3d;
			-webkit-backface-visibility: hidden;

			-moz-transform: rotateX(0deg) rotateY(0deg);
			-moz-transform-style: preserve-3d;
			-moz-backface-visibility: hidden;

			/* -- transition is the magic sauce for animation -- */
			-o-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}
		.panel.flip .front {
			z-index: 900;
			border-color: #eee;
			background: #333;

			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			
			-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
			box-shadow: 0 15px 50px rgba(0,0,0,0.2);
		}
		
		.panel .back {
			float: none;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 800;
			width: inherit;
			height: inherit;
			border: 1px solid #ccc;
			background: #333;
			text-shadow: 1px  1px 1px rgba(0,0,0,0.6); 
			
			-webkit-transform: rotateY(-180deg);
			-webkit-transform-style: preserve-3d;
			-webkit-backface-visibility: hidden;

			-moz-transform: rotateY(-180deg);
			-moz-transform-style: preserve-3d;
			-moz-backface-visibility: hidden;

			/* -- transition is the magic sauce for animation -- */
			-o-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}
		
		.panel.flip .back {
			z-index: 1000;
			background: #80868d;

			-webkit-transform: rotateX(0deg) rotateY(0deg);
			-moz-transform: rotateX(0deg) rotateY(0deg);

			box-shadow: 0 15px 50px rgba(0,0,0,0.2);
			-moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
		}
		
		/* -- X axis rotation for click panel -- */
		.click .front {
			cursor: pointer;
			-webkit-transform: rotateX(0deg);
			-moz-transform: rotateX(0deg);
		}
		.click.flip .front {
			-webkit-transform: rotateX(180deg);
			-moz-transform: rotateX(180deg);
		}
		.click .back {
			cursor: pointer;
			-webkit-transform: rotateX(-180deg);
			-moz-transform: rotateX(-180deg);
		}
		.click.flip .back {
			-webkit-transform: rotateX(0deg);
			-moz-transform: rotateX(0deg);
		}

    /* -- contact panel -- */
    .contact {
      width: 290px;
      height: 240px;
    }
		
		/* -- diagonal axis rotation -- */
		.diagonal .front {
			-webkit-transform: rotate3d(45,45,0,0deg);
			-moz-transform: rotate3d(45,45,0,0deg);
		}
		.diagonal .front:hover {
			/* for the patient :) */
			-webkit-transition-duration: 10s;
			   -moz-transition-duration: 10s;
			-webkit-transition-delay: 0s;
			   -moz-transition-delay: 0s;

			-webkit-transform: rotate3d(45,45,0,-36deg);
			-moz-transform: rotate3d(45,45,0,-36deg);
		}

		.diagonal.flip .front,
		.diagonal.flip .front:hover {
			-webkit-transform: rotate3d(-45,-45,0,30deg);
			-moz-transform: rotate3d(-45,-45,0,150deg);

			-o-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}

		.diagonal .front .message {
		  opacity: 0;
			font-size: 1.4em;
		}
		.diagonal .front:hover .message {
			opacity: .4;
			-webkit-transition-duration: 12s;
			   -moz-transition-duration: 12s;
			-webkit-transition-delay: 4s;
			   -moz-transition-delay: 4s;
			-webkit-transform: translateX(-30px) translateZ(40px) scale(1.4);
			   -moz-transform: translateX(-30px) translateZ(40px) scale(1.4);
		}
		.diagonal.flip .front .message {
			-webkit-transition-duration: 1s;
		  -webkit-transform: translateZ(0px) scale(.5);
		}

		.diagonal .back {
			-webkit-transform: rotate3d(45,45,0,0deg);
			-moz-transform: rotate3d(45,45,0,-180deg);
		}
		.diagonal.flip .back {
			-webkit-transform: rotate3d(45,45,0,-30deg);
			-moz-transform: rotate3d(45,45,0,-30deg);
		}


    /* -- swing like a gate -- */
    .swing .front,
    .swing .back {
      width: 280px;
      -webkit-backface-visibility: visible;
         -moz-backface-visibility: visible;
      -webkit-transition-duration: 1s;
         -moz-transition-duration: 1s;
      -webkit-transform-origin: 170px 0;
         -moz-transform-origin: 170px 0;
    }
    .swing .front {
      -webkit-transform: rotateY(0deg);
         -moz-transform: rotateY(0deg);
    }
    .swing .back {
      background-color: #555; /* hiding this side, so get darker */
      -webkit-transform: rotateY(-180deg) translateX(198px) translateZ(2px);
         -moz-transform: rotateY(-180deg) translateX(198px) translateZ(2px);
    }

    .swing.flip .front {
      background-color: #222; /* hiding this side, so get darker */
      -webkit-transform: rotateY(180deg);
         -moz-transform: rotateY(180deg);
    }
    .swing.flip .back {
      background-color: #80888f;
      -webkit-transform: rotateY(0deg) translateX(198px) translateZ(2px);
         -moz-transform: rotateY(0deg) translateX(198px) translateZ(2px);
    }		
		
		.panel .pad {padding: 0 0px; }
		.panel.flip .action {display: none; }
		.block ol li {text-align: left; margin: 0 0 0 28px; }
		.block .action {display: block; padding: 3px; background: none; text-align: right; font-size: .8em; opacity: 0; position: absolute; cursor: pointer; -webkit-transition: opacity .2s linear; }
		.block:hover .action {opacity: .7; }
		.circle div {border-radius: 0px; }
		.circle div h2 {padding-top: 3em; text-align: center; }

	.okvir {
	width: 280px;
	height: auto;
	padding:0px;
	position:absolute;
	top:153px;
	left:500px;
	float:left;
}
    .okvir1 {
	width: 100px;
	height: 100px;
	padding:0px;
	position:absolute;
	top:153px;
	left:400px;
	float:left;
}


.okvirPozadine {
	top: 300px;
	position:absolute; left: 0px;
	z-index:9999;
}
.okvirPozadinePregled {
	top: 0px;
	position:absolute; left: 0px;
	z-index:1;
	height:210px;
	width:1000px;
	background:#003;
}
.prijelazSkure {
	background-image: url(../grafika/stukatura1.png);
	background-repeat: repeat-x;
	background-position: left;
	position: absolute;
	height: 200px;
	width: 100%;
	bottom:-20px;
	z-index:999;
	overflow:visible;
	float: bottom;
}
.prijelazSkure1 {
	background-image: url(../grafika/stukatura.png);
	background-repeat: repeat-x;
	background-position: left;
	position: absolute;
	height: 50px;
	width: 100%;
	bottom:-48px;
	z-index:0;
	overflow:visible;
	float: bottom;
}

.prijelazSkure2 {
	background-image: url(../grafika/prijelaz_cvijece.png);
	background-repeat: repeat-x;
	background-position: left;
	position: absolute;
	height: 150px;
	width: 1000px;
	top:-20px;
	z-index:999;
	overflow:visible;
	float: bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


.linkBlokTekst {
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	margin-bottom:0px;
	z-index:1000;
	width:auto;
	position:relative;
text-shadow: 0px 0px 12px rgba(240, 238, 219, 1);

}
.linkBlokTekst1 {
	text-align: center;
	font-size:34px;
	font-weight:bold;
	color: #5E0971;
	margin-bottom:-100px;
	z-index:1000;
	width:auto;
	position:relative;
text-shadow: 0px 0px 12px rgba(240, 238, 219, 1);

}
.linkBlokTekst2 {
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	z-index:1000;
	position: absolute;
	padding-left:20px;
text-shadow: 0px 0px 12px rgba(240, 238, 219, 1);

}
.linkBlokSlika {
	margin-top:65px;
	z-index: 999;
}
.linkBlokSlikaPanorama {
	z-index: 999;
}

.traziLine {
	width:100%;
	height:30px;
	bottom:185px;
	margin:0 auto;
	position:absolute; left: 0px;
	z-index:888;
}
.traziLine1 {
	width:100%;
	height:30px;
	bottom:20px;
	margin:0 auto;
	position:absolute; left: 0px;
	z-index:888;
}

.traziLineUnutra {
	height:30px;
	margin:0 auto;
	position:relative;
	z-index:888;
	overflow:visible;
}
.traziLineUnutraNaslovnica {
	width:1000px;
}
.traziLineUnutraPregled {
	width:993 px;
}


	
.loginTekst{
	width:142px;
	height:27px;
	padding-left:4px;
	border:1;
	margin-left:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	margin-top:0px;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );

	}
	
.loginTekst:focus{
	color:#fff;
	}
	
.loginBtn, .loginBtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:75px;
	height:29px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtn:hover, .loginBtn:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtnOdjava{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background: #5E0971;
	width:75px;
	height:18px;
	border:0;
	cursor:pointer;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtnOdjava:hover, .loginBtnOdjava:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}


.loginPrijavaBox a{
	text-decoration:none;
	}
	
.loginPosaljiBtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background:url(../images/site/bgposalji.gif) top left no-repeat;
	width:126px;
	height:27px;
	line-height:27px;
	border:0;
	cursor:pointer;
	border:0;
	}
.loginTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	}

.loginLinkHeader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	margin-top:-10px;
	}
	
.loginLinkHeader a:hover{
	text-decoration:underline;
	}


.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d4d3d3;
	text-decoration:none;
	}

.linkHeader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	}
	
.linkHeader a:hover{
	text-decoration:underline;
	}

	.top {
background: #f3e2c7;
background: -moz-linear-gradient(top, rgba(243,226,199,0) 0%, rgba(233,212,179,0) 0%, rgba(75,79,84,0.66) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,0)), color-stop(0%, rgba(233,212,179,0)), color-stop(100%, rgba(75,79,84,0.66)));
background: -webkit-linear-gradient(top, rgba(243,226,199,0) 0%, rgba(233,212,179,0) 0%, rgba(75,79,84,0.66) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,0) 0%, rgba(233,212,179,0) 0%, rgba(75,79,84,0.66) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,0) 0%, rgba(233,212,179,0) 0%, rgba(75,79,84,0.66) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,0) 0%, rgba(233,212,179,0) 0%, rgba(75,79,84,0.66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#4b4f54', GradientType=0 );
height:10px;
z-index:9999;
bottom:0px;
position:absolute; left: 0px;
width:100%;
}
.sadrzajPregled{
	float:left;
	position:relative;
	background: #fffbed;
	background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.5) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.5)));
	background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.5) 100%);
	background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.5) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.5) 100%);
	background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
	-webkit-box-shadow: 0px 0px 8px 2px rgba(147,131,118,0.4);
	-moz-box-shadow: 0px 0px 8px 2px rgba(147,131,118,0.4);
	box-shadow: 0px 0px 8px 2px rgba(147,131,118,0.4);
	position: relative;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;

}

.filterDropDown {
	width: 200px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	float:right; right: 0px;
	padding-left:5px;
	margin-top:0px;
	padding-top:0px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
/*border: 1px solid #140229;*/
border-width:1px;
border-color:#5E0971;
background: #D9C0FA;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
z-index:0;
	position:relative;

}

.filterDropDown:hover, .filterDropDown:focus {
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}
.filterDropDownLokacija {
	width: 150px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#5E0971;
	line-height:29px;
	float: left; left:0px;	padding-left:5px;
	margin-top:0px;
	padding-top:0px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 1px solid #140229;

background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );
z-index:0;
	position:relative;

}

.filterDropDownLokacija:hover, .filterDropDownLokacija:focus {
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}

.containerStranicenje{
	width:710px;
	height:25px;
	text-align:right;
	}
	
.linkStranicenje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
	padding:3px 2px;
float:left;
	}
.linkStranicenje a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
background: #D9C0FA;
	}
	
.linkStranicenje a:hover{
	background-color:#383838;
	text-decoration:none;
	}
.linkStranicenje a.active{
	background-color:#383838;
	text-decoration:none;
	}
	
.containerStranicenje2{
	padding:10px 0 10px 0;
	clear:both;
	width:100%;
	height:25px;
	text-align:center;
	}
	
.linkStranicenje2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	text-decoration:none;
	padding:2px 4px;
	background-color:#000;
	}
	
.linkStranicenje2 a:hover{
	background-color:#383838;
	text-decoration:none;
	}
	
.headerSlika {
	z-index: 0;
	height:auto;
	width: 100%;
	margin-top:0px;
}
.headerSlika img {
	z-index: 0;
	float:left;
}
.headerSlide {
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
}
.loginPrijavaBox {
	background: #BEBEFA;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding:5px;
	position: absolute;
	height: 60px;
	width: 380px;
	top: 50px;
	margin-left:397px;
	z-index:9999;
	text-align:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.loginZaboravioBox {
	background: #BEBEFA;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding:5px;
	position: absolute;
	width: 400px;
	top: 50px;
	margin-left:397px;
	z-index:9999;
	text-align:left;
}
.loginZaboravioBox a{
	font-size:12px;
	text-decoration:none;
}
.pregledLijevo {
	float: left; left:0px;	width: 260px;
	padding:10px;
	padding-top:0px;
	text-align:left;
}
.pregledLijevoKarta {
	float: left; left:0px;	width: 260px;
	padding:10px;
	padding-top:0px;
	text-align:left;
}

.pregledDesno {
	float: left; left:0px;	height:auto;
	width: 710px;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-align:left;
	position:relative;
}
.pregledLokacijaLine {
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
	font-size:10px;
	color:#603020;
	padding-left:10px;
	width: 710px;
	padding-top:3px;
	padding-right:10px;
	text-align:left;
	margin-left:0px;
	float:left;
	overflow: hidden;
	padding-bottom:3px;
	vertical-align:middle;
}
.pregledOglasLine {
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
	font-size:10px;
	color:#603020;
	padding-left:10px;
	width: 980px;
	padding-top:3px;
	padding-right:10px;
	text-align: center;
	margin-left:0px;
	float:left;
	overflow: hidden;
	padding-bottom:3px;
	vertical-align:middle;
}
.pregledLokacijaLineTekst {
	width: auto;
	text-align:left;
	float:left;
	padding-top:5px;
	font-size:12px;
	color:#5E0971;
}
.pregledLijevoNaslovLine {
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	position: relative;
	width: 240px;
	height:30px;
	padding:10px;
	padding-left:10px;
	text-align:center;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.pregledDesnoNaslovLine {
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	position: relative;
	width: 680px;
	min-height: 30px;
	padding:10px;
	padding-left:10px;
	margin-left:10px;
	text-align: left;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.filtarTekst {
	text-decoration: none;
	float:left;

	float: left; left:0px;	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: rgb(86, 84, 81);



}
.bezScrolera {
	overflow:hidden;
overflow-x: hidden;
overflow-y: hidden;
margin-left:0px;
	margin-right:0px;
}
.filtarTekstLijevo {
	float: left; left:0px;	width: 160px;
	height:20px;
	margin-top:0px;
	font-size:12px;
	padding-left:10px;
	padding-top:3px;
}
.filtarTekstLijevoOpis {
	float: left; left:0px;	width: 100px;
	height:auto;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	color: rgb(86, 84, 81);
}
.filtarTekstGore {
	float: left; left:0px;	width:150px;
	margin-top:0px;
	font-size:11px;
	margin-bottom:0px;
	margin-right:10px;
}

.filtarChekBoks {
	float: left; left:0px;	width: 40px;
	margin-top:1px;

}
.filtarDropBoks {
	float: left; left:0px;	width: 70px;
	margin-top:0px;
}
.filtarDropDown60 {
	width:90px;
	margin-top:0px;	
	float: left; left:0px;	text-align:center;
	line-height:24px;

}
.apartmanBlok {
	text-align: left;
	margin: 10px;
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	margin-top:0px;
	float: left; left:0px;	height: auto;
	width: 690px;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;


border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;
}
.apartmanSlike {
	background-color: #333;
	float: left; left:0px;	height: 190px;
	width: 248px;
	position:relative;
border: 1px solid #140229;
}
.apartmanSlike1 img, .apartmanSlike2 img, .apartmanSlike3 img, .apartmanSlike4 img{
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #140229;
}
.apartmanVrsteBoks {
	float: left; left:0px;	height: 190px;
	width: 275px;
	margin-left:8px;
	padding:0px;
}
.apartmanVrsteBoks a{
	text-decoration:none;
	color:#5A028E;
}
.apartmanVrsteBoks a:hover{
	text-decoration:none;
	color:#5A028E;
}
.apartmanVrsteLista {
	font-family: Arial, Helvetica, sans-serif;
background: #fff7c9;
background: -moz-linear-gradient(left, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to right, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	margin:0px;
	margin-bottom:5px;
	height:22px;
	padding: 5px;
	padding-top:5px;
	padding-bottom:5px;
	float: left; left:0px;	width: 260px;
	line-height:22px;
	vertical-align:middle;
}
.apartmanVrsteLista:hover {
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );

-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
}
.apartmanVrsteListaIstaknuti {
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );

-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	margin:0px;
	margin-bottom:5px;
	height:22px;
	padding: 5px;
	padding-top:5px;
	padding-bottom:5px;
	float: left; left:0px;	width: 260px;
	line-height:22px;
	vertical-align:middle;
}
.apartmanVrsteListaIstaknuti:hover {
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );

-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
}


.apartmanOcjenaBoks {
	float: right;
	height: auto;
	position:relative;
	width: 155px;
	height:190px;
	vertical-align:bottom;
	bottom:0px;
}
.apartmanOcjenaBoks img{
	margin-bottom: 0px;
}

.apartmanOcjenaBoksGogle{
	margin-left:10px
}

.apartmanOcjenaBoksTekst {
	float: right;
	position:absolute;
	bottom:60px;
	width: 150px;
	margin-left:0px;
	vertical-align:bottom;
	margin-top:5px;
	right:0px;
}
.apartmanOcjenaBoksTekstPregled {
	float: right;
	bottom:0px;
	position:absolute; left: 0px;
	width: 150px;
	margin-left:0px;
	bottom:0px;
	vertical-align:bottom;
	margin-top:5px;
	right:0px;
}
.apartmanOcjenaBoksSlika {
	float: left; left:0px;	height: 30px;
	width: 150px;
	margin-left:10px;
	bottom:0px;
	position:absolute; left: 0px;

}
.apartmanVrsteListaNaziv {
	float: left; left:0px;	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:15px;
	line-height:22px;
	vertical-align:middle;
	overflow: hidden;
	height: 18px;
}
.apartmanVrsteListaCijena {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	color:#5A028E;
	margin-left: 5px;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
	max-width: 86px;
	overflow: hidden;
	height: 18px;
}
.apartmanVrsteListaCijenaInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	color:#5A028E;
	margin-left: 10px;
	font-size:16px;
	font-weight:bold;
	position:absolute; left: 0px;
	bottom:0px;
	right:0px;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );

-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
padding-left:5px;
padding-right:5px;
}
.apartmanVrsteListaCijenaInfo1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	color:#5A028E;
	margin-left: 10px;
	font-size:16px;
	font-weight:bold;
	position:absolute; left: 0px;
	bottom:30px;
	right:0px;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );

-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 1px solid #5E0971;
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
padding-left:5px;
padding-right:5px;
}
.apartmanKategorija {
	float: left; left:0px;	bottom:30px;
	position:absolute;
	width: 180px;
	height:18px;
	font-size:12px;
}
.apartmanKategorija1 {
	text-align: left;
	float: left; left:0px;	width:120px;
	height:18px;
	font-size:12px;
	margin-top:150px;
}
.apartmanNaziv {
	text-align:left;
	width:690px;
	height:45px;
	float:left;
	font-family: 'Courgette', cursive;
font-size:24px;
line-height:44px;
	color: #5A028E;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	position:relative;
	z-index:997;
	margin-top:-20px;
}
.apartmanNazivLink {
	text-align:left;
	height:45px;
	color:#5E0971;
	font-family: 'Courgette', cursive;
font-size:24px;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	z-index:9999;
}
.apartmanNazivLink a{
	text-align:left;
	height:45px;
	color:#5E0971;
	text-decoration:none;
	font-family: 'Courgette', cursive;
font-size:24px;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	z-index:9999;
}
.apartmanNazivLink a:hover{
	color:#C0C;
}
.apartmanNaziv a:hover{
	color:#C0C;
}

.apartmanNazivLokacija {
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
font-size:14px;
	color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	position:relative;
}
.apartmanSlike1 {
	background-color: #003;
	float: left; left:0px;	height: 82px;
	width: 122px;
	position: absolute;
	bottom: 0px;
    z-index:3;
}

.apartmanSlike2 {
	background-color: #003;
	float: left; left:0px;	height: 58px;
	width: 86px;
	position: absolute;
	bottom: 0px;
	margin-left:122px;
    z-index:2;
}
.apartmanSlike3 {
	background-color: #003;
	float: left; left:0px;	height: 39px;
	width: 39px;
	position: absolute;
	bottom: 0px;
	margin-left:208px;
    z-index:1;
}
.apartmanSlike4 {
	background-color: #003;
	float: left; left:0px;	height: 28px;
	width: 41px;
	position: absolute;
	bottom: 0px;
	margin-left:208px;
    z-index:1;
}
#apDiv1 {
    position:absolute; left: 0px;
    z-index:2;
	height: 80px;
	width: 120px;
}
#apDiv2 {
    position:absolute; left: 0px;
    z-index:1;
	height: 120px;
	width: 200px;
}

.apartmanSlike0 {
	height: 177px;
	width: 250px;
	position: absolute;
	top:0;
	left:0;
}
.pregledLijevoSeparator {
	float: left; left:0px;	margin:0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90F;
	font-size: 14px;
	font-weight: bold;
	color: rgb(86, 84, 81);
}
.filtarTekstLijevoChek {
	text-align: left;
	float: left; left:0px;	font-size:12px;
	height: auto;
	width: 140px;
	position:relative;
	margin-bottom:5px;
}
.apartmanAktivanBlok {
	text-align: left;
	margin: 10px;
	margin-left:0px;
	padding: 10px;
	margin-top:0px;
	float: left; left:0px;	height: auto;
	width: 657px;
/*background: rgba(217,192,250,1);
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );*/

background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );

border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;
}
.apartmanAktivanVrsta {
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);

border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;

	color:#5E0971;
	margin:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:9px;
	padding: 5px;
	float: left; left:0px;	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.apartmanAktivanVrsta:hover {

-webkit-box-shadow: -3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: -3px 1px 5px -2px rgba(0,0,0,0.75);

	color: #FFC;
}
.apartmanAktivanVrstaZadnji {

	margin-right:0px;
}
.apartmanAktivanNaziv {
	text-align:left;
	width:657px;
	height:39px;
	float:left;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color: rgb(86, 84, 81);
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #90F;
	margin-bottom:0px;
}
.apartmanAktivanSlika {
	background-color: #333;
	float: left; left:0px;	height: 264px;
	width: 396px;
	position:relative;
	margin-right: 10px;
}


.apartmanAktivanPodaci {
	float: left; left:0px;	width: 220px;
	margin-right: 10px;
	padding:10px;
	padding-left:0px;
	padding-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
.apartmanAktivanInfoBox {
	text-align: left;
	padding-left:0px;
	float: left; left:0px;	width: 150px;
	margin-right: 18px;
	margin-bottom: 10px;
}
.apartmanAktivanInfoBoxDesno {
	text-align: left;
	padding-left:0px;
	float: left; left:0px;	width: 150px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.apartmanAktivanInfoBox3kLijevo {
	text-align: left;
	padding:5px;
	float: left; left:0px;	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
background: #ffffff;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(255,251,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbed', GradientType=0 );}
.apartmanAktivanInfoBox3kSredina {
	text-align: left;
	padding:5px;
	float: left; left:0px;	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
background: #ffffff;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(255,251,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbed', GradientType=0 );}
.apartmanAktivanInfoBox3kDesno {
	text-align: left;
	padding:5px;
	float: left; left:0px;	width: 200px;
	margin-right: 0px;
	margin-bottom: 10px;
background: #ffffff;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(255,251,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(255,251,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbed', GradientType=0 );}

.apartmanAktivanSvojstva{
	text-align: left;
	float: left; left:0px;	font-size:12px;
	color:#606;
	height: auto;
	width: 100%;
	position:relative;
	margin-bottom:5px;
}


.apartmanAktivanSvojstvaGlasanja{
	text-align: left;
	float: left; left:0px;	font-size:12px;
	color:#606;
	height: 70px;
	width: 220px;
	position:relative;
	margin-bottom:5px;
}

.apartmanAktivanSvojstvaIkona {
	background-color: #CC9;
	float: left; left:0px;	height: 20px;
	width: 30px;
}
.apartmanAktivanSvojstvaVrijednost {
	float: left; left:0px;	width: 40px;
	height:auto;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color: rgb(86, 84, 81);
	text-align:left;
}
.apartmanAktivanSvojstvaLine {
	width: 100%;
	height:auto;
	margin-top:10px;
}
.apartmanAktivanSvojstvaOpis {
	float: left; left:0px;	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
	color: #565451;
}
.apartmanAktivanSvojstvaSeparator {
	float: left; left:0px;	height: 5px;
	width: 100%;
	padding-left: 0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90F;
}
.apartmanAktivanSvojstvaNaslovLine {
	background-image:url(../grafika/blokPodloga150Apx.png);
	background-position:left;
	width: 150px;
	height:25px;
	text-align: center;
	color: rgb(86, 84, 81);
	font-size:14px;
	font-weight:bold;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	padding-top:15px;
}

.apartmanAktivanSvojstvaNaslovLine:hover {
	background-image:url(../grafika/blokPodloga150Apx.png);
	background-position:right;
	width: 150px;
	height:25px;
	text-align: center;
	color:#6A0DA2;
	font-size:14px;
	font-weight:bold;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	padding-top:15px;
}
.slaganjeLijevo {
	float:left;
}
.slaganjeLijevo1 {
	float:left;
	width:100px;
}
.slaganjeLijevo2 {
	float:left;
	width:70px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:12px;
}
.apartmanAktivanSvojstvaUdaljenosti {
}
#apartmanAktivanSvojstvaUdaljenosti {
}
.okvirSlidea {
	margin:0px;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
}
.okvirSlideaZadnji {
	margin:0px;
	float:left;
	margin-right:0px;
	margin-bottom:10px;
}

.containerTextSadrzaj{
	clear:both;
	}
	
.txtRegistracija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b1b1b1;
	border:1px solid #a6a5a5;
	width:220px;
	height:25px;
	line-height:25px;
	padding-left:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.txtRegistracija:focus{
	border:1px solid #292929;
	}
	
.btnRegistracija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #292929;
	width:auto;
	min-width:220px;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	border:0;
	border:1px solid #292929;
	color:#FFF;
}

.btnRegistracija:hover{
	border:1px solid #151515;
	}


.poljeZaUnos {
	width: 250px;
	margin-bottom:10px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	padding-left:5px;
	margin-top:5px;
	padding-top:3px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 1px solid #140229;

background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );
z-index:0;
	position:relative;

}

.poljeZaUnos:hover, .poljeZaUnos:focus {
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}
.loginClose {
	position: absolute;
	height: 16px;
	width: 16px;
	right: -6px;
	bottom: -6px;
	z-index:9999;
}
.loginCloseBaner {
	position: absolute;
	height: 16px;
	width: 16px;
	right: 0px;
	top: 0px;
	cursor:pointer;
}

.banerAutoHide {
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;
	margin: 0px;
	padding: 15px;
	height: 250px;
	width: 970px;
	position:relative;
}

.headerPregledSlika {
	background-image: url(../grafika/images/naslovna.jpg);
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	height:350px;
	width:1000px;
	margin:0 auto;
	padding-top:0px;
	margin-top:0px;
	position:relative;
	overflow:visible;
}
.servisLine1 {
	width:100%;
	height:26px;
	margin:0 auto;
	padding-top:0px;
	margin-top:10px;
	position:absolute;
	left:0px;
	z-index:999;
}
.servisLineUnutra1 {
	width:980px;
	height:26px;
	margin:0 auto;
	padding-top:0px;
	margin-top:0px;
	position:relative;


background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,0.5) 0%, rgba(239,235,240,0.9) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,0.5)), color-stop(100%, rgba(239,235,240,0.9)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,0.5) 0%, rgba(239,235,240,0.9) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,0.5) 0%, rgba(239,235,240,0.9) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,0.5) 0%, rgba(239,235,240,0.9) 100%);
background: linear-gradient(45deg, rgba(217,192,250,0.5) 0%, rgba(239,235,240,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );

/*background: rgba(255,247,201,0.4);
background: -moz-linear-gradient(left, rgba(255,247,201,0.4) 0%, rgba(255,249,217,0.2) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,201,0.6)), color-stop(100%, rgba(255,249,217,0.4)));
background: -webkit-linear-gradient(left, rgba(255,247,201,0.6) 0%, rgba(255,249,217,0.4) 100%);
background: -o-linear-gradient(left, rgba(255,247,201,0.6) 0%, rgba(255,249,217,0.4) 100%);
background: -ms-linear-gradient(left, rgba(255,247,201,0.6) 0%, rgba(255,249,217,0.4) 100%);
background: linear-gradient(to right, rgba(255,247,201,0.4) 0%, rgba(255,249,217,0.2) 100%);*/
}

.servisLine1 span {
	width:1px;height:18px;
	margin:0px 10px 0;
	background:#5E0971;
	opacity:0.4;
	float:right; right: 0px;
}
.meniLine1 {
	width:100%;
	height:36px;
	margin:0 auto;
	padding-top:10px;
	margin-top:-55px;
	position:absolute; left: 0px;
	z-index:998;
}
.meniLine2 {
	width:100%;
	height:36px;
	margin:0 auto;
	padding-top:10px;
	margin-top:155px;
	position:absolute; left: 0px;
	z-index:998;
}
.meniLineServis {
	width:100%;
	height:36px;
	margin:0 auto;
	padding-top:10px;
	position:absolute; left: 0px;
	z-index:998;
	bottom:20px;
}

.meni1 {
	margin-left:0px;
	width:980px;
	height:36px;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background: #FFF7C9;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7C9', endColorstr='#FFF9D9', GradientType=1 );
filter: alpha(opacity=85);

}
.traziLine2 {
	width:993px;
	height:30px;
	bottom:50px;
	margin:0 auto;
	position:absolute; left: 0px;
	z-index:888;
	overflow:visible;
}
.traziLine4 {
	width:993px;
	height:30px;
	bottom:10px;
	margin:0 auto;
	position:absolute; left: 0px;
	z-index:888;
	overflow:visible;
}
.filterDropDownBrzi {
	width: 150px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	float: left; left:0px;	padding-left:5px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
	
	padding-top:3px;
	vertical-align:middle;
	position:relative;
	background:none;
	border:none;

}

.filterDropDownBrzi:hover, .filterDropDownBrzi:focus {
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}
.pozicijaAbs {
	position:absolute; left: 0px;
	width:100%;
		font-family: 'Courgette', cursive;
font-size:28px;
line-height:64px;
	text-align: center;
	font-weight:normal;

}
.traziLine3 {
	width:100%;
	height:30px;
	bottom:10px;
	margin:0 auto;
	position:absolute; left: 0px;
	z-index:888;
}

.plazaNaziv {
	width: 940px;
	height: auto;
	float: left; left:0px;	position:relative;
	margin-right: 0px;
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Courgette', cursive;
font-size:28px;
line-height:44px;
	text-align: center;
	font-weight:bold;
	color: #5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.ep_dno {
	float: left; left:0px;	width: 1000px;
	text-align:center;
	padding:5px;
	font-size:10px;
	color:#5A028E;
	z-index:9999;

}


.filterDropDownBrziLine {
	width: 960px;
	height: 22px;
	font-family: 'Courgette', cursive;
font-size:16px;
line-height:36px;	color: rgb(86, 84, 81);
	line-height:36px;
	float: left; left:0px;	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	bottom:10px;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);

/* background: rgba(255,251,237,1);
background: -moz-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.4)));
background: -webkit-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -o-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -ms-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
*/

background: #FFF7C9;
background: -moz-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,201,0.85)), color-stop(100%, rgba(255,249,217,0.62)));
background: -webkit-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -o-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -ms-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: linear-gradient(to right, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7C9', endColorstr='#FFF9D9', GradientType=1 );
filter: alpha(opacity=85);
border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 0px solid #140229;

	position: absolute;
	z-index:998;

}
.filterDropDownBrziLineNaslovnica {
	width: 960px;
	height: 22px;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color: rgb(86, 84, 81);
	line-height:36px;
	float: left; left:0px;	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-right:10px;
	margin-left:10px;
	padding-right:10px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);

/* background: rgba(255,251,237,1);
background: -moz-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.4)));
background: -webkit-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -o-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -ms-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
*/

background: #FFF7C9;
background: -moz-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,201,0.85)), color-stop(100%, rgba(255,249,217,0.62)));
background: -webkit-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -o-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -ms-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: linear-gradient(to right, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7C9', endColorstr='#FFF9D9', GradientType=1 );
filter: alpha(opacity=85);
border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 0px solid #140229;

	position: absolute;
	z-index:998;

}

.filterDropDownBrziLinePregled {
	width: 690px;
	height: 40px;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:18px;
color: rgb(86, 84, 81);
	float: left; left:0px;	padding-left:10px;
	padding-top:5px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	padding:3px;
	padding-right:10px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);
box-shadow: inset 1px 1px 2px 0px rgba(20,2,41,0.3);

/* background: rgba(255,251,237,1);
background: -moz-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.4)));
background: -webkit-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -o-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: -ms-linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
background: linear-gradient(90deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );*/

background: #fff7c9;
background: -moz-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,247,201,0.85)), color-stop(100%, rgba(255,249,217,0.62)));
background: -webkit-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -o-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: -ms-linear-gradient(left, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
background: linear-gradient(to right, rgba(255,247,201,0.85) 0%, rgba(255,249,217,0.62) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=1 );

border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 0px solid #140229;

	z-index:9999;

}

/* Footer
---------------------------------------- */
.footer {
	min-height: 260px;
	height:auto;
	padding-top:10px;
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
}


	/* Footer widget */
	#widget-footer h4 {
		color:#5E0971;
		border:none;
		border-bottom:1px solid #6e6e6e;
		padding:0 0 15px 0;
		margin-bottom:17px;
		font-size:14px;
		font-weight:normal;		
	}
	#widget-footer ul li {
	font-size:12px;
	color:#5E0971;
font-family: 'Droid Sans', sans-serif;
		padding:0 0 0 0px;
		margin:6px 0 0 0;
		background:url(../grafika/list-marker.gif) no-repeat left 5px;
		text-shadow:none;
		text-align:left;
	}
	#widget-footer li:first-child {
		margin-top:0;
}	
		#widget-footer li a {
list-style-type:square;
display: list-item;
font-size:11px;
text-align:left;

		color:#5E0971;
			text-decoration:none;
		}
		#widget-footer ul li a:hover {
			text-decoration:underline;
		}
	#widget-footer .address ul li	{
		background:none;
	padding:10 0 0 46px;
		margin:0;
		text-align:left;
	font-size:11px;
	color:#5E0971;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0;
		background:none;
		margin:0px 0 0 0;
		text-align:left;
	font-size:11px;
	color:#5E0971;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		}
		#widget-footer .social-networks li a {
		text-align:left;
	font-size:11px;
	color:#5E0971;
	margin-left:30px;
			display:inline-block;
		}
		#widget-footer .social-networks li img {
			float:left;
			margin-right:10px;
		}
/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:-5px 0 0 0;
	padding:0;
	font-size:11px;
	color:#5E0971;
	}
.address dt {
	padding:0 0 0 46px;
	text-align:left;
	background:none;
	background:url(../grafika/address-icon1.png) no-repeat 0 5px;
	font-size:11px;
	color:#5E0971;
	margin-bottom:16px;
	}
.address dd {
	padding:0 0 0 46px;
	margin:0;
	background:url(../grafika/address-icon2.png) no-repeat 0 5px;
		text-align:left;
	font-size:11px;
	color:#5E0971;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	font-size:11px;
	color:#5E0971;
		}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
	font-size:11px;
	color:#5E0971;
			line-height:18px;
			overflow:visible;
			}
	.address dd span {
		float:left;
		width:61px;
		}
		.address dd a,
		.address dd.email {
			text-decoration:none;
	font-size:11px;
	color:#5E0971;
	overflow:visible;
			}
		.address dd.email {
			background:url(../grafika/address-icon3.png) no-repeat 0 5px;
			min-height:23px;
			margin-top:22px;
		}	
		.address dd a:hover {
			text-decoration:underline;
			}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display:inline;
	float: left; left:0px;	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.grid_6 {
	display:inline;
	float: left; left:0px;	position: relative;
	margin-left: 20px;
	margin-right: 0px;
}
.grid_18 {
	display:inline;
	float: left; left:0px;	position: relative;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23,
.push_24, .pull_24 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/


.container_24 .grid_1 {
	width:30px;
}

.container_24 .grid_2 {
	width:70px;
}

.container_24 .grid_3 {
	width:110px;
}

.container_24 .grid_4 {
	width:150px;
}

.container_24 .grid_5 {
	width:190px;
}

.container_24 .grid_6 {
	width:304px;
}

.container_24 .grid_7 {
	width:270px;
}

.container_24 .grid_8 {
	width:310px;
}

.container_24 .grid_9 {
	width:350px;
}

.container_24 .grid_10 {
	width:390px;
}

.container_24 .grid_11 {
	width:430px;
}

.container_24 .grid_12 {
	width:470px;
}

.container_24 .grid_13 {
	width:510px;
}

.container_24 .grid_14 {
	width:550px;
}

.container_24 .grid_15 {
	width:590px;
}

.container_24 .grid_16 {
	width:630px;
}

.container_24 .grid_17 {
	width:710px;
}

.container_24 .grid_18 {
	width:710px;
}

.container_24 .grid_19 {
	width:750px;
}

.container_24 .grid_20 {
	width:790px;
}

.container_24 .grid_21 {
	width:830px;
}

.container_24 .grid_22 {
	width:870px;
}

.container_24 .grid_23 {
	width:910px;
}

.container_24 .grid_24 {
	width:1034px;
}

/* Popular posts */
.popular-posts {
	padding:0;
	margin:0;
	padding-left:40px;
	color:#5E0971;
	}
	.popular-posts li ul {
		overflow:hidden;
		padding:0;
		margin:0;
		padding-left:40px;
		color:#5E0971;
		}
		.popular-posts li h5 {
			font-size:1em;
		list-style-type: square;
			color:#5E0971;
			padding-left:40px;
			}


#donji, 
#gornji {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#gornji {
    z-index: 99999;
}
.vrsta_slike {
	font-size:22px;
	font-weight:bold;
	color: #FFFFCA;
	text-align:center;
	margin-top:22px;
	
}

.infoBlok {
	float: left; left:0px;	padding:0px;
	font-size:11px;
	color:#999;
}
.infoBlokUdaljenosti {
	float: left; left:0px;	padding:0px;
	font-size:11px;
	color:#999;
}
.infoBlokGeneralije {
	float: left; left:0px;	padding:0px;
	font-size:14px;
	line-height:24px;
	color:#999;
	width:250px;
	height:264px;
	position:relative;
}
.infoBlokGeneralijeObjekti {
	float: left; left:0px;	padding:0px;
	font-size:14px;
	line-height:24px;
	color:#999;
	width:280px;
	height:264px;
	position:relative;
}
.infoBlok_sadrzaj {
	font-size:14px;
	color: #606;
}
.infoBlok_sadrzaj span{
	font-size:14px;
	color: #606;
}
.tekstBlok_sadrzaj span{
	font-size:14px;
	color: #5A028E;
	line-height:20px;
	margin-top:20px;
	padding-right: 20px;
}
.tekstBlok_sadrzaj{
	font-size:14px;
	color: #5A028E;
	line-height:20px;
	margin-top:20px;
	padding-right: 20px;
}
.skriven {
	display:none;
}
.apartmanAktivanSvojstvaOpce {
	padding:10px;
	font-size:14px;
	line-height:20px;
background: #FFFBED;
}
.apartmanAktivanSvojstvaOpceDolje {
	padding:10px;
background: #fffbed;
margin-top:0px;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
font-size:12px;
padding-left:10px;
}

.infoBlokJedinice {
	float: left; left:0px;	font-size:11px;
	color:#999;
	padding:10px;
	margin-top:0px;
	width:670px;
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
}

.cijena {
	font-family: Arial, Helvetica, sans-serif;
	color:#5A028E;
	font-size: 12px;
	vertical-align:top;
	font-weight: normal;
}
.elementiInfoTekst {
	font-family: Arial, Helvetica, sans-serif;
	color:#5A028E;
	font-size: 12px;
	vertical-align:top;
	font-weight: normal;
	width:280px;
}
.cijenaImg{
	margin-top:-3px;
	height:22px;
	float:left;
}
#container .centar  #centar .apartmanBlok .apartmanVrsteBoks .apartmanVrsteLista .apartmanVrsteListaCijena {
	font-family: Arial, Helvetica, sans-serif;
	
}
#container .centar .sadrzajPregled #centar .apartmanBlok .apartmanVrsteBoks .apartmanVrsteLista .apartmanVrsteListaCijena .apartmanVrsteListaIstaknuti{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
iframe::-webkit-scrollbar
{  
    display: none;
}

.apartmanBlok_mapa {
	text-align: left;
	color:#F90;
	margin-left:0px;
	margin-top:75px;
	padding: 0px;
	float: left; left:0px;	height: auto;
	width: 700px;
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
}
.apartmanBlok_mapa_karta {
	text-align: left;
	color:#F90;
	margin-left:0px;
	padding: 0px;
	margin-top:0px;
	padding-left:10px;
	float: left; left:0px;	height: auto;
	width: 700px;
	position:relative;
	background:#FFFBED;
}
.apartmanBlok_mapa_karta1 {
	text-align: left;
	color:#F90;
	margin-left:0px;
	padding: 0px;
	margin-top:0px;
	padding-left:10px;
	float: left; left:0px;	height: auto;
	width: 700px;
	position:relative;
}
.meniObjekti {
	margin-left:0px;
	width:690px;
	float:left;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );

}
#meniObjekti ul { list-style:none; 	color:#5E0971;
 }
#meniObjekti ul li { display:inline; float:left; margin-bottom:0px; 	color:#5E0971;
}

/* :first-child pseudo selector with rounded top left corner */
#meniObjekti ul li:first-child a {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius:0px;
	border-left:medium;
	padding-left:10px;
	padding-right:10px;
	color:#5E0971;
}

/* :last-child pseudo selector with rounded top right corner */
.meniObjekti ul li:last-child a {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius:0px;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	color:#5E0971;
	}

/* background color set to RGBA, with opacity on 0.3 and also using text-shadow */
#meniObjekti ul li a {
	position: relative;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	border-left: solid;
	border-left-color: #FFF;
	display: block;
	font-family: 'Courgette', cursive;
font-size:15px;
line-height:36px;
color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
#meniObjekti a {
	z-index:9999;
	color:#F00;
}
#meniObjekti {
	position: relative;
	z-index:9999;
	color:#F00;
}
.crta {
	background-color: #FFF;
	float: left;
	height: 3px;
	width: 690px;
	position: relative;
	z-index: 999999;
	top: 36px;
}
/* hover state shows a linear gradient and opacity it brought down to 0.9 and also shows a very slight grey gradient on top */
#meniObjekti ul li a:hover { 
-webkit-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
-moz-box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);
box-shadow: -2px -2px 4px 0px rgba(147,131,118,1);

background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );

}
/* another RGBA background, now with an opacity of 0.8 */
.meniObjekti li.active {
	
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );

-webkit-box-shadow: -2px -2px 4px -2px rgba(147,131,118,1);
-moz-box-shadow: -2px -2px 4px -2px rgba(147,131,118,1);
box-shadow: -2px -2px 4px -2px rgba(147,131,118,1);

}

.filtarRed {
	padding: 0px;
	float: left; left:0px;	width: 260px;
	margin-bottom: 10px;
}
.filtarRedLijevo {
	float: left; left:0px;	width: 100px;
	margin-right: 10px;
	text-align:left;
	font-size:12px;
	line-height:24px;
}
.filtarRedDesno {
	text-align: left;
	float: left; left:0px;	margin-left:5px;
}
.filtarRedDropDown90 {
	width:65px;
	margin-top:0px;	
	float: left; left:0px;	text-align:center;
	line-height:24px;
	height:24px;
	margin:0px;
	padding-top:0px

}
.filtarRedDropDown90_a {
	width:65px;
	margin-top:0px;	
	float: left; left:0px;	text-align:center;
	line-height:24px;
	height:34px;
	margin:0px;
	padding-top:0px

}
.filtarRedDropDown150 {
	width:170px;
	margin-top:0px;	
	float: left; left:0px;	text-align:center;
	line-height:24px;
	margin:0px;
	margin-bottom:10px;
	padding-top:0px;
	position:relative;

}
.gumbicPink {
	background: #9C8AB8;
	background: -moz-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left bottom, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

	height: 30px;
	width: 120px;
border-radius: 15px 15px 15px 15px;
-moz-border-radius:  15px 15px 15px 15px;
-webkit-border-radius:  15px 15px 15px 15px;
border: 1px solid #5E0971;
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	text-decoration:none;

overflow:hidden;
position:relative;
}
.gumbicPinkDolje {
	background: #9C8AB8;
	background: -moz-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
	height: 30px;
	width: 120px;
border-radius: 15px 15px 15px 15px;
-moz-border-radius:  15px 15px 15px 15px;
-webkit-border-radius:  15px 15px 15px 15px;
overflow:hidden;
margin-top:15px;
position:relative;
overflow:visible;
	text-decoration:none;
}
.gumbicPink:hover {
	background: #9C8AB8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

border: 1px solid #5E0971;
-webkit-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
box-shadow: -3px -1px 5px -2px rgba(0,0,0,0.75);
	text-decoration:none;
}
.gumbicPinkDolje:hover {
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	text-decoration:none;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
}
.gumbicPinkTekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 30px;
	width: 100%;
	position: relative;
	left: 0px;
	top: -10px;
	color: #5E0971;
	font-weight:bold;
	text-decoration:none;
}
.gumbicPinkTekst a{
	text-decoration:none;
}
.gumbicPinkDolje a {
	text-decoration:none;
}
.gumbicPink a {
	text-decoration:none;
}
.gumbicPinkTekst:hover {
	color: #fff;
	font-weight:bold;
		cursor:pointer;

}
.centriranje {
	text-align: center;
	padding-left: 70px;
}
.centriranjeDesno {
	text-align: center;
	padding-left: 290px;
}


.klima-check{background-image: url(grafika/Heart.png);}

.filtarBtn {
	margin: 0px;
	margin-top:0px;
	margin-right:5px;
	padding: 0px;
	height: 34px;
	float:left;
}
.headerTekst {
font-family: 'Courgette', cursive; 
font-size:58px;
	color: #FFC;
	position: absolute;
	top: 240px;
	z-index:10;
	margin-left:10px;y
	left:0px;
	height:66px;
}
.headerTekstPregled {
font-family: 'Courgette', cursive;
font-size:58px;
	color: #FFC;
	position: absolute;
	top: 70px;
	z-index:9988;
	margin-left:10px;
}


.zagrade {
	font-size: 44px;
}

/*general styles for all CSS Checkboxes*/
input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}


input[type=checkbox].css-checkbox + label.css-label {
	padding-left:24px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}

.css-label{
	background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}

/*specific classes related to Checkbox skins*/

.polupansion-check{background-image:url(../grafika/ikonaPolupansion.png);}
.ikonaPets{background-image:url(../grafika/ikonaPets.png);}
.ikonicaKlima{background-image:url(../grafika/ikonaKlima.png);}
.ikonaBazen{background-image:url(../grafika/ikonaBazen1.png);}
.ikonaInternet{background-image:url(../grafika/ikonaInternet.png);}
.ikonaPogled{background-image:url(../grafika/ikonaPogled1.png);}
.lite-red-check{background-image:url(http://csscheckbox.com/checkboxes/lite-red-check.png);}

.lite-x-cyan{background-image:url(http://csscheckbox.com/checkboxes/lite-x-cyan.png);}
.lite-x-gray{background-image:url(http://csscheckbox.com/checkboxes/lite-x-gray.png);}
.lite-x-blue{background-image:url(http://csscheckbox.com/checkboxes/lite-x-blue.png);}
.lite-x-orange{background-image:url(http://csscheckbox.com/checkboxes/lite-x-orange.png);}
.lite-x-red{background-image:url(http://csscheckbox.com/checkboxes/lite-x-red.png);}
.lite-x-green{background-image:url(http://csscheckbox.com/checkboxes/lite-x-green.png);}

.mac-style{background-image:url(http://csscheckbox.com/checkboxes/mac-style.png);}
.mario-style{background-image:url(http://csscheckbox.com/checkboxes/mario-style.png);}
.alert-style{background-image:url(http://csscheckbox.com/checkboxes/alert-style.png);}
.lite-plus{background-image:url(http://csscheckbox.com/checkboxes/lite-plus.png);}
.dark-plus{background-image:url(http://csscheckbox.com/checkboxes/dark-plus.png);}
.dark-plus-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-cyan.png);}
.dark-plus-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-orange.png);}
.dark-check-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-check-cyan.png);}
.dark-check-green{background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);}
.dark-check-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-check-orange.png);}


.depressed-lite-small{background-image:url(http://csscheckbox.com/checkboxes/depressed-lite-small.png);}
.elegant{background-image:url(http://csscheckbox.com/checkboxes/elegant.png);}
.depressed{background-image:url(http://csscheckbox.com/checkboxes/depressed.png);}
.chrome-style{background-image:url(http://csscheckbox.com/checkboxes/chrome-style.png);}
.web-two-style{background-image:url(http://csscheckbox.com/checkboxes/web-two-style.png);}

input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.filtarLijevoOpis {
	font-size: 12px;
	text-align: right;
	float: left; left:0px;	width: 60px;
	position: relative;
}
.filtarLijevoOpisTekst {
	float: left; left:0px;	height: 18px;
	width: 60px;
	padding:0px;
	float:left; 	
	line-height:18px; 
	position:relative;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding-right:0px;
}
.starsDesno {
	text-align: right;
	float: right;
	line-height:20px;
	margin-right:8px;
	width:115px;
	margin-top:-5px;
}
.starsDesnoDolje {
	text-align: right;
	float: right;
	margin-left:10px;
	line-height:20px;
	margin-top:5px;
}
.ocjenaDesnoDolje {
	text-align: right;
	float: right;
	margin-left:10px;
	line-height:20px;
	margin-top:5px;
}
.ocjena {
	font-weight: bold;
	font-size: 16px;
	color:#5E0971;
	font-family:Arial, Helvetica, sans-serif;
}
.ocjenaTekst {
	text-align: right;
	float: right;
	width: auto;
	color:#5E0971;
	margin-left:10px;
	line-height:20px;
	margin-top:5px;
	bottom:0px;
}
.ocjenaTekst a{
	text-decoration:none;
}
.ocjenaTekst a:hover {
	color:#C09;
	font-weight:bold;
}
.ocjenaTekst a:visited {
	font-weight:bold;
	color:#5E0971;
}
.ikonaApartmaniBlok {
	text-align: center;
	float: left; left:0px;	min-height: 50px;
	width: 50px;
	margin-top:0px;
	margin-left:1px;
	margin-right:0px;
	margin-bottom:10px;
}
.ikonaApartmaniBlokVrijednost {
	font-size: 7px;
	text-align: center;
	width: 50px;
	padding:0px;
	min-height:24px;
}
.mapaMalaBoks {
	position: relative;
	height: auto;
	width: auto;
}
.mapaMalaLupa {
	position: absolute;
	height: auto;
	width: auto;
	right: 0px;
	bottom: 0px;
}


input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}
.registracijaBlok {
	text-align: left;
	font-size:12px;
	line-height:18px;
	margin: 10px;
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	margin-top:0px;
	float: left; left:0px;	height: auto;
	width: 690px;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,0.7) 0%, rgba(255,249,217,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,0.7)), color-stop(100%, rgba(255,249,217,0.7)));
background: -webkit-linear-gradient(top, rgba(255,247,201,0.7) 0%, rgba(255,249,217,0.7) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,0.7) 0%, rgba(255,249,217,0.7) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,0.7) 0%, rgba(255,249,217,0.7) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,0.7) 0%, rgba(255,249,217,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;


border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;
}
.registracijaLijevoNaslovLine {
	background: #9c8ab8;
	background: -moz-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,138,184,1)), color-stop(1%, rgba(175,133,199,1)), color-stop(100%, rgba(244,232,255,1)));
	background: -webkit-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -o-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);
	background: linear-gradient(to bottom, rgba(156,138,184,1) 0%, rgba(175,133,199,1) 1%, rgba(244,232,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8ab8', endColorstr='#f4e8ff', GradientType=0 );
-webkit-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 1px 5px -2px rgba(0,0,0,0.75);
	position: relative;
	margin-left:-10px;
	margin-top:-10px;
	margin-right:-10px;
	height:30px;
	padding:10px;
	padding-left:10px;
	text-align:center;
	font-family: 'Courgette', cursive;
font-size:18px;
line-height:36px;	color:#5E0971;
	transition: color 0.4s ease 0s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
}
.poljeZaUnosRega {
	width: 250px;
	margin-bottom:10px;
	margin-top:5px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	padding-left:5px;
	padding-top:3px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 1px solid #140229;

background: #fff7c9;
background: -moz-linear-gradient(left, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to right, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );

	position:relative;

}

.poljeZaUnosRega:hover, .poljeZaUnosRega:focus {
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}
.poljeZaUnosTekstaRega {
	margin-bottom:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	line-height:29px;
	padding-left:5px;
	padding-top:3px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 1px solid #140229;

background: #fff7c9;
background: -moz-linear-gradient(left, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to right, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );

	position:relative;

}


.labelRegistracija
{
	padding-top:3px;
	margin-bottom:10px;
	margin-top:5px;
	height: 26px;

	width: 200px;
	float: left; left:0px;	text-align: right;
	margin-right: 10px;
	display: block;
	line-height:29px;
}

.gumbicZaUnos {
	width: 255px;
	margin-bottom:10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A028E;
	margin-top:5px;
	vertical-align:middle;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border: 1px solid #140229;

background: #D9C0FA;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
z-index:0;
	position:relative;

}

.gumbicZaUnos:hover {
	cursor:pointer;
	color: rgb(86, 84, 81);
z-index:0;
-webkit-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
box-shadow: -2px -2px 4px 0px rgba(20,2,41,0.5);
}

.filtrirajGumbic {
	background-image: 	url(../grafika/stopala_lila.png);
	background-repeat:	no-repeat;
	background-color:	transparent;
	height:			26px;
	width:			40px;
	border:			none;
	text-indent:		-999em;
	cursor: pointer;
}
.servisBlok {
	text-align: left;
	min-height:300px;
	margin: 10px;
	margin-left:10px;
	margin-right:0px;
	padding: 10px;
	margin-top:0px;
	float: left; left:0px;	height: auto;
	width: 680px;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;


border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;
}
.servisBlok p{
	margin:0 0 10px; 
	line-height:16px;
}

.error { 
    display: block; 
    color: red; 
    font-style: italic; 
} 
#poslano { 
    display:none; 
    font-size:15px; 
    font-weight:bold; 
    color:#333333; 
}
.bukingFormStupac {
	float: left; left:0px;	width:210px;
}
.bukingFormStupacKontaktiranje {
	float: left; left:0px;	width:310px;
	text-align:left;
}

.apartmanBlokListaAP {
	text-align: left;
	margin: 10px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	padding-top:10px;
	padding-left:0px;
	margin-top:0px;
	float: left; left:0px;	height: auto;
	width: 710px;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;


border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #140229;
}

.banerAkcija {
	position: absolute;
	z-index: 990;
	height: 80px;
	width: 80px;
	top: 65px;
	right: 30px;
}
.banerAkcijaPregled {
	position: absolute;
	z-index: 990;
	height: 80px;
	width: 80px;
	top: 45px;
	right: 340px;
}


.apartmanSvojstvaBlokic {
	float: left; left:0px;	width: 220px;
}

.popupPorukaKomentar {
	float: left; left:0px;	height: auto;
	width: 150px;
	position: absolute;
	bottom:50px;
	right:20px;
}
.popupPorukaKomentarGalerija {
	float: left; left:0px;	height: auto;
	width: 200px;
	position: absolute;
	bottom:50px;
	right:20px;
}
.popupPorukaSlika {
	float: left; left:0px;	height: 200px;
	width: 300px;
	position: absolute;
	bottom:70px;
	height: auto;
}
.popupPorukaVrati {
	position: absolute;
	width: 80px;
	height: 15px;
	background-color:#FF9;
	z-index:9999;
	left: 680px;
	top: 0px;
	font-size:10px;
	padding:2px;
	text-align:center;
border: 1px solid #140229;
border-radius: 0px 0px 4px 4px;
-moz-border-radius:  0px 0px 4px 4px;
-webkit-border-radius:  0px 0px 4px 4px;
}
.popupPorukaObjekti {
	height: 220px;
}
.popupPorukaVratiMapa {
	position: absolute;
	width: 80px;
	height: 15px;
	background-color:#FF9;
	z-index:9999;
	left: 680px;
	top: 0px;
	font-size:10px;
	padding:2px;
	text-align:center;
border: 1px solid #140229;
border-radius: 0px 0px 4px 4px;
-moz-border-radius:  0px 0px 4px 4px;
-webkit-border-radius:  0px 0px 4px 4px;
display:none;
}
.cnt_home, .cnt {
	position: absolute;
	width: 460px;
	height: auto;
	min-height:220px;
	background-color:#FF9;
	color:#F90;
	z-index:9999;
	left: 250px;
	top: 30px;
	font-size:14px;
	padding:20px;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #140229;

}
.cnt_home_el {
	height: 300px;
}
.cnt_homeMapa, .cnt {
	position: absolute;
	width: 460px;
	height: 180px;
	background-color:#FF9;
	z-index:9999;
	left: 250px;
	top: 30px;
	font-size:14px;
	padding:20px;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #140229;
display:none;

}
.loginBtnMali, .loginBtnMali a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background: #5E0971;
	width:110px;
	height:29px;
	border:0;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	text-align:center;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtnMali:hover, .loginBtnMali:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtn4, .loginBtn4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:170px;
	height:29px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtn4:hover, .loginBtn4:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtn5, .loginBtn5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:210px;
	height:29px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtn5:hover, .loginBtn5:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtn6, .loginBtn6 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:310px;
	height:29px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtn6:hover, .loginBtn5:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtnMali4, .loginBtnMali4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:95px;
	height:29px;
	padding-left:5px;
	padding-right:5px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtnMali4:hover, .loginBtnMali4:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}
.loginBtnMali6, .loginBtnMali6 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	background: #5E0971;
	width:120px;
	height:29px;
	padding-left:5px;
	padding-right:5px;
	border:0;
	cursor:pointer;
	text-align:center;
	border:0;
	text-decoration:none;
-webkit-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
-moz-box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);
box-shadow: inset 1px 2px 4px 0px rgba(20,2,41,0.5);


border-radius: 4px 4px 4px 4px;
-moz-border-radius:  4px 4px 4px 4px;
-webkit-border-radius:  4px 4px 4px 4px;
/*border: 1px solid #140229;*/
border-width:0px;
border-color:#5E0971;
	}
.loginBtnMali6:hover, .loginBtnMali6:focus {
border: 1px solid #FFF;
color: #0FF;
	text-decoration:none;
}

.jezici_lista {
	height:22px;
	width:122px;
	float:left;
	padding:0px;
}
/* dropdown meni */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	padding-right:10px;
	margin-top:-2px;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left; left:0px;	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	
	border: 0px solid #5A028E;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,0.8)), color-stop(100%, rgba(255,249,217,0.5)));
background: -webkit-linear-gradient(top, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.5) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.5) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.5) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,0.8) 0%, rgba(255,249,217,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );
	color: #5A028E;
		font: 11px arial}

	#sddm div a:hover
	{	
	background: #5A028E;
		color: #FFF}
		
		/* dropdown meni */
.apartmaAkcije {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left; left:0px;	color:#5A028E;
	margin-left: 10px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	position:absolute; left: 0px;
	margin-bottom:33px;
	bottom:30px;
}
.apartmaAkcije a{
	text-decoration:none;
	color:#5A028E;
}
.oglas_slika1 {
	background-color: #999;
	float: left; left:0px;	left:0px;
	height: 138px;
	width: 207px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	position:absolute; left: 0px;
}
.oglas_slika2 {
	background-color: #999;
	float: left; left:0px;	height: 68px;
	width: 102px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 214px;
	position:absolute;
}
.oglas_slika3 {
	background-color: #999;
	float: left; left:0px;	height: 68px;
	width: 102px;
	margin-top: 74px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 214px;
	position:absolute;
}
.oglas_naziv {
	display:inline;
	padding: 1px;
	padding-left:4px;
	padding-right:4px;
	min-height: 20px;
	right:80px;
	line-height:18px;
	color: #5A028E;
	border: 2px solid #000000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	position: absolute;
	text-align:center;
	font-size:18px;
	top: 60px;
	font-weight:bold;
	font-family: 'Courgette', cursive;
	text-shadow:-2px -1px #FFF;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );
}
.oglas_mjesto {
	padding: 2px;
	margin: 0px auto;
	height: 18px;
	color: #5A028E;
	font-family: 'Courgette', cursive;
	position: absolute;
	font-weight:bold;
	text-align: left;
	font-size:18px;
	bottom:10px;
	left:10px;
	text-shadow:-1px -1px #FFF;
}
.oglas_kontejner {
	margin: 0px;
	margin-top:5px;
	margin-left:2px;
	height: 146px;
	display:inline;
display:inline-block;
	width: 320px;
	position: relative;
background: #d9c0fa;
background: -moz-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(217,192,250,1)), color-stop(100%, rgba(239,235,240,1)));
background: -webkit-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -o-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: -ms-linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
background: linear-gradient(45deg, rgba(217,192,250,1) 0%, rgba(239,235,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0fa', endColorstr='#efebf0', GradientType=1 );
	text-align:center;
	z-index:0;
}
.oglas_centar{
  left: 50%;	
  margin-left: -50%;	
  background-color: #00c;
}

.oglas_box {
	padding-left:5px;
	width:995px;
	text-align:center;
	height:160px;
background: #fff7c9;
background: -moz-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,201,1)), color-stop(100%, rgba(255,249,217,1)));
background: -webkit-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -o-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: -ms-linear-gradient(top, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
background: linear-gradient(to bottom, rgba(255,247,201,1) 0%, rgba(255,249,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7c9', endColorstr='#fff9d9', GradientType=0 );float: left; left:0px;	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.44);
	position:relative;
	float:left;
	z-index:888;
}
.oglas_pribadaca {
	margin-top: -15px;
	margin-left: 140px;
	position:absolute;
	z-index:9999;
}
.rupa {
	width:95px;
	height:100px;
	float:left;
}
.apartmanCijenaTekst {
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	line-height:10px;
	padding-top:2px;
	float: left;
	height: 24px;
	width: auto;
	margin-right:5px;
}
.ApartmanCijenafloatLeft {
	vertical-align: middle;
	padding-top:2px;
	float: left;
	width: auto;
}
.apartmanCijenaRazdjelnik {
	vertical-align: middle;
	font-weight:normal;
	float: left;
	font-size:24px;
	line-height:24px;
	width: auto;
	margin-left:10px;
	margin-right:10px;
}
.precrtano {
	text-decoration:line-through;
	color:#Ff0000;
}
.cijenaBold {
	font-weight:bold;
}
.crveno {
	color: #F00;
	font-size:12px;
		text-decoration:blink;
-webkit-animation-name:blinker;
          animation-name:blinker;  
  -webkit-animation-iteration-count:infinite;  
          animation-iteration-count:infinite;  
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
          animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:1s; 
          animation-duration:1s; 

}
.audioControlIndex {
/* float: right; */
right: -35px;
color: rgb(86, 84, 81);
font-size: 12px;
/* margin-right: 0px; */
height: 20px;
width: 28px;
background: none;
/* padding-top: 5px; */
z-index: 777;
position: absolute;
margin-top: 2px;
}

.headingLink{
    top:50px;
    left:20px;
	color: none;
opacity: 0.2;
}

.opis_slike {
	z-index:100; 
	position: relative; 
	height: 12px; 
	vertical-align:bottom;
	background-image: url(../grafika/film.png);
	background-repeat: repeat;
	text-align:right;
	color: #FFF;
	font-size:10px;
	bottom:12px;
	padding-right:5px;
	width:525px;
	}

.potpis a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
.potpis {
	text-decoration:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	float:right;
	margin-top: -10px;
}
.potpis span{
	font-size:11px;
}
.pregledTekstoviDesno {
	float: left; left:0px;	height:auto;
	width: 690px;
	padding:10px;
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	text-align:left;
	position:relative;
}

.regija_vise {
	background:#93F;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	float:left;
}
.regija_vise a{
	cursor:pointer;
	background:#93F;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	float:left;
}
.regija_vise a:hover {
background: #fffbed;
background: -moz-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,251,237,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,252,214,0.6)));
background: -webkit-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
background: linear-gradient(45deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 0%, rgba(255,252,214,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#fffcd6', GradientType=1 );
	color: #5A028E;

}
.blokKarte{
	width: 670px;
	height:400px;
	background:#93F;
	font-size:14px;
	color:#FFF;
}

.sakriveno{
	display:none;
}


.okvir {
	 width:750px;
	 height:550px;
	 overflow:hidden;
}