/*  Default styles are from 921px up.
    Styles suppo
    This page contains just block & form inside it - therefor it does not need to be structured more

*/


.background {
  //background: url("https://www.bb.cz/files/wifi.jpg") no-repeat center center fixed;
  background-color: #F0B600;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.container {
  align:center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin-left: 25%;
  margin-right: 25%;
}

.container_1 {
  align:center;
  margin-top: 20px;
  margin-bottom: -20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15%;
  margin-right: 15%;
}


.container_gdpr {
  align:center;
  margin-top: 20px;
  margin-bottom: 100px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-left: 10%;
  margin-right: 10%;
}

.center {text-align: center}
.logo {margin-top: 150px}

#back {width: 20%}
#gonet {width: 60%}

.after_form{margin-top: 30px}

.form {
      border-radius: 5px;
      padding: 20px;
      margin-left: 20%;
      margin-right: 20%
}
.content.center{
    position: relative;
    top: -10px;
  }
.input-wrapper{
    position: relative;
    top: -10px;
  }

/* start of wifi animation */

.wifi-symbol {
  display: none;
  margin-bottom: 20px
}

.wifi-symbol [foo], .wifi-symbol {
  position: relative;
  top: -75px;
  display: inline-block;
  width: 150px;
  height: 150px;
  left: 75px;
  -ms-transform: rotate(-45deg) translate(-100px);
  -moz-transform: rotate(-45deg) translate(-100px);
  -o-transform: rotate(-45deg) translate(-100px);
  -webkit-transform: rotate(-45deg) translate(-100px);
  transform: rotate(-45deg) translate(-100px);
}

.wifi-symbol .wifi-circle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21.42857px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #EFB52A;
  border-style: solid;
  border-width: 1em 1em 0 0;
  -webkit-border-radius: 0 100% 0 0;
  border-radius: 0 100% 0 0;
  opacity: 0;
  -o-animation: wifianimation 2s infinite;
  -moz-animation: wifianimation 2s infinite;
  -webkit-animation: wifianimation 2s infinite;
  animation: wifianimation 2s infinite;
}

.wifi-symbol .wifi-circle.first {
  -o-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.wifi-symbol .wifi-circle.second {
  width: 5em;
  height: 5em;
  -o-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.wifi-symbol .wifi-circle.third {
  width: 3em;
  height: 3em;
}

.wifi-symbol .wifi-circle.fourth {
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: #EFB52A;
  -o-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

@-o-keyframes wifianimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opacity: 1;
  }
  6% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@-moz-keyframes wifianimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opacity: 1;
  }
  6% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes wifianimation
{
  0% {
    opacity: 0.4;
  }
  5% {
    opacity: 1;
  }
  6% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

/* end of wifi animation */

input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
}

input[type=submit] {
    width: 100%;
    background-color: #583219;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

input[type=submit]:hover {
  background-color:#EFB52A;
  color: #583219
}

h1 {
  font-family: "Boulevard-betaoneBold", 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: #583219;
}

h2 {
  font-family: "Boulevard-betaoneBold", 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #583219;
}

p {
  font-family: "Boulevard-betaoneBold", 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: lighter;
  color: #000000;
}

.footer p {
  font-family: "Boulevard-betaoneBold", 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #583219;
  position: relative;
  top: -10px;
}

a {color:#EFB52A}
a:hover {color:#EAA80E}

.footer {}
.after_form{}


body {
  text-align: center;
  vertical-align: center;
}


/* tablet portrait */
@media (max-width: 920px) {
  .logo {margin-top: 30px}

  .container {
    align:center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 20 10 20 10;
    border-radius: 0px;
    margin-left: 0%;
    margin-right: 0%;
  } 

  .container_gdpr {
    align:center;
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }
}


/* mobile potrait */
@media (max-width: 500px) {
  h1 {
    font-size: 30px
  }

  p {
    font-size: 16px;
    font-weight: lighter;
  }

  .content {
    display: inline-block;
    vertical-align: middle;
  }


  .container {
    align:center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 20 10 20 10;
    border-radius: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .container_gdpr {
    align:center;
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }

  #back {width: 30%}

}
