.box-modal {
width: 693px;
  height: 638px;
  background: url(../images2/bg007.png) no-repeat top center;
  z-index: 800;
    top: 7%;
  zoom: 96.4285714285714%;
  display: block;
}
.box-modal h1 {
  width: 50%;
  text-align: center;
  font-size: 23px;
  color: #a94729;
  text-transform: uppercase;
  padding: 60px 0 80px 0;
  text-shadow: 1px 1px 0px #ee7e59;
  font-family: 'GothaProMed';
  float: left;
  margin-left: 185px;
}
.box-modal input[type="text"] {
  padding: 10px 10px 5px;
  color: #ccc;
  width: 260px;
  font-size: 13px;
  color: #32302f;
  /* padding: 3px 0 4px 0; */
  /* background: none; */
  /* border: 0; */
  margin: 5px 0 0 24px;
  border-radius: 6px;
}
.box-modal textarea {
	width:100%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #ccc;
    padding: 20px 10px 5px;
    width: 100%;
	color:#ccc;
	resize:none;
}
.frmr{
width:50%;
float:right;
}
.frml{
width:50%;
float:left;
}
#downmodal {
  margin-top: 24px;
  text-align: center;
}
.box-modal input[type="submit"] {
  font-size: 30px;
  color: #fff;
  padding: 10px;
  background: none;
  border: 0;
  margin: 120px auto 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'GothaProMed';
}
.box-modal input[type="submit"]:hover {
    color: white;
}
.box-modal .modal_off {
  width: 50px;
  height: 50px;
  margin-right: 41px;
  margin-top: 45px;
  cursor: pointer;
  float: right;
}
/*.box-modal .modal_off .arcticmodal-close {
	position:relative;
	top:0;
	left:0;
	font-size: 18px;
    color: black;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	color:#555;
}
.box-modal .modal_off .arcticmodal-close:hover {
	color:black;
}*/
.arcticmodal-close{
  width: 50px;
  height: 50px;
}
#h_frame {
	display:none;
}
#float_menu {
  z-index: 1000;
	width:100%;
	height:55px;
	/*background:rgba(0,0,0,0.4);*/
	position:fixed;
	top:40px;
	-moz-transition: background-color 0.8s 0.1s ease;
	-o-transition: background-color 0.8s 0.1s ease;
	-webkit-transition: background-color 0.8s 0.1s ease;	
	padding:10px 0;
}
#float_menu .logo {
	margin:5px 0;
}
body {
	overflow-y: scroll !important;
}
.top-font-top {
	padding-top:40px;
	height:80px;
	text-align:center;
}
.top-font {
	font: 40px/normal 'GothaProMed';
	color: #fff;
	text-align: center;
	padding-top: 100px;
}
.clear{
    clear: both;
}