html, body { margin: 0; }

body.fullscreen { position: fixed; width: 100%; overflow-y: scroll; }

#mother { position: relative; overflow: hidden; }

.push-header { height: 90px; }
.header { position: absolute; left: 0; top: 0; width: 100%; height: 50px; background: #fff; z-index: 2; }
.header.affix { position: fixed; top: 0; }
.header .container { position: relative; }
.header .logo { position: absolute; left: 10px; top: 5px; height: 40px; font-size: 38px; text-decoration: none; overflow: hidden; }
.header .logo span:before { transition: color .2s ease, background .2s ease; }
.header .logo .icon-cloud { font-size: 24px; vertical-align: top; }
.header .logo:hover .icon-logo .path1:before, .header .logo:hover .icon-cloud .path2:before { color: #15d6ff; }
.header .logo:hover .icon-logo .path2:before, .header .logo:hover .icon-cloud .path1:before { color: #4d6b74; }
.header .logo-czechglobe { position: absolute; left: 180px; top: 8px; font-size: 32px; }
.header .container > ul { float: right; margin: 0; padding: 0; }
.header .container > ul:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.header #menu { position: absolute; display: none; float: none; left: 0; top: 50px; width: 100%; background: #fff; border-bottom: 1px solid #15d6ff; }
.header .container > ul > li { margin: 0; padding: 0 0; }
.header .container > ul > li > a { display: block; position: relative; padding: 10px 19px; font-size: 16px; line-height: 1.875; font-weight: bold; text-decoration: none; }
.header #menu li { border-top: 1px solid #15d6ff; }
.header #menu li li { border-top-color: #8aebff; }
.header .container > ul > li > ul { padding: 0; background: #15d6ff; }
.header .container > ul > li > ul > li > a { display: block; position: relative; padding: 10px 19px; font-size: 16px; line-height: 1.875; font-weight: bold; color: #fff; text-decoration: none; }
.header .container > ul > li > ul > li > a > img { display: inline-block; margin-right: 20px; vertical-align: middle; }
@media (min-width: 768px) {
	.header { top: 20px; }
	.header .logo { left: 67px; }
	.header .logo-czechglobe { left: 267px; }
	.header #menu { position: static; display: block; float: right; left: auto; top: 0; width: auto; border-bottom: 0 none; }
	.header #menu li { border-top: 0 none; }
	.header .container > ul > li { float: left; padding: 10px 0; }
	.header .container > ul > li > a { padding: 0 19px; }
	.header .container > ul > li.active > a { color: #4d6b74; }
	.header .container > ul > li > ul { display: none; position: absolute; left: 10px; top: 50px; right: 10px; padding: 24px 0; z-index: 1; }
	.header .container > ul > li.expandable:hover > a:before { bottom: -10px; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(21, 214, 255, 0); border-bottom-color: #15d6ff; border-width: 8px; margin-left: -8px; }
	.header .container > ul > li:hover > ul { display: block; }
	.header .container > ul > li > ul > li { }
	.header .container > ul > li > ul > li > a { display: inline-block; font-size: 18px; font-weight: normal; line-height: 60px; }
	.header .container > ul > li > ul > li > a:hover { opacity: .8; }
}


.subheader { position: absolute; left: -1px; top: 0; width: 399px; background: #fff; z-index: 1; }
.subheader .row { margin: 0 1px 0 0; }
.subheader .btn-block { margin-left: -9px; margin-right: -9px; padding: 10px 0; font-size: 14px; line-height: 16px; font-weight: normal; }
.subheader .btn-block.active { padding-bottom: 12px; color: #4d6b74; background: #f7f7f7; z-index: 1; }

.map-container { position: relative; height: 500px; margin-left: -9px; margin-right: -9px; overflow: hidden; }
.map-container-narrow { margin: 0; }
body.fullscreen .map-container { position: fixed; left: 9px; top: 0; right: 9px; bottom: 0; height: auto; z-index: 2; }
.map-container .btn-fullscreen { position: absolute; left: 374px; top: 48px; z-index: 2; font-size: 16px; line-height: 1; text-decoration: none; }
body.fullscreen .map-container .icon-enlarge { display: none; }
body.fullscreen .map-container .icon-shrink { display: block; }
.map { position: relative; height: 100%; margin-left: 399px; background: #f6f6f5; z-index: 0; }
.map-container-narrow .map { margin-left: 0; }
.map-title { margin: 10px; padding: 12px; background: #fff; box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3); border-radius: 2px; }
.map-title h3 { padding: 0; font-size: 16px; line-height: 1.125; }
.map-bar { position: absolute; left: 0; top: 38px; bottom: 0; width: 378px; padding: 10px 8px 10px 10px; border-right: 2px solid #fff; font-size: 12px; background: #f7f7f7; z-index: 1; }
.map-bar h3 { position: relative; padding: 0 14px 0 0; font-size: 16px; line-height: 1.125; }
.map-bar select { width: 100%; margin-top: 7px; border: 1px solid #15d6ff; font-size: 11px; line-height: 1.1429; background: #f7f7f7; }
.map-bar .sep { display: inline-block; width: 8px; }
.map-bar a { text-decoration: none; }
.map-bar .controls { font-size: 34px; }
.map-bar .controls .big { font-size: 45px; }
.map-bar .controls .sep { width: 0; }
.map-legend-push { height: 206px; }
.map-legend { position: absolute; left: 10px; bottom: 10px; right: 8px; max-height: 196px; overflow-y: auto; }
.map-legend img { display: inline-block; vertical-align: bottom; max-width: 100%; max-height: 100%; }
.map-expandable { position: absolute; left: -100%; left: calc(-100% + 398px); top: 0; bottom: 0; width: 100%; padding: 10px 10px 10px 410px; background: #f7f7f7; overflow-y: auto; transition: left .5s ease; box-sizing: border-box; }
.map-expandable.show, .map-expandable.show-always { left: 0; }
.map-expandable h2 { text-align: center; }
.map-opacity { width: 28px; margin: 10px;  padding: 0; text-align: center; color: #666666; background: #fff; box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3); border-radius: 2px; }
.map-opacity a { display: inline-block; padding: 2px 0; font-size: 18px; text-decoration: none; }
.map-opacity .separator { position: relative; overflow: hidden; width: 67%; height: 1px; left: 16%; background-color: rgb(230, 230, 230); top: 0px; }
.map-opacity .info { padding: 5px 0; text-align: center; }
.map-opacity .info .icon-eye { font-size: 14px; }
.map-graph { background-color: #f6f6f5; }
.map-downloads a { white-space: nowrap; }
.map-downloads p { padding-bottom: 6px; }
.graph { width: 100%; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }

.toggles { color: #15d6ff; }
.toggles:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.toggles a { text-decoration: none; }
.toggles .dot { position: relative; display: block; float: left; min-width: 38px; margin: 0 0 8px 0; padding: 7px 5px 0px 5px; text-align: center; }
.toggles .dot.active { color: #4d6b74; }
.toggles .dot span { display: inline-block; margin: 0 0 3px 0; padding: 3px; font-size: 18px; line-height: 1; background: #fff; border-radius: 50%; }
.toggles .dot:before { content: ""; position: absolute; left: 0; top: 33%; right: 0; border-top: 2px solid #cdd9db; z-index: -1; }
.toggles .dot:first-child { padding-left: 0; }
.toggles .dot:first-child:before { left: 50%; }
.toggles .dot:last-child { padding-right: 0; }
.toggles .dot:last-child:before { right: 50%; }
.toggles .dot-minus:before, .toggles .dot-plus:before { top: 41%; }

.breadcrumbs { margin: 0; padding: 24px 0 0 0; font-size: 14px; line-height: 1.7143; font-weight: bold; text-align: left; opacity: .5; text-shadow: 1px 1px 0 #fff; }
.breadcrumbs:hover { opacity: 1; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs li a { text-decoration: none; }
.breadcrumbs li a:after { content: " / "; padding: 0 4px; }

.signpost { margin: 0; padding-bottom: 12px; font-size: 0; }
.signpost li { display: inline-block; margin: 0; padding: 0 42px 12px 0; font-size: 18px; }
.signpost li:last-child { padding-right: 0; }
.signpost li a { font-weight: bold; }

.accordion { color: #15d6ff; }
.accordion h3 { padding: 0; }
.accordion .box p { display: none; position: relative; margin-top: 6px; font-size: 16px; line-height: 1.3125; }
.accordion .box p:before { content: "—"; display: block; margin-bottom: 6px; text-align: center; }
/*.accordion .box:hover, .accordion .box:hover h3 { color: #fff; }
.accordion .box:hover:before { background: #15d6ff; }
.accordion .box:hover p { display: block !important; }*/

.columns { margin: 0; padding: 0; }
.columns li { margin: 0; padding: 3px 0; line-height: 1; }
.columns li a { text-decoration: none; }
.columns li.active, .columns li.active a { color: #4d6b74; }

.contact div:first-child:before { content: ""; position: absolute; right: 10px; top: 24px; width: 0; height: 0; border-style: solid; border-width: 0 16px 16px 0; border-color: transparent #ffffff transparent transparent; }
.contact img, .contact .blank { margin-top: 28px; margin-bottom: 24px; }
.contact .blank { display: block; max-width: 100%; padding-top: 100%; background: #15d6ff; }

.legend { width: 100%; margin: 0; padding: 0; font-size: 12px; line-height: 16px; }
.legend thead:after { border: 0 none; }
.legend td { padding: 2px 10px 2px 0; border: 0 none; vertical-align: top; }
.legend td span { display: block; width: 22px; height: 14px; border: 1px solid #d2d2d2; }

.footer { margin-top: 48px; padding: 48px 0 24px 0; font-size: 14px; line-height: 1.5714; color: #4d6b74; background: #303e48; }
.footer .inversed { background: #f7f7f7; }
.footer .inversed > div { padding-top: 16px; padding-bottom: 16px; }
.footer hr { margin: 24px 0; }
.footer a { color: #4d6b74; }
.footer a:hover { color: #15d6ff; }
.footer ul { padding-bottom: 0; }
.footer li { padding: 0 0 6px 0; }
.footer p { padding-bottom: 0; }
.footer h4 a, .footer li a { text-decoration: none; }
.footer .copyright a { display: inline-block; text-decoration: none; }
.footer .icon-logo-kreatura { font-size: 20px; vertical-align: middle; }
.footer .icon-logo-eea { margin-left: 24px; font-size: 68px; vertical-align: middle; }
.footer img { display: inline-block; height: 68px; margin-left: 24px; vertical-align: middle; }

div.table { display: table; width: 100%; }
div.table div.trow { display: table-row; }
div.table div.trow:hover { background: #F5FDFF; }
div.table div.trow div.tcell { display: table-cell; padding: 5px 2px; }
div.table strong { font-size: 14px; }
div.table div.tcell.center input[type="text"] { margin-top: 6px; }

div.table input[type="text"] { width: auto; padding: 0 4px; border: 1px solid #15d6ff; font-size: 12px; line-height: 21px; }

.kristalovalupa { display: block; margin: 48px auto 0 auto; }
.kristalovalupa img { display: block; margin: 0 auto; max-width: 100%; }