@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

body
{
text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
color: #FFF;
background-color: #000;
font-family: 'Open Sans', sans-serif;
margin: 0 !important;
overflow: hidden;

transition: 1.5s;
}

#all
{
cursor: default;
}

h1
{
font-size: 50px;
line-height: 60px;
}

h3
{
font-size: 25px;
line-height: 40px;
}

/* IMG */
#outer_img {
display: table;
position: absolute;
height: 100vh;
width: 100vw;

background-image: url('bg1.jpg');
background-position: center center;
background-size: cover;
filter: brightness(40%);
}

/* Center */
.outer {
display: table;
position: absolute;
height: 100vh;
width: 100vw;
}

.middle {
display: table-cell;
vertical-align: middle;
}

.inner {
width: 80vw;
margin-left: auto;
margin-right: auto;
}

#poczatek
{
text-align: center;
transition: 1.5s;
opacity: 0;
display: none;
}

#clockdiv
{
text-align: center;
font-size: 30px;
}

/* Zegarek */
#clockdiv > div
{
padding: 15px;
padding-top: 0px;
min-width: 90px;
height: 92px;
text-align: center;
margin: 0px 15px;
display: inline-block;
}

#clockdiv div > span
{
margin-bottom: -10px;
font-size: 80px;
display: inline-block;
}

.smalltext
{
padding-top: 4px;
font-size: 25px;
border-top: 5px solid;
}

#advert
{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#inde
{
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

/*Zegarek  Na telefonie */
@media screen and (max-width: 1000px)
{
  #clockdiv > div
  {
    width: 70px;
  }

  #clockdiv div > span
  {
  font-size: 60px;
  }

  .smalltext
  {
  font-size: 18px;
  border-top: 3px solid;
  }

  .inner {
  width: 90vw;
  }
}

/* More */
#more
{
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
}
#more div div
{
  display: inline-block;
}

/* Checkbox */
.paper-toggle{
  clear: both;
  margin: 0px;
}

.paper-toggle input:empty
{
  display:none;
}

.paper-toggle
{
  position: absolute;
  top: 122px;
  left: 200px;
	cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paper-toggle input:empty ~ label:before,
.paper-toggle input:empty ~ label:after
{
  position: absolute;
	display: block;
  content: ' ';
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.paper-toggle input:empty ~ label:before
{
    top: 3px;
    left: 4px;
    width: 34px;
    height: 14px;
    border-radius: 6px;
    background-color: #5a5a5a;
    opacity: 0.60;
}

input.switch:empty ~ label:after
{
    top: 0px;
    left: 0px;
    width: 1.4em;
    height: 8px;
    bottom: 0.1em;
    margin-left: 0.1em;
    background-color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    border-color: #5a5a5a;
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.75);
}

.paper-toggle input:checked ~ label:before
{
	background-color: rgb(212, 255, 0);
}

.paper-toggle input:checked ~ label:after
{
	left: 16px;
  background-color: rgb(212, 255, 0);
  border-color: rgb(212, 255, 0);
}

/* Inputs */
input[type="date"],
input[type="time"],
input[type="text"],
input[type="submit"]
{
border: none;
border-bottom: 2px solid;
outer: none;
background: none;
color: #FFF;
text-align: center;
font-size: 25px;
line-height: 40px;
height: 40px;
font-family: 'Open Sans', sans-serif;
transition: .5s;
}
input[type="submit"]
{
border-bottom: none;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="text"]:hover,
input[type="submit"]:hover
{
outline: none;
background-color: rgba(255, 255, 255, 0.2);
}

/* Inputs box */

#box
{
font-size: 15px;
line-height: 20px;
}
#box > input[type="mail"],
#box > input[type="password"],
#box > input[type="date"],
#box > input[type="time"],
#box > input[type="text"],
#box > input[type="submit"]
{
border: none;
border-bottom: 1px solid;
outer: none;
background: none;
color: #FFF;
text-align: left;
font-size: 15px;
line-height: 20px;
height: 20px;
width: 200px;
margin: 2px;
font-family: 'Open Sans', sans-serif;
transition: .5s;
}
#box > input[type="submit"]
{
border-bottom: none;
cursor: pointer;
padding-left: 2px;
}

#box > input[type="mail"]:focus,
#box > input[type="password"]:focus,
#box > input[type="date"]:focus,
#box > input[type="time"]:focus,
#box > input[type="text"]:focus,
#box > input[type="submit"]:focus,
#box > input[type="mail"]:hover,
#box > input[type="password"]:hover,
#box > input[type="date"]:hover,
#box > input[type="time"]:hover,
#box > input[type="text"]:hover,
#box > input[type="submit"]:hover
{
outline: none;
background-color: rgba(255, 255, 255, 0.2);
}


/* selection color */
::selection
{
color: #FFF;
background: rgba(0, 0, 0, 0);
}
