* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body {
  width: 100%;
  min-width: 100%;
  color: #000;
  font-family: "Poiret One", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;

/*
  letter-spacing: -10px;
  white-space: nowrap;
  */
}
a, a:hover {
  color: #000;
}
#container {
  width: 100%;
  min-width: 1024px;
  position: relative;
  height: auto;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#header {
  padding: 50px 0 30px;
}
#header h1 {
  text-align: right;
  font-size: 40px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
#header p {
  text-align: right;
  font-size: 12px;
}
.main_container {
  margin-bottom: -100px;
  
}
.device {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.screen {
  width: 100%;
  height: 100%;
  position: relative;
}
.pg-canvas {
  position: absolute;
}
.message {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#desktop {
  width: 100%;
  height: 736px;
  padding: 9% 11% 23% 8%;
  background-image: url(../images/desktop.png);
}
#desktop .pg-canvas {
  top: 0;
  left: 0;
}
#desktop .message {
  font-size: 300%;
  letter-spacing: -.05em;
  padding: 5% 15%;
  position: relative;
  z-index: 1;
}
#desktop .message p {
  display: block;
  margin-bottom: 5px;
  background: rgba(255,255,255,0.3);
  
}
#tablet {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 571px;
  height: 526px;
  padding: 5% 13%;
  background-image: url(../images/tablet.png);
}
#tablet .screen {
/*  background: #c1e9f2;*/
}
#tablet .message {
  font-size: 250%;
  letter-spacing: -.05em;
  padding: 60% 5%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #eee;
}
#tablet .pg-canvas {
  top: 0;
  left: 0;
}

#phone {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 160px;
  height: 336px;
}
#phone #phone_inner {
  width: 100%;
  height: 100%;
  padding: 7% 1.5% 5% 1.8%;
  background-image: url(../images/phone.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#phone .screen {
/*  background: #decbe3;*/
  width: 100%;
  height: 100%;
  display: table;
}
#phone .message {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 300%;
}
#phone .message a {
  width: 100%;
  direction: block;
  height: 100%;
  color: #ddd;
}
#phone .message a:hover {
  color: #666999;
}

#footer {
  position: absolute;
  bottom: -100px;
  height: 100px;
  width: 100%;
  text-align: right;
  padding-top: 30px;
}


@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
