/*** RESET ***/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 1em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    /*user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
}

*, *::before, *::after {
    -webkit-transition: .5s;
    -box-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

:hover,:active,:focus {
    outline: 0 !important;
}

html, body {
    min-height: 100%;
    font-family: sans-serif;
    font-size: 1rem;
    position: relative;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
}

article, footer, header, section {
    display: block;
}

ol, ul {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    color: initial;
}

a img {
    border: none;
}

a, button, input[type="submit"] {
    cursor: pointer !important;
}

button {
    // background-color: transparent;
}

img {
    width: 100%;
    height: auto;
}

img::selection {
    fill: none;
    color: none;
    display: none;
    background: none;
}

input[type="text"], input[type="number"], input[type="search"], input[type="email"], textarea {
    text-align: left;
    max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="submit"] {
    background-color: transparent;
}

label {
    display: inline;
}

textarea {
    resize: vertical;
}

/*** END RESET ***/
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:black;
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
  transition: 1s;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

img {
  max-width: 100%;
  width: 100%
}