
/* top icons */
.level-item a svg {
  margin-top: 3px;
}
.level-item a svg:hover polygon,
.level-item a svg:hover path {
  fill: #000;
}
.level-item .button.is-small {
  height: 2em;
}

/* custom styles */
.section.is-small {
  padding: 1.5rem 0;
}

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item {
    font-size: 1.7em;
  }
  .navbar-brand a::before {
    content: '';
    display: inline-block;
    background: url('../img/gymhu-logo-symbol.svg') no-repeat;
    background-size: contain;
    width: 70px;
    height: 72px;
    margin: -10px 20px -40px 0;
    transition: all 0.25s;
  }
  .is-fixed-top .navbar-brand a::before {
    width: 46px;
    height: 48px;
    margin: 0 15px 0 0;
  }
  .navbar-brand a {
    margin-right: .75rem;
    transition: all 0.5s;
  }
  .navbar-end > .navbar-item {
    transition: all 0.5s;
    min-height: 100%;
    align-items: center;
    padding: 0.5rem 0.8rem !important;
    border-left: 2px solid #004B87;
  }
}
@media screen and (min-width: 1440px) {
  .navbar-brand .navbar-item {
    font-size: 1.8em;
  }
  .navbar-brand a::before {
    width: 100px;
    height: 102px;
    margin: -10px 20px -70px 0;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-brand a::before {
    margin-top: 0;
  }
}
.is-fixed-top .navbar-brand a {
  font-size: 1.5rem;
}
.navbar-dropdown .navbar-item {
  text-transform: none;
}
header.header .level a {
  color: #0270af;
  text-decoration: none;
  font-size: 0.9rem;
}
header.header .level a:hover {
  color: #000;
}
header.header .level {
  min-height: 36px;
}
@media screen and (max-width: 769px) {
  .navbar-brand .navbar-item {
    font-size: 1.3em;
  }
  .navbar-end .navbar-item {
    font-size: 1.3em;
  }
  header.header .level {
    padding: 0 0.5em 0 1em;
  }
}

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

#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 {
  min-height: 600px;
  /* height: 70vh; */
  max-height: 70vh;
  background-size: cover;
}
#slider .slider-image.is-link:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#slider .slider-content {
  width: 100%;
  position: absolute;
  height: 100%;
}

#slider .slider-content .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%); 
}
#slider .slider-content .content .title,
#slider .slider-content .content .subtitle,
#slider .slider-content .content .title strong,
#slider .slider-content .content .subtitle strong {
  color: #fff !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #slider .slider-content .content .title,
  #slider .slider-content .content .subtitle {
    color: inherit !important;
  }
  .button.icon i {
    margin-left: -5px;
  } 
}
@media screen and (max-width: 736px) {
  #slider .slider-image {
    min-height: 300px;
    /* height: 550px; */
    max-height: 70vh;
  }
  #slider .slider-content .content {
    max-width: 90vw;
    margin: 2em auto;
  }
}
@media screen and (max-width: 1024px) {
  #slider .slider-image {
    min-height: 400px;
    /* height: 550px; */
    max-height: 70vh;
  }
}
.carousel.slick-initialized .slick-slide {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.carousel.slick-initialized .slick-slide img {
  margin: auto;
  transition: transform .5s;
  transform: scale(0.8);
}
.carousel.slick-initialized .slick-slide img:hover {
  transform: scale(1);
}

.vertical-align-centered-200 {
  height: 100%;
}

@media screen and (min-width: 1320px) {
  .vertical-align-centered-200 {
    padding: 8rem 0 6rem;
  }
}
@media screen and (max-width: 1319px){
  .vertical-align-centered-200 {
    padding: 7rem 0 5rem;
  }
}
@media screen and (max-width: 769px){
  .vertical-align-centered-200 {
    padding: 7rem 0 6rem;
  }
}

.is-sticky {
  position: sticky;
}
#aside.is-sticky {
  top: 100px;
}

.is-fixed {
  position: fixed;
}

.is-z-index-0{
  z-index: 0;
}

.is-z-index-1{
  z-index: 5;
  position: relative;
}

ul.menu-list {
  list-style: none;
}
/* 
.kotva{
  padding: 3em 0;
} */

.is-shady {
  margin-top: 0;
  margin-bottom: 0;
}
/* .is-shady:hover {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.13), 0 0px 0px rgba(0, 0, 0, 0.25) !important;
} */

.tile .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tile:hover .image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tile .gradient{
  background: rgba(0,0,0,0.3);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%); 
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.tile .gradient .title {
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}

.is-peoples .column {
	margin-top: 100px;
}
.is-peoples .column .card-image {
	margin-top: -100px;
}
.is-peoples .column .card-image figure {
  margin: 0 2em;
}

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

.media .date.image {
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.media .date.image strong {
  font-size: 1.2em;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  font-weight: 300;
  margin-bottom: 0.15em;
  padding-top: 0.4em;
  color: #fff;
}

.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;
}
.blank {
  width:1000px;
  height:1px;
}
.section-news .tabs {
	margin-top: -0.3em;
}
#kontakty .container > h3::before {
  content: '';
  display: inline-block;
  background: url('../img/gymhu-logo-symbol-white.svg') no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin: 0px 30px 0px -95px;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  #kontakty .container > h3 {
    line-height: 1;
    margin-bottom: 30px;
  }
  #kontakty .container > h3::before {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 0 10px;
    background-position-x: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  #kontakty .container {
    padding-left: 25px;
  }
  #kontakty .container > h3::before {
    width: 70px;
    height: 70px;
    margin: 0px 20px 0px -70px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1550px) {
  #kontakty .container {
    padding-left: 70px;
  }
}
#kontakty .container > h3 {
  font-size: 1.7rem !important;
}
#kontakty dl {
  padding: 0;
}
#kontakty dl dt {
	color: #fff;
	font-size: 80%;
	float: left;
}
#kontakty dl dt span {
	font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}
#kontakty dl dt:before {
	color: #fff;
	font-size: 20px;
  line-height: 23px;
	margin-right: 10px;
  vertical-align: middle;
}
#kontakty dl dd {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	text-align: right;
}
#kontakty ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
#kontakty ul >li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 10px 0 6px;
}
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,
#kontakty strong {
  font-weight: bold;
  color: #004B87;
}
#kontakty a:hover {
  color: #ffaa00;
}
#kontakty ul >li:last-child {
  border-bottom: none;
}
#kontakty blockquote {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 1.5em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
}
.section-news .columns.is-multiline {
  margin-top: 0;
  margin-bottom: 0;
}
.section.loga {
  padding: 1rem 1.5rem 3rem;
}

.section-page .content blockquote {
  background-color: rgba(9, 171, 207, 0.1);
  border-left: 5px solid rgba(9, 171, 207, 0.5);
}

.navbar-link.is-arrowless {
	padding-right:.75rem
}
@media screen and (min-width: 769px) {
  .navbar-link.is-arrowless:after {
    display: none
  }
  .has-dropdown .navbar-dropdown,
  .has-dropdown .navbar-dropdown > .has-dropdown .navbar-dropdown {
    display: none;
  }
  .has-dropdown:hover .navbar-dropdown,
  .has-dropdown:hover .navbar-dropdown > .has-dropdown:hover .navbar-dropdown {
    display: block;
    opacity: 1;
    pointer-events: visiblePainted;
  }
}
@media screen and (max-width: 769px) {
  .has-dropdown .navbar-dropdown,
  .has-dropdown .navbar-dropdown > .has-dropdown .navbar-dropdown {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .is-open.navbar-dropdown,
  .has-dropdown .navbar-dropdown > .has-dropdown:hover .navbar-dropdown {
    max-height: 10000px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.is-open.navbar-dropdown,
.has-dropdown .navbar-dropdown > .has-dropdown:hover .navbar-dropdown {
  display: block;
}
.navbar-dropdown .navbar-dropdown.is-boxed {
  left: 40%;
  top: 0.5em;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2),0 3px 30px rgba(0,0,0,.2);
  min-width: 60%;
}
.navbar-dropdown.is-right .navbar-dropdown.is-boxed {
  left: auto;
  right: 50%;
}
.navbar-dropdown.is-right .has-dropdown > a {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.has-dropdown > .navbar-item::after {
  margin-top: -0.375em;
  right: 1.125em;
  border: 2px solid #ffaa00;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 9px;
}
.navbar-dropdown a.separator{
  color: transparent;
  padding: 0;
  line-height: 0.3;
  background: rgba(0, 0, 0, 0.06);
  border: 5px solid #004B87;
}

.navbar-dropdown a.separator:hover{
  color: transparent;
  background: rgba(0, 0, 0, 0.06);
}

.card {
  height: auto;
}
.card-content h1, .card-content h2, .card-content h3, .card-content h4, .card-content h5, .card-content h6 {
  line-height: 1.125;
  margin: 0;
}
.card-content .title + p {
  margin-top: -1rem;
}
.column > .card .card-content {
	min-height: 150px;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;
}
.column > .card:hover .card-content {
  max-height: 1000px;
}
.card footer::before {
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  margin: -50px -1.5rem 0;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
.card:hover footer::before {
  height: 0px;
  margin-top: 0px;
}
.card footer {
  width: 100%;
  padding: 0 1.5rem 1.5rem;
  bottom: 0;
}
.card .card-footer {
  font-size: 85%;
}

.is-vcentered {
  align-items: center;
  min-height: 85%;
  display: flex;
  justify-content: center;
}
.is-justify-content-end {
  justify-content:end!important
}
#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%;
}
.section-media .columns.is-multiline {
  margin-top: 1em;
}
.section-videa .column {
  margin-bottom: 1em;
}
.responsive-video.widescreen {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  height: 0;
  overflow: hidden;
}
.responsive-video.widescreen iframe,
.responsive-video.widescreen object,
.responsive-video.widescreen embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar .menu:not(:first-child) {
  margin-top: 2.5rem;
}

.gallery-parent {
  position: relative;
}
.gallery-folder-noimage::before {
  position: absolute;
  top: 25%;
  left: 40%;
  color: #fff;
}
.gallery-folder-noimage:hover::before {
  opacity: .5;
}

.gallery-folder::before,
.gallery-photo::before {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  padding: 5px;
  background-color: #ffaa00;
  z-index: 2;
}
.gallery-folder:hover::before,
.gallery-photo:hover::before {
  opacity: .5;
}

.folder-title {
  font-weight: 700;
  font-size: 1.2em;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 0 10px;
  background: rgba(0, 74, 135, 0.8);
  line-height: 1.2;
  transition: all ease 0.5s;
}
a:hover .folder-title {
  background: rgba(255, 170, 0, 0.9);
}

td .button.fa-download:before {
  padding-right: 10px;
}
details td .button.is-small {
  height: 1.5em;
}

.content ul.pagination-list {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

.dataTables_wrapper .columns {
  margin: 0;
}
.dataTables_wrapper .column {
  flex: auto;
}

a span.is-size-7 {
  display: block;
}

@media screen and (max-width: 769px) {
  .content table td {
    overflow-wrap: anywhere;
    hyphens: manual;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, 
  table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
      padding-left: 40px !important;
  }
  .dataTables_wrapper .column {
    padding: 0;
  }
}
/*--------Accordion-------*/
details {
  padding: 0 .75em;
  margin-top: .75em;
  border: 1px solid #ffc600;
  transition: 0.5s;
}

summary {
  margin: 0 -.6em 0;
  padding: .75em;
  cursor: pointer;
  color: #004b87;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.25em;
  background-color: #ffc600;
}

details[open] {
  padding: 0 .75em 1em;
}

details[open] summary {
  margin-bottom: .5em;
}

.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {

    background-color: #ffc600 !important;
    color: #004b87 !important;
    border: none !important;

}

@media screen and (max-width: 1024px) {
  footer .level {
    flex-direction: column;
  }
}