* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'open sans'; }

img {
  border: 0; }

h1, h2, h3 {
  font-weight: 200; }

h1 {
  font-size: 38pt; }

h2 {
  font-size: 24pt; }

h3 {
  font-size: 20pt; }

p {
  font-size: 14pt;
  font-weight: 400; }

a {
  color: #0062ff;
  text-decoration: none; }

a:hover {
  color: #00dcb4;
  text-decoration: none; }

div.mainscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.browser-rest {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hands.png") center no-repeat; }

.browser-rest > h1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 58pt;
  margin-top: -250px;
  margin-left: -450px;
  line-height: 1.2; }

.browser-rest > h2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 24pt;
  font-weight: 400;
  margin-top: -50px;
  margin-left: -445px; }

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -215px;
  padding: 15px 0 15px 25px;
  width: 215px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

nav.closed {
  -webkit-animation-name: slide-left;
  -moz-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

nav.open {
  -webkit-animation-name: slide-right;
  -moz-animation-name: slide-right;
  animation-name: slide-right;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes slide-right {
  from {
    left: -215px; }

  to {
    left: 0px; } }

@-moz-keyframes slide-right {
  from {
    left: -215px; }

  to {
    left: 0px; } }

@-o-keyframes slide-right {
  from {
    left: -215px; }

  to {
    left: 0px; } }

@keyframes slide-right {
  from {
    left: -215px; }

  to {
    left: 0px; } }

@-webkit-keyframes slide-left {
  from {
    left: 0px; }

  to {
    left: -215px; } }

@-moz-keyframes slide-left {
  from {
    left: 0px; }

  to {
    left: -215px; } }

@-o-keyframes slide-left {
  from {
    left: 0px; }

  to {
    left: -215px; } }

@keyframes slide-left {
  from {
    left: 0px; }

  to {
    left: -215px; } }

a.nav_button {
  display: block;
  width: 42px;
  height: 42px;
  margin-left: 205px;
  margin-bottom: -40px;
  background: none;
  border: none; }

a.nav_button:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px; }

nav > ul {
  list-style-type: none;
  margin: 20px 0 30px 0;
  padding: 0; }

nav > ul > li > a {
  display: block;
  width: 165px;
  padding: 8px 0 8px 8px;
  color: #FFF;
  font-size: 14pt;
  text-decoration: none; }

nav > ul > li > a:hover {
  background: #00dbaa;
  border-radius: 5px;
  color: #FFF; }

nav > ul > li > a > img {
  width: 165px; }

nav > ul.badges {
  margin-top: 35px; }

nav > ul.badges > li {
  margin-top: 20px; }

nav > ul.badges > li > a {
  padding: 0; }

nav > .likebutton {
  position: absolute;
  display: block;
  bottom: 25px; }

a.link_mac_direct {
  display: inline;
  font-size: 10pt;
  margin-left: 35px; }

a.link_mac_direct:hover {
  background: none; }

.fadein {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.fadein_roller {
  -webkit-animation-name: fadein_roller;
  -moz-animation-name: fadein_roller;
  animation-name: fadein_roller;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.fadein_delay {
  -webkit-animation-name: fadein_delay;
  -moz-animation-name: fadein_delay;
  animation-name: fadein_delay;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.fadeout {
  -webkit-animation-name: fadeout;
  -moz-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.peer_appear {
  -webkit-animation-name: peer_appear;
  -moz-animation-name: peer_appear;
  animation-name: peer_appear;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes fadein_roller {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein_roller {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein_roller {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadein_roller {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    padding-top: 30px;
    opacity: 0; }

  to {
    padding-top: 0px;
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    padding-top: 30px;
    opacity: 0; }

  to {
    padding-top: 0px;
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    padding-top: 30px;
    opacity: 0; }

  to {
    padding-top: 0px;
    opacity: 1; } }

@keyframes fadein {
  from {
    padding-top: 30px;
    opacity: 0; }

  to {
    padding-top: 0px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    padding-top: 0px;
    opacity: 1; }

  to {
    padding-top: 30px;
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    padding-top: 0px;
    opacity: 1; }

  to {
    padding-top: 30px;
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    padding-top: 0px;
    opacity: 1; }

  to {
    padding-top: 30px;
    opacity: 0; } }

@keyframes fadeout {
  from {
    padding-top: 0px;
    opacity: 1; }

  to {
    padding-top: 30px;
    opacity: 0; } }

@-webkit-keyframes fadein_delay {
  0% {
    padding-top: 30px;
    opacity: 0; }

  70% {
    padding-top: 30px;
    opacity: 0; }

  100% {
    padding-top: 0px;
    opacity: 1; } }

@-moz-keyframes fadein_delay {
  0% {
    padding-top: 30px;
    opacity: 0; }

  70% {
    padding-top: 30px;
    opacity: 0; }

  100% {
    padding-top: 0px;
    opacity: 1; } }

@-o-keyframes fadein_delay {
  0% {
    padding-top: 30px;
    opacity: 0; }

  70% {
    padding-top: 30px;
    opacity: 0; }

  100% {
    padding-top: 0px;
    opacity: 1; } }

@keyframes fadein_delay {
  0% {
    padding-top: 30px;
    opacity: 0; }

  70% {
    padding-top: 30px;
    opacity: 0; }

  100% {
    padding-top: 0px;
    opacity: 1; } }

@-webkit-keyframes peer_appear {
  from {
    -webkit-transform: scale(0.5);
    opacity: 0; }

  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes peer_appear {
  from {
    -moz-transform: scale(0.5);
    opacity: 0; }

  to {
    -moz-transform: scale(1);
    opacity: 1; } }

@-o-keyframes peer_appear {
  from {
    -o-transform: scale(0.5);
    opacity: 0; }

  to {
    -o-transform: scale(1);
    opacity: 1; } }

@keyframes peer_appear {
  from {
    transform: scale(0.5);
    opacity: 0; }

  to {
    transform: scale(1);
    opacity: 1; } }

.message {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%; }

.message > h1 {
  font-size: 58pt;
  color: #FFF;
  font-weight: 200;
  width: 100%; }

.message > a {
  font-size: 18pt;
  color: #FFF;
  font-weight: 200; }

.message > a:hover {
  color: #00dcb4; }

div.peer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%; }

.peer_bg {
  display: block;
  border-radius: 8px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #FFFFFF; }

.peer_droparea {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 230, 173, 0.8) url("../img/drop_here.png") center no-repeat;
  border-radius: 8px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #FFFFFF; }

.peer_label {
  position: absolute;
  left: 0;
  color: #FFF;
  font-size: 18pt;
  content: "Device name"; }

.peer_progress {
  font-size: 54pt;
  font-weight: 200;
  color: #FFF; }

.peer_status {
  font-size: 24pt;
  font-weight: 200;
  color: #FFF; }

.animated {
  width: 300px;
  height: 300px;
  background: url("../img/img_test2.png") center no-repeat;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

#filedrop {
  z-index: 1001;
  position: fixed;
  height: 1px;
  width: 1px;
  /*height: 100%;*/
  /*width: 100%;*/
  top: 0px;
  /*margin-top: -100%;*/ }

input {
  display: block;
  float: left;
  width: 240px;
  height: 35px;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #ccc;
  font-family: 'open sans', Myriad Pro, Arial, Verdana;
  font-size: 16pt;
  font-weight: 400; }

input[type="submit"] {
  width: 120px;
  height: 37px;
  margin-left: 10px;
  background: #0062ff;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14pt;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

input[type="submit"]:hover {
  border: 0;
  background: #00dcb4; }

.container {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%; }

.container-black {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 500px;
  margin-top: -250px;
  margin-left: -350px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  border-radius: 6px; }

.container-content {
  display: block;
  left: 50%;
  width: 720px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0px;
  background: none; }

.container-content > h2 {
  font-weight: 400; }

.container-full-length {
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 35px;
  background: #f4f4f4; }

.footer {
  display: block;
  padding-bottom: 80px; }
