@font-face {
    font-family: Font;
    src: url(fonts/font.otf);
}

body, html {
	margin: 0px; 
	padding: 0px; 
	/*font-family: 'Font', Arial, Helvetica; */
	font-family: Tahoma, Arial, Helvetica;
	position: absolute; 
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
	width: 100%, height: 100%; 
	color: #000;
	} 

a {	
	text-decoration: none;
	border: 0px;
	color: rgb(0,155,135);
}
a:focus, a:hover {	
	text-decoration: none;
}

p {
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 2em;
}
.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center; 
}

.container {
	width: 100%;
	height: 100%;

	padding: 0;
}

.row {
	width: 100%;
	display: block;
	
	margin: 0;
}

.content-left {
	/*width: 25%; */
	/*height: calc(100% - 60px);*/
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*background: white; */
	background: rgba(0, 0, 0, 0) url(images/bg-left-2.jpg) repeat top left;
	padding: 0px 17% 0px 30px; /*0px 17% 0px 8%;*/
	margin: 0px; 
	text-align: center;
	height: 100vh;
}

.content-right {
	/*width: 25%;*/ 
	/*height: calc(100% - 62px);*/
	/*position: absolute; */
	/*top: 0px;*/
	/*left: 50%;*/
	background: url(images/bg-right.jpg) repeat center;/*rgb(0,155,135);*/
	padding: 0px 8% 0px 17%;
	margin: 0px; 
	text-align: center;
	height: 100vh;
}

.content {
	/*background: grey;*/
}
@media (max-width: 768px) {
	.content-left {
		display: none;
		padding: 0px 8%;
		height: auto;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.content-right {
		display: none;
		padding: 0px 8%;
		height: auto;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.footer{
		display: none;
	}	
	.click-map{
		display: block;
		height: 100vh;
		width: 100vw;
		z-index: 99;
		position: fixed;
		left: 0;
		top: 0;
	}
}
.header {
	display: block;
	padding: 18px 0px 0px 0px; 	
	text-align: center;
}

.header .top {
	display: block;
	/*font-size: 30px;*/
	/*font-weight: bold;*/	
	padding: 0px;
	margin: 0px; 	
	line-height: 1em;
	letter-spacing: 5px; 
}

.header .headline {
	display: block;
	/*font-size: 130px;*/
	padding: 0px;
	margin: 5px 0px 0px 0px; 	
	/*line-height: 1em;*/
	line-height: 2em;
	letter-spacing: 10px; 
	/*text-shadow: 4px 0px 0px rgba(0, 0, 0, 1);*/
}

.header .paragraph {
	display: block;
	font-size: 20px;
	/*font-weight: bold;*/
	padding: 0px;
	margin-top: -15px; 	
	line-height: 1em;
	letter-spacing: 1.5px; 
	line-height: 1.2em;
	text-align: justify;
}

.content-right .header {
	color: rgb(255,255,255);
}

.content-right .header .headline {
	/*text-shadow: 4px 0px 0px rgb(255,255,255);*/
}
h4 a {
	font-size: 30px; 
	letter-spacing: 1px;  
	color: inherit;
	padding: 0px; 
}

@media (max-width: 768px) {
	h4 a {
		font-size: 6vw; 
	}
}
p, .main p {
	font-size: 14px;/*20px;*/
	letter-spacing: 0;/*2px;*/
	line-height: 1.2em;
	padding: 0px;
	text-align: justify;
	
	font-family: Tahoma;
}

.content-right .main p, .content-right .main h4 a {
	color: rgb(255,255,255);
}


.pop-up {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
	margin: auto;
	height: 40vw;/*35*/
	width: 35%;/*30*/
	background: url('images/brain-full.png') no-repeat center;
	background-size: contain;
	z-index: 100;
}

.pop-up .mat-filipa {
	font-family: 'Font', Arial, Helvetica;
	font-size: 42px;
	line-height: 0.6em;
}
.pop-up .title{
	font-family: 'Font', Arial, Helvetica;
	font-size: 42px;
	padding-top: 10px;
}
.pop-up .link{
	font-family: 'Font', Arial, Helvetica;
	font-size: 30px;
	padding-top: 10px;
	font-weight: bold;
}
.pop-up .else{
	font-family: 'Font', Arial, Helvetica;
	font-size: 30px;
	padding-top: 10px;
	font-weight: bold;
}
.header .headline{
	font-family: 'Font', Arial, Helvetica;
	font-weight: bold;
}
.header .top{
	font-family: 'Font', Arial, Helvetica;
	font-weight: bold;
}
.pop-up .institucie .title {
	font-family: 'Font', Arial, Helvetica;
	font-size: 25px;
}
.pop-up .text li a{
	font-size: 10px;
}

.vertical{
	-ms-writing-mode: tb-rl; /* old syntax. IE */
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl; /* new syntax */
			
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
}

@media (max-width: 749px) {
	.pop-up {
		height: 500px;
		width: 422px;
		z-index: 0;
	}	
}
@media (min-width: 750px) and (max-width: 969px) {
	.pop-up {
		height: 500px;
		width: 422px;
	}	
}
@media (min-width: 970px) and (max-width: 1169px) {
	.pop-up {
		height: 500px;
		width: 422px;
	}	
}
@media (min-width: 1170px) {
	.pop-up {
		height: 500px;
		width: 422px;
	}	
}


.pop-up .text {
	width: 100%;
	height: 100%;
	position: relative;
	background: url('images/brain-full-white.png') no-repeat center;
	background-size: contain;
	text-align: center;
	
}

.pop-up .text span {
	display: block;
	margin: 0px; 
	letter-spacing: 1px; 
	line-height: 1em;
	font-weight: bold;
}

.pop-up .text p {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	text-align: justify;
	padding: 0% 32px 0px ;
	line-height: 1.4em;
	margin: 0px; 
	letter-spacing: 1px; 
}

.pop-up .text li {
	list-style: none;
}
.pop-up .text ul {
	padding: 5px;
}
.pop-up .text li {
	display: block;
	padding: 0px;
	font-weight: bold; 
	margin: 0px; 
	letter-spacing: 1px; 
	line-height: 0.7em;
}

.pop-up .text .text-right, .pop-up .text .text-left {
	float: left;
	width: 50%;
	padding: 1vw 1vw 0px 1vw;
	line-height: 1em;
	margin: 0px; 
	letter-spacing: 1px;
}
.close {
	margin: 20px 20px 10px 100px;
	position: relative;
	z-index: 1000;
	color: rgb(230, 70, 0);
	opacity: 0.9;
	text-shadow: 0 2px 0 #fff;
}

@media (max-width: 767px) {
	.pop-up {
		/*position: relative;*/
		width: 100%;
		height: 100%;
		background: unset;
		overflow: scroll;
	}
	.pop-up .uvod, .pop-up .downloads, .pop-up .institucie {
		background: rgba(0,0,0,0.1);
		text-align: center;
		padding-top: 12%;
	}
	
	
	
	.pop-up .text {
		/*background: unset;*/
	}
	.arial {
		font-family: Arial, Helvetica;
	}
	.pop-up .text p, .arial {
		font-size: 20px;
		text-align: center;
	}
	
	.pop-up .text .text-right, .pop-up .text .text-left {
		font-size: 4vw;
	}
	.pop-up .text li {
		font-size: 2vw;
	}
	
	.pop-up .institucie p {
		font-size: 5vw;
	}
	.pop-up .institucie li {
		font-size: 16px;
	}
	.pop-up .downloads p {
		font-size: 16px;
	}
	
	.pop-up .uvod p {
		text-align: justify;
	}
	
}


.ziarovka {
	position: absolute;
	top: 30px;
	right: 20px; 
}

.ziarovka img:hover {	
    -ms-transform: 			scale(1.2,1.2) rotate(-10deg); /* IE 9 */
    -webkit-transform: 		scale(1.2,1.2) rotate(-10deg); /* Safari */
    transform:				scale(1.2,1.2) rotate(-10deg);
    -webkit-filter: 		invert(100%); /* Chrome, Safari, Opera */
    filter:					invert(100%);
     }

.ziarovka-pop-up {
	position: absolute;
	top: 80px;
	right: 80px; 
    top:-15px; /* value = - border-top-width - border-bottom-width */
    right:50px; /* controls horizontal position */
    bottom:auto;
    left:auto;
    border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
    border-color:#f3961c transparent;
    z-index: 1000;
}

	
.menu {
	position: fixed;
	/*bottom: 10px;*/
	bottom: 0;
	left: 0px;
	text-align: center; 
	width: 100%; 
	height: 65px;
	/*background: yellow; */
	line-height: 65px; 	
	font-size: 30px; 
	font-weight: bold; 
	letter-spacing: 2px;
	/*border-top: 2px solid rgb(0,155,135);*/
	/*border-top: 1px solid rgb(160,160,160);*/
	z-index: 200;
}
@media (max-width: 749px) {
	.menu {
		position: static;
	}
}

.menu img {
	height: 22px;
	/*width: 120px; */
}

.menu a {
	color: rgb(255,255,255);
}

.col-5 {
	width: 20%;
	float: left; 
	padding: 10px 0px 0px 0px; 
}

.menu-1 {
	background: rgb(255,255,255); 
}
.menu-1 img{
	width: 239px; 
}

.menu-2 {
	background: rgb(255,204,102);
}

.menu-3 {
	background: rgb(240,110,60);
}

.menu-4 {
	background: rgb(70,170,170);
}

.menu-5 {
	background: rgb(80,170,80);
}

.menu-6 {
	background: rgb(90,160,220);
}


.uvod, .institucie, .downloads {
	display: none; 
}
.institucie {
	padding-top: 3.5vw; 
}
.downloads {
	padding: 4vw 1.2vw; 
}
.uvod {
	padding-top: 60px; 
}


@media (max-width: 749px) {
	.uvod, .institucie, .downloads {
		display: none; 
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px; 
		margin: auto;
		background-size: contain;
		z-index: 100;
	}

}





.panel {
	box-shadow: unset;
	border: unset;
	background-color: unset;
	background: unset;
}
.panel-default > .panel-heading {
	border: unset;
	background-color: unset;
	background: unset;
	padding: 2px;
	
	font-family: 'Font', Arial, Helvetica;
	font-size: 42px;
	font-weight: bold;
}
.panel-body {
	padding: 2px 15px;
}
.panel-group .panel {
    border-radius: unset;
}
.panel-group  {
    margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: unset;
}



@media (max-width: 749px) {
	.header .top {		font-size: 6vw; }
	.header .headline {	font-size: 9vw; line-height: 1.8em; }
}
@media (min-width: 750px) and (max-width: 969px) {
	.header .top {		font-size: 15px; }
	.header .headline {	font-size: 50px; line-height: 1.8em; }
}
@media (min-width: 970px) and (max-width: 1169px) {
	.header .top {		font-size: 20px; }
	.header .headline {	font-size: 70px; line-height: 1.4em; }
}
@media (min-width: 1170px) {
	.header .top {		font-size: 20px; }
	.header .headline {	font-size: 90px; line-height: 1.1em; }
}



.bg-left-wrapper{
	position: absolute;
	left: 0;
	z-index: -1;	
}
.left-collision{
	/*z-index: 100;	*/
}
.bg-left {
	display: inline-block;
	vertical-align: top;
	opacity:0.35;	
}
.bg-left  .img{
	vertical-align: top;
}


.popover {
	width: 400px;
	font-family: 'Font', Arial, Helvetica;
	display: inline-block;
    font-size: 1.4vw;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
    text-align: justify;
}


#text-2, #text-17, #main-left, #main-right {
	display: none;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity 3s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}



/*

#columns {
	column-width: 320px;
	column-gap: 15px;
  width: 90%;
	max-width: 1100px;
	margin: 50px auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}

div#columns figure img {
	width: 100%; height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
  font-size: .9rem;
	color: #444;
  line-height: 1.5;
}

div#columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}

div#columns:hover figure:not(:hover) {
	opacity: 0.4;
}

@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns figure { width: 100%; }
}

*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ziarovka img {
    animation: blink 1.5s;
    animation-iteration-count: infinite;
}



@media (min-width: 768px) {
	.warning {
		display: none;
    }
}
@media (min-width: 992px) {
	.warning {
		display: unset;
		background: url(images/warning.png) no-repeat center;
		height: 45px;
		width: 200px;
		position: fixed;
		right: 50px;
		bottom: 60px;
		z-index: 5000;
		
		animation: blink 1.5s;
		animation-iteration-count: infinite;
    }
}
@media (min-width: 1200px) {
	.warning {
		display: unset;
		background: url(images/warning.png) no-repeat center;
		height: 45px;
		width: 200px;
		position: fixed;
		right: 50px;
		bottom: 60px;
		z-index: 5000;
		
		animation: blink 1.5s;
		animation-iteration-count: infinite;
    }
}





.footer a{
	font-family: 'Font', Arial, Helvetica;
	font-size: 30px;
	padding-top: 10px;
	font-weight: bold;
}



.form {
	background: rgba(0, 0, 0, 0) url("images/bg-form.jpg") repeat scroll left top;
}
.form-left img{
	margin:50px 120px;
	height: 40vh;
}

.form h2 {
	font-family: 'Font', Arial, Helvetica;
	font-size: 42px;
	line-height: 0.6em;
	font-weight: bold;
}