@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,500,700,700i,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&subset=latin-ext');


/* CSS Document */
/* 
https://stackoverflow.com/questions/15167545/how-to-crop-a-rectangular-image-into-a-square-with-css
https://www.w3schools.com/howto/howto_css_image_overlay.asp
https://www.jqueryscript.net/tags.php?/Infinite%20Scroll/
*/
* {

    

    

    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Barlow Condensed', Impact, sans-serif;
        
        
}

a, a:hover {
    color: #000;
    
}

a.detail-link, a.detail-link:hover {
    color: white;
    text-decoration: none;
    
    
}

#main { margin-top: 260px; }
#header { background-color:#FFF; }

.bg-light {
    background-color:#FFF !important;
    font-size: 20px;
    
    
}


.navbar {
        
        padding-left: 0; 
        padding-right: 0;
    
        
        
       
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: black;
    
}

.navbar-light a:hover {
    color: red !important;
}




a.navlink {
    color: #000;
    font-family: 'Barlow Condensed', Impact, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 11.5px 0;
    font-family: 'Barlow Condensed', Impact, sans-serif;
    font-weight: normal;
    line-height: 23px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 24px;
    line-height: 1.2;
	color:#FFF;
	
}

.img-box {
	padding:5px;
	
}
.img {

	max-width:100%;
/*	max-height:300px;*/

	
}

.small-logo {
	height:55px;
        margin-top: 55px;


}

#logo {
	height: 120px;
}

.popis-box {

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;	
	text-align:center; 

	background-color: #666;
	opacity: 0.7;
	
	
}

.popis {

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;	
	text-align:center; 
}

.popis {
	color:#FFF;
	padding: 10px;
	
}

.activeBox div.popis-box, .activeBox div.popis  {
	display:block;	
}



/* social */
#social { padding-left:0;
          padding-top:20px;
}

#social .main-menu {
    margin: 0;
}
#social .main-menu li:first-child {
    padding-left: 0;
}
#social .main-menu li {
    padding: 0 10px;
}

ul.inline > li,ol.inline > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}
li {
    line-height: 23px;
}

#social a, #social-detail a {
    color: #999;
}

.social a {
    color: #fff;
    padding-right: 15px;
}

.static-text h1,.static-text  p, .static-text div {
    color: #000;
    
}

.static-text p {
        font-size: 18px;
        font-family: 'Barlow', Impact, sans-serif;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    
    
}

@media (max-width: 768px) {
    
    #myslider { display: none;     }
    #logo {height: 60px;}
    .navbar {
        border-bottom: 0;
        display: block;
    }
    
    #main {
        margin-top: 100px;
    }

    h1.denoffline-nadpis {
        font-size: 24px;
    }
    
}

@media (min-width: 768px) {
    #mobileslider { display: none; }
    
     h1.denoffline-nadpis {
        font-size: 90px;
    }
}


@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
/*
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
/*
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
*/
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
/*
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
*/

#countdown, #countdown2{
	width: 185px;
	height: 55px;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 10px 0;
	position: absolute;
          top: 0; bottom: 0; left: 0; right: 0;
        box-sizing: unset;
        top: -50px;
}

#countdown2{
    top: 10px;
}    
/*
#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
}
*/
#countdown #tiles, #countdown2 #tiles2{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span,#countdown2 #tiles2 > span{
	width: 30px;
	max-width: 30px;
	font: bold 20px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 5px;
	padding: 5px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before, #countdown2 #tiles2 > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after, #countdown2 #tiles2 > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels, #countdown2 .labels2{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 0px;
        font-size: .8rem;
        font-weight: normal
}

#countdown .labels li, #countdown2 .labels2 li{
	width: 38px;
	color: red;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators .active {
    background-color: red;
}


.carousel-indicators li {
    background-color: white;
}

.row-bezokraju, .row {
    margin-left: 0;
    margin-right: 0;
}

h2 {color: black;}


.py-5 {
    background: #FFCC00; //url('../img/pozadi.jpg');
    margin-bottom: 33px;
}

.vice h2 {
    color:red;
    text-decoration: underline;
}