.demo {
    width: 100%;
    height: 100%;
    min-height: 450px;
    min-width: 400px;



    /**
     *
     * http://lea.verou.me/css3patterns/#blueprint-grid
     * can't use css3 grid as firefox performance goes crazy
     * at least you can't call it performance..
     */


}

.wrapper {
    margin: 0px auto 0;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.coverflow {
    width: 800px;
    height: 600px;
    margin-top: 50px;
    padding-top: 100px;
}

.coverflow img {
    width: 900px;
    height: 400px;
    -webkit-box-reflect: none !important;
}

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

    .demo {
        height: 300px;
        min-height: 300px;
        margin-top: 20px;
    }

    .login{
        padding: 0px;
    }

    .lang2{
        padding-right: 0px;
    }

    .bar{
        padding-left: 10px;
    }

    figure h1{
        font-size: 21px;
    }

    figure h4{
        font-size: 12px;
    }

    figure p{
        font-size: 15px;
    }

    figure hgroup{
        top: 0%;
    }

    #myCarousel{
        display: inherit;
    }

    .coverflow img {
        width: 300px;
        height: 200px;
    }

    .menos{
        font-size: 30px;
    }

    .mais{
        font-size: 30px;
    }
}
@media only screen and (min-width: 481px ) and (max-width: 767px) {

    .demo {
        height: 300px;
        min-height: 300px;
    }

    .coverflow img {
        width: 400px;
        height: 220px;
    }

    figure hgroup{
        top: 12%;
    }

    figure h1{
        font-size: 20px;
    }

    figure p{
        font-size: 15px;
    }

    figure h4{
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px ) and (max-width: 900px) {

    .demo {
        height: 350px;
        min-height: 350px;
    }

    .slogan{
        margin-top: 150px;
    }

    .coverflow img {
        width: 500px;
        height: 240px;
    }

    figure hgroup{
        top: 12%;
    }

    figure h1{
        font-size: 30px;
    }

    figure p{
        font-size: 18px;
    }

    figure h4{
        font-size: 15px;
    }


}


@media only screen and (max-height: 600px) {
    .coverflow {
        margin-top: 0;
        padding-top: 0;
    }
}
