
/* top icons */
@font-face {
  font-family: 'gymjes-icon';
  src: url('../fonts/gymjes-icon.eot');
  src: url('../fonts/gymjes-icon.eot#iefix') format('embedded-opentype'),
       url('../fonts/gymjes-icon.ttf') format('truetype'),
       url('../fonts/gymjes-icon.svg#gymjes-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icongj-"]:before, [class*=" icongj-"]:before {
  font-family: "gymjes-icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 75%;

	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icongj-attachement:before { content: '\e801'; } /* '' */
.icongj-office:before { content: '\e802'; } /* '' */
.icongj-office365:before { content: '\e803'; } /* '' */
.icongj-outlook:before { content: '\e804'; } /* '' */
.icongj-access:before { content: '\e805'; } /* '' */
.icongj-excell:before { content: '\e806'; } /* '' */
.icongj-powerpoint:before { content: '\e807'; } /* '' */
.icongj-word:before { content: '\e808'; } /* '' */
.icongj-rajce:before { content: '\e809'; } /* '' */
.icongj-rajcenet:before { content: '\e810'; } /* '' */
.icongj-bakalari:before { content: '\e811'; } /* '' */



/* custom styles */
.card {
  background-position: center;
  background-size: cover;
  background-color: #fff;
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1),
  0 0 0 1px hsla(0, 0%, 4%, .1);
  color: #777;
  min-width: 100%;
  position: relative;
}

.card-content{
  background-color: transparent;
  padding: 1.5rem;
}

.card-content h3 {
  text-transform: uppercase;
}

.navbar {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

@media screen and (max-width: 379px) {
  .navbar-brand .navbar-item {
    font-size: 0.7rem !important;
  }
  .is-fixed-top .navbar-brand .navbar-item {
    font-size: 0.5rem !important;
  }
}

@media screen and (min-width: 380px) and (max-width: 768px) {
  .navbar-brand .navbar-item {
    font-size: 1rem !important;
  }
  .is-fixed-top .navbar-brand .navbar-item {
    font-size: 0.7rem !important;
  }  
}

@media screen and (min-width: 769px) {
  .navbar-brand:before {
    content: '';
    background: url('../img/fll_logo.png') no-repeat;
    background-size: contain;
    width: 120px;
    height: 90px;
    margin: 0 0 -20px 0;
    transition: all 0.25s;
  }
  .is-fixed-top .navbar-brand:before {
    width: 80px;
    height: 52px;
  }
  .navbar-brand .navbar-item {
    margin-right: .5rem;
    transition: all 0.5s;
    font-size: 1.1rem;
  }
}
.is-fixed-top .navbar-brand .navbar-item {
  font-size: 1rem;
  margin-top: -0.2rem;
}
header.header .level a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}
header.header .level {
  min-height: 36px;
}
header.header .level a i[class^="icongj-"],
header.header .level a i[class*=" icongj-"] {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
header.header .level a span {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
}

header.header .hero-image {
  margin-top: 0;
}

.hero.is-medium .hero-body h1.title, .hero.is-medium .hero-body h2.subtitle {
  text-shadow: 0 0 10px rgba(0,0,0,.4),0 0 10px rgba(0,0,0,.4);
  font-weight: bold;
}
#slider .slider-image,
#slider .slider-image.top {
  background-repeat: no-repeat;
  background-position: center top;

}

#slider .slider-image.bottom {
  background-position: center bottom;
}

#slider .slider-image.center {
  background-position: center center;
}

#slider .slider-image {
  box-shadow: inset 0 -6px 10px rgba(0, 0, 0, .15);
  min-height: 45vh;
  background-size: cover;
}

#slider .slider-image .container {
  max-width: 95%;
  margin-top: 16vh !important;
  margin-left: 8rem;
}

#slider .slider-image .container h1.title,
#slider .slider-image .container h2.subtitle {
  color: #fff;
}

#slider .slider-image .container h2.subtitle {
  font-weight: 400 !important;
}

#slider .slider-body {
  background: linear-gradient(to right, rgba(0, 101, 179, .8), rgba(0, 101, 179, 0));
  width: 100%;
  height: 50vh;
  position: absolute;
}

#slider .slider-body .has-text-weight-bold {
  font-weight: 800 !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, .6), 0 0 15px rgba(0, 0, 0, .8);
}
#slider .hero-body {
  background: linear-gradient(to right, rgba(0, 101, 179, .8), rgba(0, 101, 179, 0));
  position: absolute;
}

#slider .hero-body .has-text-weight-bold {
  font-weight: 800 !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, .6), 0 0 15px rgba(0, 0, 0, .8);
}

#slider .slider-image {
  height: 50vh;
  max-height: 500px;
}

.media .media:first-child {
  border-top: none;
  padding-top: 0;
}

.media .date.image {
  font-size: 1.4em;
  line-height: 100%;
  text-align: center;
}
.media .date.image strong {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
}

.tabs a {
  text-decoration: none;
}

.tab-content {
  transition: all 2.5s;
}
.hero.is-success .tabs a {
  border-bottom-color: #fff;
  margin-bottom: 0;
  opacity: .3;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

#aplikace h4 {
  margin: auto 0 auto 40%;
}
#otazky .column.modal-button {
  cursor: pointer;
}

#souteze .level-item:first-child {
  border-right: 1px solid #fff;
}
#souteze .level-item .image {
  max-height: 120px;
  margin: 1em 0;
}

.has-background-discover {
  background-color: #662D91;
}
.has-background-explore {
  background-color: #00A651;
}
.has-background-challenge,
.has-background-main {
  background-color: #ed1c24;
}

.has-text-discover {
  color: #662D91;
}
.has-text-explore {
  color: #00A651;
}
.has-text-challenge {
  color: #ed1c24;
}
.has-text-main {
  color: #000;
}

#kontakty .container {
	width: 100%;
}
#kontakty dl {
	padding: 40px 0 0 0;
}
#kontakty dl dt {
	color: rgba(255, 255, 255, 0.90);
	font-size: 80%;
	float: left;
}
#kontakty dl dt span {
	font-family: 'Open Sans',sans-serif;
  font-weight: 600;
}
#kontakty dl dt:before {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
  line-height: 23px;
	margin-right: 5px;
  vertical-align: middle;
}
#kontakty dl dd {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	margin: 0 0 10px 0;
	text-align: right;
}
#kontakty ul {
  list-style: none;
  padding: 30px 0 0 0;
  margin: 0;
}
#kontakty ul >li {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.20);
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 10px 0 6px;
  font-size: 80%;
}
a {
  text-decoration: none !important;
}
#kontakty ul >li >a {
  display: block;
  padding: 3px 0 8px 0;
  font-size: 140%;
  line-height: 100%;
  text-decoration: none;
}
#kontakty a {
  color: #ff7c12;
}
#kontakty a:hover {
  color: #ffffff;
}
#kontakty ul >li:last-child {
  border-bottom: none;
}
.section.loga {
padding: 1rem 1.5rem;
}
.column .card {
margin-bottom: 0;
}
.card-content h1, .card-content h2, .card-content h3, .card-content h4, .card-content h5, .card-content h6 {
line-height: 1.125;
margin-bottom: 0.8rem;
}

.section-page .content blockquote {
  background-color: rgba(0, 6, 152, 0.1);
  border-left: 5px solid rgba(0, 6, 152, 0.5);
}

.navbar-link.is-arrowless {
	padding-right:.75rem
}
.navbar-link.is-arrowless:after {
	display: none
}
.navbar-dropdown .navbar-dropdown.is-boxed {
  left: 40%;
  margin-top: -2rem;
}
@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.card-image.image img {
	border-radius: 0
}
.card footer {
  padding: 0 1.5rem 1.5rem;
}
.is-shady {
 display: inline-flex;
 border-top: 1px solid rgba(0,0,0,.1);
 /* box-shadow: 0 -2px 4px rgba(0,0,0,0.1),0 3px 4px rgba(0,0,0,.18); */
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999;
    opacity: .5
}
#return-to-top:hover {
    opacity: 1
}
iframe {
  max-width: 100%;
}

.sidebar .image {
  margin-bottom: 1.5rem;
}

ul.un-style {
  margin-left: 0;
}

ul.un-style li {
  list-style: none;
}

ul.un-style li a i {
  margin-right: 0.5rem;
}

.content table td,
.content table th {
  line-height: 2em;
}
.content table td {
  padding-bottom: 0 !important;
}
.table td .button.is-style-1.is-primary {
  margin: -0.2em 0 0.4rem;
}

.section-page p .button.is-style-1.is-primary {
  margin: -0.5em 0 0.4rem;
}

.accordions .accordion h2{
  font-size: 1.3rem !important;
}
.accordions .accordion h3 {
  font-size: 1.1rem !important;
}
.accordions .accordion p {
  font-size: 0.9rem !important;
}
.accordions .accordion .is-divider {
  margin: 1rem 0 !important;
}

.loga .responsive {
  padding-top: 1em !important;
}

.loga .responsive .slick-prev,
.loga .responsive .slick-next {
  bottom: 1.5rem;
  background: transparent;
}
.loga .responsive .slick-prev{
  left: -1.5rem;
}
.loga .responsive .slick-next {
  right: -1.5rem;
}

.loga .responsive .slick-prev::before,
.loga .responsive .slick-next::before {
  color: rgba(54, 54, 54, 0.966);
}

.loga .responsive .slick-track {
  float: left;
}

sup {
  vertical-align: top;
  font-size: 70%;
}


.flex-video.widescreen {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  height: 0;
  overflow: hidden;
}
.flex-video.widescreen iframe,
.flex-video.widescreen object,
.flex-video.widescreen embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}