.logo-admin {
    background: url("../images/logo-uvod.png") no-repeat;
}

.uvod input {
    padding-left: 52px;
    margin-right: 0;
}
.dotaznik {
    position: relative;
    top: 15px;    
}

.otazkybanner {
    width: auto;
    margin: 5px 30px 5px 35px;
}

label {
    width: auto;
}

.survey_label_font{
    /*font-weight: 800;*/
    font-size: 20px;
}
.survey_line:hover {
	/*background-color: transparent;*/
    background-color: white;
}

.radio_btn_cnt {
    width: 40px;
}

.radiobutt, .klik {
    width: 8.5%;
    height: 80px;
    line-height: 80px;
}


.txt_big {
    width: 98%;
}

.error {
    padding-left: 40px;
    display: inline-block;
    background-position: left center;
}

#pocet_mobile {
    margin-bottom: 0;
    margin-top: 20px;
}

.rameclang {
    width: 100%;
    text-align: center;
}
    
    
.but_previous {
    width: 188px;
    padding: 0;
    background-position-x: 2px;
    text-align: center;
}
    .but_previous:hover {
        background-position-x: 2px;
    }
.but_next, .but_next1 {
    width: 188px;
    padding: 0;
    background-position-x: 2px;
    text-align: center;
    float: right;
}
    .but_next:hover, .but_next1:hover {
        background-position-x: 2px;
    }

.lang_cnt {
    display: inline-block;
    width: 28%;
    padding: 2%;
}
    .lang_cnt img {
        width: 100%;
        height: auto;
    }
    .lang_cnt:hover, .lang_cnt:focus {
        background-color: #d4d3d3;
    }


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

    .radiobutt, .klik {
        width: 8.3%;
        height: 60px;
        line-height: 60px;
    }


}

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

    .radiobutt, .klik {
        width: 8.2%;
        height: 60px;
        line-height: 60px;
    }


}

@media screen and (min-width: 901px) {
    
    #pocet_mobile {
        display: none;
    }
    
   
}

@media screen and (max-width: 640px) {
    .txt_big {
        width: 97%;
    }
    .radiobutt, .klik {
        width: 8.0%;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    .rameclang {
        margin-top: 25px;
    }
}

@media screen and (min-width: 431px) {
    
    .btn_container .odkaz.but_next1 {
        float: right;
    }
    
}

@media screen and (max-width: 443px) {
 .radiobutt, .klik {
        width: 7.7%;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

@media screen and (max-width: 430px) {
    
    .txt_big {
        min-width: 200px;
        width: 94%;
    }
        #surveyfakto .txt_big {
            min-width: 250px;
        }
    .radiobutt, .klik {
        width: 7.8%;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

   

    .btn_container .odkaz, .btn_container .odkazkonec {
         float: none;
         margin-left: auto;
         margin-right: auto;
    }
    
    .but_previous {
        position: relative;
        top: 50px;
        width: 240px;
        padding: 0;
        background-position-x: 17px;
        text-align: center;
    }
        .but_previous:hover {
            background-position-x: 17px;
        }
    .but_next, .but_next1 {
        position: relative;
        top: -50px;
        width: 240px;
        padding: 0;
        background-position-x: 17px;
        text-align: center;
        float: none;
    }
        .but_next:hover, .but_next1:hover {
            background-position-x: 17px;
        }
        
    .btn_container .odkaz.but_next {
        margin-top: 80px;
    }
    
    .lang_cnt {
        width: 29%;
    }
}
