
div#box {
    margin-top: 15px;

}

div#box .box-top {
  width:25%;
    color: #fff;
    text-shadow: 0 1px #000;
    background: #0063a8;
    padding: 5px;
    padding-left: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    font-family: league-gothic, sans-serif;

  /*  box-shadow: 5px 10px #888888;*/
    position: absolute;
    z-index: 1000;
}

div#box .box-panel {
  width:25%;
  padding-top: 70px !important;
    padding: 15px;
    background: #fff;
    color: #333;
    border: 1px solid;
    padding: 10px;
  /*  box-shadow: 5px 10px #888888;*/
    position: absolute;
    z-index: 999;
}

div#box2 .box-top2 {
  width: 100%;
    color: #fff;
    text-shadow: 0 1px #000;
    background: #0063a8;
    padding: 5px;
    padding-left: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    font-family: league-gothic, sans-serif;
}

div#box2 .box-panel2 {
  width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid;
    position:relative;
}
/*form 2*/

.form-style-6-2{
  font: 95% Arial, Helvetica, sans-serif;
  max-width: 100% !important;
  margin: auto;
  padding: 16px;
  background: #fff !important;
}
.form-style-6-2{
  font: 95% Arial, Helvetica, sans-serif;
  max-width: 400px;
  margin: auto;
  padding: 16px;
  background: #F7F7F7;
}
.form-style-6-2 h1{
  background: #43D1AF;
  padding: 20px 0;
  font-size: 140%;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: -16px -16px 16px -16px;
}
.form-style-6-2 input[type="text"],
.form-style-6-2 input[type="date"],
.form-style-6-2 input[type="datetime"],
.form-style-6-2 input[type="email"],
.form-style-6-2 input[type="number"],
.form-style-6-2 input[type="search"],
.form-style-6-2 input[type="time"],
.form-style-6-2 input[type="url"],
.form-style-6-2 textarea,
.form-style-6-2 select{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 4%;
  border: 1px solid #ccc;
  padding: 3%;
  color: #555;
  font: 95% Arial, Helvetica, sans-serif;
}

.form-style-6-2 input[type="text"]:focus,
.form-style-6-2 input[type="datetime"]:focus,
.form-style-6-2 input[type="date"]:focus,
.form-style-6-2 input[type="email"]:focus,
.form-style-6-2 input[type="number"]:focus,
.form-style-6-2 input[type="search"]:focus,
.form-style-6-2 input[type="time"]:focus,
.form-style-6-2 input[type="url"]:focus,
.form-style-6-2 textarea:focus,
.form-style-6-2 select:focus{
  box-shadow: 0 0 5px #43D1AF;
  padding: 3%;
  border: 1px solid #43D1AF;
}

.form-style-6-2 input[type="submit"],
.form-style-6-2 input[type="button"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 3%;
  background: #0063a8;
  border-bottom: 2px solid #0063a8;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #fff;
}

.form-style-6-2 input[type="submit"]:hover,
.form-style-6-2 input[type="button"]:hover{
  background: #226fa5;
}

.pForm-2{
  color: #7F7F7F;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 300;
}

/*form*/

.form-style-6{
  font: 95% Arial, Helvetica, sans-serif;
  max-width: 400px;
  margin: auto;
  padding: 16px;
  background: #F7F7F7;
}

.form-style-6 h1{
  background: #43D1AF;
  padding: 20px 0;
  font-size: 140%;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: -16px -16px 16px -16px;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 4%;
  border: 1px solid #ccc;
  padding: 3%;
  color: #555;
  font: 95% Arial, Helvetica, sans-serif;
}

.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus{
  box-shadow: 0 0 5px #43D1AF;
  padding: 3%;
  border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 3%;
  background: #0063a8;
  border-bottom: 2px solid #0063a8;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
  background: #226fa5;
}
.pForm{
  color: #7F7F7F;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 300;
  }

.lsc{
  margin-top: 20px;
  text-align: center;
  color: #3F403F;
  font-size: 18px;
  font-family: open-sans-condensed, sans-serif;
}

/*******************************************************************************************************/
.photos {
  width: 500px;
  height: 500px;
  /*width: 462px;*/
  /*height: 279px;*/
  position: relative;
  }
  
  .photos > div {
    /*  background-color: rgba(128, 128, 128, 0.5);*/
    /*  border: 2px solid #444;*/
      float: left;
      width: 450px;
      height: 350px;
      /*width: 450px;
      height: 265px;*/
      margin: 5px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-transform:scale(1.0);
      -moz-transform:scale(1.0);
      -ms-transform:scale(1.0);
      -o-transform:scale(1.0);
      transform:scale(1.0);
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
  }
  /*.photos > div img{
      width: 100%;
  }*/
  .photos > div:hover{
      z-index: 10;
      -webkit-transform:scale(1.02);
      -moz-transform:scale(1.02);
      -ms-transform:scale(1.02);
      -o-transform:scale(1.02);
      transform:scale(1.02);
  }
  .photos > div div {
      background: url(../images/hover.gif) repeat scroll 0 0 transparent;
      cursor: pointer;
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 15;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
  }
  .photos > div:nth-child(1):hover div {
      height: 0%;
  }
  .photos > div:nth-child(2):hover div {
      height: 0%;
      margin-top: 100px;
  }
  .photos > div:nth-child(3):hover div {
      width: 0%;
  }
  .photos > div:nth-child(4):hover div {
      margin-left: 300px;
      width: 0%;
  }
  .photos > div:nth-child(5):hover div {
      height: 0%;
      margin-left: 150px;
      margin-top: 50px;
      width: 0%;
  }
  .photos > div:nth-child(6):hover div {
      margin-left: 150px;
      width: 0%;
  }
  .photos > div:nth-child(7):hover div {
      height: 0%;
      margin-left: 150px;
      margin-top: 50px;
      width: 0%;
      -webkit-transform: rotateX(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
  .photos > div:nth-child(8):hover div {
      height: 0%;
      margin-left: 150px;
      margin-top: 50px;
      width: 0%;
      -webkit-transform: rotateZ(600deg);
      -moz-transform: rotateZ(600deg);
      -ms-transform: rotateZ(600deg);
      -o-transform: rotateZ(600deg);
      transform: rotateZ(600deg);
  }
  .photos > div.pair div {
      width: 50%;
  }
  .photos > div.pair div:nth-child(odd) {
      margin-left: 150px;
  }
  .photos > div.pair:hover div {
      width: 0%;
  }
  .photos > div.pair:hover div:nth-child(odd) {
      margin-left: 300px;
  }