/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

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

body {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    margin:0;
    paddong:0;
}

header {
    position: relative;
    min-height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #fff;
    background-image: url('../orzel.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
    -o-background-size: auto 50%;
}

header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width:100%;
    width:100%;
    text-align: center;
    z-index: 2; 
}

header .header-content .inner h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size:3vw;
    color: #000;
    text-shadow:1px 1px 1px #7B7979;
}

header .header-content .inner h5 {
    padding-top: 50px;
    margin-bottom: 0;
    font-size:2vw;
    color: #000;
}
header .header-content .inner h5 a {
    margin-top: 0;
    margin-bottom: 0;
    font-size:2vw;
    color: #000;
    text-decoration: none;
}

header .header-content .inner h1 {
    margin: 0 auto;
    font-size:3.5vw !important;
    color:crimson;
    font-weight:bold;
    width: 80%;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
}

header .header-content .inner h1.yes {
    margin-top: 0;
    margin-bottom: 0;
    font-size:10em !important;
    color:green;
    font-weight:bold;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

header .header-content .inner h5 span { font-size:1.25em; display:inline-block; }

.btn {
    background: #15c121;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #127c19;
    font-size: 2vw;
    font-weight: bold;
    cursor: pointer;
}

.fb-xfbml-parse-ignore {
    display: block;
    background: #4080ff;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #4267b2;
    font-size: 2vw;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.fb-xfbml-parse-ignore2 {
    display: inline-block;
    background: #4080ff;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #4267b2;
    font-size: 2vw;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.refresh {
    background: #000;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #000;
    font-size: 2vw;
    font-weight: bold;
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch1 {
    margin-right: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

label.label {
    display: inline-block;
    color: #000;
    line-height: 34px;
    font-weight: bold;
    height: 34px;
    margin-right: 30px;
    cursor: pointer;
}