body, html, input {
	font-family: Trebuchet MS,Century Gothic,sans-serif;
}

body, html {
	background: #4a4a4a url('bg.png') repeat-x 0px -20px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 12px;
	position: relative;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

::-moz-selection,
::selection { 
	background: transparent;
	color: #ccc;
} 

.clear {
	clear: both;
	width: 1px;
	height: 1px;
}

#no-ie6 {
	display: none;
}

#wrapper {
	width: 875px;
	background: transparent url('curve.png') no-repeat right -5px;
	margin: auto;
}

#glava {
	height: 200px;
	background: transparent url('logo.png') no-repeat 0px 25px;
	padding-top: 25px;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	position: relative;
}

#glava #home-href {
	float: left;
	width: 345px;
	height: 120px;
	display: block;
}

#vic {
	float: right;
	width: 300px;
	text-align: right;
	height: 165px;
	overflow: hidden;
	font-size: 11px;
}

#fb-like {
	float: left;
	margin-top: 0px;
}

#enews {
	float: right;
}

#enews form {
	margin: 0;
	padding: 0;
}

#enews form .inline {
	float: left;
}

#enews input {
	border: none;
	padding: 0;
	margin: 0;
	height: 22px;
	line-height: 22px;
	float: left;
}

#enews .title {
	font-size: 15px;
	text-align: right;
	padding-bottom: 5px;
}

#enews input.submit {
	padding-left: 5px;
	padding-right: 5px;
	background: #808080;
	color: white;
	line-height: 14px;
	font-weight: bold;
}

#enews input.text {
	padding-left: 5px;
	margin-right: 5px;
}

#futr {
	font-size: 10px;
	/*margin-top: 10px;*/
	/*border-top: 1px solid white;*/
	/*padding-top: 5px;*/
	padding-bottom: 50px;
}

#futr #copy {
	float: left;
	text-align: left;
}

#futr #linx {
	float: right;
	text-align: right;
}

#body .box {
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

#body .box.noborder {
	border: none;
}

#body .box a:hover {
	text-decoration: none;
}

#body .box .title, #popover .title {
	font-family: Century Gothic,Trebuchet MS,sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	text-align: right;
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
	text-shadow: 2px 2px 5px #000;
}

#body .box .title .arrow {
	color: #666;
}

#body .box a.title:hover .arrow {
	color: white;
}

#body .box .images a.holder {
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	margin-right: 25px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}

#body .box .images .others {
	display: none;
}

#body .box .images a.holder span.gallery {
	display: block;
}

#body .box .images a.holder .desc {
	position: absolute;
	z-index: 30;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: transparent url('descbg.png');
	bottom: 0;
	left: 0;
	width: 90%;
	display: block;
	
	padding-right: 5%;
	padding-left: 5%;
	
	overflow: hidden;
	
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

#body .box .images a.holder .border {
	background: transparent url('imgborder.png');
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#body .box .images a:hover.holder .desc {
	background: transparent url('imghover_blue.png');
}

#body .box .images.projekti a:hover.holder .desc {
	background: transparent url('imghover_drek.png');
}

#body .box .images.galerije a:hover.holder .desc {
	background: transparent url('imghover_red.png');
}

#body .box .images a.holder.last {
	margin-right: 0;
}

#body .box .images a.holder .img {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

#body .box .images a.holder .img.hidden {
	display: none;
}

#body .box .images a.holder .img img {
	height: 200px;
}

#body .box .images a.holder .img.pokoncna img {
	width: 200px;
	height: auto;
	bottom: -25%;
	right: 0;
	position: absolute;
}

#body .box .images a.holder .img.pano img {
	position: absolute;
	top: 0;
	left: -30%;
}

#popover {
	display: none;
}

#popover #overlay {
	background: black;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	cursor: pointer;
}

#popover .popbox {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: #4a4a4a;
	padding: 20px;
	/*min-height: 300px;*/
}

/*
#popover .popbox .popbox-inner {
	background: #4a4a4a;
	padding: 20px;
	margin: auto;
	width: 500px;
	min-height: 300px;
}
*/

#popover .popbox-inner form .input {
	margin: 10px;
}

#popover .popbox-inner form input, #popover .popbox-inner form textarea {
	font-family: Trebuchet MS,Century Gothic,sans-serif;
	width: 400px;
}

#popover .popbox-inner form textarea {
	height: 250px;
}

#popover .popbox-inner .mail-result {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

#popover .popbox-inner .mail-result.mail-false {
	font-weight: bold;
}

#popover #iframe {
	display: none;
	/*background: black;*/
	width: 80%;
	margin-left: -40%;
	padding: 10px;
	background-image: url('ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#close {
	width: 20px;
	height: 20px;
	background: url('close.png') top left no-repeat;
	cursor: pointer;
	position: fixed;
	top: 30px;
	z-index: 300;
}

#iframe_addr {
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	border: none;
	background: #4a4a4a;
	color: white;
	z-index: 99;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 10px;
}

#iframe_addr a {
	text-decoration: none;
	color: #ccc;
}

#iframe_addr a:hover {
	color: white;
}

#where-map {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	color:black;
}

.popbox .submit {
	width: 410px !important;
	line-height: 30px;
	height: 30px;
}

.playbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: url('playbutton.png') top left no-repeat;
}

a:hover .playbutton {
	background: url('playhover.png') top left no-repeat;
}