@import url('normalize.css');
/* General Demo Style */
@font-face {
  font-family: 'GOST-Type-A'; /* Гарнитура шрифта */
  src: url('../../../fonts/GOST-Type-A.ttf'); /* Путь к файлу со шрифтом из каталога CSS (!)*/
}
body{
    /* Штатный шрифт тела сайта 
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
    */
    font-family: 'GOST-Type-A'; /* Гарнитура шрифта */
	background: #ddd url(../img/bg.png) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}
.main{
	text-align: center;
	width: 100%;
    height: 600px;
	background: rgba(0,0,0,0.03);
	padding: 30px 50px 50px 50px;
	margin: 0 auto 30px auto;
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-size: 36px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #888;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header p{
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
/* Header Style */
/*
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(255,255,255,0.9);
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
*/
    .codrops-top {
        width : 100%;
        height: 5vh;
        //line-height: 25px;
        font-size: 15px;    
        background: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        z-index: 1;
        position: relative;
        box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
        -webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
    }

    @-webkit-keyframes slideOut{
        0%{top:-30px; opacity: 0;}
        100%{top:0px; opacity: 1;}
    }
    .codrops-top a{
        padding: 15px 10px;
        letter-spacing: 1px;
        color: #333;
        text-shadow: 0px 1px 1px #fff;
        display: block;
        float: left;
    }
    .codrops-top a:hover{
        background: #fff;
    }
    .codrops-top span.right{
        float: right;
    }
    .codrops-top span.right a{
        float: left;
        display: block;
    }
.ie-note{
	color: #ac375d;
	display: none;
	font-size: 15px;
}
