@font-face {
    font-family: fnormal;
    src: url(/fonts/normal.ttf);
}
@font-face {
    font-family: fbold;
    src: url(/fonts/bold.ttf);
}
@font-face {
    font-family: fitalic;
    src: url(/fonts/italic.ttf);
}  
.page-img{
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  //margin: 5px;
}
.page-header{
  margin-top: 0;
}
.page-header h1{
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 25pt;
  text-shadow: 0 1px 0 #fff, 3px 3px 3px rgba(0,0,0,.2);
  color: #0c2057;
}
  a:hover{
    text-decoration: none;
  }
.page-content{
  padding: 35px;


}
.page-content p{
	font-family: fnormal;
	font-size: 12pt;
	color: #333;
	text-indent: 1.5em;
  text-align: justify;
}
.btn-primary{
  background: linear-gradient(#123e95,#1253d6);
  border-radius: 0;
}
.form-control{
  border-radius: 0;
}
.block-title{
  font-family: bold;
}
.page-preview{
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 450px; 
  max-width: 100%;
}
.hidden-block{
  position: fixed;
  z-index: 100000;
  top: 20px;
  width: 450px;
  max-width: 100%;
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  font-family: normal;
  font-size: 12pt;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  transition: 0.3s;
}
.hidden-blck-hided{
  opacity: 0;
  transform: scale(0.5);
}

