html, body {
	background: White;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, select, table {
	font-family: 'Roboto Condensed', sans-serif;
	color: #222222;
	font-weight: 300;
}

hr {
	height: 1px;
	color: #e8e8e8;
	background: #e8e8e8;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}

address {
	font-style: normal;
	display: block;
	margin: .5em 0;
}

.hlavni {
	margin-top: 0;
}

h1 {
	font-size: 2.2em;
	margin: 12px 0 14px 0;
	line-height: 1.2em;
	font-weight: 300;
}

h2 {
	font-size: 1.8em;
	margin: 1em 0 1em 0;
	line-height: 1.2em;
	font-weight: 300;
}

h3 {
	font-size: 1.4em;
	margin: 1em 0 1em 0;
	line-height: 1.2em;
	font-weight: 300;
}

h4 {
	font-size: 1em;
	margin: 1.8em 0 1em 0;
	line-height: 1.2em;
}

a {
	color: #222;
}

.bold, strong, strong strong {
	font-weight: 400 !important;
}

input, textarea, select, button, .btn {
	margin: 2px 0;
	border: 1px solid #DCDCDC;
	padding: 3px 5px;
	display: inline-block;
	background: White;
	text-decoration: none;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

body {
	font-size: .95em;
	line-height: 1.45em;
}

.header {
	background: #189d9f;
	color: White;
}

.section {
	margin: 0 auto;
	position: relative;
	max-width: 1350px;
	width: 100%;
	padding: 0 10px;
}

col2 .section {
	max-width: 960px;
}

.col3 .section {
	max-width: 1230px;
}

col4 .section {
	max-width: 1400px;
}

.col5 .section {
	max-width: 1620px;
}

.col6 .section {
	max-width: 1900px;
}

.logo, .topNav, .ggt {
	float: left;
}

header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 50px;
}

.topNav li {
	padding: 0 5px;
}

.topNav li a {
	text-transform: uppercase;
	color: White;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 8px;
	font-weight: 400;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	line-height: 1.2em;
	text-align: center;
	display: block;
}

.topNav ul {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topNav li a:hover {
	background: rgba(0, 0, 0, .25);
	color: White;
}

.logo {
	padding: 0 0 0 0;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.logo a {
	padding: 0 0 0 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
}

.logo img {
	display: block;
	max-width: 300px;
	width: 100%;
	height: auto;
}

.logo a:hover {
	text-decoration: none;
	color: White;
}

.icons {
	text-align: right;
}

.icons a {
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(0, 0, 0, .25);
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	margin: 3px 3px;
}

.icons a:hover {
	background-color: rgba(0, 0, 0, .5);
	color: White;
}

.content {
	padding: 20px 0;
}

#stred, #right {
	float: left;
}

#stred {
	width: calc(100% - 343px);
}

#right {
	width: 343px;
	padding: 20px 0 20px 30px;
}

.xlayout #stred {
	width: 100%;
	float: none;
}

footer p {
	font-size: .875em;
	margin: 0;
	padding: 0 0;
}

footer a span {
	text-decoration: underline;
}

.blok {
	padding-top: 17px;
	clear: both;
}

.coinDetail #right .blok:first-child {
	padding-top: 0;
}

.blok h2 {
	text-transform: uppercase;
	color: #189d9f;
	border-bottom: 3px solid #189d9f;
	font-size: 1.1em;
	font-weight: 400;
	padding-bottom: 4px;
	margin: 0 0 3px 0;
}

.blok select {
	margin-bottom: 3px;
}

.blok input {
	width: 100%;
}

.btn {
	width: auto;
	background: #189D9F;
	color: White;
	text-transform: uppercase;
	border-color: #189D9F;
	text-decoration: none;
	display: inline-block;
	margin: 2px 0;
	vertical-align: middle;
}

.btn2 {
	background: #fff;
	border-color: #DCDCDC;
	color: Black;
}

.btn:hover, .btn2:hover {
	background: #127677;
	color: White;
	text-decoration: none;
	border-color: #127677;
}

.btn2:hover {
	border-color: #189D9F;
	background: #189D9F;
}

.btn i {
	vertical-align: middle;
	opacity: 0.45;
	padding-right: 4px;
}

.btn span {
	background: #C40000;
	display: inline-block;
	color: White;
	font-size: .7em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 22px;
	margin: -5px 0;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	text-align: center;
}

.bann {
	margin-bottom: 10px;
}

.bann img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 222px;
}

#right h2 {
	margin: 0 0 3px 0;
	font-size: 1em;
	line-height: 1.2em;
}

.banner {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(50%, #fafafa), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ededed 0%, #fafafa 50%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fafafa), to(#ededed));
	background: linear-gradient(to bottom, #ededed 0%, #fafafa 50%, #ededed 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
}

.banner {
	margin-bottom: 5px;
	text-shadow: 0 0 6px rgba(255, 255, 255, .9);
	background: #F5F5F5;
	background-position: 100% center;
	background-repeat: no-repeat;
	border: 1px solid #E2E2E2;
	padding: 8px 15px;
	color: Black;
	display: table;
	width: 100%;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.1em;
}

.banner span span {
	display: table-cell;
}

.banner+.banner {
	text-align: right;
	background-position: 0% center;
}

.banner:hover {
	text-decoration: none;
	color: Black;
	border-color: #EAEAEA;
	-webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 25px rgba(0, 0, 0, .2);
}

.galerka {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.col2 .galerka td {
	width: 50%;
}

.col3 .galerka td {
	width: 33.333%;
}

.col4 .galerka td {
	width: 25%;
}

.col5 .galerka td {
	width: 20%;
}

.col6 .galerka td {
	width: 16.666%;
}

.galerka td {
	vertical-align: top;
	text-align: center;
	padding: 5px 0 10px 0;
	border: 2px dotted #ededed;
	max-width: 300px;
}

.galerka td div, .galerka td article {
	padding: 3px 5px;
	height: 100%;
}

.galerka .spec.noZoom {
	padding-right: 46px;
}

.galerka .spec {
	margin: 0 auto 10px auto;
	text-align: center;
	color: black;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 36px;
	padding: 0 2px 0 10px;
	max-width: 240px;
}

.galerka a .pic {
	display: block;
	max-width: 155px;
	margin: 0 auto;
}

.galerka a {
	display: block;
}

.galerka img {
	margin: 0 auto;
	display: block;
	height: auto;
	width: 100%;
	max-width: 155px;
	text-align: center;
}

.lazyLoading img {
	display: block;
	left: 0;
	top: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
}

.lazyLoading:after {
	content: ' ';
	border-radius: 50%;
	width: 32px;
	height: 32px;
	border: 2px solid #000;
	border-color: #189d9f rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
	z-index: 1;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	background-color: rgba(255, 255, 255, 0.75);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.lazyLoading {
	display: block;
	position: relative;
	height: 0;
	padding: 0;
	padding-bottom: 205.17%;
	width: 100%;
	margin: 0 auto;
}

.lazyLoading.square {
	padding-bottom: 100%;
}

.galerka h3 {
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 400;
	font-size: 1em;
}

.galerka p {
	padding: 0 10px;
	margin: 0;
	font-size: .9em;
	line-height: 1.3em;
}

.galerka a {
	text-decoration: none;
}

.galerka h3 a {
	display: block;
	padding: 10px 5px;
	padding-bottom: 0;
}

.galerka h4 {
	font-weight: 300;
	color: #343434;
	display: block;
	font-style: normal;
	font-size: .85em;
	line-height: 1.2em;
	margin: 5px 0 0 0;
}

.galerka td:hover {
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
}

.galerka a:hover .flag {
	border-color: #189d9f;
}

.galerka .flag {
	background: transparent no-repeat 0px 0;
	background-size: contain;
	display: inline-block;
	float: left;
	width: 26px;
	height: 18px;
	border: 1px solid #E3E3E3;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 7px;
}

.zoomButton {
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #dedede;
	text-align: center;
	width: 42px;
	height: 42px;
	float: right;
	line-height: 41px;
	color: silver;
	font-size: 18px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all .25s;
	transition: all .25s;
	margin-top: -5px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.zoomButton:hover {
	background: #189D9F;
	color: white;
	border-color: #189d9f;
	-webkit-animation: zoomin .75s;
	animation: zoomin .75s;
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

.navigation {
	margin: 10px 0 10px 0;
	padding: 3px 0;
	font-weight: 400;
	line-height: 1.7em;
}

.navigation a, .navigation span {
	background: #189D9F;
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	color: white;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.navigation a:hover, .navigation .aktiv {
	color: White;
	background: #127879;
	text-decoration: none;
}

.navigation p {
	margin: 0;
	text-align: center;
	padding: 2px 0;
}

.serie {
	border-bottom: 3px solid #189d9f;
	padding-bottom: 8px;
}

.serie fieldset {
	display: table;
	width: 100%;
}

.serie label {
	text-transform: uppercase;
	color: #189d9f;
	font-size: 1.3em;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	white-space: nowrap;
}

.serie p, .serie .tt {
	margin: 0;
	display: table-cell;
	width: 100%;
}

#right .serie {
	border-bottom: 0 solid #189d9f;
	padding-bottom: 0;
}

#right .serie label {
	display: none;
}

#right .serie p {
	display: block;
}

.content > h1:first-child {
	margin-top: 0;
}

.content ul li {
	margin: .25em 0;
}

.content ul {
	margin: 1em 0;
	text-align: left;
	margin-left: 1.2em;
	padding: 0;
	list-style-image: url(/img/li.png)
}

.inf th {
	font-weight: 300;
	font-style: normal;
	padding: 2px 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: .9em;
	color: rgba(52, 52, 52, 0.75);
}

.inf td {
	font-weight: 400;
	padding: 2px 0 2px 10px;
	font-size: 1em;
	vertical-align: top;
}

.inf td a {
	text-decoration: none;
}

.inf td img {
	border: 1px solid #E3E3E3;
	vertical-align: middle;
}

table.tab {
	font-size: 1em;
	border: 1px solid white;
	border-collapse: collapse;
	margin: 12px 0;
	width: auto;
	line-height: 1.2em;
}

table.tab th {
	color: black;
	font-size: .85em;
	line-height: 1.2em;
	padding: 10px 7px;
	font-weight: 300;
	text-align: center;
	border: 1px solid white;
}

table.tab td {
	border: 1px solid white;
	padding: 9px 6px;
	background: #F7F7F7;
	font-size: .9em;
}

.tab tr:nth-of-type(odd) td {
	background-color: white;
}

table.tab tr:hover td {
	background-color: #E2E2E2;
}

table.mTab {
	width: 100%;
}

table.mTab img {
	max-width: 24px;
	height: auto;
	display: block;
}

table.mTab th {
	color: black;
	font-size: 1em;
	padding: 10px 6px;
	font-weight: 300;
	text-align: left;
	border-bottom: 3px solid #189D9F;
}

table.mTab td {
	padding: 9px 6px;
	background: #F7F7F7;
	font-size: .9em;
}

table.summary {
	table-layout: fixed;
	font-size: 1em;
	min-width: 60%;
}

table.summary td {
	text-align: center;
	font-weight: 400;
	padding: 2px 0
}

table.summary td.not span {
	opacity: .4;
}

table.summary th {
	padding: 0 0;
	font-size: 1em;
	font-weight: 400;
}

table.summary th {
	background: #E8E8E8;
}

table.summary a {
	text-decoration: none;
	color: Black;
	display: block;
	padding: 10px 8px;
}

.tabScroll {
	max-width: 100%;
	overflow: auto;
}

table.summary td a {
	border: 2px solid #189D9F;
	border-radius: 50%;
	display: block;
	line-height: 32px;
	width: 36px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

table.summary span {
	display: block;
	padding: 10px 0;
}

table.summary a:hover {
	background: #189D9F;
	color: White;
}

.formik th {
	padding: 6px 10px 2px 0;
	border: 0;
	vertical-align: top;
}

.formik td {
	padding: 2px 5px;
	border: 0;
}

.pic {
	display: block;
	position: relative;
}

.lupa {
	position: absolute;
	bottom: 0;
	right: 0;
}

.newimg {
	position: absolute;
	left: 4px;
	top: 3px;
}

.plnasirka {
	width: 350px;
}

.coinContent {
	text-align: center;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.coinContent img {
	max-width: 100%;
	height: auto;
}

.jakoP img.obr {
	max-width: 50%;
	height: auto;
}

.maxWidthCoinBox {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.coinContent .detailCoinImg {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.revor select {
	max-width: 45px;
	margin: 2px 0;
}

.revor .btn {
	margin: 2px 0 2px 5px;
	font-size: .85em;
}

.jakoP img.obr {
	margin-right: 15px;
	margin-bottom: 5px;
}

.jakoP img {
	display: block;
	margin: 0 auto;
}

.jakoP {
	margin: 20px auto 0 auto;
	font-size: 1.05em;
	text-align: left;
	line-height: 1.5em;
}

.textB {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	text-align: left;
}

.soc {
	text-align: center;
	padding-top: 4px;
}

.soc a, .onTop i {
	border: 1px solid #189D9F;
	font-size: 18px;
	color: #189D9F;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	margin: 0px;
	text-align: center;
	width: 40px;
	background: #189D9F;
	border-color: #189D9F;
	color: white;
	border-radius: 50%;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.soc a {
	background-color: white;
	color: #189d9f;
}

.onTop i {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
	box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.onTop {
	visibility: hidden;
	z-index: -5;
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	padding: 10px;
}

.onTop--on .onTop {
	visibility: visible;
	z-index: 100;
	opacity: 1;
}

.soc a:hover, .onTop:hover i {
	color: white;
	background: #189D9F;
	border-color: #189D9F;
}

.onTop:hover i {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/*hovers*/

a:hover {
	color: #189D9F;
	text-decoration: underline;
}


/*animace*/

a {
	-webkit-transition: color 0.4s, background-color 0.4s;
	transition: color 0.4s, background-color 0.4s;
}

.btn, button, .navig a, .galerka td, .banner {
	-webkit-transition: all 0.4s ease-out;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.adsnsBox:after {
	clear: both;
	height: 1px;
	content: ' ';
	display: block;
}

.adsnsBox {
	padding: 5px;
	border: 1px dotted #ededed;
	margin-top: 20px;
}

.adsns ins {
	display: block;
}

.adsns {
	margin: 10px auto;
}

.adsnsBox:before {
	content: 'advertising';
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	color: #c3c3c3;
	display: block;
	margin-bottom: 4px;
	text-align: left;
}

.vobsahu, .vobsahu ins, .contentBanner, .contentBanner ins {
	display: none;
}

.galerka .contentBanner td {
	padding: 10px 0 10px 0;
}

.adsnsIn {
	display: inline-block;
	text-align: left;
}

.fancyAdsns, .fancyAdsns ins {
	display: none;
}

.fancyAdsns>div {
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

@media (min-width: 1340px) and (min-height: 800px) {
	.fancybox-enabled .fancyAdsns ins {
		display: inline-block;
	}
	.fancybox-enabled .fancyAdsns>div {
		opacity: 1;
	}
	.fancybox-enabled .fancyAdsns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		top: 50%;
		right: 5px;
		width: 170px;
		z-index: 100000;
		height: 605px;
		margin-top: -300px;
	}
}

.label {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 1em;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.1);
	right: 5px;
	top: -5px;
	color: #666;
}

.pageHeader {
	margin-top: 12px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	;
}

.pageHeader .revor {
	white-space: nowrap;
	margin: 0;
	width: auto;
	padding: 4px 0;
}

.pageHeader h1 {
	margin: 0;
	padding-right: 15px;
}

font {
	display: inline;
}

.ggt a:hover {
	text-decoration: none;
}

.header .goog-te-gadget-simple {
	border: 0;
}

.advSearchClick i {
	padding-left: 10px;
}

.advSearchClick {
	cursor: pointer;
	text-decoration: underline;
	font-size: .85em;
	line-height: 1.25em;
	padding: 4px 0;
	text-align: right;
}

#search .row {
	margin-top: 10px;
}

.openSearch .advSearch {
	display: block;
}

.advSearch, .openSearch .advSearchClick {
	display: none;
}

.columns:after {
	clear: both;
	height: 1px;
	content: ' ';
	display: block;
}
