@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: gp;
  src: url('gp.otf');
}


@font-face {
  font-family: gpbold;
  src: url('gpbold.otf');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#wrapper {
	position: relative;
	width: 1000px;
	min-height: 400px;
	margin: 0px auto;
	color: #333;
}
#linija {
	position: relative;
	height: 16px;
	width: 100%;
	background-image: url(../images/linija.png);
	background-repeat: repeat-x;
}
#spacer {
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 200px;
	width: 200px;
	margin-left: 10px;
	float: left;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 15px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 15px rgba(50, 50, 50, 0.1);
}
#banner {
	float: left;
	height: 200px;
	width: 740px;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 15px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 15px rgba(50, 50, 50, 0.1);
}
#content {
	float: left;
	width: 710px;
	min-height: 520px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	/* [disabled]overflow: hidden; */
	position: relative;
	padding: 15px;
	font-family: 'Domine', serif;
	margin-bottom: 20px;
}
#spacer10 {
	height: 10px;
	width: 960px;
	position: relative;
}
#gore {
	height: 200px;
	width: 960px;

}
#desniblok {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#menu ul li {
	background-color: #FFF;
	
	width: 200px;
	margin-bottom: 6px;
	color: #6d6e71;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 15px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 15px rgba(50, 50, 50, 0.1);
}

#menu ul li a {
	font-size:14px;
	font-family: 'Domine', serif;
	padding:10px 10px;
	display:block;
	color: #6d6e71;
	text-decoration:none;
}

#menu ul li a:hover {
	display:block;
	color: #FFFFFF;
	background-color:#b471bd;
	text-decoration:none;
}

#kontaktblok {
	
	background-image: url(../images/kontaktblokbg.png);
	background-repeat: no-repeat;
	height: 219px;
	width: 200px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 15px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 15px rgba(50, 50, 50, 0.1);
}
#kontaktblok h2 {
	padding:13px 0 23px;
	font-family: 'Domine', serif;
	font-size: 20px;
	color: #6d6e71;
	text-align: center;
}
#kontaktblok #broj {
	font-size:13px;
	width: 160px;
	font-family: 'Domine', serif;
	padding-left: 10px;
	padding-top: 35px;
	color:#6d6e71;
}
#kontaktblok #broj h3 {
	font-family: 'Domine', serif;
	font-size: 23px;
	color: #6d6e71;
	padding-top: 10px;
}


#slides {
	
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:740px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:740px;
	height:200px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:135px;
	
	width:24px;
	height:53px;
	display:block;
	z-index:101;
}

#slides .next {
	left: 736px;
}
#vinjeta {
	width: 740px;
	height: 100px;
	position: relative;
	
}



#content h1 {
	
	font-size: 18px;
	color: #a65294;
	padding:15px 10px;
}

#content h2{	
	font-size: 16px;
	color: #a65294;
	padding:10px;
}

#content h3{	
	font-size: 16px;
	color: #333;
	padding:10px;
}

#content h4{	
	font-size: 14px;
	color: #a65294;
	padding:10px;
}

#content h5{	
	font-size: 14px;
	color: #333;
	padding:10px;
}


#content p {
	font-size: 12px;
	color: #6d6e71;
	line-height: 1.4;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer {
	height: 150px;
	width: 100%;
	margin-top: 30px;
	
	position:relative;
}
#sredina {
	
	width: 1000px;
	position: relative;
	overflow:hidden;
}
#wrapper2 {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inner-wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inner-sredina {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outer-gore {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearfix {clear: both;}

#index-2-3 {
	float: left;
	height: 250px;
	width: 470px;
	margin-right: 10px;
	/* [disabled]background-color: #F00; */
}
#index-1-3 {
	background-color: #666;
	float: left;
	height: 250px;
	width: 230px;
}
#content #triblok {
	background-color: #CCC;
	float: left;
	width: 230px;
	height:250px;
}
#content #razmak {
	float: left;
	height: 10px;
	width: 10px;
}
.purple {
	color: #a65294;
	padding-right:10px;
}
#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #6d6e71;
}

#kontakt input.button { 
 border: none;
    width: 154px;
    height: 43px;
    background: url(../images/submit.png) no-repeat top;
	cursor: hand;
	cursor: pointer;
}

#kontakt input.button:hover {
        background-position: 0 -43px;
		cursor: hand;
		cursor: pointer;
}


#kontakt-blok {
	float: left;
	width: 270px;
}

#kontakt-blok2 {
	float: left;
	width: 600px;
}

#contact_form p .button {
	border: none;
    width: 100px;
    height: 28px;
    background: url(../images/submit.png) no-repeat top;
	cursor: hand;
	cursor: pointer;
	margin: 10px 0 0 110px;
}

#contact_form p .button:hover {
	background-position: 0 -28px;
		cursor: hand;
		cursor: pointer;
}

