@charset "UTF-8";
/* CSS Document */

html{
height:100%;
	}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	  font-family: "euro";
	font-family: euro;
}

	#buttoncontainer {
	width:100%;
	position:fixed;
	height: 200px;
	top: 0px;
	z-index: 3000;
	margin-left:10px;
}	



@font-face {
    font-family: 'euro';
    src: url("fonts/euro.eot");
    src: url("fonts/euro.eot") format("embedded-opentype"), url("fonts/euro.woff2") format("woff2"), url("fonts/euro.woff") format("woff"), url("fonts/euro.ttf") format("truetype"), url(fonts/euro.ttf) format("truetype");
}

@font-face {
    font-family: 'Eurostile LT Std Ext Two';
    src: url("fonts/EurostileLTStd-BoldEx2.eot");
    /* IE9 Compat Modes */
    src: url("fonts/EurostileLTStd-BoldEx2.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileLTStd-BoldEx2.woff") format("woff"), url("fonts/EurostileLTStd-BoldEx2.ttf") format("truetype"), url(fonts/EurostileLTStd-BoldEx2.ttf) format("truetype");
    /* Legacy iOS */
}


strong, b {h
    font-family: 'Eurostile LT Std Ext Two';
}

p {margin: 0;padding: 0;}

		IMG.image01 {
   
    display: block;
	margin-top:120px;
    margin-left: auto;
    margin-right: auto;
		width:80%;
	z-index:-10;

	}
		IMG.image02 {
   
    display: block;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	width:80%;
	z-index:-10;

	}
	
P.textEUROtonicc {
	    display: block;
	margin-top:0px;
    margin-left: 10%;
    margin-right: 10%;
	z-index:-10;
		width:80%;
	font-family: euro;
	color:#FFF;
	font-size: 18px;
	text-align:left;
	z-index:10;
	line-height:30px;
	}
P.textARIAL {
	    display: block;
	margin-top:-40px;
    margin-left: 10%;
    margin-right: 10%;
	z-index:-10;
		width:80%;
	font-family: arial;
	color:#000;
	font-size: 12px;
	text-align:left;
	z-index:10;
	}	

		
	
P.textLL {
	    display: block;
	margin-top:40px;
    margin-left: 10%;
    margin-right: 10%;
	z-index:-10;
		width:80%;
	font-family:arial;
	color:#000;
	font-size: 25px;
	text-align:left;
	z-index:10;
	}	
		
a:link{
	color:#000
	text-decoration:none}
a:visited {
    color: #000;
	text-decoration:none}
a:hover {
    color: #000;
	text-decoration:none}
a:active {
    color: #000;
	text-decoration:none}
	
#videocontainer {
	  position: relative;
  padding-bottom: 51%; /* 16:9 */
  margin-left:10%;
	padding-top: -20px;
	height: 0;
	}	

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
	
#vid	{
position: absolute;
height: 91.9%; 
width: 91.9%;
	}		
		
#recent{
	position:absolute;
	height:auto;
	width:45%;
	margin-top:38%;
	margin-left:53%;
	font-family: "euro";
	color:#000;
	font-size: 11px;
	text-align:left;
	font-family: 'euro';
	}	

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -100;
}

.stretch {
    width:100%;
    height:100%;
}