@font-face {
font-family: Palatino-Linotype;
src: url('../fonts/pala.ttf')
}

@font-face {
font-family: Palatino-Linotype-Bold;
src: url('../fonts/palab.ttf')
}





*,
*:after,
*:before {
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
}





body 	{
  background: #fff;
  margin:0px;
  padding:0px;
  overflow:auto;
  font-family: Palatino-Linotype;
  z-index: 0;
  }

  /*
#_sirka{
display:block;
}
*/

.width_window{
  position:fixed;
  bottom: 20px; left: 0px;
  color:#fff;
  box-shadow:1px -1px 5px #444;
  font-size:20px;
  font-weight: bold;
  z-index:300;
  display:block;
 background:rgba(0, 0, 0, 0.50);
		padding: .2em;
  }


