/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: block; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited {
	/*color: #FFF;*/
}
a:hover { color: #06e; }
a:focus { outline: thin none }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 25px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Font:
   ========================================================================== */

/* first for Internet Explorer < 9 */







/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*height: 100%;*/
	font-size: 12px;
}


html{
/*	background-image: url(../gfx/bg_htm.png);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #7a1124;


}

body {


}

div.screens {
	position: relative;
	
	min-width: 1080px;
	overflow: hidden;
}

div.screen {
	position: relative;
	z-index: 1;
	
	width: 100%;
	display: none;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0; 
}

div.screen.active {
	top: 0; 
	left: 0;
	z-index: 5;
	display: block;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

div.screen.moving {
	z-index: 10;
	display: block;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#wrapper {
	width: 100%;
	position:relative;
}

#header {
	position: relative;
	background-image: url(../gfx/bg_main.png);
	background-position: center top;
	background-repeat: no-repeat;
}


#screen_01 #header {
	background-color: #675b36;
}

#screen_02 #header {
	background-color: #313c98;
}

#screen_03 #header {
	background-color: #ecba44;
}

#screen_04 #header {
	background-color: #4d9240;
}

#content {
	/*overflow-y: hidden;*/
	
}

#content{
	height: 1%;
}

#content:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}



#screen_01 #content {
	background-color:#413415;
}

#screen_02 #content {
	background-color:#1d1b52;
}

#screen_03 #content {
	background-color:#b2811e;
}

#screen_04 #content {
	background-color:#186809;
}

#footer {
	bottom: 0px;
}




.center-block {
	margin: 0 auto;
	width: 1080px;
}




.left {
	height: 555px;
	width: 338px;
	position: absolute;
	left: 0px;
	background-repeat: no-repeat;
	top: 0px;
}
.right {
	width: 405px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	text-align: right;
}


header {
	position: relative;
	background-image: url(../gfx/bg_wrapper.png);
	background-repeat: no-repeat;
	background-position: center top;
}




.logo {
	width: 1080px;
	text-align: center;
	height:342px;
	z-index: 95;
}



.top_menu {
	height: 65px;
	width: 220px;
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 600;
}
.top_menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top_menu ul li {
	list-style-type: none;
	position: relative;
}
.top_menu ul li a {
	display: block;
	height: 47px;
	width: 47px;
	background-repeat: no-repeat;
	background-position: 0px -47px;
	margin-right: 5px;
	float: left;
}
.top_menu ul li:hover a, .top_menu ul li a:hover {
	background-position: 0px 0px;
}

.top_menu ul li:hover .news_container {
	visibility: visible;
}



.i01 {
	background-image: url(../gfx/ico_news.png);
}
.i02 {
	background-image: url(../gfx/ico_video.png);
}
.i03 {
	background-image: url(../gfx/ico_sound.png);
}
.i04 {
	text-indent: -999em;
}
.i04.en {
	background-image: url(../gfx/ico_language_sk.png);
	background-position: 0px -47px;
}
.i04.en:hover {
	background-position: 0px -47px;	
}

.i04.sk {
	background-image: url(../gfx/ico_language_en.png);
	background-position: 0px 0px;
}
.i04.sk:hover {
	background-position: 0px 0px;	
}

.news_container {
	position: absolute;
	top: 32px;
	z-index: 105;
	left: -270px;
	visibility: hidden;
}


.btn_news {
	height: 120px;
	width: 50px;
	float: left;
	z-index: 99;
}
.news_content {
	width: 242px;
	background-color: #FFF;
	float: left;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.5);
	z-index: 98;
}

.news_content h2 {
		font-size: 16px;
		color: #b72b45;
	}

.news_content h2 a {
	font-size: 16px;
	color: #b72b45;
	text-decoration: none;
	display: block;

}
.news_content h2 a:hover {
	text-decoration: underline;
}

.news_content p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #575757;
}

.promo {
	height: 114px;
	width: 1080px;
	text-align: center;
}

nav {
	height: 60px;
	text-transform: uppercase;
	text-align: center;
	background-color: #8f142a;
	z-index: 600;
}

nav ul {
	text-align: center;
	display: inline-table;
}

nav ul li {
	float: left;
	position: relative;
	height: 60px;
}

nav ul li a {
	position: relative;
	
	width: 228px;
	height: 38px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	margin: 12px 0 0 0;
	text-decoration: none;
	
	border-right: 1px dotted #A35966;
}

nav ul li.first a {
	border-left: 1px dotted #A35966;
}

nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 228px;
	line-height: 38px;
	padding: 0 20px;
	display: block;
	
	font-size: 22px;
	color: #CCC;
	
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

nav ul li a span.alter {
	position: absolute;
	top: 38px;
	left: 0;
	
	font-size: 16px;
}

nav ul li.active {
	background-repeat: repeat-x;		
}

nav ul li a:hover span {
	top: -38px;
}

nav ul li a:hover span.alter {
	top: 0;
}
	
nav ul li a:hover span, nav ul li.active a span {
	color: #FFF;
}
	
.btn01 {
	background-image: url(../gfx/bg_btn01.png);
}

.btn02 {
	background-image: url(../gfx/bg_btn02.png);
}

.btn03 {
	background-image: url(../gfx/bg_btn03.png);
}

.btn04 {
	background-image: url(../gfx/bg_btn04.png);
}

.man {
	position: absolute;
	left: 0px;
	top: -216px;
	z-index: 300;
}

.center-menu{
	display:table;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}


ul.submenu {
	position: relative;
	
	width: 100%;
	padding: 49px 0 0 0;
	display: block;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 2px;
}


ul.submenu > li {
	float: left;
	list-style-type: none;
	display: block;
	margin: -49px 0 0 0;
	text-decoration: none;	
}
	
ul.submenu li a {
	font-size: 18px;
	margin-right: 2px;
	height:50px;
	text-decoration: none;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 50px;
	display: block;
	cursor: pointer;
	background-image: url(../gfx/bg_submenubtn.png);
	background-repeat: repeat-x;
}

ul.submenu li a:hover, ul.submenu li.active a {
	color:#fff;
	background-image: url(../gfx/bg_submenubtn_hover.png);
}

ul.submenu li div {
	position: absolute;
	top: 50px;
	left: 0;
	
	display: none;
}

ul.submenu li.active {
	height: 450px;
}

ul.submenu li.active div {
	display: block;
}

/*galeria*/

.gallery {
	width: 1044px;
	padding: 45px 36px 0 36px;
	background-image: url(../gfx/bg_gallery.png);
	background-repeat: repeat-x;
	min-height: 405px;
}

.gallery ul {
    margin: 0;
    padding: 0;
}

.gallery ul li {
	list-style-type: none;

	height: 125px;
	width: 126px;
	margin-bottom: 5px;
	float: left;
}

.clear_br a {
	border-right-style: none;


}

#screen_01 .content_container {
	padding: 0px;
	width: 1080px;
	padding-bottom: 40px;
}


.content_container {
	width: 1008px;
	min-height:20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 36px;
	background-image: url(../gfx/bg_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	padding-right: 36px;
	overflow: hidden;
}




.content_container p {

}

.content_container h1 {
	font-size: 30px;
	color: #8f142a;
	padding-bottom: 10px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}

#screen_05 .content_container h1 {
	color: #ffffff;	
}

.content_container h2 {
	font-weight: normal;
	font-size: 22px;

}
.content_container h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
}
.content_container a   {
	color: #FFF;
	text-decoration: underline;
}
.content_container a:hover   {
	text-decoration: none;
}

.content_container .col-2 {
	float: left;
	width: 484px;
	padding: 0 10px;
	overflow: hidden;
}

.content_container .col-3 {
	float: left;
	width: 336px;
	overflow: hidden;
}

div.pagination {
	clear: both;
    display: table;
    margin: 15px auto 0 auto;
    text-align: center;
}

div.pagination ul {
	list-style: none none;
	margin: 0 0 0 -4px;
	overflow: hidden;
}

div.pagination ul li {
	float: left;
	margin: 0 0 0 4px;
}

div.pagination ul li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: #7A1124;
}

div.pagination ul li a:hover, div.pagination ul li.selected a {
	color: #7A1124;
	background: #FFFFFF;
}

.content_container .gallimg {
	height: 125px;
	width: 126px;
	margin-bottom: 5px;
	float: left;
}



.content_container input[type="text"] {
	line-height: 27px;
	height: 27px;
	width: 257px;
	border: 4px solid #d4d4d4;
	margin-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.content_container input[type="checkbox"] {
	width: 25px;
	float: left;
	margin-bottom: 0px;
	height: 15px;
}

.content_container input[type="submit"] {
	line-height: 35px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #440a44;
	height: 35px;
	width: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content_container label {
    float: left;
    font-size: 11px;
    height: 26px;
    line-height: 12px;
    margin-bottom: 0;
    width: 260px;
}
.content_container table {
	/*border: 1px solid #FFF;*/
}
.content_container table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_container table tr:hover {
	background-color: #f2f2f2;
}

.content_container table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.content_container table td strong {
	color: #440a44;
}

/*article*/

article ul {
	width: 590px;
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
}

article ul li {
	width: 590px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../gfx/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
article ul li img {
    border: 4px solid #D4D4D4;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
article ul li h2 {
	margin-top: 5px;
}
article ul li h2 a {
	text-decoration: none;
}
.content_container article ul li a:hover {
	text-decoration: underline;
}

ul.gallery {
	float: left;
	width: 610px;
	margin-bottom: 0px;
}


ul.gallery img {
	border: none;
}

ul.gallery  li {
	background: none repeat scroll 0 0 transparent;
	display: block;
	float: left;
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 4px solid #d4d4d4;
	height: 127px;
	width: 190px;
}

div#map {
	width: 336px;
	height: 336px;
}
.bottom {
	height: 100px;
	width: 1080px;
	padding-top: 22px;
}
.clients {
	text-align: center;
	height: 145px;
}

#screen_01 .clients {
	background-color:#5d5238;
	}

#screen_02 .clients {
	background-color:#3f3d6c;
	}
	
#screen_03 .clients {
	background-color:#bd9440;
	}
	
#screen_04 .clients {
	background-color:#3a7f2e;
	}


footer {
	background-image: url(../gfx/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.copyright {
	color: #CCC;
	text-align: center;
	float: right;
	line-height: 65px;
	font-size: 14px;
}

div#overlay {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	min-height: 500px; 
}

div#overlay div.content {
	
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}









/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
