@charset "UTF-8";
@import url(css_font_awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 13pt;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body, input, select, textarea {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1rem;
    line-height: 1.65;
}

body {
	background: #fff;
	background-color: #fff;
	color: #444;
	-ms-overflow-style: scrollbar;
	-webkit-text-size-adjust: none;
	padding-top: 3.25em;
	line-height: 1.65em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.35rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 0.9rem;
}

h6 {
	font-size: 0.7rem;
}



/* Seznamy UL OL LI */
ol, ul {
	list-style: none;
}

ul {
	margin: 0 0 2rem 0;
}

ul.ikony {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.ikony li {
	display: inline-block;
	padding: 0 1rem 0 0;
}

ul.ikony li .ikona:before {
    font-size: 2rem;
}



blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

.align-center {
	text-align: center;
}



/* Menu */
#menu {
	-moz-transform: translateX(20rem);
	-webkit-transform: translateX(20rem);
	-ms-transform: translateX(20rem);
	transform: translateX(20rem);
	-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.95);
	box-shadow: none;
	color: #000;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3rem 2rem;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 20rem;
	z-index: 10002;
}

#menu > ul {
	margin: 0 0 1rem 0;
}

#menu > ul.links {
	list-style: none;
	padding: 0;
}

#menu > ul.links > li {
	padding: 0;
}

#menu > ul.links > li > a:not(.button) {
	border: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.125);
	color: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 3.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

#menu > ul.links > li > a:not(.button):hover {
	color: #FFF;
}

#menu > ul.links > li > .button {
	display: block;
	margin: 0.5rem 0 0 0;
}

#menu > ul.links > li:first-child > a:not(.button) {
	border-top: 0 !important;
}

#menu .close {
	text-decoration: none;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	color: #999999;
	cursor: pointer;
	display: block;
	height: 3.25rem;
	line-height: 3.25rem;
	padding-right: 1.25rem;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	vertical-align: middle;
	width: 7rem;
}

#menu .close:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#menu .close:before {
	content: '\f00d';
	font-size: 1.25rem;
}

#menu .close:hover {
	color: #000;
}

@media screen and (max-width: 736px) {
	#menu .close {
		height: 4rem;
		line-height: 4rem;
	}
}

#menu.visible {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
	visibility: visible;
}

@media screen and (max-width: 736px) {
	#menu {
		padding: 2.5rem 1.75rem;
	}
}


/* Hlavicka */
@-moz-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

#header {
	background: rgba(0, 0, 0, 0.975);
	color: #a6a6a6;
	cursor: default;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#header p {
	color: #bbb;
}

#header > .logo {
	display: inline-block;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#header > .logo a {
	font-size: 1.35em;
	color: #fff;
	text-decoration: none;
}

#header > .logo a:hover {
	color: rgba(255, 255, 255, 0.65);
}

#header > .logo span {
	font-weight: 400;
	font-size: .8em;
	color: rgba(255, 255, 255, 0.65);
}

#header > a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: inline-block;
	padding: 0 0.75em;
	color: inherit;
	text-decoration: none;
	color: #FFF;
}

#header > a:hover {
	color: #f2f2f2;
}

#header > a[href="#menu"] {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#header > a[href="#menu"]:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#header > a[href="#menu"]:before {
	margin: 0 0.5em 0 0;
}

#header > a + a[href="#menu"]:last-child {
	border-left: solid 1px rgba(0, 0, 0, 0.15);
	padding-left: 1.25em;
	margin-left: 0.5em;
}

#header > a:last-child {
	padding-right: 1.25em;
}



/* Obalka */
.obalka {
	padding: 6rem 0 4rem 0 ;
	position: relative;
	margin: 0;
}

.obalka > .inner {
	margin: 0 auto;
	width: 95%;
}

.obalka.styl-2 {
	background-color: #f2f2f2;
	color: #444;
}

.obalka.styl-2 header p {
	color: #999999;
}


.obalka.styl-3 {
	background-color: #000;
	color: #bfbfbf;
	/* background-image: url(../images/bg.jpg); */
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

.obalka.styl-3 .inner {
	position: relative;
	z-index: 2;
}

.obalka.styl-3 header p {
	color: #999999;
}

.obalka.styl-3 p {
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 500;
	margin: 0 0 .5rem 0;
	padding: 0 0 1rem 0;
	letter-spacing: .25rem;
}

.obalka.styl-3 p:after {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.obalka.styl-3:before {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.95);
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.obalka.styl-3 h1, .obalka.styl-3 h2, .obalka.styl-3 h3, .obalka.styl-3 h4, .obalka.styl-3 h5, .obalka.styl-3 h6 {
	color: #ffffff;
}

.box {
	margin-bottom: 2rem;
	background: #fff;
}

.obalka.styl-2 .box {
	border-color: rgba(0, 0, 0, 0.15);
}

.box .obsah {
	padding: 3rem;
}

.box > :last-child, 
.box > :last-child > :last-child, 
.box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}

.box header p:after {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.125);
} 

.box header p {
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 300;
	margin: 0 0 0.25rem 0;
	padding: 0 0 0.75rem 0;
	letter-spacing: .25rem;
}


.box header h2 {
	margin-bottom: 2rem;
	color: #000;
}


/* Section / Article */
section.special, article.special {
	text-align: center;
}

header p {
	position: relative;
	margin: 0 0 1.5rem 0;
}

header h2 + p {
	font-size: 1.25rem;
	margin-top: -1rem;
}

header h3 + p {
	font-size: 1.1rem;
	margin-top: -0.8rem;
}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9rem;
	margin-top: -0.6rem;
}

header p {
	color: #bbb;
}




/* Paticka */
#footer {
	padding: 4rem 0 2rem 0;
	background: #000;
	text-align: center;
}

#footer a {
	color: rgba(255, 255, 255, 0.5);
}

#footer a:hover {
	color: #fff;
}

#footer .copyright {
	color: #bbb;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	padding: 0;
	text-align: center;
}



/* Ikony */
.ikona {
	text-decoration: none;
	border-bottom: none;
	position: relative;
	color: rgba(0, 0, 0, 0.65);
	font-size: 1.2rem;
	padding-left: 0.35rem;
}

.ikona:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.ikona > .nazev {
    display: none;
}


/* Tabulka */
.tabulka-obalka {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.75rem;
	margin: 0 0 2rem 0;
	width: 100%;
}

table.alt {
	border-collapse: separate;
}

table thead {
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

table.alt thead {
	border-bottom: 0;
}

table th {
	font-weight: 700;
	padding: 0 0.75rem 0.75rem 0.75rem;
	text-align: left;
	color: #000;
	vertical-align: bottom;
	font-size: 0.95em;
	line-height: 1.25em;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table tbody tr {
	border-color: rgba(0, 0, 0, 0.15);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(0, 0, 0, 0.075);
}

table td {
	padding: 0.75rem 0.75rem;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

