@font-face {
	font-family: 'Drina regular';
	src: url('../../fonts/10171.otf');
	}
	
@font-face {
    font-family: "a_Romanus";
    src: url(../../fonts/a_romanus.ttf) format('truetype');
}

@font-face {font-family: "a_Romanus";
    src: url(../../fonts/a_romanus_bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "a_Empirial";
    src: url(../../fonts/a_empirial.ttf) format('truetype');
	src: url(../../fonts/a_empirial.otf) format('opentype');
}	

a, a:hover {color: inherit; text-decoration: none;}

* {transition: all ease-in-out 0.5s;}

.menu_items div:hover {transform: translateX(8px)}

html {
        background: url(../img/fb_bg.jpg) #312415 no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		 min-width: 900px;
		 min-height: 800px;
}

.lmheader {
		text-align: center;
		background: url(../img/legkie-miry_header_background.png) no-repeat center -30px;
		height: 240px;
}
.menu {
		height: 400px;
	
}
.menu_items {
		font-family: 'Drina regular', arial;
		font-size: 25px;
		color: #0c203c;
		letter-spacing: 3px;
		line-height: 40px;
}

#copyright {
		text-align: center;
		font-size: 11px;
		color: #000;
		position: fixed;
		bottom: 1px;
		left: 200px;
		width: 100%;
		text-align: center
}

#sound {display: none;}
#soundbutton {position: fixed; z-index: 99999; right: 50px; bottom: 210px; cursor: pointer;}
.offline {color: rgba(123,123,123,1.00); cursor: pointer;}