@font-face {
    font-family: Dosis-Regular;
    src: url('fonts/Dosis-Regular.ttf');
}

@font-face {
    font-family: Dosis-Bold;
    src: url('fonts/Dosis-Bold.ttf');
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.startstart {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9000;
    background-color: #eeeeee;
    //background-image: -moz-radial-gradient(50% 50%, ellipse farthest-corner, #eeeeee, #aaaaaa 100%);
    //background-image: -webkit-radial-gradient(50% 50%, ellipse farthest-corner, #eeeeee, #aaaaaa 100%);
    //background-image: -o-radial-gradient(50% 50%, ellipse farthest-corner, #eeeeee, #aaaaaa 100%);
    //background-image: -ms-radial-gradient(50% 50%, ellipse farthest-corner, #eeeeee, #aaaaaa 100%);
    //background-image: radial-gradient(50% 50%, ellipse farthest-corner, #eeeeee, #aaaaaa 100%);
    // background: url('tlo3b.jpg'), #343434;
    // background-position: no-repeat center center;
    // -webkit-background-size: cover;
    // -moz-background-size: cover;
    // -o-background-size: cover;
    // background-size: cover;
}

.startstart2 {
    position: relative;
    top: calc(50% - 30px);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 220px;
    max-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    //background-color: rgba(255, 255, 255, 0.003);
    // background-color: rgb(5, 90, 61);
    display: flex;
    // align-items: stretch;
    //align-content: space-between;
    justify-content: center;
    //flex-direction: column;
}

.lds-ring {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
    //    background-color: #ff0000;
    display: block;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
    //    background-color: #ff0000;
    display: block;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #000000;
    background-color: #aaaaaa;
    //background-color: #8e660f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #aaaaaa;
    // background-color: #8e660f;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #aaaaaa;
    //background-color: #8e660f;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.jezykibox {
    //background-color: rgba(204, 38, 38, 0.4);
    padding: 0px;
    margin: 0px auto 0 auto;
    width: auto;
    height: 90px;
    bottom: 0;
    position: absolute;
}

.wybierz p {
    letter-spacing: 0px;
    padding: 6px 0px 11px 0px;
    margin: 0px;
    font-family: 'Dosis-Regular', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #8a8a8a;
    text-align: center;
    //text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);
    // text-shadow: 2px 2px 4px #000000;
}

.jezyki {
    border-radius: 2px;
    background-color: rgba(39, 39, 39, 0.04);
    padding: 0px 26px 0px 26px;
    margin: 0px auto;
    width: auto;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jezyk {
    padding: 3px 0px 0px 0px;
    cursor: pointer;
    //float: left;
    opacity: 0.7;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    -o-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
}

.jezyk:hover {
    padding: 0px 0px 0px 0px;
    opacity: 0.99;
}

@media only screen and (orientation:landscape) and (max-width: 1000px) {
    .startbox2 {
        top: 15vh;
        height: 70vh;
    }
    .start-logo {
        width: 300px;
        max-width: 90%;
        height: auto;
        opacity: 0.68;
        margin: 0 auto;
        padding: 0;
        //background-color: blueviolet;
        top: 0;
        position: absolute;
    }
}