
@font-face {
font-family: Candara;
src: url('../fonts/Candara.ttf');
}

@font-face {
font-family: Candara Bold;
src: url('../fonts/Candara_Bold.ttf');
}

@font-face {
font-family: Candara Italic;
src: url('../fonts/Candara_Italic.ttf');
}

@font-face {
font-family: Candara Bold Italic
src: url('../fonts/Candara_Bold_Italic.ttf');
}





*,
*:after,
*:before {
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
}





body 	{
  background: #fff;
  margin:0px;
  padding:0px;
  padding: 0px 0px 0px 0px;
  overflow:auto;
	:overflow:yes;
  font-family: Candara;
  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;
  }


