*,
*:after, *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a, a img{text-decoration:none;}
.clearfix:after{clear:both;}
body{padding:0;margin:0;background:url(../img/bgnS.jpg) no-repeat fixed center top}
#al{width:100%;position:fixed;top:0px;left:0px;}
#allwrap{
	width:900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: auto;
	padding-left: 180px;
}
#men{
	width:160px;
	float: left;
	background:url(../img/adr.png) no-repeat;
	text-align: left;
	margin-top: 20px;
	position: fixed;
	z-index: 999;
	margin-left: -180px;
}
#wrap{
	width:600px;
	border-radius:25px;
	-moz-border-radius:25px;
	background:url(../img/bgw.png) repeat-y;
	
	float: left;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
h1{
	color:#b5a571;
	text-align:center;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
#wrap h2{color:#7297BC;text-shadow:0px 1px 1px rgba(255,255,255,0.5);margin-top:5px;margin-bottom:19px;padding-top:0px;padding-bottom:0px;font:26px 'Lobster', cursive;text-align:center;}
h4{color:#7297BC;text-shadow:0px 1px 1px rgba(255,255,255,0.5);margin-top:5px;margin-bottom:19px;padding-top:0px;padding-bottom:0px;font:24px 'Lobster', cursive;text-align:center;}
h5{color:#FFFFFF;margin-top:5px;margin-bottom:19px;padding-top:0px;padding-bottom:0px;font:16px 'Lobster', cursive;text-align:center;}
p{color:#3F657C;text-shadow:0px 1px 1px rgba(255,255,255,0.5);text-indent:30px;text-align:justify;padding-top:0px;margin-top:0px;margin-bottom:0px;padding-bottom:0px;font:16px/24px Georgia, "Times New Roman", Times, serif;}
p.adr{
	color:#558AAA;
	margin-bottom:0px;
	padding-bottom:0px;
	font:600 normal 16px/22px "Times New Roman", Times, serif;
	text-indent:30px;
	text-align: left;
}
.hvr-sweep-to-right {
	color:#2362A0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #edeffd;
	margin-bottom:10px;
	padding:5px;
	width:150px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:5px;
	-moz-border-radius:5px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
