@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "ChinaCyr";
    src: url(../fonts/ChinaCyr.ttf) format('truetype');
}

@font-face {
    font-family: "a_Romanus";
    src: url(../fonts/romanus.ttf) format('truetype');
}

@font-face {
    font-family: "Monotype Corsiva";
    src: url(../fonts/MTCORSVA.TTF) format('truetype');
	src: url(../fonts/MTCORSVA.otf) format('opentype');
}

@font-face {
    font-family: "a_Empirial";
    src: url(../fonts/a_empirial.ttf) format('truetype');
	src: url(../fonts/a_empirial.otf) format('opentype');
}

a {
	text-decoration:none;}
	
* { transition:all 1s;}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #cbcde4;
	font-family: "Myriad Pro", sans-serif;
	}
	
div {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
#mask {
	position: relative;
	top: -46px;
	z-index: 0;
	}
	
.button:hover {transition-duration: 1s; transform: translateY(-5px)}
	
#legkie-miry_mainpage {
	background: url(legkie-miry_background.png);
	background-position: top, center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: 100%;
	text-align:center;
	position:relative;
	background-color: #dadbec;
	}

#legkie-miry_mainpage_main {
	background: url(legkie-miry_content_background.png);
	background-position: top, center;
	background-repeat: no-repeat;
	width: 1400px;
	min-height: 100%;
	display: inline-block;
	position: relative;
	overflow:hidden;
}
#legkie-miry_header {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 3;
}
.legkie-miry_header_logo_background {
	position:relative;
	z-index: 3;
	}
	
.px1img {
	width: 1px;
	height: 1px;
	overflow: visible;	
}
.legkie-miry_content-left_clouds{
	position: relative;
	right: 130px;
	top: -45px;
	z-index: 3;
	}
.legkie-miry_content-right_clouds{
	position: relative;
	right: 229px;
	top: -40px;
	z-index: 3;
	}

#legkie-miry_header_text {
	text-align:center;
	float: left;
}
#legkie-miry_header_logo {
	
	float: left;	
	margin-left: 8px;
	margin-top: 26px;
	margin-right: 15px;
	}

#legkie-miry_content {
	position: relative;
	top: -47px;
	height: 573px;
	z-index: 0;
}
#legkie-miry_content_left {
	float: left;
	position:relative;
	left: 30px;
	z-index: 2;
	
}
#legkie-miry_content_right {
	float: right;
	position:relative;
	right: 53px;
	z-index: 2;
	}

#legkie-miry_menublock {
	height: 70px;
	width:100%;
	margin-top: 25px;
}
#legkie-miry_menublock_menuitem1, #legkie-miry_menublock_menuitem2, #legkie-miry_menublock_menuitem3 {width: 33%; float: left; position: relative; z-index: 10;}
#legkie-miry_footer {
	margin-top: 30px;
	margin-right: 30px;
	height: 60px;
	text-align: right;
	position: relative;
}

#copyright {
	text-align: center;
	position: relative;
	width: 1400px;
	font-size: 11px;
	color: #1b1a49;
	bottom: 0px;
}

#sound {display: none;}
#soundbutton {position: fixed; z-index: 99999; right: 50px; bottom: 30px;}