@import url("timeline.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
* {
	box-sizing: border-box;
}
/* green - #61c250/#4D8B37, blue - #263f6a/#202937, green0 - #96D600, gray - #C4CCD4/#EEEEEE/#FBFBFB */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, .tile.text time, 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;
	outline: 0;
	vertical-align: baseline;
    scroll-behavior: smooth;
}
img {
	width: 100%;
	display: block;
}
.fit {
	max-width: 100%;
	width: auto;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.breadcrumb {
	margin: 0 0 1em 0;
}
.container {
	z-index: 0;
}
.tbord {
	border-top: 1px solid #999;
}
.bbord {
	border-bottom: 1px solid #999;
}
.vcent {
	display: flex;
	justify-content: center;
	align-items: center;
}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
img.scroll {
	position: absolute;
	top: 86%;
	margin: 0 49%;
	z-index: 9999;
	width: 2%;
}
#news {
	background-color: #fbfbfb;
}
.news {
    display: inline-block;
	width: 30%;
    /*min-height: 36em;*/
	margin: 0 3% 3% 0;
	padding: 2em;
    vertical-align: top;
	background-color: #e5e5e5;
}
.news:hover {
	background-color: #d6d6d6;
}
.news p a {
    text-decoration: underline;
    /*font-weight: bold;*/
}
.news h3 + p {
    margin-bottom: 3em;
}
/*.news:nth-child(odd) {
	background-color: #e5e5e5;
}
.news:nth-child(even) {
	background-color: #d6d6d6;
}*/
.news h3 {
	/*min-height: 7em;*/
	/*font-family: 'galano-medium', Helvetica, sans-serif, Arial;*/
    /*display: flex;
    align-self: flex-end;
    vertical-align: bottom;*/
    margin-bottom: 1em;
    margin-top: 2em;
}
.news-item h1 {
    margin: 0.8em 0;
}
#positions ol,
#positions ul, .news ul, .news ol, .vpravo ul, .vpravo ol {
	list-style: square inside;
	padding-left: 0em;
}
.inzerat ul, .inzerat ol {
	list-style: square outside;
	padding-left: 2em;
}
.news ul ul {
	list-style: circle outside;
}
#positions h3 {
	margin-bottom: 0.2em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.03em;
}
#positions select::-ms-expand {
	display: none;
}
#positions .row {
	border-top: 0px solid #ccc;
	padding: 0.6em 0 1em 0;
}
#positions .region {
	border-top: none;
	padding: 0;
}
#positions .pozice {
	border-top: none;
	padding: 0 0 2em 0;
}
#positions .col:nth-of-type(1) {
	width: 60%;
}
#positions .col:nth-of-type(2) {
	width: 40%;
}
a {
	color: #263f6a;
	text-decoration: none;
	font-family: 'galano-medium', Helvetica, sans-serif, Arial;
}
a.std {
	text-decoration: underline;
}
#positions h3 a, .topnews h3 a {
	text-decoration: none;
	color: #263f6a;
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
}
#positions h3 a:hover, .topnews h3 a:hover {
	color: #888;
}
a.anchor {
	display: block;
	position: relative;
	top: 2em;
	visibility: hidden;
}
#kontakt a.anchor {
	top: -10em;
}
#kontakt h3,
#positions .col h3, .inzerat .col h3, h4, .vpravo h3, .topnews h3, .topnews span, .topnews p, .historie h3 {
	color: #263f6a;
}
.clear {
	clear: both;
}
b, strong {
	font-family: 'galano-semi', Helvetica, sans-serif, Arial;
	font-weight: normal;
}
body, html {
	height: 100%;
	color: #263f6a;
}
/*stop font resizse ios - better to have thin in media queries*/
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
html {
	height: 100%;
}
@media (min-width:1em) {
.row {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.col {
	display: table-cell;
}
}
.wide {
	width: 100%;
	max-width: 100%;
}
img.atop {
	position: absolute;
	top: 8em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.padt {
	padding-top: 4rem;
}
.padr {
	/*padding-right: 4rem;*/
	padding-right: 3rem;
}
.padb {
	padding-bottom: 4rem;
}
.padl {
	/*padding-left: 4rem;*/
	padding-left: 3rem;
}
.big-padt {
	padding-top: 6rem;
}
.big-padb {
	padding-bottom: 6rem;
}
.big-padr {
	padding-right: 6rem;
}
.big-padl {
	padding-left: 6rem;
}
.small-padt {
	padding-top: 2rem;
}
.small-padb {
	padding-bottom: 2rem;
}
.small-padr {
	padding-right: 2rem;
}
.small-padl {
	padding-left: 2rem;
}
.tiny-padt {
	padding-top: 1rem;
}
.black, a.black, .black a, .black h1, .black h2, .black h3, .black h4, .black h5 {
	color: black;
}
.white, a.white, .white a, .white h1, .white h2, .white h3, .white h4, .white h5 {
	color: white;
}
.bgblue .white, .bgblue a.white, .bgblue .white a, .bgblue .white h1, .bgblue .white h2, .bgblue .white h3, .bgblue .white h4, .bgblue .white h5 {
	color: #C4CCD4;
}
.blue, a.blue, .blue a, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5 {
	color: #263E6A;
}
.green, a.green, .green a, .green h1, .green h2, .green h3, .green h4, .green h5 {
	color: #61c250;
}
.green2, a.green2, .green2 a, .green2 h1, .green2 h2, .green2 h3, .green2 h4, .green2 h5 {
	color: #4D8B37;
}
.gray, a.gray, .gray a, .gray h1, .gray h2, .gray h3, .gray h4, .gray h5 {
	color: #C4CCD4;
}
.gray2, a.gray2, .gray2 a, .gray2 h1, .gray2 h2, .gray2 h3, .gray2 h4, .gray2 h5 {
	color: #aaa;
}
.normal {
	text-transform: none;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.container {
	padding: 4em 0;
	width: 74%;
	margin: auto;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.lcont {
	padding-left: 13%;
}
.rcont {
	padding-right: 13%;
}
.container2 {
	padding: 0;
	width: 77%;
	margin: auto;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.container2 .col.bggray3 {
    padding: 4% 2%;
}
.bgtrans, a.bgtrans {
	background-color: transparent;
}
.bgwhite, a.bgwhite {
	background-color: white;
}
.bggreen, a.bggreen {
	background-color: #61C250;
}
.bgblue, a.bgblue {
	background-color: #202937;
}
.bggray0 {
	background-color: #FBFBFB;
}
.bggray1 {
	background-color: #EDF2F5;
}
.bggray2 {
	background-color: #DADFE3;
}
.bggray3 {
	background-color: #E5E5E5;
}
.pr1:hover, .pr2:hover, .pr3:hover {
	background-color: #999;
	cursor: pointer;
}
.member, .member div.container {
	background-color: #1F4363;
	overflow:: hidden;
}
.vysledky, .breadcrumb, .breadcrumb a {
	color: #ccc;
}
body {
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-size: 1.1vw;
	color: #263f6a;
	background-color: #f3f2f1;
	line-height: 1.4em;
	height: auto;
	position: relative;
}
.vpravo {
	line-height: 1.4em;
}
.trans1 {
    animation: trans1-frames 1s linear;
}
@keyframes trans1-frames {
    0% {opacity: 0; transform: translateY(2rem);}
    100% {opacity: 1; transform: translateY(0);}
}
.tr2 {
    /*text-align: center;
    padding-top: 1em;*/
}
.tr2 .img {
    position: relative;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
}
.tr2 .img:after {
    content:"";
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(to right, transparent 34%, #ccc 34%, #ccc 66%, #F3F2F1 66%);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: right center;
}
.tr2.bg2 .img:after {
    background-image: linear-gradient(to right, transparent 34%, #ccc 34%, #ccc 66%, #E5E5E5 66%);
}
.tr2.bgb .img:after {
    background-image: linear-gradient(to right, transparent 34%, #ccc 34%, #ccc 66%, #202937 66%);
}
.tr2.trans2 .img:after {
    background-position: left center;
    transition: all 1s linear;
}
p {
	/*line-height: 1.8em;*/
	margin-top: 1em;
	margin-bottom: 1em;
}
h1 {
	/*font-size: 3.6em;*/
	font-size: 5em;
	/*font-weight: normal;*/
	font-weight: 100;
	line-height: 1.1em;
    /*margin: 0;*/
    margin: 0.9em 0 0.7em 0;
	/*margin-bottom: 0.3em;*/
	font-family: 'wulkan', times;
}
.home2 h1 {width:60%;}
h2 {
	font-size: 5em;
	/*font-weight: normal;*/
	font-weight: 100;
	/*color: #61c250;*/
	line-height: 1.1em;
	text-transform: none;
	letter-spacing: 0;
    margin: 0.9em 0 0.7em 0;
	/*margin-bottom: 1em;*/
	font-family: 'wulkan', times;
	/*font-family: 'galano-reg', Helvetica, sans-serif, Arial;
*/
	font-weight: normal;
}
h3 {
	margin: 1.8em 0 1.2em 0;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.02em;
}
h3.wulkan {
	font-family: 'wulkan', times;
	margin: 1.2em 0 1em;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: normal;
}
.about2 h2, .about7 h2 {
	font-size: 4em;
}
.about2 .row {
	padding-top: 6%;
    padding-bottom: 6%;
}
.green, .number .green {
	color: #61c250;
}
.blue, .number .blue {
	color: #263f6a;
}
.title1 {
	/*text-align: center;
*/
	color: #5FA745;
	font-size: 1.2em;
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
	font-weight: 400;
    margin: 0;
	/*letter-spacing: 0.05em;
*/
	/*margin-bottom: 2em;*/
	text-transform: uppercase;
}
.fa-chevron-right::before {
	content: "\f054";
	font-size: 0.6em;
	margin-top: -1em;
	position: relative;
	top: -0.2em;
}
.box-text {
	display: table-cell;
	background-color: #fff;
	font-size: 1.1em;
	/*float: left;
*/
	margin: 0;
	padding: 5% 5% 5% 5%;
	width: 50%;
	box-sizing: border-box;
}
.box-text h2 {
	color: #263f6a;
	font-size: 1.7em;
	font-weight: normal;
	font-family: 'galano-semi', Helvetica, sans-serif, Arial;
	letter-spacing: 0.02em;
}
.box-img {
	position: relative;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	/*float: left;
*/
	margin: 0;
	padding: 0;
	width: 50%;
	height: 30em;
	box-sizing: border-box;
}
.tag {
	position: absolute;
	font-size: 1em;
	bottom: 3.4em;
	left: 1.3em;
}
.mh3 {
    min-height: 3.4em;
}
.mh4 {
    min-height: 4.4em;
}
.mh5 {
    min-height: 5.4em;
}
.lh06 {
    line-height: 0.6em;
}
.lh08 {
    line-height: 0.8em;
}
.lh10 {
    line-height: 1.0em;
}
.lh12 {
    line-height: 1.2em;
}
.lh14 {
    line-height: 1.4em;
}
.lh16 {
    line-height: 1.6em;
}
.lh18 {
    line-height: 1.8em;
}
.fs05 {
	font-size: 0.5em;
}
.fs06 {
	font-size: 0.6em;
}
.fs07 {
	font-size: 0.7em;
}
.fs08 {
	font-size: 0.8em;
}
.fs09 {
	font-size: 0.9em;
}
.fs10 {
	font-size: 1.0em;
}
.fs11 {
	font-size: 1.1em;
}
.fs12 {
	font-size: 1.2em;
}
.fs13 {
	font-size: 1.3em;
}
.fs14 {
	font-size: 1.4em;
}
.fs15 {
	font-size: 1.5em;
}
.fs16 {
	font-size: 1.6em;
}
.fs18 {
	font-size: 1.8em;
}
.fs20 {
	font-size: 2.0em;
}
.fs30 {
	font-size: 3.0em;
}
.fs40 {
	font-size: 4.0em;
}
.fs50 {
	font-size: 5.0em;
}
.s1 {
	font-size: 8.0em;
}
.s2 {
	font-size: 7.0em;
}
.s3 {
	font-size: 6.0em;
}
.s4 {
	font-size: 5.0em;
}
.s5 {
	font-size: 4.0em;
}
.logo {
	width: 9em;
	display: block;
	position: absolute;
	top: 5.5em;
	left: 4%;
	z-index: 2;
}
.topbar > a:first-child {
  position: absolute;
  display: inline-block;
  width: auto;
  min-width: 13.6em;
  height: 2.5em;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  /*border: 2px solid pink;*/
}
.logo-home {
	position: absolute;
	left: 2em;
	z-index: 2;
	top: 1.0em;
	/*height: 50%;*/
    height: auto;
	width: auto;
}
#ham {
	display: none;
	position: absolute;
	right: 10px;
	top: 1em;
    margin-bottom: 1.4em;
    background-color: rgba(240,240,240,0.6);
}
#ham .ham-frame {
	border: 1px solid #144356;
	width: 47px;
	height: 44px;
	position: absolute;
	top: -10px;
	left: -12px;
}
#ham .span-change {
	background-color: #144356
}
.menu {
	width: 100%;
	/*height: calc(100% - 4em);*/
	background: #ffffff;
	position: fixed;
	top: 4.6em;
	left: 0;
	text-align: center;
    /*padding: 1em 0;*/
	/*display: flex;
	justify-content: center;
	align-items: center;
*/
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0s 0.5s;
	z-index: 9;
}
.menu a {
	text-decoration: none;
	color: #263f6a;
    font-weight: normal;
    font-size: 0.8em;
}
.menu li {
    padding: 0 0 0.1em;
	border-bottom: 1px solid #ccc;
}
.open-menu {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
}
.topbar {
	padding: 0 10%;
	box-sizing: border-box;
	width: 100%;
	height: 4.6em;
	overflow: hidden;
	position: fixed;
	margin-bottom: 0;
	z-index: 998;
	background: #202937;
}
#frm-menu input {
	position: fixed;
	display: none;
	top: 4em;
	right: 3em;
	width: 18em;
	text-align: left;
}
#frm-menu input.open {
	display: block;
	position: absolute;
	top: 1em;
    top: calc(2.4em - 2.5vw)
	height: 5vw;
	right: 4em;
	width: 8em;
	width: 20vw;
}
#lang {
	position: absolute;
	top: 1.0em;
	right: 9em;
	right: 9.5vw;
	/*right: calc(5% + 4.2em);
*/
	z-index: 2222;
}
#lang ul {
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-decoration: none;
}
#lang ul a {
	text-decoration: none;
	color: #263f6a;
}
#lang ul a.active {
	color: #61c250;
}
#search {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
    margin: 1.5em 3.2em 0 0;
    padding: 1px 0 0 2.6em;
	border-left: 1px solid #999;
}
#search a {
}
#search img {
	width: 1.5em;
    transition: all 0.1s ease;
}
.investments #search img, .impact #search img {
    /*filter: invert(15%) sepia(14%) saturate(1153%) hue-rotate(177deg) brightness(90%) contrast(95%);*/
    /*filter: invert(18%) sepia(85%) saturate(570%) hue-rotate(182deg) brightness(95%) contrast(88%);*/
    /*filter: invert(18%) sepia(71%) saturate(595%) hue-rotate(180deg) brightness(96%) contrast(88%);*/
    /*filter: invert(19%) sepia(79%) saturate(508%) hue-rotate(177deg) brightness(92%) contrast(88%);*/
    /*filter: invert(22%) sepia(15%) saturate(2277%) hue-rotate(179deg) brightness(93%) contrast(90%);*/
    filter: invert(90%) sepia(10%) saturate(100%) hue-rotate(178deg) brightness(93%) contrast(90%);
}
#search img:hover {
	/*fill: green;*/
    /*filter: invert(67%) sepia(8%) saturate(3192%) hue-rotate(65deg) brightness(100%) contrast(81%);*/
    filter: invert(57%) sepia(61%) saturate(423%) hue-rotate(65deg) brightness(103%) contrast(92%);
}
.vysledky {
	margin-bottom: 1.2em;
}
#spacer {
	padding-top: 4em;
}
nav {
	font-size: 1.5em;
	font-weight: 800;
	color: #144356;
	line-height: 2em;
	transition: all 0.5s;
	list-style-type: none;
	padding: 0;
	opacity: 1;
}
nav ul, nav ul li {
	list-style-type: none;
	padding: 0;
}
#topbar {
	transition: all 0.5s;
}
#topnav {
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
	font-size: 1em;
	text-transform: none;
	line-height: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	position: fixed;
	right: 9.8em;
	top: 0;
    padding: 1em 0 0 0;
	z-index: 101;
	transition: all 0.5s;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li.parent {
	display: inline-block;
	margin: 0 2em 0 1em;
	padding: 0;
    /*position: relative;*/
}
#topnav li.parent a.top {
	display: inline-block;
	padding: 1em 2px 0.8em 0;
	text-decoration: none;
	color: #E6ECF2;
    background: linear-gradient(to right, #61c250 50%, transparent 50%);
    background-size: 200% 1px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#topnav li.active a.top {
    color: white;
    background: linear-gradient(to left, white 50%, #61c250 50%);
    background-size: 200% 1px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#topnav li.parent a.top {
	margin: 0 0.2em 0 0;
    transition: background-position 100ms linear;
}
#topnav li.parent a:hover, #topnav li.parent.active a:hover {
	color: white;
    background-position:left bottom;
}
#topnav li ul.sub {
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
	font-size: 1.0em;
	line-height: 1.0em;
	position: absolute;
    /*left: 0;*/
	width: auto;
	display: none;
	text-align: left;
	z-index: 999;
    padding: 0 1em;
    margin-left: -1em;
	background-color: rgba(38,47,62,0.9);
	transition: all 0.5s;
}
#topnav li ul.sub li {
    margin-left: 0;
}
#topnav li ul.sub a {
	display: block;
	float: none;
	border-top: 1px solid #888;
	text-transform: none;
	width: 100%;
    color: #E6ECF2;
    padding: 0.5rem 0 0.7rem 0;
}
#topnav li ul.sub li:first-of-type a {
	border-top: 1px solid #202937;
}
#topnav li:hover ul.sub {
	display: block;
    background-position:left bottom;
}
.padr1 {
	padding-right: 1em;
}
.logo-nav {
	margin-bottom: 2em;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: transparent;
}
.swiper-container-horizontal>.swiper-scrollbar {
	display: none;
}
.slide-cont {
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	max-height: 80%;
	max-height: calc(100vh - 6em);
}
.slide-cont video {
	z-index: 1;
	width: 100%;
	left: 0;
}
.slide-cont img {
	width: 100%;
	left: 0;
}
.vpravo .slide-cont h4 {
	text-transform: none;
	margin: 1em 0;
}
.slide-text {
	z-index: 5;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	text-align: left;
	padding: 0 20%;
}
.slide-text p {
	font-size: 3.2vw;
	font-family: 'galano-reg', Helvetica, sans-serif, Arial;
	color: white;
	line-height: 1.1em;
	letter-spacing: 0;
}
.slide-text span {
}
.slide-text .s3 {
	font-size: 0.7em;
	display: block;
	margin-top: 1.2em;
}
.slide-text .button {
	margin-top: 2em;
	background-color: transparent;
	border: 1px solid #fff;
	display: none;
}
.slide-text .button a:hover {
	background-color: #61c250;
}
.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: auto;
    width: 41px;
    height: 41px;
    background-size: auto auto;
    margin-top: 0;
    /*background-position: bottom left;*/
	/*width: 64px;
	height: 69px;
	background-size: 26px 37px;*/
}
.swiper-button-next {
	background-image: url('../img/ico-sipka-doprava.gif');
    left: 43px;
}
.swiper-button-prev {
	background-image: url('../img/ico-sipka-doleva.gif');
    left: 0;
}
.swiper-pagination {
	text-align: left;
	padding-left: 20%;
	padding-bottom: 1em;
	width: auto;
	/*position: absolute;
*/
}
.swiper-pagination-bullet {
	background: #eee;
	opacity: 1
}
.swiper-pagination-bullet-active {
	background: #61c250;
}
.swiper-pagination-bullet {
	width: 0.5em;
	height: 0.5em;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.3em;
}
.anim-up {
	transform: translateY(10em);
}
.anim-down {
	transform: translateY(-10em);
}
.slide-up {
	transform: translateY(0);
	transition: all 1800ms ease;
/* custom */
}
.slide-left {
	transform: translateX(-69em);
}
.slide-right {
	transform: translateX(0);
	transition: all 800ms ease;
/* custom */
}
.scale {
	transform: scale(0.8,0.8);
	transition: all 800ms ease;
}
.scale-up {
	transform: scale(1,1);
}
.rowo {
	overflow: hidden;
}
.col50 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.number {
	margin: 0 0 0.5em 0;
	font-size: 3em;
    line-height: 1em;
	font-family: 'wulkan', times;
}
.p2 {
	width: 1%;
}
.p2 {
	width: 2%;
}
.p3 {
	width: 3%;
}
.p4 {
	width: 4%;
}
.pp {
	width: 3em;
}
.p5 {
	width: 5%;
}
.p6 {
	width: 6%;
}
.p7 {
	width: 7%;
}
.p8 {
	width: 8%;
}
.p9 {
	width: 9%;
}
.p10 {
	width: 10%;
}
.p15 {
	width: 15%;
}
.p20 {
	width: 20%;
}
.p25 {
	width: 25%;
}
.p30 {
	width: 30%;
}
.p33 {
	width: 33%;
}
.p40 {
	width: 40%;
}
.p45 {
	width: 45%;
}
.p50 {
	width: 50%;
	/*height: 12em;*/
}
.p60 {
	width: 60%;
}
.p70 {
	width: 70%;
}
.p80 {
	width: 80%;
}
.p90 {
	width: 90%;
}
.p100 {
	width: 100%;
}
.p33 img {
	/*height: 2em;
*/
}
.p50 img {
	/*height: 2em;
*/
}
.p100 img {
	/*height: 2em;
*/
}
.p20 .number {
}
.p25 .number {
	height: 14%;
}
.p33 .number {
	height: 14%;
}
.p50 .number {
	margin: 0;
}
.p100 .number {
	/*height: 12%;
*/
	margin: 0;
}
#career .number {
	/*color: #96d600;
	font-size: 4em;
	height: 1.8em;
*/
	margin: 0;
}
.foot {
	/*padding: 1em 0 0;*/
	background: #f3f2f1;
	color: #263f6a;
	font-size: .9em;
	z-index: 999;
	line-height: 2em;
}
.foot a {
	color: #263f6a;
	text-decoration: none;
	/*color: #fff;
*/
}
.foot .container {
	overflow: hidden;
	padding: 0 0 2em 0;
	/*width: 90%;
*/
}
.foot .footrow {
	padding: 6em 0 6em 0;
}
.foot .row1 {
	height: 20em;
}
.foot .col1 {
	margin-top: 0;
}
.foot .col3 {
	margin-top: 0;
}
.foot .col4 {
	margin-top: 0;
}
.foot .title2 {
	display: block;
	width: 90%;
	border-bottom: 1px solid #263f6a;
	margin-bottom: 1.4em;
	line-height: 2em;
}
.foot-logo {
	display: inline-block;
	height: 2em;
	vertical-align: top;
	width: auto;
}
.foot .container img {
	max-height: 2.8em;
	width: auto;
}
.foot .loga img {
	margin-right: 2em;
}
.foot3 {
	background: #61c251;
	padding: 1em 0;
	color: white;
}
.foot3 a {
	margin-right: 2em;
	vertical-align: top;
}
.foot3 a.soc-icon {
	padding: 0;
	display: inline;
	margin-right: 0.2em;
	margin-top: 5px;
}
.foot3 img.soc-icon {
	height: auto;
	display: inline-block;
}
.fleft {
	float: left;
}
.foot-right {
	display: inline-block;
	float: right;
	margin-right: 15%;
	vertical-align: bottom;
}
.foot-right a {
	margin-right: 2em;
}
.col + .cl {
}
.col + .cc {
	width: 30%;
}
.col + .cr {
	width: 35%;
}
.shift {
    margin:-8em 0 0 auto;
}
.invest1 {
    background-image: url('../img/sedmicka.png');
    background-position: right 7vw top 50em; 
    background-repeat: no-repeat; 
    background-size: 40% auto;
    /*background-image: url('../img/sedmicka.png'), url('../img/assets-diagram.svg');
    background-position: right 7vw top 50em, center bottom -10em; 
    background-repeat: no-repeat; 
    background-size: 40% auto, 100% auto;*/
}
.invest1 .gbox {
    position: relative;
    top: -18em;
}
.invest2 {
    margin-top: -10em;
}
.invest4 .gbox {
    position: relative;
    top: -22em;
}
.invest3n {
    background: transparent url('../img/img-invest3n.jpg') no-repeat right 10vw top 9vw;
    background-size: 56%; 
}
.invest4n {
    background: #202937 url('../img/img-invest4n.jpg') no-repeat right 10vw top 9vw;
    background-size: 56%; 
}
.case {
    color: #93A5B6;
    width:100%;
    border-bottom: 1px solid #93A5B6;
    padding-bottom: 4px;
    margin-bottom: 2em;
}
.study {
    position: relative;
    left: -9vw;
    border: 1px solid #93A5B6;
    padding: 2em 2em 0 9vw;
    width: 120%;
    margin-bottom: 4em;
    background: transparent url("../img/bg-impact-ruzek.gif") right bottom no-repeat;
    background-position: right -1px bottom;
}
.ruzek1 {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 30px;
    width: 26px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.box {
	margin: 0;
	padding: 0 0 0.2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/*display: block;
*/
	width: 3rem;
	height: 3rem;
	border: 1px solid #C4CCD4;
	text-align: center;
}
.box.active {
	background-color: #C4CCD4;
	color: #202937;
}
.about11 .box {
    color: #93A5B6;
	border-color: #93A5B6;
}
.impact .box {
    color: #93A5B6;
	border-color: #93A5B6;
    font-size: 0.9em;
    position: relative;
}
.impact .box.ruzek2 {
    background: transparent url("../img/bg-impact-ruzek2.gif") right bottom no-repeat;
    background-size: 12px 12px;
    background-position: right -1px bottom -1px;
}
.impact .box.ruzek2:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.case0b {
    background: transparent url('../img/sedmicka.png') no-repeat right 10vw bottom;
    background-size: 40%;
}
.case1b {
    background: transparent url('../img/case-image-01m.png') no-repeat right 3.5vw top 6vw;
    background-size: 65%;
}
.case2b {
    background: transparent url('../img/case-image-02m.png') no-repeat right 3.5vw top 3vw;
    background-size: 50%;
}
.case3b {
    background: transparent url('../img/case-image-03m.png') no-repeat right 3.5vw top 7vw;
    background-size: 55%;
}
.case3b7 {
    background: transparent url('../img/sedmicka.png') no-repeat left 15vw top;
    background-size: 44%;
}
.case4b {
    background: transparent url('../img/case-image-06m.png') no-repeat right 3.5vw top 3.5vw;
    background-size: 55%;
}
.osoba {
	display: block;
	width: 100%;
	padding: 2em 0;
	vertical-align: bottom;
	position: relative;
}
.osoba .foto-info {
	/*position: absolute;
	bottom: 1.8rem;
	left: 1.3rem;*/
	font-size: 1em;
	line-height: 1.2em;
}
.osoba .foto-cv, .relat {
	position: relative;
}
.osoba .foto-cv img {
	width: 100%;
}
.osoba h4 {
	text-transform: none;
	font-size: 1.4em;
	/*color: white;*/
	margin: 0.8rem 0 0 0.5rem;
    padding: 0;
	/*padding: 0.5em 0;*/
}
.osoba p {
	/*color: white;*/
	font-size: 1.0em;
	margin: 0.5rem;
	display: block;
	line-height: 1.4em;
	/*min-height: 4em;*/
}
.osoba .foto-cv a {
	display: block;
}
.osoba .foto-cv p.bio {
    display: block;
    visibility: visible;
    z-index: 19;
    color: #C4CCD4;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
    width: auto;
	height: auto;
	margin: 0;
	font-size: 1em;
}
.osoba .foto-cv p.bio span {
    display: inline-block;
    width: 5em;
    height: 100%;
    background: transparent url("../img/ico-sipka-vpravo.png") no-repeat right center;
    background-position: right 3.5em top 5px;
    background-size: auto 80%;
    margin-left: 1em;
    transition: background-position 0.2s linear;
}
.osoba .foto-cv:hover p.bio span {
    background-position: right 0 top 5px;
    transition: background-position 0.4s linear;
}
.osoba .foto-cv p.cv {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	padding: 2rem;
	margin: 0;
	color: transparent;
	font-size: 0.9em;
	line-height: 1.4em;
    z-index: 9;
    background: linear-gradient(to left, transparent 50%, rgba(32,41,55,0.40) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: background-position 0.08s linear;
}
.osoba .foto-cv:hover {
	/*cursor: pointer;*/
}
.osoba .foto-cv:hover p.bio {
	display: block;
    visibility: visible;
}
.osoba .foto-cv:hover p.cv {
	display: block;
	/*background: rgba(32,41,55,0.70);*/
    background-position: left bottom;
    transition: background-position 0.3s linear;
}
.osoba .foto-cv:hover .foto-info {
	/*display: none;*/
}
@media only screen and (max-width:1500px ) {
.osoba .foto-cv p.cv {
	padding: 1rem;
	font-size: 0.85em;
	line-height: 1.3em;
}
}
@media screen and (max-width:1400px) {
.osoba .foto-cv p.cv {
	font-size: 0.9em;
}
}
@media screen and (max-width:900px) {
.osoba {
	width: 70%;
	margin-left: 15%;
}
.osoba .foto-cv p.cv {
/*	font-size: 1.2em;*/
}
.col + .cl, .col + .cr {
	width: 95%;
}
}
@media screen and (max-width:700px) {
.osoba {
	width: 90%;
	margin-left: 5%;
}
}
@media screen and (max-width:480px) {
.osoba {
	width: 98%;
	margin-left: 0;
}
}
@media screen and (max-width:440px) {
.osoba .foto-cv p.cv {
	font-size: 1.0em;
}
}
@media screen and (max-width:360px) {
.osoba .foto-cv p.cv {
	font-size: 0.8em;
}
}
.osoba1 {display: block; width: 70%; height: 100%; clear: both;}
.osoba1 img {float: left; width: 40%; clear: both; margin-right: 4em; margin-bottom: 6em;}
.osoba1 .bio {display: none;}
.osoba1 .foto-info {padding: 3em 0 0 0;}
.ke-stazeni, .odkaz {
	font-family: 'galano-medium', Helvetica, sans-serif, Arial;
	display: table-cell;
	float: left;
	text-decoration: none;
	padding: 1em 2em 1em 5em;
	font-size: 1em;
	line-height: 1em;
	background: white url('../img/bg-doc.png') center center no-repeat;
	background-size: 100% auto;
	width: 17em;
	margin: 0 1em 2em 0;
	box-sizing: border-box;
	min-height: 6em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
a.ke-stazeni, a.odkaz {
	color: #144356
}
.download .ke-stazeni {
	width: 24.4%;
	padding-right: 3em;
}
.odkaz {
	background: white url('../img/bg-link.png') center center no-repeat;
	background-size: 100% auto;
}
.sekce {
	display: none;
}
.button {
	display: inline-block;
	margin: 0.5em 0 0 0;
    padding: 0.7em 3em 1em 3em;
    transition: all 0ms ease;
}
a.button, .button a {
	text-decoration: none;
}
.vpravo h4 {
	line-height: 1.4em;
}
.vpravo input[type=text], .vpravo input[type=email], .vpravo textarea {
	width: 14em;
	margin-bottom: 1em;
}
.button:hover, a.button:hover {
	/*background-color: #1C8904;*/
	/*background-color: #777;*/
}
a.button.blueborder {
    background: linear-gradient(to right, #202937 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
	/*background-color: #263f6a;
	color: white;*/
}
a.button.blueborder:hover {
	/*background-color: #263f6a;*/
    background-position:left bottom;
	color: white;
    transition: all 0.6s ease;
}
input.button.bgblue {
    background: linear-gradient(to right, #E6ECF2 50%, #202937 50%);
    background-size: 200% 100%;
    background-position:right bottom;
	/*background-color: #263f6a;
	color: white;*/
}
input.button.bgblue:hover {
	/*background-color: #263f6a;*/
    background-position:left bottom;
	color: #202937;
    transition: all 0.6s ease;
}
.vice, .hide {
	display: none;
}
.galerie a {
	display: inline-block;
	width: 14em;
	height: 14em;
	margin: 0 0.5em 0.5em 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-attachment: fixed;
*/
}
.hornik {
}
.vtop {
	vertical-align: top;
}
.vmid {
	vertical-align: middle;
}
.vbot {
	vertical-align: bottom;
}
.it .row-files .vtop a.button {
	display: table-cell;
	width: 20em;
}
.whiteborder, a.whiteborder {
	border: 1px solid white;
}
.greenborder, a.greenborder {
	border: 1px solid #61c250;
}
.blueborder, a.blueborder {
	border: 1px solid #263f6a;
}
.grayborder, a.grayborder {
	border: 1px solid #C4CCD4;
}
.nofloat, a.nofloat, .content a.nofloat {
	float: none;
	clear: both;
	margin: auto;
}
a.w20em {
	display: table-cell;
	width: 20em;
}
.tabulka {
	width: 100%;
	border-top: 1px solid black;
	text-align: left;
}
.tabulka td {
	padding: 0.5em 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.tabulka th {
	color: #61c250;
	text-transform: uppercase;
	padding: 0.5em 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.tabulka td:nth-of-type(1), .tabulka th:nth-of-type(1) {
	border-left: none;
	padding-left: 0;
}
.icon-zadost {
	float: left;
	margin-right: 0.5em;
	width: 1.3em;
	display: block;
	height: auto;
	max-width: none;
}
.quote {
	font-size: 1.2em;
	font-style: italic;
	padding-top: 1.8em;
	padding-right: 2em;
}
.inline {
	display: inline-block;
}
.inbg {
	display: inline-block;
	background: #f3f2f1;
	padding-right: 0.5em;
    position: relative;
    bottom:-1.5em;
}
.bgblue .inbg {
	background: #202937;
}
.bgbody {
	background-color: #f3f2f1;
}
.flag {
	width: 4em;
	display: block;
	margin-bottom: 1em
}
.foreign {
	background: #fbfbfb;
	background: #fbfbfb;
	padding: 1em 2em;
	margin-bottom: 1em;
}
.duvody {
	font-size: 1.4em
}
.spaced .col {
	padding: 0 .5em
}
.aktivity .text {
	height: 31em;
}
.quote-img {
	margin: auto;
}
.fwbold {
    font-weight: bold;
}
.doc {
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1.8em;
    font-weight: bold;
}
.doc a:hover, .doc:hover a, .doc:hover {
	text-decoration: none;
    color: #61c250;
    cursor: pointer;
}
.icodoc {
	background: transparent url("../img/ico-doc.png") no-repeat left top;
	background-position: left top 4px;
	background-size: 1.1em;
    padding-left: 2em;
}
.doc:hover .icodoc, a.icodoc:hover {
	background-image: url("../img/ico-doc-green.png");
}
.icodown {
    background: transparent url("../img/ico-download.svg") no-repeat right bottom;
    background-image: url("../img/ico-download.svg"), url("../img/ico-download.svg");
    background-position: right 5.8em bottom, right 5.8em bottom;
    background-size: 1.6em;
    padding-left: 2em;
    /*transition: background-position 0.5s linear;*/
}
.doc:hover .icodown, a.icodown:hover {
    background-image: url("../img/ico-down-arrow-green.svg"), url("../img/ico-down-bottom-green.svg");
    background-position: right 5.8em bottom -0.3em, right 5.8em bottom;
    transition: background-position 0.5s linear;
}
.top-bgimg {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #333;
    background-position: bottom center;
    background-size: cover;
}
.top-bgimg h1 {
    margin: 10rem 0 6rem; color: #E6ECF2;
}
a:hover, a.colorbox:hover, a.iframe:hover, .foot a:hover, .gray a:hover, .white a:hover, .blue a:hover {
	/*color: #7f7f7f;*/
    color: #61c250;
	/*text-decoration: underline;*/
}
.galmed {
	font-family: 'galano-medium', Helvetica, sans-serif, Arial;
}
.home {
    /*margin-bottom: 2em;*/
}
.intro {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#intro-video {
  display: block;
  width: 100%;
  object-fit: cover;
  padding: 0 0 0 24%;
  position: absolute;
  right: 0;
  top: 10vw;
  z-index: -1;
  background-color: #202937;
  overflow: hidden;
  border-bottom:50px solid #202937;
}
.princip1 {
  margin-top:10em;
}
.princip2 {
  margin-top:20em;
}
.home {
}
.home1 {
    position:absolute;
    top:18vw;
    z-index:10;
    /*width: 50%;*/
}
.home2 {
    position:absolute;
    top: 12%;
    top: 12vw;
    left: 0;
    /*z-index:10;*/
    width: 74%;
    width: 74vw;
    margin: 0 auto;
    padding-left: 13%;
    padding-left: 13vw;
    z-index: 8;
}
.content ul li {
    list-style:square; 
    margin-left:2em;
}
.impblock {
    margin: 0 6.5%;
    padding: 0 0 0 6.5%;
}
.abs, .absol {
    position: absolute;
}
.tbl {color:white; text-align:center; border-spacing:5px; border-collapse:separate;}
.tbl tr.hdr {background-color:#183653;}
.tbl th {color:#C4CCD4; background-color:#183653; padding:0.5em 2em 0.7em; font-weight:normal;}
.tbl td {border-bottom:1px solid #999; padding:0.5em 2em 0.7em;}
.tbl td.left, .tbl th.left {padding-left:1em;}
.map2 {position:relative;}
.map2 .info {position:absolute; min-height:2em; padding:0 2.3rem; background:transparent url("../img/dot.svg") no-repeat left center; background-size:2em;}
.map2 .hinfo {z-index:9; position:absolute; width:18rem; padding:2rem; margin:1rem 0 0 -1.3rem; background:#ccc; display:none; line-height:1.4em;}
.map2 .info:hover {background-image: url("../img/radar.svg"); animation:anim0d 1s infinite;}
.map2 .info:hover .hinfo {animation:anim0i 0.8s ease; transform-origin:top left;}
.map2 .info:hover .hinfo.info5 {transform-origin:top right;}
.map2 .itit {position:absolute; color:#C4CCD4; line-height:1em; font-size:0.8em; font-weight:bold;}
.map2 .i1 {top:23.7%; left:20.1%;}
.map2 .i2 {top:22%; left:11.2%;}
.map2 .i2 .itit {top:-1.7rem; left:0;}
.map2 .i3 {top:25.9%; left:17.6%;}
.map2 .i3 .itit {top:1.9rem; left:0;}
.map2 .i4 {top:17%; left:42%;}
.map2 .i5 {top:73.9%; left:90%; padding:0 0 0 2em;}
.map2 .i5 .itit {right:2.2rem; text-align:right;}
.map2 .info5 {right:1.0rem;}
@keyframes anim0d {
  from {background-size:1em; background-position:left 0.5em center;}
  to {background-size:2em; background-position:left center;}
}
@keyframes anim0i {
  0% {padding:2.6rem 2rem 1.4rem 2rem; transform:scale(0); filter:opacity(0.5);}
  50% {padding:2.6rem 2rem 1.4rem 2rem; transform:scale(1); filter:opacity(0.8);}
  100% {padding:2rem 2rem 2rem 2rem; transform:scale(1); filter:opacity(1);}
}
.diag {position:absolute; border:1px dashed #4D8B37; width:10vw; height:10vw; /*animation:diag1 1s linear forwards;*/ text-align:center; transform:scale(0); flex-direction: column; font-size:1.5em; letter-spacing:0.05em; line-height:1.6em;}
.animate .diag {animation:diag1 2.4s linear forwards;}
.bgblue2 {background-color:#183653;}
.diag .number {font-size:2.4em; font-weight:normal;}
.animate .d0c1 {bottom:35vw; left:50vw; width:46vw; height:46vw; margin:0 0 -23vw -23vw; border:1px dashed #183653; animation-delay:0.1s;}
.animate .d0c2 {bottom:35vw; left:50vw; width:86vw; height:86vw; margin:0 0 -43vw -43vw; z-index:-1; animation-delay:0.2s;}
.animate .d0 {bottom:47vw; left:16vw; animation-delay:0.4s; border:none;}
.animate .d1 {bottom:47vw; left:45vw; animation-delay:1.0s; border:none;}
.animate .d2 {bottom:35vw; left:11vw; animation-delay:1.2s; width:12vw; height:12vw;}
.animate .d3 {bottom:20vw; left:13vw; animation-delay:1.4s; width:13vw; height:13vw;}
.animate .d4 {bottom:9vw; left:17vw; animation-delay:1.6s; width:9vw; height:9vw;}
.animate .d5 {bottom:8vw; left:28vw; animation-delay:1.8s; width:8vw; height:8vw;}
.animate .d6 {bottom:36vw; left:79vw; animation-delay:2.4s; width:9vw; height:9vw;}
.animate .d7 {bottom:25vw; left:75vw; animation-delay:2.2s; width:5vw; height:5vw;}
.animate .d8 {bottom:8vw; left:69vw; animation-delay:2.0s; width:11vw; height:11vw;}
.animate .d9 {bottom:40vw; left:41.25vw; width:16vw; height:16vw; margin:0 0 -8vw -8vw; animation-duration:0.4s;}
.animate .d10 {bottom:40vw; left:58.75vw; width:16vw; height:16vw; margin:0 0 -8vw -8vw; animation-duration:0.4s; animation-delay:0.4s;}
.animate .d11 {bottom:24.9vw; left:50vw; width:16vw; height:16vw; margin:0 0 -8vw -8vw; animation-duration:0.4s; animation-delay:0.2s;}
.animate .d9c {bottom:40vw; left:41.25vw; width:19vw; height:19vw; margin:0 0 -9.5vw -9.5vw; border:1px dashed #183653;}
.animate .d10c {bottom:40vw; left:58.75vw; width:19vw; height:19vw; margin:0 0 -9.5vw -9.5vw; border:1px dashed #183653; animation-delay:0.1s;}
.animate .d11c {bottom:24.9vw; left:50vw; width:19vw; height:19vw; margin:0 0 -9.5vw -9.5vw; animation-delay:0.2s;}
@keyframes diag1 {
  0% {transform:scale(0);}
  100% {transform:scale(1);}
}
.invest1 {
    background-size: 40% auto, 0 auto;
}
.usa .dot {color:white; font-size:80%; font-weight:normal; padding-top:0;}
.usa .dot.brad {background-image:url("../img/radar-blue.svg");}
.usa .dot.gdot {background-image:url("../img/dot.svg"); background-size:3em;}
.usa .dot.bdot {background-image:url("../img/dot-blue.svg"); background-size:3.3em; margin-left:-3px; padding-left:2.5em}
