@charset "utf-8";

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img, 
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	outline: 0;
}
:focus { outline: 0; }
b, strong { font-weight: bold; font-weight: 600; }
.clear {clear: both;}
label {cursor:pointer;}
.hidden {display: none;}
header, aside, nav, footer, article { display: block; }

html, body {
	width: 100%;
	height: 100%;
}
body {
	
}

.content {
	position: relative;
}
a.lang {
	position: absolute;
	top: 0px;
	right: 150px;
	width: 41px;
	height: 21px;

	z-index: 10000;
} 
a.lang span {
	display: block;
	width: 41px;
	height: 21px;
	background: url(images/lang_en_closed.png) no-repeat 0px 0px;
}

a.lang:hover span {
	/*margin-top: -19px;*/
	background: url(images/lang_en.png) no-repeat 0px 0px;
}
a.lang.clicked span {
	margin-top: 0px;
	background: url(images/lang_en.png) no-repeat 0px 0px;
}

.text_slider span {
	display: none;
}
body.lang_hr span.lang_hr {
	display: block;
}
body.lang_en span.lang_en {
	display: block;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: white;
	z-index: 5000;
}
.site {
	width: 100%;
	height: 100%;
	background: url(images/site_bg.jpg) no-repeat 50% 0px;
}
.site .content {
	width: 950px;
	margin: 0px auto;
}

ul.text_slider {
	width: 100%;
	height: 645px;
	font-family: 'Stardos Stencil';
	font-style: normal;
	font-weight: 400;
	font-size: 94px;
	color: white;
	text-align: center;
	position: relative;
}
ul.text_slider li {
	z-index: 1;
	display: none;	
	padding-top: 300px;
	line-height: 163px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
}
ul.text_slider li.first {
	font-size: 163px;
}
ul.text_slider li.active {
	display: block;
	z-index: 2;
}

a.contact {
	display: block;
	width: 587px;
	height: 115px;
	background: url(images/logo.png) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 0px auto;
}
a.contact:hover {
	background: url(images/logo.png) no-repeat 0px 100%;
}

p.copy_main {
	color: #ff0000;
	font-size: 11px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 840px;
	left: 90px;
	width: 700px;
	display: none;
}
p.copy_main a {
	color: #ff0000;	
}
.lang_hr p.copy_main.copy_hr {
	display: block;
}
.lang_en p.copy_main.copy_en {
	display: block;
}

p.copy {
	color: #858383;
	font-size: 11px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: 860px;
	left: 90px;
	z-index: 4000;
	display: none;
	opacity: 0;
}
.lang_hr p.copy.copy_hr {
	opacity: 1;
}
.lang_en p.copy.copy_en {
	opacity: 1;
}