@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*Header*/

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
}
html { scroll-behavior: smooth; }
p{ margin: 0 0 10px 0; }

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 800;
  margin: 10px 0;
}

h1, .h1{font-size: 2.5em;color: #000;}

h2, .h2{color: #323232;}

h3, .h3{ font-size: 1.4em; color: #000; }

h4, .h4{ font-size: 1.2em; color: #000; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
}
.region-page-title {
    text-align: center;
    text-transform: uppercase;
}
.middlesec .block h2::before {
    content: " ";
    position: absolute;
    left: 50%;
}
/*barevn  logo animace*/
a.site-branding__logo img {
    fill: #ffffff;
    
  /* or to blue */
    /* filter: invert(0.5) sepia(1) saturate(5) hue-rotate(17deg); */
    /* animation: mymovelogo 7s infinite; */
  filter: brightness(0) invert(1);
    height: 75px;
    margin-bottom: 0px;
}

@keyframes mymovelogo {
  50% {
    -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(350deg);
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(350deg);
  }
}
.mark, mark {
    background: #f35d63;
    padding: 0px;
}
img{max-width: 100%;height: auto;}

a{
  color: #F35D63;
}

a:hover{
  color: #0d522e;
}
div#koncerty, div#bio, div#video, div#kontakt, div#music, div#galerie {
    scroll-margin-top: 150px;
}
.links, .views-display-link {
    background: #F35D63;
    border-radius: 1px;
    color: #ffffff;
    padding: 8px 0;
    padding-left: 20px;
    padding-right: 50px;
    margin-top: 5px;
    position: relative;
    border-radius: 2px;
    display: inline-block;
}
footer .links a {
     color: #ffffff;
   }
.links:hover {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    background: #a4a4a4;
}
.links:after, .views-display-link:after {
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all .2s ease-in-out;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}
.views-display-link {
                    background: white;
                    color: #F35D63;
                    margin-top: 15px;
                    display: inline-table;
                    }
.views-display-link:hover {
                    background: #F35D63;
  color:white;
                   }
.uvodblok .title {
    margin-top: 20px;
}
.block {
  margin: auto;
  margin-bottom: 20px;
}
.block-views {
    margin: auto -15px;
}
.block footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.top-header {
    display: flex;
    align-items: center;
}
.top-header .block {
    margin: 0;
}
.middlesec .block h2, .region-cont-form h2, #music h2 {
    text-align: center;
    font-size: 2.2em;
    position: relative;
}
.region.region-serviceshp h2 {
    color: black;
}
#wrapper {
    margin: 25px 0;
}

#wrap-contact {
    padding: 30px 0;
}
.main-header{
  background: url(../images/welcome_banner_bg.jpg);
  color: #000000;
  background-size: cover;
  position: relative;
}

.main-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0);
}
.region.region-flexslider-top {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    overflow: hidden;
}
#block-drupal-custom-theme-views-block-stranka-block-3 h2 {
    text-align: center;
}
.path-frontpage .navbar {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
}
.navbar.navbar-default.static {
    background-color: #aab8c7ed;
    border-radius: unset;
    animation: mymove 1s infinite;
    animation-iteration-count: 1;
}

@keyframes mymove {
  0%  {background-color: transparent;}
  100%  {background-color: #aab8c7ed;}
}

.main-header nav{font-family: "Roboto", sans-serif;background: none;border: 0;z-index: 2;}
.navbar {padding-bottom:20px;}
.region-flexslider-top .block {
    margin: 0;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: bottom;
  line-height: 100%;
  padding-top: 20px;
  /* width: 100%; */
}

.site-name a{
  font-size: 26px;
  color: #fff;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .fa span{
  display: none;
}

/*footerwidget*/

.footerwidget{
  /* background: #2e2e2e; */
  /* color: #D0D0D0; */
  padding: 10px 0;
}
.footerwidget .fa
 {
    font-size: 140%;
    margin: 5px;
}
.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  /* background: #2e2e2e; */
  color: #6d6d6d;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2{
  /* color: #FFF; */
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #f1f1f1;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #eee;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
  text-align: center;
}

.social-media a {
  width: 40px;
  height: 30px;
  color: #F35D63;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
  background: none;
  font-size: 2em;
}
svg.fab.fa-tiktok {
    width: 30px;
    height: 23px;
    color: #F35D63;
}

svg path {fill: #F35D63;}
/*
.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #F35D63;
}

.social-media a.linkedin{
  background: #11683b;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}
*/
.social-media.top a:hover{
  opacity: .6;
  color: #ffffff;
}
.social-media a:hover{
  opacity: .6;
  color: #000000;
}
/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}
textarea#edit-message {
    width: 100%;
}

input {
    width: 100%;
}
input[type=checkbox] {width: unset}
.contact-message-form label{
  display: block;
}
.form-actions {
    text-align: center;
}
.btn, 
input[type="submit"]{
  background: #F35D63;
  color: #fff;
  border: 0;
  padding: 15px 30px;
  line-height: 100%;
  width: unset;
  font-size: 16px;
  text-transform: uppercase;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #F35D63;
}

.koncert .btn {
    background: #F35D63;
    color: #fff;
    border-radius: 2px;
    padding: 5px 15px;
    margin: 3px;
}
.koncert .btn.info {
    background: #d8c15f;
}
.koncert .datum {
    font-size: 18px;
    font-weight: bold;
    color: #F35D63;
}
.koncert .mesto {
    font-weight: bold;
}
.koncert  .time {
    padding: 0;
}
.koncert.row {border-bottom: solid #d2d2d2 1px;margin-bottom: 5px;padding-bottom: 5px;line-height: 1.5;display: flex;align-items: center;flex-direction: row;}
.live.hp .koncerty:nth-last-child(1) .koncert.row {
    border: none;
}
/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: center;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme li a{
  background: #fbfbfb00;
}

.main-menu {
  position: relative;
  z-index: 9999;
}
.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 20px;
  padding: 5px;
  border-radius: 2px;
  border: 0px solid #DCDCDC;
  background: #efefef00;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}
.col-sm-12.js-form-item.form-item.js-form-type-checkbox {
    display: flex;
    justify-content: center;
}
.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  color: #999;
  font-size: 1em;
  line-height: 1.5;
  margin: 5px;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #F35D63 center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.slideimg::after {
    content: "";
    background: #0000005e;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.slideimg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: center -60px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 68vh;
    width: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
.slideimg {/* margin-top: 115px; */height: 44vh;width: 100%;background-position: center;}
}
.flexslider{
  z-index: 1;
  margin: 0px;
  border-radius: 0;
  border: 0;
  background: no-repeat;
}

.flexslider .slides > li{
  position: relative;
}

.slider-caption{
  position: absolute;
  z-index: 99;
  width: 60vh;
  left: 20%;
  right: 20%;
  bottom: 15%;
  padding: 20px;
  /* text-align: center; */
}

.slider-caption .slider-title{
  color: #fff;
  margin-top: 0;
  font-size: 3em;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}
.slider-description {
    background: black;
    color: white;
    width: 35vh;
    padding: 5px;
    line-height: 1.2;
}
@media (max-width: 767px) {
.slider-description {
    display: none;
}
}
a.more-link {
    padding: 10px;
    display: inline-block;
    font-size: 180%;
}
.flex-direction-nav a{
  padding: 10px;
  color: #000;
}

.flex-direction-nav a:before{
  color: #000;
}

.flex-control-paging li a.flex-active{
  background: #fff;
}
.mycarousel-caption .popis-title {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    position: relative;
    text-shadow: 1px 1px 2px #000;
    width: 100%;
    text-transform: uppercase;
}

.mycarousel-caption .popis.tx {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 20px 0;
    text-shadow: 1px 1px 1px #000
}

.mycarousel-caption {
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-name: example;
    top: 20%;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: 5
}

.mt-button.links {
    background: #F35D63;
    border: none;
    color: #fff;
    margin-top: 20px;
    padding: 10px 45px;
    padding-left: 30px
}

.mt-button.links:hover {
    background: #F35D63;
}

#block-drupal-custom-kategorie-block {
    z-index: 1;
    width: 100%;
}

.flex-row {
    display: flex;
}
@media (max-width: 767px) {
  .flex-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
}
.tel {
    color: #ffffff;
    display: flex;
    font-family: 'Open Sans',sans-serif;
    font-size: 100%;
    line-height: 150%;
    padding: 10px 5px;
    position: relative;
    text-transform: none;
}

.tel a {
    color: #ffffff;
    margin-left: 1px
}

.tel .fa {
    color: #F35D63;
    font-size: 140%;
    margin: 0 15px;
    width: 25px;
}
.fa {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uvodblok .text {
    text-align: left;
}

.uvodblok h2 {
    /* text-align: left; */
}

.uvodblok .links {
    /* float: left; */
}
.new {
    background: white;
    display: inline-block;
}

.new .foto {
    position: relative;
}

.new .nadpis {
    font-size: 1.5em;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: hwb(0deg 0% 100% / 50%);
    padding: 20px;
    margin: 0;
}
.new .bottom {
    padding: 20px;
}
.new .text {
    display: block;
}
.new .actions {
    display: inline-grid;
}
.region-middle {
    text-align: center;
    font-size: 120%;
}

.region-middle .fa {
    font-size: 3em;
}

.region-middle .blok {
    margin: 0;
}
.kategorie{padding:15px;}
.kategorie a {
    padding: 20px;
    background: #000000;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    height: 100%;
}
.kategorie a:hover {
      background: #686868 !important;
      scale: 1.1;
    }
.kategorie:nth-child(2n) a {
      background: #666666;
}
.kategorie h2 {
    font-size: 1.6em;
    color: white;
    text-transform: uppercase;
    line-height: 1.1;
}
@media (max-width: 1180px) {
.kategorie a { padding: 15px;}
.kategorie h2 {font-size: 1.6em;}
}
.kategorie .desc {
    font-size: 1.1em;
    color: white;
    margin: 0 25px;
    line-height: 1.2em;
}
.kategorie .links {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    margin-top: 5px;
}
ul.services {
    column-count: 3;
    list-style: none;
    font-size: 110%;
    font-weight: 600;
}

ul.services li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 150%;
    content: "\f105";
    margin: 10px;
    color: #F35D63;
}
@media (max-width: 767px) {
 .kategorie .links, .kategorie .desc {
     display: none;
   
} 
  ul.services {
    column-count: 1;
    padding: 10px;
    }
}
.block-system-main-block .views-element-container .vypisy {
    display: flex;
    flex-wrap: wrap;
}
.fotogalerie .field__item {
    padding-bottom: 30px;
}
.container.flex {
    display: flex;
    flex-wrap: wrap;
}

.block-views h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    margin: 30px 0;
}
.vypis.obsah {
    padding: 15px;
    margin-bottom: 20px;
    height: 100%;
    background: #00000008;
    display: inline-block;
}

.vypis.obsah h2 {
    color: #F35D63;
    line-height: 1.1;
    margin-top: 10px;
}

.vypis.obsah .text {
    margin-top: 15px;
    display: inline-block;
}

.vypis.umelci {
    background: black;
    height: 100%;
  overflow:hidden;
}
.vypis.umelci:hover {
    background: #000000a6;
    height: 100%;
    cursor: pointer;
}
.vypis.umelci:hover .foto {
  animation: myfoto 0.5s;
  animation-fill-mode: forwards;
}
@keyframes myfoto {
    from {transform: rotate(0);}
    to { transform: rotate(3deg); scale:1.1; margin-top:-20px;padding-bottom:20px;}
  

}
.vypis.umelci h2 {
    color: #f35d63;
    margin: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 800;
}
.vypis.umelci::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f077";
    position: absolute;
    top: 15px;
    left: 15px;
    rotate: 314deg;
    font-size: 4em;
    z-index: 1;
}
.vypis.views-row {
    overflow: hidden;
    margin-bottom: 30px;
}

.vypis.umelci .text {
    color: white;
    margin: 20px;
    padding-bottom: 35px;
}
.vypis.umelci .links {
    position: absolute;
    right: 15px;
    bottom: 0px;
    border-radius: 0px;
}


.vypis.umelciid .bigfoto {
    padding: 15px;
}

.vypis.umelciid .foto {
    padding: 15px;
}

.vypis.umelciid .title {
    margin: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #c6c6c6;
    float: left;
    width: 97%;
}

.vypis.umelciid .file {
    line-height: 3;
    margin: 0 10px;
    width: 97%;
}

.flex-control-nav {
    bottom: 60px;
    display: block;
    position: absolute;
    z-index: 3;
}
.flex-control-paging li a {
    border-radius: 0;
    width: 60px;
}
.node__content > .field {
  margin-bottom: 25px;
}

.node__content .field.field--name-field-image {
    float: right;
    margin-left: 20px;
}

.node__content .fotogalerie {
    display: inline-block;
    margin: 10px -15px;
    width: 100%;
}


/* video */

.videos.field.field--name-field-media-oembed-video.field--type-string.field--label-hidden.field__item {
    overflow: hidden;
}

.videos.field.field--name-field-media-oembed-video.field--type-string.field--label-hidden.field__item img {
    scale: 1.2;
}

a.glightbox.glightbox-media-video:hover::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f144";
    position: absolute;
    font-size: 4em;
    top: 45%;
    left: 45%;
    color: #ffffff;
    z-index: 2;
}
.videa .nadpis {
    position: absolute;
    z-index: 1;
    margin: 20px;
    font-size: 1.8em;
    font-family: "PT Serif", sans-serif;
    color: white;
}

.vypis.vyd h2 {
    font-size: 1.3em;
    min-height: 70px;
}

.vypis.vyd {
    text-align: center;
}

.vypis.vyd .links {
    background: no-repeat;
    color: black;
}
.captcha.captcha-type-challenge--recaptcha {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.g-recaptcha.recaptcha-processed {
    padding-left: 50%;
    margin-left: -140px;
}
