body {
	background-color: #000;
	background-image: url('../img/dark_wall.png');
	background-repeat: repeat;
	color: #E3E3E3;
}
h3 {

}
p {
	text-align: justify;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
#maincontainer {
	margin: 0 auto;
	width: 950px;
}
#top {
	height: 120px;
	position: relative;
}
#top #logo {
	float: left;
	width: 146px;
	height: 100px;
	margin: 10px 10px;
}
#top #logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo_mini_upper.png);
	background-repeat: no-repeat;
}
#top #logotitle {
	float: left;
	width: 300px;
	height: 100px;
	margin: 5px 5px;
	background-image: url(../img/logo_text.png);
	background-repeat: no-repeat;
}
#fbiframe {
	float: right;
}
img.imageparagraph {
	margin: 0 0 0 10px;
	border-radius: 5px;
}
#language {
	padding: 10px 10px;
	float: right;
	bottom: 0;
	right: 0;
}
#languagemenu {
	list-style: none; 
	display: block;
	padding: 0;
	margin: 0;
}
#languagemenu li {
	float: left; 
	display: block;
}
#languagemenu li a {
	display: block; 
	width: 32px; 
	height: 32px; 
	background-image: url('../img/icons.png');
}
#languagemenu li a[title="Hrvatski"] {
	background-position: 0px 0px;
}
#languagemenu li a[title="English"] {
	background-position: -30px 0px;
}
/* slideshow*/
#headerimage {

}
.rslides {
	margin-top: -50px;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* navigation */
.navbar {
}
.navbar-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#navigation {
	padding: 0 20px;
	background-color: #2c2c2c;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}
.container {

}
#mainmenu {

}
#mainmenu li a {

}
#mainmenu li a.active {

}
.clear {
	clear: both;
}
/*gallery*/
#gallery {
	margin: 0 auto;
	width: auto;
}
div.nomargin{	/* our special nomargin class */
	margin-right:0px;
}
.pic{	/* divs that hold all the pictures in the gallery */
	float:left;
	margin:0 35px 15px 0;
	border:5px solid #2c2c2c;
	width:200px;
	height:250px;
}
.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}
#gallery ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
}
#gallery ul li {
	float: left;
	display: block;
	position: relative;
}
#gallery a:hover {
	text-decoration: none;
	color: #08C;
}
.imagetitle {
	position: relative;
	clear: both;
	z-index: 99;
	text-align: left;
	padding-left: 5px;
	top: -10px;
}
#contactspan1 {
	margin: 0;
}
.dl-horizontal {
	text-align: left;
}
.dl-horizontal dt {
	text-align: left;
}
.dl-horizontal dd {
	text-align: left;
	margin-left: 100px;
}
.form-horizontal input {
	width: 300px;
}
.form-horizontal textarea {
	width: 300px;
}
#footer {
	position: relative;
	margin-top: 18px;
	height: 70px;
	font-size: 10px;
	line-height: 12px;
	border-radius: 0;
	padding: 10px;
	background-color: #000;
	opacity: 0.6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#footer #fleft {
	float: left;
}
#footer #fleft .fl {
	float: left;
	margin-right: 20px;
}
#footer #fright {
	float: right;
}
#footer #fright .fr {
	float: right;
	margin-left: 20px;
}
#signature {
	float: right;
	font-size: 10px;
	padding-right: 10px;
	right: 0;
	bottom: 0;
}
#signature a, #signature a:hover {
	text-decoration: none;
}
#signature .dp {
	color: darkOrange;
	font-weight: bold;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 320px;
	}
	#headerimage {
		display: none;
	}
	#top #logotitle {
		display: none;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 320px;
	}
	#headerimage {
		display: none;
	}
	#top #logotitle {
		display: none;
	}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 320px;
	}
	#headerimage {
		display: none;
	}
	#top #logotitle {
		display: none;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 640px;
	}
	#headerimage {
		display: block;
	}
	#top #logotitle {
		display: block;
	}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 640px;
	}
	#headerimage {
		display: block;
	}
	#top #logotitle {
		display: block;
	}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 640px;
	}
	#headerimage {
		display: block;
	}
	#top #logotitle {
		display: block;
	}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	#maincontainer {
		width: 950px;
	}
	.span12 {
		padding: 0;
	}
	#headerimage {
		display: block;
	}
	#top #logotitle {
		display: block;
	}
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
	#maincontainer {
		width: 1250px;
	}
	.span12 {
		padding: 0;
	}
	#headerimage {
		display: block;
	}
	#top #logotitle {
		display: block;
	}
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	body {
		padding: 0;
		margin: 0;
	}
	.span12 {
		padding: 0 10px;
	}
	#maincontainer {
		width: 640px;
	}
	#headerimage {
		display: none;
	}
	#top #logotitle {
		display: block;
	}
}