@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Andantino";
    src: url(../fonts/Andantino_script.ttf) format('truetype');
}

@font-face{
font-family: 'Stroke1';
src: url('../fonts/11872.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.preload * {
   transform: rotate(0deg);
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
}


body {
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro", sans-serif;
	font-size: 16px;
	width: 100%;
	min-width: 1570px;
	vertical-align: middle;
	text-align: center;
	}
	
h1 {margin-top: 0px;}
	 
ol {
    list-style-type: none;
    counter-reset: num;
   }
   
li:before {
    content: counter(num) '. ';
    counter-increment: num;
	font-family: 'Myriad pro', arial;
	font-style: italic;
	font-weight:500;
	font-size: 1.2vw;
	text-shadow: 1px 1px 0.1vw #000;
   }
	
.logo {
    position: absolute;
    width: 100%;
    text-align: center;
}

.logo img {
    width: 90px;
    padding-top: 42px;
    padding-left: 15px;
}

#mainpage {
	display: inline-block;
	vertical-align:middle;
	min-width: 1570px;
	height: 100%;
	text-align:center;
	position:relative;
	height: 100vh;
	padding-top: 25px;
	}
	
.legkie-miry_background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 1600px;
  z-index: -1;
  overflow: hidden;
  margin: auto;
}
.legkie-miry_background2 {
	width: 2600px;
	height: auto;
	transform: rotate(30000deg);
	transition: all 30000s ease-out;
	position: relative;
}

#mainpage_main {
	display:table-cell;
	vertical-align:middle;
	width: 1570px;
	min-height: 100%;
}
	

#content  {
	position: relative;
	top: -40px;
	background: url(../img/lm_fb_modparis_content_bg.png) no-repeat;
	background-position: -40px -100px;
	overflow: visible;
	text-align: left;
	padding-left: 160px;
	padding-right: 300px;
	color: #1b1a49;
	
}

#copyright {
    text-align: center;
    position: fixed;
    width: 100%;
    font-size: 12px;
    color: black;
    bottom: 4px;
    text-shadow: 0px 0px 12px white;
}
