/* Core styles for in-between pages */

.overlay-page-container {
  position: absolute;
  top: 1960px!Important;
  width: 0%;
  height: 100%;
  overflow: hidden;
}

.overlay-page {
  position: absolute;
  top:0px;
  left: 50%;
  width: 2000px;
  height:100%;
  margin-left: -1000px;
  z-index: 499;
}
  
.overlayCloseBtn {
  display:block;
  position:absolute;
  top:-1px;
  right:0px;
  width:50px;
  height:50px;
  padding:5px;
  margin-top: 10px;
  margin-right: 10px;
  background:#000;
  color:#fff;
  cursor:pointer;
  z-index: 501;
}

.overlay-left {
  left:0px;
}

.overlay-right {
  right:0px;
}

/* @group #overlay-dogs */
#overlay-dogs {
  height: 1595px;
  background: url('http://www.weduit.net/images/background.jpg') transparent no-repeat;
}

#theDogs {
  top: 20px;
}
   
.dogs p {
  width: 600px;
  margin: 0 0 0 -200px;
  font-size: 2.8em;
  padding: 78px 0px 0px 220px;
}

#theDogs h1 {
  margin: 0 0 -60px 250px;
  font-size: 16.2em;
}

#theDogs .teardrop-right {
  position:absolute;
  top:30px;
  left:755px;
}

#theDogs .teardrop-left {
  position:absolute;
  top:825px;
  left:-25px;
}

#hotDog {
  position:relative;
  top:560px;
  left:-15px;
  float:left;
}

.dogs {
  width: 721px;
  padding: 0 0 0 230px;
}

.dog-box {
  width:721px;
  height:1234px;
  background-image:url('http://www.weduit.net/images/contentBackground.png');
  background-repeat: no-repeat;
  background-position: 200px 0px;
}

#dogTiles {
  position:relative;
  margin: 15px 0px 0px 22px;
}
/* @end */

/* @group #overlay-building */
#overlay-building {
  height:1530px;
  background:url('http://www.weduit.net/images/background.jpg') #538c95 no-repeat;
}

  #wereBuilding {
    top:87px; margin-left:-518px;
  }

  .buildings p {
    font-size: 3em;
    line-height: 1.25em;
    margin: 0 0 0 -200px;
    padding: 85px 0 0 220px;
    width: 555px;
  }
  .buildings p.bodyText {
    font-size: 14px;
    margin: 0 0 0 -200px;
    padding: 45px 0 0 220px;
    width: 555px;
  }

  #wereBuilding h1 {
    margin: 0 0 -65px 250px;
	line-height: 95px;
    font-size: 12.6em;
  }

  .buildings {
    width: 600px;
    padding: 0 0 0 230px;
  }

  .building-box {
    width:610px;
    height:1117px;
    background-image:url('http://www.weduit.net/images/contentBackground.png');
    background-repeat: no-repeat;
    background-position: 195px 0px;
  }
  .buildingImages { margin-left: 21px; margin-top:23px;} 
  .buildingImages .image { width:138px; float:left; text-align:left; margin-bottom:17px;}

  #buildingVideo {
    position:relative;
    margin: 87px 0px 0px -23px;
  }

/* @end */