body {
	font-size: 140%;
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.6;
}
h1 {
	color: FireBrick;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 260%;
}
h2, h3 strong,  {
	font-size: 180%;
}
h1, h2, h3 {
	font-family: 'Patrick Hand', cursive;
	margin-top: 60px;
}
h4 {
	font-family: 'Patrick Hand', cursive;
	font-size: 220%;
	margin: 20px 0 0 0;
	color: FireBrick;
}
h5 {
	font-family: 'Patrick Hand', cursive;
	font-size: 170%;
	margin: 20px 0 0 0;
	color: #000;
}

ul {
	text-align: left;
}
#wrap {
	max-width: 1100px;
	margin: 0 auto;
}
@-webkit-keyframes nailed {    
    from, to {    
        border-color: transparent    
    }    
    50% {    
        border-color: FireBrick    
    }    
}    
@keyframes nailed {    
    from, to {    
        border-color: transparent    
    }    
    50% {    
        border-color: FireBrick    
    }    
}    
.nailed{    
    border: 8px dotted FireBrick;
    -webkit-animation: nailed 1s step-end infinite;    
    animation: nailed 1s step-end infinite;    
	padding: 0 30px;
	margin: 20px 0 80px;
}
.stara-cena {
	text-decoration: line-through;
	color: #666;
}
strong {
	font-size: 150%;
	color: #000;
}
a:hover {
	text-decoration: none;
}
.red {
	color: FireBrick;
	font-weight: 700;
}
.fr {
	float: none;
	margin: 0;
}
.knof {
	padding: 20px 30px;
	background: FireBrick;
	color: #fff;
	text-decoration: none;
	margin: 20px auto;
	display: block;
	width: 230px;
}
.knof:hover {
	background: black;
}
@media (min-width: 768px) {
	.fr {
		float: right;
		margin: 0 0 10px 20px;
	}
}