body {
    font-size: 100%;
}

#container {
    width: 100%;
    min-height: 6100px;
    background: white;
    margin: 0 auto;
    position: relative;
    font-family: 'Libre Baskerville', serif;
    overflow-x: hidden;

}



/* help class*/

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.block {
    display: block
}

a.dugme {
    background-color: #333333;
    color: #ffffff;
    border: none;
    text-shadow: none;
    display: none;
    margin: 0 0 0.1em 0;
}

table {
    border-collapse: collapse;
}

table tr th {
    border-bottom: 2px solid black;
}

table tr td {
    border-bottom: 1px solid black;
    padding: 5px;
}

table tr:nth-child(-n+6) {
    background-color: #eee;
}

table tr:first-child {
    background-color: #fff;
}

input, fieldset {
    margin-bottom: 5px;
}


input:focus, textarea:focus {
    background-color: #eee;
}


/*//////////////////////////////  resposive /////////////////////////////////////////////////////*/

@media screen and (min-width: 320px) and (max-width: 620px) {

    #container .slide {
        min-height: 1000px;
    }
    .slicica img{
        width: 160px;
        height: 160px;
        text-align: center;
    }
    .container_picture{
        display:block;


    }
    #container .slide3 .slicica {
        margin:20px 0 20px 0;
        clear: both;
    }

    #container .video {
        margin-left:0;
        clear:both;
        margin-top:30px;
        width:240px;
    }
    .vd{
        display: none;
    }
    a.ui-btn.dugme-video {
        display:block;
    }

    #container .paper {
        width: 283px;
        height: 770px;
        padding: 20px 15px 0 15px;
    }

    #container .set_paper {
        margin-top: 40px;
        margin-left: 5%;
    }

    #container .slide5 .setting_paper {
        right: 2%;
        float: left;
        padding: 45px 10px 0 10px;
        top: 2%;
    }


}
@media screen and (min-width: 621px) and (max-width: 830px){
    #container .slide3 .slicica {
        margin:30px 0 30px 10%;
    }

    #container .video {
        margin-left:10%;
        margin-top:30px;
    }

}



