/* CSS Document */

*{
    margin:0px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.separator {
    max-width:370px;
    height: auto;
    margin: 0px auto;
    display: block;
}

.float {
    float:none;
}

body {    
    background-color: rgb(12,10,16);
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

.anchor {
    display: block;
    position: relative;
    top: -50px;
}

.content-div a {
    text-decoration: underline;
}

.content-div a:hover {
    color: #FFC709;
}

.text-left {
    text-align: left;
}

.main {
    background-color: rgba(12,10,16,1);
    padding: 0px;    
}

.main .content-div {
    padding: 50px 0px;
    margin: 0px auto 0px auto;
}

#misto, #misto2 {
    padding:0px 25px 20px 25px;
}

@media (min-width:1277px) {
    .main .content-div {
        width: 980px;
    }
}

@media (max-width:419px){
    .main .content-div {
        padding-top: 50px;
    }
}

@media (max-width:1089px){
    .main {
        padding: 5px 0px;
    }
}

@media (max-width:419px){
    .main {
        padding: 50px 0px;
    }
}




@media (max-width:1920px){
    .main .owl-carousel {
        padding: 5px 100px;
    }
}

@media (max-width:1277px){
    .main .owl-carousel {
        padding: 5px 70px;
    }
}

@media (max-width:1089px){
    .main .owl-carousel{
        padding: 5px 40px;
    }
}

@media (max-width:419px){
    .main .owl-carousel{
        padding: 50px 20px;
    }
}

#aktualni-akce h2 {
    font-size: 32px;
    text-align: left;
    font-weight: 100;
    padding: 0px 25px 15px 25px;
    color: #fff;
}

h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 100;
    padding: 30px 25px 15px 25px;
    color: #fff;
}

h3 {
    font-size: 22px;
    text-align: left;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    color: #ffffff;
}

p {
    color: #dad7df;
    font-weight: 200;
}

img.in-construction {
    width: 100px;
}

@media (max-width: 749px) {
    img.in-construction {
	    padding-top: 65px;
   }
}

@media (min-width: 750px) {
    img.in-construction {
        padding-top: 160px;
   }
}

@media (max-width: 749px) {
    .content-div {
        text-align: left;
    }
}

@media (min-width: 750px) {
    .content-div {
        text-align: left;
        /* height: 100vh; */
    }
}


/* menu bar */

header img.web_logo {
    width:60px;
    z-index:1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    padding: 20px 100px 20px 100px;
    background-color: rgba(12,10,16,0.6);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

header a {
    font-weight: 300;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a {
    margin: 0 15px;
}

header nav a:last-child {
    margin-right: 0px;
}

@media (max-width:1089px){
    header{
        padding: 20px 40px;
    }
}

@media (max-width:419px){
    header{
        padding: 15px 20px;
    }
}

.hamburger {
    position: relative;
    margin-top: -10px;
    display: block;
    width: 28px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger .bar, .hamburger:after, .hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(216, 212, 223);
    margin: 8px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 5px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -6px);
}

.hamburger.is-active .bar {
    opacity: 0;
    margin-left: 40px;
}

.mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    background-color:rgba(21, 17, 26, 0.6);
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding-top:150px;
    transition: 0.4s;
    z-index:2;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    display: block;
    text-align: center;
    margin: 0px auto 0px;
    width: 100%;
    max-width: 235px;
    padding: 10px 16px;
    color:#fff;
    text-decoration: none;
    font-size: 19px;
    z-index:90;
    text-shadow: 0px 0px 15px rgb(8, 6, 12);
    border-bottom: 1px solid transparent;
    border-bottom-width: 10px;
    transition: 0.4s;
}

.mobile-nav a:active {
    background-color: #17121E;
}

.mobile-nav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: relative;
    background:  rgba(216, 212, 223, 0.5);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.mobile-nav a:hover:after {
    width: 100%; 
    left: 0; 
}

@media (max-width:950px) {
    .desktop-nav {
        display: none;
    }
}

@media (min-width:951px) {
    .mobile-nav {
        display: none;
    }

    .hamburger {
        display: none;
    }
}

/* menu bar */


/* projekty */

#projekty, #aktualni-akce, #fotky {
    padding-top:50px;
}

#projekty-bg {
    background-image: url("../images/indian_parallax.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#aktualni-akce p {
    padding: 0px 25px;
}

.content-card {
    width: 46%;
    float: left;
    padding: 25px;
    margin:2%;
    background-color: rgba(20, 10, 16, 0.6);
    border-radius: 30px;
}

@media (max-width:700px){
    .content-card {
        width: 95%;
        float: none;
    }
}

.content-card p {
    color: #afacb3;
    font-weight: 400;
}

.clear {
    clear: both;
}

.content-div button {
    border: none;
    color: #17121E;
    padding: 8px 20px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px 0px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #FFC709;
    border-radius: 50px;
    font-weight:600;
}

.content-div button:hover {
    background-color: #ffffff;
    color: #17121E;
}

/* projekty */


/* footer */

#footer-line {
    border-top:1px solid #27232c;
}

footer {
    width: 100%;
    color: #4e4856;
    padding: 35px 100px 50px 100px;
    background-color: rgb(5,4,6);
    font-size:11pt;
    clear: both;
    justify-content: center;
    display: flex;
}

@media (min-width:1090px) {
    footer ul li {
        padding-left:5px;
        padding-right:5px;
        margin-left:25px;
        margin-right:5px;
        float:left;
    }
}

@media (max-width:1089px){
    footer {
        padding: 20px 40px 50px 40px;
    }

    footer ul li {
        list-style-type: none;
        padding:0px;
        margin:0px;
        float:none;
    }
}

@media (max-width:419px){
    footer{
        padding: 15px 20px 50px 20px;
    }

    footer ul li {
        list-style-type: none;
        padding:0px;
        margin:0px;
        float:none;
    }
}

footer ul li:first-child {
    list-style-type: none;
}

/* footer */



/* background video */

.box {
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color:#fff;
    text-align: center;
    z-index:-1;
}

.box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

@media (max-width: 749px) {
    .video-mobile {
	    display: block;
   }
}

@media (min-width: 750px) {
    .video-mobile {
	    display: none;
   }
}

@media (max-width: 749px) {
    .video-desktop {
	    display: none;
   }
}

@media (min-width: 750px) {
    .video-desktop {
	    display: block;
   }
}

/* background video */

/* columns */


@media (min-width:750px) {
    .columns {
    float:left;
    width:50%;
    text-align: left;
    padding:0px 50px;
    }
}

@media (max-width:749px){
    .columns {
    float:none;
    text-align: left;
    padding:0px;
    }
}

@media (min-width:750px) {
    .columns-letak {
    float:left;
    width:50%;
    text-align: center;
    padding:0px 50px;
    }
}

@media (max-width:749px){
    .columns-letak {
    float:none;
    text-align: center;
    padding:0px;
    }
}

.columns p i {
    color:#9b9b9b;
}

/* columns */



/* cosmic gathering */

.map {
    width:100%;
}

@media (max-width: 599px) {
    .letak {
	    width: 90%;
   }
}

@media (min-width: 600px) {
    .letak {
	    width: 50%;
   }
}

/* cosmic gathering */


/* photo slide navigation */

.owl-hash-navigation {
    padding:0px 0px 10px 0px;
    margin:0px auto;
    text-align:center;
}

.owl-hash-navigation a {
    line-height:30pt;
    margin:0px 5px;
    padding:5px 12px;
    background-color:#4e4856;
    color: #000000;
    border-radius:50px;
    font-size:13px;
    font-weight: bold;
    text-decoration: none;
}

.owl-hash-navigation a:hover {
    background-color:#FFC709;
    color: #17121E;
}

.owl-theme .owl-nav [class*=owl-]:hover  {
    background-color:#17121E !important;
}

@media (max-width: 599px) {
    .owl-dots {
	    display: none;
   }
}

@media (min-width: 600px) {
    .owl-dots {
	    display: block;
   }
}

.owl-next span, .owl-prev span {
    font-size: 35px;
    line-height: 25px;
    background-color: #4e4856;
    padding: 0px 25px 3px 25px;
    border-radius: 80px;
}

.owl-next span:hover, .owl-prev span:hover {
    background-color:#FFC709;
    color: #17121E;
}

@media (max-width: 599px) {
    .owl-next span, .owl-prev span {
	    display: block;
   }
}

@media (min-width: 600px) {
    .owl-next span, .owl-prev span {
	    display: none;
   }
}

/* photo slide navigation */


/* photo size */

.photo-akce {
    overflow: hidden;
}

.photo-akce img {
    transition: 1s all ease-in-out;
}

.photo-akce img:hover {
    opacity: 0.45;
    transform: scale(1.1);
}