@charset "utf-8";

body {
	font: 100%/1.4 Helvetica, sans-serif;
	font-size:100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	 text-decoration:underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 100%;
	/*background: #020646;*/
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.content {
	padding:0;
	width: 100%;
	margin:0 auto;
}

.content_bottom img{
	width:100%;
	height:13px;
	display:block;
}

.content_bottom{
	height:13px;
	padding:0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	/*padding: 0 15px 15px 0px;*/ /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

header{
	margin-top:0px;
	position:fixed;
	z-index:100;
	top:0;
	width:100%;
	background-color:#000;
	opacity:0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";	
	filter: alpha(opacity=85);	
	-moz-opacity:0.85;	
	-khtml-opacity: 0.85;  
}

.reklamfilm{	}

.reklamfilm_content{
	position:relative;
	top:0;
	left:0;
	right:0;
	padding-top:10px;
	padding-left:18%;
	padding-right:18%;
	padding-bottom:5%;
	margin:0 auto;
}

.reklamfilm_iframe{
	width:100%;
	text-align:center;
}

.video{
	max-width:720px;
	max-height:404px;
	width:100%;
	height:404px;
}

#video{
	width:720px; 
	height:404px;
	text-align:center;
	}

.video_flash{
	width:720px;
	height:404px;
}

.flashContent{
	display:none;
	width:100%;
	text-align:center;
}

.menu-btn{
	display:none;
}

.bg1{
	position:fixed;
	top:0px;
	z-index:1;	
	background-image:url('../images/layer1/layer_1_1.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	width:100%;
	height:100%;
	margin:0;
}

.bg2{
	position:fixed;
	top:0px;
	z-index:2;	
	background-image:url('../images/layer1/layer_1_2.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.bg3{
	position:fixed;
	top:0px;
	z-index:3;	
	background-image:url('../images/layer1/layer_1_3.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.bg4{
	position:fixed;
	top:0px;
	z-index:3;	
	background-image:url('../images/layer1/layer_1_4.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.bg5{
	position:fixed;
	top:0px;
	z-index:3;	
	background-image:url('../images/layer1/layer_1_5.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.bg6{
	position:fixed;
	top:0px;
	z-index:3;	
	background-image:url('../images/layer1/layer_1_6.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.layer_2_2{
	position:relative;
	z-index:12;
	width:100%;
	height:100%;
}

.layer_2_2 img{
	width:100%;
	height:auto;
	display:block;
}

.layer_2_3{
	position:relative;
	z-index:12;
	width:100%;
	height:100%;
}

.layer_2_3 img{
	width:100%;
	height:auto;
	display:block;
}

.layer_2_4{
	position:relative;
	z-index:12;
	width:100%;
	height:100%;
}

.layer_2_4 img{
	width:100%;
	height:auto;
	display:block;
}

.layer_2_5{
	position:relative;
	z-index:12;
	width:100%;
	height:100%;
}

.layer_2_5 img{
	width:100%;
	height:auto;
	display:block;
}

.layer_4{
	position:relative;
	margin-top:0;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFF;
	max-height:573px;
	scroll-margin-top: 150px;
}

.hatter3{
	width:100%;
	height:auto;
	max-height:573px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_1.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto auto;
}

.layer_5{
	position:relative;
	margin-top:25%;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	scroll-margin-top: 150px;
}

.hatter4{
	width:100%;
	height:auto;
	max-height:350px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_4.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto auto;
}

.layer_6{
	position:relative;
	margin-top:25%;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFF;
	max-height:650px;
	scroll-margin-top: 150px;
}

.hatter{
	width:100%;
	height:auto;
	max-height:650px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_3.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto auto;
}

.layer_7{
	position:relative;
	margin-top:25%;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	scroll-margin-top: 150px;
}

.hatter2{
	width:100%;
	height:auto;
	max-height:573px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_4.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.layer_8{
	position:relative;
	margin-top:25%;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	scroll-margin-top: 150px;
}

.hatter5{
	width:100%;
	height:auto;
	max-height:400px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_5.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto auto;
}

.layer_9{
	position:relative;
	margin-top:60%;
	z-index:14;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	scroll-margin-top: 150px;
}

.hatter6{
	width:100%;
	height:auto;
	max-height:500px;
	max-width:1280px;
	margin:0 auto;
	display:block;	
	background-image:url('../images/mask/mask_5.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:auto auto;
}

.layer_3{
	position:fixed;
	top:0px;
	z-index:13;
	width:100%;
	height:100%;	
}

.layer_3 img{
	width:100%;
	height:auto;
	display:block;
}

.layer_3_bg2{
	position:fixed;
	top:0px;
	z-index:13;
	background-image:url('../images/layer3/layer_3_1.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}
	
.layer_3_bg3{
	position:fixed;
	top:0px;
	z-index:13;
	background-image:url('../images/layer3/layer_3_3.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;		
}

.layer_3_bg4{
	position:fixed;
	top:0px;
	z-index:13;
	background-image:url('../images/layer3/layer_3_4.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.layer_3_bg5{
	position:fixed;
	top:0px;
	z-index:13;
	background-image:url('../images/layer3/layer_3_5.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:100%;
	height:100%;
	display:none;	
}

.scroll_down{
	position:fixed;
	background-image:url('../images/scroll_down.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:70%;
	display:block;
	z-index:14;
	width:100%;
	height:100%;
	text-align:center;
}

.scroll_up{
	position:relative;
	width:auto;
	padding:2% 15%;
	text-align:center;
	background-color:#464646;
	z-index:14;
}

.scroll_up img{
	width:100%;
	max-width:337px;
}

.copyright{
	position:relative;
	width:auto;
	margin-top:0;
	border-top: 10px solid #000;
	background-color:#262626;
	color:#959595;
	font-size:13px;
	padding:0.3% 0% 0.3% 10%;
	z-index:14;
}

.footer{
	position:relative;
	z-index:14;
}
	
.mask_div{
	clear:both;
	position:absolute;
	top:1100px;
	width:100%;
}

.fixpont{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}

.mask2_text{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:15;
	max-width:720px;
	width:100%;
	margin:0px auto 0 auto;
	font-size: 16px;
}

.mask2_text ul li{
	margin-left:30px;
}

.mask1_szov{
	max-width:720px;
	text-align:center;
	position:relative;
	padding-left: 18%;
	padding-right: 18%;
	margin:0 auto; 
}

.mask2_szov{
	max-width:720px;
	text-align:center;
	position:relative;
	margin:0 auto; 
}
	
.mask3_szov{
	max-width:1280px;
	text-align:center;
	position:relative;
	margin:0 auto; 
}
		
.mask_szov_img{
	width:100%;
	height:auto;
}

.blank_img{
	width:100%;
	height:auto;
}

.trailerbutton{
	color:#F00;
	width:100px;
	border:2px solid #F00;
	margin-right:20px;
	padding:3px;
	font-weight:bold;
}	

.trailerbutton:hover{
	-moz-opacity: 0.50;
-khtml-opacity: 0.50;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

.active_trailer{
	-moz-opacity: 0.50;
-khtml-opacity: 0.50;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}


.hatter7{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;	
	background: #ffffff;
}

.mask7_text{
	max-width:1200px;
	width:100%;
	margin:130px auto 0 auto;
	padding: 20px;
	font-size: 16px;
}

.mask7_text table tr td {
	border: 1px solid #000;
}
