
@font-face {
font-family: Doulos;
src: url('../fonts/doulos.ttf'),
url('../fonts/doulos.eot');
}

@font-face {
font-family: Trajan pro;
src: url('../fonts/trajan-pro.ttf'),
url('../fonts/trajan-pro.eot');
}

@font-face {
font-family: Trajan pro Bold;
src: url('../fonts/trajan-pro-bold.ttf'),
url('../fonts/trajan-pro-bold.eot');
}


@font-face {
font-family: Amiri-Regular;
src: url('../fonts/Amiri-Regular.ttf')
}

@font-face {
font-family: Amiri-Bold;
src: url('../fonts/Amiri-Bold.ttf')
}






*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}





body 	{ /*
  background: url('../img/body.jpg');
  background-attachment: fixed;
  background-size:100% auto;
  background-repeat: no-repeat; */
  margin:0px;
  padding:0px;
  overflow:auto;
	:overflow:yes;
  font-family: Amiri-Regular;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }

  /*
#_sirka{
display:block;
}
*/

.width_window{
  position:fixed;
  bottom: 0px; left: 0px;
  color:#000;
  box-shadow:1px -1px 5px #444;
  font-size:20px;
  font-weight: bold;
  z-index:100;
  display:block;
		background: #fff;
		padding: .2em;
  }
  
  


div#dark{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:19;
	width:100%;
	//height: 10000px;
	background:#000;
	opacity:0;
	overflow:none;
    z-index:199;
	}
	

	
	div.effectwindow{
	padding:15px;
	display:none;
	position:absolute;
	box-shadow: 0px 0px 20px #000;
	opacity:0;
	background: #fff;
	z-index:200;
	}  


