@import url('libs/scrollpane.css');

*{
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */

    -webkit-text-size-adjust: 100%;

    /*-webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;*/
    margin: 0;
    padding: 0;
}

span {
  margin: 0;
  padding: 0;
  font-size: auto;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
}

/* FF thick font fix */
html,body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    /*font-weight: lighter !important;*/
  }
}
/**/

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0;
  padding:0;
  background: rgba(255,255,255, 1);
  font-family: 'Oswald', 'Arial', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFF;
  width: 100%; height: 100%;
  overflow: hidden;
}

body {
  width: 100%; height: 100%;
  overflow: hidden;
}


#ieWrapper {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000;
  color: rgb(227,220,209);
  z-index: 9999999999;
}

#ieMessage {
  position: absolute;
  width: 450px; height: 100px;
  top: 50%; left: 50%;
  margin-left: -175px; margin-top: 50px;
  text-align: center;
}

#ieMessage img {
  position: absolute;
  display: block;
  top: -200px; left: 25px;
  width: auto; height: 150px;
}
