@charset "utf-8";
/* CSS Document */

/* Definições Gerais ==================================*/

body {
    margin:0;
    padding:0;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

img {
    border:none;
    max-width: 100%;
}

/* Classes Fixas ======================================*/

.clear {
    clear:both;
}

.limit {
    width:960px;
    /*width: 100%;*/
    position: relative;
    margin:auto;
}

.left     { float:left; }
.right    { float:right; }
.bold     { font-weight:bold; }
.relative { position: relative; }
.none     { display: none; }
.center   { text-align: center; }
.justify  { text-align: justify; }
.pointer  { cursor:pointer; }

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.bdvd { border:#0f0 1px solid; }
.bdvm { border:#f00 1px solid; }
.bdaz { border:#00f 1px solid; }
.bdam { border:#ff0 1px solid; }


/* Site *========================================*/

body {
    background: url('../img/bg.jpg') center top no-repeat;
    background/*\**/: url('../img/bg_ie.jpg') center top no-repeat\9;
    background-attachment: fixed;
    background-size: 100% auto;
}

#header {
    /*width: 100%;*/
    height: 188px;
    background:url('../img/top.jpg') left top no-repeat;
    background-size: 100% auto;
    margin-bottom: 40px;
}

/* Topo */

#topo {
    padding: 10px 0 15px 0;
    background: url('../img/bg_topo.png') left bottom repeat-x;
}

#topo .left {
    width: 300px;
}

#topo .left img {
    margin-right: 5px;
}

#topo input {
    padding:0 5px 0 10px;
    width: 172px;
    height: 33px;
    background: url('../img/search.png') no-repeat;
    border: none;
    outline: none;
    float: left;
    color: #acacac;
}


#topo button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    float: left;
    margin-top: -2px;
    *width: 32px;
    *height: 32px;
    *margin-left:10px;
}

/* Sidebar */

#sidebar {
    width: 180px;
    float: left;
    padding: 0 15px 50px 0;
    border-right: #949494 2px solid;
    margin-bottom: 60px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li {
    width: 180px;
    height: 36px;
    margin-bottom: 5px;
    /*padding-top: 10px;*/
}

#sidebar ul li.sep {
    width: 180px;
    height: 17px;
    background: url('../img/separatorv.png') center top no-repeat;
}

#sidebar ul li.sep1 {
    width: 180px;
    height: 34px;
    background: url('../img/separatorv.png') center top repeat-y;
}

#sidebar ul li a {
    display: block;
    background: url('../img/sidebar.png') center top no-repeat;
    height: 27px;
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
    font-size: 0.875em;
    color: #403000;
}

#sidebar ul li a:hover, #sidebar ul li.active a {
    background: url('../img/sidebar_hover.png') center top no-repeat;
    color:#204000;
    font-weight: bold;
}

/* Content */

#content {
    float: right;
    width: 748px;
    margin-left: 15px;
    margin-bottom: 60px;
}

.logo {
    text-align: center;
    margin-top:60px;
}

/* Home */

.categorias .thumb {
    float: left;
    width: 224px;
    height: 148px;
    margin:0 29px 29px 0;
    background: url('../img/thumb_home.jpg');
    border: #fff 3px solid;
            transition: all .6s ease;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
}

    .categorias .thumb.no-margin {
        margin-right: 0;
    }

    .categorias .thumb:hover {
        border: #f00 3px solid;
    }

    .categorias .thumb .titulo {
        text-align: center;
    }

    .categorias .thumb a {
        display: block;
        width: 210px;
        height: 138px;
        padding:5px 10px;
        color: #403000;
        text-decoration: none;
        font-size: 1.25em;
        color: #fff;
        font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        text-shadow: -1px 0 2px #FF1F26;
    }


/* Mingau */

.home {
    text-align: justify;
    line-height: 1.4em;
    color: #800060;
}

.home .sobre img {
    float: right;
    width: 340px;
    height: auto;
    margin-left: 15px;
}

/* Categorias */

.category .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.category .thumb {
    float: left;
    width: 230px;
    margin:0 29px 29px 0;
}

.category .thumb.no-margin {
    margin-right: 0;
}

.category .thumb .img {
    background: url('../img/moldura.png') center top no-repeat;
    width: 230px;
    height: 148px;
    margin-bottom: 5px;
    border: #fff 3px solid;
            transition: all .6s ease;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
}

.category .thumb .img img {
    width: 213px;
    height: 134px;
    margin: 7px 0 0 8px;
}

.category .thumb.thumb-video .img {
    background: url('../img/moldura-video.png') center top no-repeat;
    height: 146px;
}

.category .thumb.thumb-video .img img {
    width: 212px;
    height: 111px;
    margin: 19px 0 0 10px;
}

.category .thumb .titulo {
    text-align: center;
}

.category .thumb a {
    color: #403000;
    font-size: 0.875em;
    text-decoration: none;
}


/* Publicação */

.publicacao .titleTexto {
    float: left;
    width:380px;
}

.publicacao .title {
    font-size: 1.875em;
    font-weight: bold;
    margin-bottom: 15px;
}

.publicacao .title .player {
    clear: both;
}

.publicacao .image {
    width: 340px;
    height: 205px;
    background:#fff url('../img/moldura2.png');
    position: relative;
    margin: 0 auto;
}

.publicacao .image.imagePoesia {
    margin-bottom: 40px;
}

.publicacao .image img {
    width: 314px;
    height: 185px;
    top: 11px;
    left: 13px;
    position: absolute;
}

.publicacao .video {
    margin-top: 10px;
}

.publicacao .descricao {
    line-height: 1.375em;
    margin-top: 20px;
}

.publicacao .incorporado {
    margin-top: 10px;
}

.publicacao .texto {
    line-height: 1.375em;
    margin-top: 30px;
}

.publicacao .extra {
    position: relative;
    margin-top: 50px;
}

    .publicacao .extra img {
        width: 320px;
        height: auto;
        border: #ed145b 1px dashed;
        padding: 10px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    .publicacao .extra .clique {
        position: absolute;
        color:#8000FF;
        font-size: 0.75em;
        width: 130px;
        left: 65px;
    }

    .publicacao .extra .credits {
        color:#8000FF;
        font-size: 0.75em;
    }


.reliquiasel .buttons,
.publicacao .buttons {
    margin-top: 50px;
}

    .reliquiasel .buttons .copy,
    .publicacao .buttons .copy {
        float: left;
        width: 250px;
        padding-top: 15px;
    }

    .reliquiasel .buttons .botoes,
    .publicacao .buttons .botoes {
        float: right;
        width: 300px;
        text-align: right;
    }

    .reliquiasel .buttons .botoes #backtop,
    .publicacao .buttons .botoes #backtop {
        margin: 0 20px 0 20px;
        margin-top: 0;
    }

    .reliquiasel .buttons .botoes a,
    .publicacao .buttons .botoes a {
        display: block;
        float: left;
        margin-top: 32px;
        color: #806000;
    }



/* Share */

.share {
    margin-top: 50px;
}

    .share div {
        float: left;
    }

    .share div.twitter {
        width: 200px;
    }

    .share div.facebook {
        width: 260px;
        margin-left: 40px;
    }

    .share div.facebook img {
        width: 250px;
        height: auto;
    }

    .share div.addthis {
        margin-left: 40px;
        width: 200px;
        text-align: left;
    }

    .share .titulo {
        color: #f00;
        margin-bottom: 30px;
    }

    .share div.twitter a,
    .share div.facebook  a{
        margin-top: 30px;
        display: block;
    }

    .share div.facebook a {
        margin-top: 20px;
    }

    .addthis_label {
        padding-left: 10px;
        font-size: .85em;
        color: #fe6d4c;
        /*font-style: italic; */
    }

/* Biscoito */
.biscoito .title {
    font-weight: bold;
    margin-bottom: 5px;
}

    button#play-pause {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
    }

    .biscoito .restaurante {
        margin-top: 25px;
        position: relative;
        height: 714px;
        background: url(../img/restaurante.jpg) center top no-repeat;
    }

        .biscoito .restaurante .balao {
            position: absolute;
            width: 250px;
            padding-bottom: 25px;
            bottom: 365px;
            left: 220px;
            background: url(../img/bg-balao.png) left bottom no-repeat;
        }

            .biscoito .restaurante .balao .texto {
                background: #fff;
                padding: 10px 20px;
                border-radius: 20px;
                text-align: center;
                font-size: 14px;
                line-height: 22px;
                color: #333;
            }

                .biscoito .restaurante .balao .texto a {
                    color: #333;
                    text-decoration: none;
                    cursor: pointer;
                }


        .biscoito .restaurante .luck {
            position: absolute;
            top: 445px;
        }

            .biscoito .restaurante .luck img {
                width: 70px;
                cursor: pointer;
            }

            .biscoito .restaurante .luck img.broken {
                display: none;
                width: 70px;
                cursor: default;
            }


            .biscoito .restaurante .message {
                display: none;
                position: absolute;
                width: 560px;
                height: 590px;
                padding: 30px 45px 30px 45px;
                top: 30px;
                left: 45px;
                background: url(../img/bg-luck.jpg) repeat-y;
                z-index: 999;
                text-align: center;
            }

                .biscoito .restaurante .message .close-message {
                    position: absolute;
                    right: 10px;
                    top: 8px;
                    font-size: 14px;
                    cursor: pointer;
                    font-weight: bold;
                }

                .biscoito .restaurante .message .trecho {
                    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
                    font-style: italic;
                    font-size: 18px;
                    line-height: 25px;
                    color: #333;
                    width: 560px;
                    height: 550px;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .biscoito .restaurante .message .trecho em {
                        width: 15px;
                        height: 15px;
                        display: inline-block;

                    }

                        .biscoito .restaurante .message .trecho em.open {
                            background: url(../img/aspas-open.png) no-repeat;
                            margin-right: 5px;
                        }

                        .biscoito .restaurante .message .trecho em.close {
                            background: url(../img/aspas-close.png) no-repeat;
                            margin-left: 5px;
                        }

                .biscoito .restaurante .message .desc {
                    margin-top: 15px;
                }

                .biscoito .restaurante .message a {
                    text-decoration: underline;
                    color: #111;
                    font-weight: bold;
                    font-size: 14px;
                    font-family: Arial, Helvetica, sans-serif;
                    font-style: normal;
                    margin-top: 20px;
                    display: block;
                }

        .biscoito .restaurante .luck1 { left:120px; }
        .biscoito .restaurante .luck2 { left:200px; }
        .biscoito .restaurante .luck3 { left:280px; }
        .biscoito .restaurante .luck4 { left:370px; }
        .biscoito .restaurante .luck5 { left:450px; }
        .biscoito .restaurante .luck6 { left:520px; }

/* Baralho */
.baralho .title {
    font-weight: bold;
    margin-bottom: 5px;
}

    #baralho {
        width: 160px;
        position: absolute;
        top: 292px;
        left: 300px;
        cursor: pointer;
        z-index: 2;
    }

    #mesa {
        position: absolute;
        bottom:0;
        left: 182px;
        z-index: 1;
    }

    #sec1, #sec2 {
        position: absolute;
        top:110px;
        left: 105px;
        z-index: 0;
    }

    .flip {
        -webkit-perspective: 800;
        width: 300px;
        height: 426px;
        position: absolute;
        display: none;
        z-index: 3;
    }

    .flip:hover {
        z-index: 99;
    }

    .flip .card.flipped {
      -webkit-transform: rotateY(180deg);
    }

        .flip .card {
           width: 300px;
           height: 426px;
          -webkit-transform-style: preserve-3d;
          -webkit-transition: 0.5s;
        }

        .flip .card .face {
            width: 300px;
            height: 426px;
            position: absolute;
            -webkit-backface-visibility: hidden ;
            font-family: Georgia;
            font-size: 3em;
            text-align: center;
            line-height: 200px;
        }

    .flip .card .front {
        position: absolute;
        width: 300px;
        height: 426px;
        background: #000;
        background: url(../img/carta.png) no-repeat;
    }


    .flip .card .back {
        -webkit-transform: rotateY(180deg);
        background: url(../img/carta_verso.png) no-repeat;
        width: 300px;
        height: 426px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .flip .card .back:hover {
            -webkit-box-shadow: 0px 0px 20px -2px rgba(246,139,30,.9);
            -moz-box-shadow: 0px 0px 20px -2px rgba(246,139,30,.9);
            box-shadow: 0px 0px 20px -2px rgba(246,139,30,0.9);
        }

           .baralho .card .naipe {
                position: absolute;
                font-size: 40px;
                line-height: 55px;
                padding: 0px 10px 15px 10px;
                text-align: center;
                letter-spacing: -5px;
            }

                .baralho .card .naipe.ouro,
                .baralho .card .naipe.copas {
                    color: #f00;
                }

                .baralho .card .back .top {
                    left: 0;
                    top: 0;
                }

                .baralho .card .back .bottom {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
                    -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
                    -ms-transform: rotate(180deg);  /* IE 9 */
                    -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
                    transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
                }

                .baralho .card .naipe img {
                    width: 25px;
                }

            .baralho .card .message {
                position: absolute;
                width: 205px;
                height: 335px;
                top: 45px;
                left: 47px;
                text-align: center;
                border: #555 1px solid;
            }

                .baralho .card .message .trecho {
                    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
                    font-style: italic;
                    line-height: 18px;
                    color: #333;
                    height: 315px;
                    padding: 10px;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .baralho .card .message .trecho em {
                        width: 15px;
                        height: 15px;
                        display: inline-block;

                    }

                        .baralho .card .message .trecho em.open {
                            background: url(../img/aspas-open.png) no-repeat;
                            margin-right: 5px;
                        }

                        .baralho .card .message .trecho em.close {
                            background: url(../img/aspas-close.png) no-repeat;
                            margin-left: 5px;
                        }

                .baralho .card .message .desc {
                    margin-top: 20px;
                }

                .baralho .card .message a {
                    text-decoration: underline;
                    color: #111;
                    font-weight: bold;
                    font-family: Arial, Helvetica, sans-serif;
                    font-style: normal;
                    margin-top: 20px;
                    display: block;
                }

.biblioteca {
    margin-top: 25px;
    position: relative;
    width: 750px;
    height: 560px;
    background: url(../img/biblioteca.jpg) center top no-repeat;
}

    .baralho .biblioteca #flip1 { top:15px; left:15px; }
    .baralho .biblioteca #flip2 { top:15px; left:435px; }
    .baralho .biblioteca #flip3 { left:50%; margin-left: -150px; top:120px; }

    .baralho .biblioteca .balao {
        position: absolute;
        width: 250px;
        padding-bottom: 25px;
        bottom: 350px;
        left: 245px;
        background: url(../img/bg-balao.png) left bottom no-repeat;
    }

        .baralho .biblioteca .balao .texto {
            background: #fff;
            padding: 10px 20px;
            border-radius: 20px;
            text-align: center;
            font-size: 14px;
            line-height: 22px;
            color: #333;
        }

            .baralho .biblioteca .balao .texto a {
                color: #333;
                text-decoration: none;
                cursor: pointer;
            }

/* Relíquia */
.reliquia .title {
    font-weight: bold;
    margin-bottom: 5px;
}

    .reliquia .tela {
        padding: 3px 8px;
        margin-top: 25px;
        position: relative;
        height: 700px;
        color: #a6e22e;
        background:#090908;
        font-size: 12px;
        font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
        cursor: none;
    }

    .reliquia .marca, .reliquia .texto { display: none; }

    input#resp {
        background: none;
        border:none;
        color: #a6e22e;
        outline: none;
        font-size: 12px;
        font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
        height: 18px;
        width: 10px;
        cursor: none;
    }

    .cursor{
        opacity: 1;
        font-weight: bold;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        -ms-animation: blink 0.7s infinite;
        -o-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }
    @-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-webkit-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-moz-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-ms-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-o-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }

.reliquiasel .tela {
    padding: 15px 15px 30px 15px;
    color: #a6e22e;
    background:#090908;
    font-size: 13px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    margin-bottom: 25px;
}

    .reliquiasel .tela .title {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .reliquiasel .tela .video {
        position: relative;
        margin-bottom: 20px;
    }

        .reliquiasel .tela .player {
            position: absolute;
            width: 440px;
            height: 330px;
        }

    .reliquiasel .tela .video.tv {
        height: 480px;
        background: url(../img/bg-tv.png) center top no-repeat;
    }

        .reliquiasel .tela .video.tv .player {
            top: 55px;
            left: 70px;
        }

    .reliquiasel .tela .video.radio {
        height: 765px;
        background: url(../img/bg-radio.png) center top no-repeat;
    }

        .reliquiasel .tela .video.radio .player {
            top: 295px;
            left: 145px;
        }



    .reliquiasel .tela .incorporado {
        position: relative;
        margin-bottom: 20px;
    }

        .reliquiasel .tela .incorporado iframe {
            position: absolute;
            width: 440px;
            height: 330px;
        }

    .reliquiasel .tela .incorporado.tv {
        height: 480px;
        background: url(../img/bg-tv.png) center top no-repeat;
    }

        .reliquiasel .tela .incorporado.tv iframe {
            top: 55px;
            left: 70px;
        }

    .reliquiasel .tela .incorporado.radio {
        height: 765px;
        background: url(../img/bg-radio.png) center top no-repeat;
    }

        .reliquiasel .tela .incorporado.radio iframe {
            top: 295px;
            left: 145px;
        }




/* Comments */

.comments {
    margin-top: 30px;
}

    .coment-site .form {
        background: #ebebeb;
        padding: 20px;
    }

    .coment-site .form label {
        display: block;
        margin-bottom: 3px;
        font-size: .9em;
    }

    .coment-site .form input, .coment-site .form textarea {
        width: 686px;
        border: none;
        font-size: 0.875em;
        outline: none;
        padding: 5px 10px;
        font-family: Tahoma, Verdana, Segoe, sans-serif;
        margin-bottom: 10px;
    }

    .coment-site .form textarea {
        resize: none;
        height: 100px;
        padding: 10px;
    }

    .coment-site .form textarea.error {
        border: #c00 1px solid;
    }

    .coment-site .form button {
        background: #777;
        color:#fff;
        border: none;
        padding: 7px 20px;
        border-radius: 5px;
        font-style: italic;
        cursor: pointer;
        outline: none;
    }

    .coment-site .form label.error {
        font-size: .8em;
        color: #c00;
        font-style: italic;
    }

    .coment-site .form .obs {
        font-style: italic;
        font-size: .8em;
        margin-top: 10px;
    }

    .coment-site .lista ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .coment-site .lista li {
        background: #f3f3f3;
        margin-top: 3px;
        padding: 10px 15px;
        font-size: .8em;
    }

    .coment-site .lista li span {
        font-weight: bold;
        display: block;
    }

    .coment-site .lista li .date {
        font-size: .8em;
        font-style: italic;
        margin-top: 3px;
    }

    .coment-site .lista li.sucess .close,
    .coment-site .lista li.error .close {
        font-weight:normal;
        font-size: .85em;
        cursor:pointer;
        display: inline;
    }

    .coment-site .lista li.sucess .close:hover,
    .coment-site .lista li.error .close:hover {
        text-decoration:underline;
    }

    .coment-site .lista li.error {
        font-weight:bold;
        border:#900 1px solid;
        color:#900;
        background:#FBD0D1;
    }

    .coment-site .lista li.sucess {
        font-weight:bold;
        border:#060 1px solid;
        color:#060;
        background:#D7FFD7;
    }

ul.tabs {
    list-style:none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: #ccc 1px solid;
    height: 40px;
}

    ul.tabs li {
        float:left;
        margin:0;
        border: #ccc 1px solid;
        padding:10px 20px;
        margin-left:5px;
        overflow:hidden;
        position:relative;
        background: #ebebeb;
        cursor: pointer;
    }

    ul.tabs li.active,
    ul.tabs li.active a:hover {
        background:#fff;
        border-bottom: #fff 1px solid;
    }

    ul.tabs li a {
        display: block;
        text-decoration:none;
        color:#333;
    }

.outras {
    margin-top: 30px;
}

    .outras .tit {
        color: #f00;
        margin-bottom: 10px;
        font-size: 1.375em;
    }

    .outras .thumb {
        float: left;
        width: 110px;
        margin-right:15px;
    }

    .outras .thumb.no-margin {
        margin-right: 0;
    }

    .outras .thumb .img {
        background: url('../img/moldura_mini.png') center top no-repeat;
        background-size: 110px 73px;
        width: 110px;
        height: 73px;
        margin-bottom: 5px;
        border: #fff 3px solid;
                transition: all .6s ease;
        -webkit-transition: all .6s ease;
           -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
             -o-transition: all .6s ease;
    }

    .outras .thumb .img img {
        width: 102px;
        height: 65px;
        margin: 4px 0 0 4px;
    }

    .outras .thumb.thumb-video .img {
        background: url('../img/moldura-video_mini.png') center top no-repeat;
        background-size: 110px 73px;
        width: 110px;
        height: 73px;
    }

    .outras .thumb.thumb-video .img img {
        width: 101px;
        height: 56px;
        margin: 9px 0 0 5px;
    }

    .outras .thumb .titulo {
        text-align: center;
    }

    .outras .thumb a {
        color: #403000;
        font-size: 0.8em;
        text-decoration: none;
    }

    .outras .thumb .namecat {
        width: 90px;
        height: 58px;
        background: #8a8a8a;
        text-align: center;
        padding: 5px 10px 10px 10px;
        font-size: 1.5em;
        line-height: 1em;
        color: #fff;
        font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        text-shadow: -2px 0 2px #FF1F26;
    }

    .outras .thumb .muitomais.img {
        background: none;
    }

    .outras .thumb .muitomais.img img {
        width: 110px;
        height: 73px;
        margin: 0;
    }



/* Search */

.search .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.search .find {
    margin-bottom: 20px;
    font-size: 0.875em;
}

.search .error {
    margin-top: 60px;
    font-weight: bold;
}

.search .line {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 0.875em;
    border-bottom: #ccc 1px solid;
}

.search .line .img {
    float: left;
    width: 230px;
    height: 148px;
    background: url('../img/moldura.png') center top no-repeat;
    margin-right: 15px;
}

.search .line .img img {
    width: 212px;
    height: 134px;
    margin: 7px 0 0 8px;
}

.search .line.line-video .img {
    background: url('../img/moldura-video.png') center top no-repeat;
}

.search .line.line-video .img img {
    width: 212px;
    height: 111px;
    margin: 19px 0 0 10px;
}

.search .line .titulo {
    font-size: 1.144em;
    margin-bottom: 5px;
}

.search .line .text {
    color:#555;
    text-align: justify;
    line-height: 1.5714em;
}

.search .line a {
    color: #000;
    text-decoration: none;
}

.search .line .publicado {
    margin-top: 5px;
    font-size: 0.7858em;
    color: #777;
}

.search .line .publicado a {
    color:#fa9022;
}

.search .line .publicado a:hover {
    text-decoration: underline;
}

/* Player */

.audiojs {
    width: 375px;
}

.audiojs .scrubber {
    width: 205px;
}

/* Contato */

.contato .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.contato .form {
    background: #ebebeb;
    padding: 20px;
}

.contato .form label {
    display: block;
    margin-bottom: 3px;
    font-size: .9em;
}

.contato .form input, .contato .form textarea {
    width: 686px;
    border: #ccc 1px solid;
    font-size: 0.875em;
    outline: none;
    padding: 5px 10px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin-bottom: 10px;

}

.contato .form textarea {
    resize: none;
    height: 100px;
    padding: 10px;
}

.contato .form input.error, .contato .form textarea.error {
    margin-bottom: 0;
}

.contato .form button {
    background: #777;
    color:#fff;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    font-style: italic;
    cursor: pointer;
    outline: none;
}

.contato .form label.error {
    font-size: .8em;
    color: #c00;
    font-style: italic;
    margin-bottom: 10px;
}

/* Geração X2 */

.secao {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #403000;
}

.links {
    margin-bottom: 30px;
}

.links .line {
    margin-bottom: 8px;
    padding-left: 30px;
}

.links .line a {
    text-decoration: none;
    color: #403000;
}

/* Manutenção */

.manutencao {
    padding: 70px 0;
    text-align: center;
}

.manutencao .message {
    margin-top: 50px;
    font-size: 35px;
    color: #074e8d;
}

.manutencao .redes {
    margin-top: 50px;
}

    .manutencao .redes a {
        margin: 0 3px;
    }

.manutencao .fone {
    margin-top: 30px;
    font-size: 24px;
    color: #074e8d;
}

.manutencao .form_msg {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #074e8d;
}

.manutencao .form {
    width: 600px;
    margin: 10px auto 0;
}

.manutencao .form input,
.manutencao .form textarea {
    width: 560px;
}