body {
    font-family: Helvetica, Arial, sans-serif;
    background: #28d6c1 center top no-repeat;
    margin: 0;
    padding: 0;
}

.vozickar {
    position: fixed;
    z-index: -1;
    mix-blend-mode: color-burn;
}

.m2clogcontent {
    width: 90vw;
    left: 100vw;
    position: fixed;
}


.dn {
    display: none !important;
}

.mobiletop.mobileimg {
    display: none !important;
}

img.desktopimg.topmenu {
    position: fixed;
    opacity: .92;
    top: 0;
    margin: 0 auto;
}

img.desktopimg.topmenualias {
    opacity: 0;
}

a.scrollToTop.scrollhidden {
    opacity: 0;
}

h1 {
    font-size: 20px;
}
div {
    width: 100%;
}
img[usemap], img {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    padding: 0; 
    margin: 0 0 -4px 0; 
    margin: 0 auto;
}

.allholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a:focus,area:focus, input:focus,  textarea:focus,  select:focus,  button:focus{
    outline: none;
}

a.kotva {
    width: 100%;
    height: 1px;
    display: block;
    background: red;
    z-index: 1;
    /* float: left; */
    margin-top: -1px;
    position: relative;
    opacity: 0;
}

.mobile {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.mobile img {
    width: 100%;
}


.scrollToTop {
    width: 57px;
    height: 45px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 37px;
    right: 40px;
    display: none;
    background: rgba(0, 0, 0, 0.61);
    text-indent: 5000px;
    z-index: 9999;
}

.scrollToTop:before {
    content: '\f077 ';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 26px;
    color: white;
    padding: 0;
    display: block;
    margin: -7px 4px;
    position: absolute;
    text-align: center;
    text-indent: 0;
}

.scrollToTop:hover{
	text-decoration:none;
}

.formsekce {
    position: relative;
}

.formholder {
    width: 30%;
    height: 76%;
    /* background: red; */
    right: 13%;
    top: 8%;
    position: absolute;
    padding: 4% 4% 0 4%;
}

.formholder {
    opacity: 0;
}

.formholder.visible {
    opacity: 1;
}

@media only screen and (max-width:800px) {

    body{
background-color: white;
    background-image:none;
}
    .vozickar {
        display: none;
    }
    /*
    .mobile  {
        display: block !important;
    }
    .desktop  {
        display: none !important;
    }

    */

    a.scrollToTop {
        right: 0;
        bottom: 0;
        width: 23px;
        height: 20px;
    }

    .scrollToTop:before {
        margin: -2px 1px;
        font-size: 23px;
    }


}



.desc div.p a {
    border-bottom: 0 none !important;
}

.btmrowimg {
    width: 100%;
    display: block;
}

.btmrowimg a {
  
    float: left;
}

.btmrowimg img {
    width: 100px;
  
}

.mfp-counter {
    left: calc(100vw - 91px);
}

.mfp-figure:after {
    background: transparent !important;
    box-shadow: none !important;
}

.mfp-bg {
    opacity: .92;
}

button.mfp-close {
    background: black !important;
    font-size: 55px;
    right: 20px;
    top: 12px;
    width: 50px;
    height: 50px;
}

a.mfirst {
    WIDTH: 240px;
    background: #28d6c1;
    border-radius: 29px;
    padding: 16px !important;
    margin-bottom: 25px !important;

}