body {
  background: url('../../img/wiem-co-jem/button/tlo.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:-webkit-full-screen {
  background: url("../../img/wiem-co-jem/button/tlo.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:-moz-full-screen {
  background: url("../../img/wiem-co-jem/button/tlo.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:-ms-full-screen {
  background: url('../../img/wiem-co-jem/button/tlo.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:-o-full-screen {
  background: url("../../img/wiem-co-jem/button/tlo.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:full-screen {
  background: url("../../img/wiem-co-jem/button/tlo.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body:fullscreen {
  background: url("../../img/wiem-co-jem/button/tlo.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.demo{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) blur(1px) opacity(.6);
}
footer{
	position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 20px 50px;   
	display: block;
}
footer .footer-title {
    margin: 13px 0 0;
    font-size: 19px;
    color: #b6b6b7;
    font-weight: 700;
	display:inline-block;
}

.popup{
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    background: #029C84;
    width: 470px;
    color: #d4d4d4;
    text-align: center;
    border-radius: 25px;
    position: absolute;
	top:20%;
	left:39%;
    z-index: 1;
	margin: 0 auto;
    display: inline-block;
}
.popuptext h1{
	color:#fff;
}

.popup .button {
    background: #01AB90;
    bottom: -25px;
    width: 120px;
    padding: 9px 0;
    position: absolute;
    left: 85px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
html, body {height: 100%;}
#ciemno{
    visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	}
/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.buyFull{
	display:inline-block; 
	height:100%; 
	width:300px;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #ccc;
}
.buyFull .button{
	background: #0099ca;
    width: 120px;
    padding: 10px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
