body {
	background: #1e1516;
}

main, footer, aside, .megaubytko {
	padding: 0 50px;
	color: white;
	font-size: 20px;
	display: block;
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
}

.megaubytko a {
	color: pink;
}
.btn {
	padding: 12px 24px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	background: #ccc;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	color: black;
	text-decoration: none;
}

h1, h2, h3, .sleva {
	font-family: 'Lucida Grande';
	margin: 0;
}

h1 {
	color: lightcoral;
	font-size: 42px;
	padding-bottom: 20px;
	text-align: center;
}

h2 {
	color: #bada55;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid lightgrey;
	padding-bottom: 20px;
}

h3 {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}

.sleva {
	color: pink;
	font-size: 20px;
	text-align: center;
}

.container {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 33%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  padding-left: 20%;
  padding-right: 20%;
  border: none;
}

/* layout */
.group {
	font-size: 0;
	display: block;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

figure {
	position: relative;
	font-size: 16px;
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
	font-weight: bold;
	color: white;

	width: 33.333333333%;
	margin: 0;
	float: left;
}

figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
}

.gallery {
	font-size: 0;
}

.gallery img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	opacity: .9;
}

#overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
}

#overlay img {
	margin-top: 2%;
	border: 5px solid white;
	width: 1100px;
	height: auto;
	border-radius: 5px;
}

.gallery-set {
	margin-bottom: 75px;
}

.table {
	padding-left: 200px;
	padding-right: 200px;
}

/* media queries */
@media ( max-width: 1000px ) {
	figure { width: 50%; }
	.table {padding-left: 100px;
		padding-right: 100px;
	}
}

@media ( max-width: 600px ) {
	figure { width: 100%; }
	.table {padding-left: 0;
		padding-right: 0;
	}
}

.cenik {
	color: dimgray;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 26px;
	text-align: center;
}

.fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
	color: black;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid lightgrey;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
	border-bottom: darkgrey;
}

.fl-table tr.blok2 {
	background-color: #F8F8F8;
	border-top: 1px solid #333;
}
  
  /* Třetí blok – ještě výrazněji oddělit */
.fl-table tr.blok3 {
	background-color: #F8F8F8;;
	border-top: 1px solid #333;
}
  
.menu {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.menu li {
	float: left;
}

.fa {
	vertical-align: middle;
}

.contact {
	max-width: 1150px;
	padding: 0 1.25em; /* 20/16 */
	margin: 0 auto;
}

footer {
	color: #fff;
	background: #333;
	text-align: center;
}

.pre-footer .personal {
	width: 100%;
	margin: 1.5em 0 0;
}

.personal li {
	float: none;
	display: inline-block;
	padding: 2em 0 2.7em 0;
	margin-right: 10.4633782%;
}

.personal a {
	color: #fff;
	text-decoration: none;
}

.personal .fa {
	font-size: 1.75em; /* 28/16 */
	margin-right: 0.3em;
}
