/*-----------------------------------*\
  $RESET
\*-----------------------------------*/
@charset "UTF-8";
@font-face {
  font-family: 'FuturaBold';
  src: url('fonts/FuturaBT-Bold.eot');
  src: url('fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/FuturaBT-Bold.woff') format('woff'),
url('fonts/FuturaBT-Bold.ttf') format('truetype'),
url('fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*-----------------------------------*\
  $LAYOUT
\*-----------------------------------*/
a {
  text-decoration: none;
}
.wrap {
  width: 298px;
  height: 248px;
  font-size: 14.5px;
  line-height: 1.1em;
  position: absolute;
  border: 1px solid rgb(199, 199, 199);
  overflow: hidden;
}
.transparent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
  z-index: 49;
}
.refresh {
      position: absolute;
      height: 15px;
      width: 15px;
      top: 2px;
      right: 2px;
      opacity: 1;
	  z-index: 999;
    }
.textbox {
  position: absolute;
  color: rgb(0, 97, 153);
  width: 175px;
  left: 105px;
  height: 53px;
  text-align: left;
  top: 30px;
  z-index: 4;
}
.textbox2 {
  position: absolute;
  color: rgb(0, 97, 153);
  top: 105px;
  height: 75px;
  left: 185px;
  width: 100px;
  text-align: left;
  opacity: 0;
  z-index: 4;
}
.green {
  color: rgb(164, 207, 122);
}
.on {
  opacity: 1;
}
.off {
  opacity: 0;
}
.btnUp1{
  position: absolute;
  backface-visibility: hidden;
  top: 30px;
  left: 3px;
}
.buttons{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width:70px;
  height: 116px;
  background-image:url(images/bg.png);
  background-repeat:no-repeat;
  z-index: 5;
}
.calendar {
  height: 116px;
  width: 70px;
  top: 20px;
  left: 10px;
  position: absolute;
  opacity: 5;
}

.house {
  position: absolute;
  left: 64px;
  top: 84px;
  z-index: 1;
}
.sold {
  position: absolute;
  left: 75px;
  top: 150px;
  z-index: 2;
}
.couple {
  position: absolute;
  left: 168px;
  top: 131px;
  z-index: 2;
}
.movingvan {
  position: absolute;
  top: 149px;
  z-index: 3;
}
.smoke {
  position: absolute;
  top: 185px;
  left: 110px;
  z-index: 3;
}
.logo {
  display: block;
  width: 109px;
  height: 52px;
  margin: 20px auto;
  opacity: 0;
}
.btn {
  display: block;
  background: #00927f;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  position: relative;  /*Parent MUST be relative*/
  z-index: 50; /*Set width/height of the div in 'parent'*/
  width: 225px;
  transition: padding 200ms;
  line-height: 16px;
  height: 26px;
  text-align: left;
  margin-top: 125px;
  font-size: 16px;
  padding-top: 11px;
  padding-left: 10px;
}
.btn:before {
  content: "❯";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 19%;
  background: #575757 none repeat scroll 0% 0%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
}
.btn:hover {
  padding-right: 15px;
}
/*-----------------------------------*\
  $BASE
\*-----------------------------------*/

html, body {
  font-family: FuturaBold;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #FFFFFF;
}
