@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800&amp;subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700&amp;subset=latin-ext);

body {
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  color: #fff;
  position:relative;
}


.btn {
  border-radius: 0;
  font-family: 'Yanone Kaffeesatz','sans-serif';
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color:#01a4dd;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  font-size:48px;
  border-bottom:3px solid;
  display:inline-block;
  margin-bottom:1em;
  color:#01a4dd;
}

h2 {
  font-size: 36px;
  border-bottom: 2px solid;
display: inline-block;
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  
  position:absolute;
  right:10px;
  top:30px;
}

.main-nav {
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.social-icons {
  
  padding-right:20px;
}

.social-icons a {
  font-size: 20px;
  color: #fff;
  padding:8px;
  margin-bottom:1px;
  text-align:center;
  background-color: #01b6f5;
  opacity:0.9;
  width:42px;
  display:block;  
}

.social-icons a:hover {
  background:#fff;
  color:#000;
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.main-nav {
  /* background:#000;  */
}
  
.navbar-brand {
  /*background-color: #070311;*/
  height: 145px;
  margin-bottom: 0px;
  position: relative;
  width: 237px;
}

.navbar-brand .sub  {
  /*height:180px;*/
}

.navbar-brand img {
  position: absolute;
  top: 0px;
  left:75px;  
}



.navbar-right {
  background-color: #01b6f5;
  padding:0 5px 0 0;
  opacity: .9;
  top:30px;
  position:absolute;
  right:100px;
}

.navbar-right li a {
  padding: 35px 15px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 500;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
  background-color: #fff;
  color: #16728f
}

.dropdown-menu {
  z-index:1000;
}

ul.navbar-right li.dropdown ul.dropdown-menu li a {
  color:#000 !important;
  padding:10px;
}

ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  color:#333 !important;
  text-decoration:underline;
  padding:10px;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


.fixed-menu {
  background-color: #04b0ec;
  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
  top:0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 15px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
  
}



/*************************
*******Home CSS******
**************************/

.black {
background:#000;
}
#home {
  background:#fff;
  background-image: url("../images/bg10.png");
  background-position: center -16px;
  /*top:150px;*/
  z-index:100;
}

#main-slider {
  margin-top:3em;
  margin-bottom:2em;
  height:500px;
  border:1px solid #ccc;
  background:#f2f2f2;
  overflow:hidden;
}
#main-slider img {
  
  width:100%;
  max-height:460px;

}

#main-slider 
.carousel-caption {
position:absolute;
  background: none repeat scroll 0 0 #000000;
  /*bottom: 25%;*/
  bottom:5%;
  
  /*left: 10%;*/
  left:1%;
  opacity: 0.8;
  padding-left:15px;
  padding-right:15px;
  padding-top:0;
  padding-bottom:0;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

#main-slider 
.carousel-caption2 {
  background: none repeat scroll 0 0 #000000;
  bottom: 14%;
  float: right;
  right: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}


#main-slider 
.carousel-caption h2, #main-slider 
.carousel-caption2 h2 {  
  font-size: 38px;
  margin:0;
  border-bottom:0;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}
#main-slider 
.carousel-caption2 h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}
#main-slider 
.carousel-caption2 a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}
#main-slider 
.carousel-caption2 a:hover {
  color: #2588a6
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}
#main-slider 
.carousel-caption2 a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-caption2 a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators
{
bottom:0;
}

#main-slider 
.carousel-indicators li {
  background-color:#04b0ec;
  border: 1px solid #04b0ec;
  width:16px;
  height:16px;
  border-radius:16px;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
  width:16px;
  height:16px;
  border-radius:16px;
}

/*************************
*******Explore CSS******
**************************/

#explore {
  /*background-color: #e43892;*/
  background:#000;
  /*background-image: url("../images/event-bg.jpg");*/
  background-image: url("../images/bg3.png");
  background-position: center top;

  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}

#explore .btn-primary{
background-color: #01a4dd;
color: #fff;
text-transform: capitalize;
border: none;
margin-top: 28px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin-top:5em;
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  /*border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;*/
}

#countdown li .days {
  background-color: #01a4dd;
  /*border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;*/
}

#countdown li .hours {
  background-color: #4769bc; 
  /*border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;*/
}

#countdown li .minutes {
  background-color: #8e3f9c;
  /*border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;*/
}

#countdown li .seconds {
  background-color: #dc127a;
  /*border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;*/
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
  /*background-color: #02a1de;*/
  background-color:#fff;
  /*background-image: url("../images/performar-bg.jpg");*/
  background-image: url("../images/bg2.png");    
    background-position: center top;
 /* background-position: 50% 0;*/
  /*background-size: contain;*/
  position: relative;
  background-repeat: no-repeat;
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#event h2 {
  color: #01a4dd;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-event {
  margin-bottom: 70px;
}

.single-event h4 {
  color: #01a4dd;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  /*text-transform: uppercase;*/
}

.single-event h4 a {
  color:#01a4dd;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #e43892;
  top: 3em;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}


/*************************
*******About CSS**********
**************************/

#hlavni {
  /*background-color:#442373;*/
  /*background-color:#000;*/
  background-color:#fff;
  color:#000;
  padding-top:2em;
  padding-bottom:2em;
}

#hlavni a {
  text-decoration:underline;
}

#hlavni h1.new {
  margin-bottom:0.3em;
} 

#hlavni h2 {
  color:#e43892;
  
}

#hlavni h3 {
  color:#e43892;
  margin-top:1.5em;
  margin-bottom:1em;
  border-bottom: 1px solid;
  display: inline-block;
}


#hlavni h2.new {
  border-bottom: 0px !important;
}
#hlavni h2.gal {
  font-size:30px;
  height:30px;
  overflow:hidden;
  border-bottom: 0px !important;
  text-decoration:none !imporant;
}

#hlavni h2.gal a {
  color:#01a4dd;
  text-decoration:none !imporant;
  border-bottom: 0px !important;
}

#hlavni h2.gal a:hover {
  color:#000
}

#hlavni table tr:nth-child(even) {background: #86e0ff; color:#333;}
#hlavni table tr:nth-child(odd) {background: #d9f5ff; color:#333}

#hlavni table tr td {
  vertical-align:top;
  padding:4px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
}

#hlavni p.dat {
  color:#777;
  margin-bottom:1.5em;
}


#top {
  height:234px;
  background:#01a4dd;

}

.breadcrumb {
  border-radius:0px;
  background:none;
  border-bottom:2px solid #fff;
}

#about {
  background-color: #fff;
  background-image: url("../images/bg4.png");
    background-position: center top;  
  position: relative;  
  width: 100%;
  display: flex;
  background-repeat:no-repeat;
  color:#000;
}

.about-content {
  width: 100%;
  /*background-image: url("../images/about-bg.jpg");*/
  
  background-size: cover;
  padding-top:2em;
  padding-bottom:2em;
}

 table.rozvrh {
  width:100%;
 }

 table.rozvrh tr th {
  background:#e43892;
  color:#fff;
  padding:6px;  
  border-right:1px solid #fff;
  font-size:18px;
}

 table.rozvrh tr td {
  padding:6px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding-right:20px;
}
  
table.rozvrh tr:nth-child(even) {background: #86e0ff; color:#333;}
table.rozvrh tr:nth-child(odd) {background: #d9f5ff; color:#333}



#hlavni table.rozvrh2 {
  width:100%;
 }

#hlavni table.rozvrh2 tr th {
  background:#e43892;
  color:#fff;
  padding:6px;  
  border-right:1px solid #fff;
  font-size:18px;
}

#hlavni table.rozvrh2 tr td {
  padding:6px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding-right:20px;
}


#hlavni table.rozvrh2 tr.radek1 {background: #86e0ff !important; color:#333;}
#hlavni table.rozvrh2 tr.radek2 {background: #d9f5ff !important; color:#333;}



#about h2 {
  margin-bottom: 23px;
  color:#01a4dd;
}

.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

#about .btn-primary {
  background-color: #01a4dd;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}
                                             
#about .btn-primary:hover {
  background-color: #e43892
}


#video {
  background-color: #dbdbdb;
  background-image: url("../images/bg5.png");
  background-position: center top;
  
  background-repeat:no-repeat;
  position: relative;
  padding: 40px 0 40px;
  overflow: hidden;
}

#video h2 {
  color:#333;
}



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #01a4dd;
   background-image: url("../images/bg6.png");
     background-position: center top;
  background-repeat:no-repeat;
  position: relative;
}

.sponsor2 {
   background-image: url("../images/bg11.png") !important;
    background-position: center top;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 16%;
  margin-bottom: 75px;
  margin-right:5px
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
   
}

#gmap {
  height:450px;  
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  /*background-color: #f9ab00;*/
  background-color:#fff;
  background-image: url("../images/bg7.png"); 
  /*background-position:60% 0;*/
    background-position: center top;
  background-repeat:no-repeat;  
  position: relative;       
  color:#000;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #01a4dd; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #333; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
  color:#333;
}

.contact-address {
  color:#333;
}

.contact-address a {
  color:#333;
  text-decoration:underline;
}

#contact-section .form-control {
  border-color: #01a4dd;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #01a4dd;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 220px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #01a4dd;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}



/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #000;
  /*background-image: url("../images/footer-bg.jpg");      */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
}

#footer a {
  color:#f7ab24
}

#footer a:hover {
  color:#04b0ec;
}




.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.box-news {

    min-height: 460px;
    text-align: left;
    overflow:hidden;
}

.box-news a.newsimg {
    display: inline-block;
    height: 160px;
    overflow: hidden;
    
    text-align: center;
    width: 100%;
    border:1px solid #fff;
}

.box-news img {
    max-height: 100%;
    min-width: 100%;
    overflow: hidden;
    text-align: center;
          
}

.single-event a.newsimg {
 display: inline-block;
    height: 160px;
    overflow: hidden;    
    text-align: center;
    width: 100%;
    border:1px solid #fff;
}

.single-event img {
    max-height: 100%;
    min-width: 100%;
    overflow: hidden;
    text-align: center;
          
}


.btn2 {
  background:#fff;
  color:#000;
  padding:5px;
}

.btn2:hover {
  background:#000;
  color:#fff;
  padding:5px;
}


.btn3 {
  background:#fff;
  color:#000;
  padding:5px;
}

.btn3:hover {
  background:#000;
  color:#fff;
  padding:5px;
}

.bg1 {
  background-color:#e1fadf !important;
  color:#000 !important;
}

.fright  {
  float:right;
}

.fotky-clanky img {
  border:1px solid #fff;
}

.error {
  background:red;
  color:#fff;
  padding:5px;
  font-weight:bold;
  
}

ul.radkove-menu {
  list-style:none;
  margin:0;
  padding:0;
  margin-top:-20px;
  margin-bottom:2em;
}
  
  ul.radkove-menu li {
     display:inline-block;
     background:#fff;
     color:#000;
     margin-right:20px;
  }
  
  ul.radkove-menu li.active {
    background:#81cfed !important;
    color:#000;
  }
  
  ul.radkove-menu li.active a {
    color:#000;
  }
  
  ul.radkove-menu li a {
    display:block;
    padding:10px;
  }
  
  .black {
    color:#000;
  }
  
  
  .imgborder {
   display:inline-block;
   position:relative;
   border:1px solid #ccc;
   padding:5px;
   background:#f2f2f2;
   margin-bottom:10px;
}



.btn-primary {
  background-color: #01a4dd;
  color: #fff;
  text-transform: capitalize;
  border: none;
  text-decoration:none;
}


.akt-right {
  margin-top:3em;
}
.aktu-right {
  position: relative;
  border: 5px solid #fff;
  padding: 10px;
  background: #01b6f5;
  /*opacity:0.9;*/ 
  margin-bottom: 10px;
  color:#fff;
  height:140px;
  overflow:hidden;
}

.aktu-right h2 {
  margin-top:0;
  font-size:24px;
  font-weight:400;
}

.aktu-right h4 {
  margin-top:0;
 
}



.aktu-right a {
    color:#333;
} 

 

.aktu-right h2 a {
  color:#fff;
}

.aktu-right h2 a:hover {
  color:#ddd;
  text-decoration:underline;
}

.side-banners {
    width: 0px;
    right: 0px !important;
    transition: right 0.3s ease-out;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 203px;
}

.banner-hover {
    position: absolute;
    left: -40px;
    top: 0;
    display: block;
    width: 40px;
    height: 200px;
    background-color: #01a4dd;
    border-top:4px solid #fff;
    border-left:4px solid #fff;
    border-bottom:4px solid #fff;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    text-align: center;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    padding-left: 6px;
    line-height: 1.5;
    box-sizing: border-box;
    z-index:1000;
    font-weight:Bold;
}

.banner-hover.bh-blue {
    background-color: #c52185;
    top: 210px;
}

.banner-hover:hover {
  background:#fff;
  color:#01a4dd;
}

.carousel-inner {

}

.rozvrh-small {
  display:none;
}