.popbox {
  margin:0px auto;
  text-align:center;
  position:relative;
  
}
.popbox1 {
  margin:0px auto;
  text-align:center;
  position:relative;
  
}

  .collapse { position:relative; }

  .open {
   
  }

    .box {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  width:355px;
	  padding:10px;
	  z-index:99;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }
	  .box1 {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  width:410px;
	  padding:10px;
    }

      .box1 a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }

.submit{
	width:150px;
	height:35px;
	background-color:#053a83;
	margin-left:77px;
	margin-top:10px;
	float:left;
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}




/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(/media/img/overlay/white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:640px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(/media/img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}


#apple {
	width:990px;
    background-image:url(../images/apple.png);
    color:#fff;
    padding:50px 70px;
}
.adress{
	width:225px;
	float:left;
}
.adress  h2{
	font-family: "bebas_neueregular";
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.adress p{
	font-family: "open_sanssemibold";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height:30px;
}
.map{
	padding-top:30px;
	float:left;
}
.form-wrap{
	width:300px;
	float:left;
	padding-top:30px;
	padding-left:100px;
}

.form-area{
	width: 250px;
	height: 30px;
	background-color: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	margin-left:50px;
	margin-top:5px;
	
}
.form-area1{
	width: 250px;
	min-height: 50px;
	background-color: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	margin-left:50px;
	margin-top:5px;
	
}