/**
 *
 * CSS com estilos da pagina
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */

/* 
	Estilo player offline
	========================================================================== */
.videos-offline {
}

    .videos-offline .title-bar {
        background: #4d0909;
        height: 56px;
        color: #fff;
        overflow: hidden;
    }

        .videos-offline .title-bar h2 {
            font-weight: 300;
            font-size: 20px;
            text-transform: uppercase;
            float: left;
            margin-left: 45px;
            line-height: 56px;
        }

            .videos-offline .title-bar h2:before {
                content: '';
                width: 30px;
                height: 30px;
                display: inline-block;
                background: transparent url(/Content/images/sprite.png) -1px -361px;
                position: relative;
                top: 8px;
                margin-right: 15px;
            }



        .videos-offline .title-bar .status {
            float: right;
            font-size: 16px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 56px;
            margin-right: 30px;
            overflow: hidden;
        }

    .videos-offline .status .red {
        color: #ff0000;
        display: inline-block;
        margin-right: 5px;
    }

    .videos-offline .status .circle {
        width: 11px;
        height: 11px;
        display: inline-block;
        background: #ff0000;
        border-radius: 50%;
        margin-left: 5px;
    }

    .videos-offline .player {
        text-align: center;
        padding-top: 4px;
        background: rgb(114,114,114);
        background: -moz-linear-gradient(top, rgb(114,114,114) 0%, rgb(114,114,114) 50%, rgb(96,96,96) 50%, rgb(96,96,96) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(114,114,114)), color-stop(50%, rgb(114,114,114)), color-stop(50%, rgb(96,96,96)), color-stop(100%, rgb(96,96,96)));
        background: -webkit-linear-gradient(top, rgb(114,114,114) 0%, rgb(114,114,114) 50%, rgb(96,96,96) 50%, rgb(96,96,96) 100%);
        background: -o-linear-gradient(top, rgb(114,114,114) 0%, rgb(114,114,114) 50%, rgb(96,96,96) 50%, rgb(96,96,96) 100%);
        background: -ms-linear-gradient(top, rgb(114,114,114) 0%, rgb(114,114,114) 50%, rgb(96,96,96) 50%, rgb(96,96,96) 100%);
        background: linear-gradient(to bottom, rgb(114,114,114) 0%, rgb(114,114,114) 50%, rgb(96,96,96) 50%, rgb(96,96,96) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#606060', GradientType=0 );
    }

/* 
	Estilo player online
	========================================================================== */
.videos-online {
}

    .videos-online .title-bar {
        background: #ffc600;
        height: 56px;
        color: #1a6b90;
        overflow: hidden;
    }

        .videos-online .title-bar h2 {
            font-weight: 300;
            font-size: 20px;
            text-transform: uppercase;
            float: left;
            margin-left: 45px;
            line-height: 56px;
        }

            .videos-online .title-bar h2:before {
                content: '';
                width: 38px;
                height: 38px;
                display: inline-block;
                background: transparent url(/Content/images/sprite.png) -43px -367px;
                position: relative;
                top: 8px;
                margin-right: 7px;
                vertical-align: top;
            }

        .videos-online .title-bar .status {
            float: right;
            font-size: 16px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 56px;
            margin-right: 30px;
            overflow: hidden;
        }

    .videos-online .alert-bar {
        background: #ffc600;
        height: 56px;
        color: #fff;
        overflow: hidden;
    }

        .videos-online .alert-bar.message-success {
            background: #2ECC71;
        }

        .videos-online .alert-bar.message-alert {
            background: #ffc600;
            color:black !important;
        }

        .videos-online .alert-bar.message-info {
            background: #1a6b90;
        }

        .videos-online .alert-bar.message-error {
            background: #D64541;
        }

        .videos-online .alert-bar h2 {
            font-weight: 300;
            font-size: 20px;
            text-transform: uppercase;
            float: left;
            margin-left: 45px;
            line-height: 56px;
        }

            .videos-online .alert-bar h2:before {
                content: '';
                width: 20px;
                height: 20px;
                background: transparent url(/Content/images/sprite.png) -137px -423px no-repeat;
                position: absolute;
                top: 19px;
                margin-left: -35px;
            }

    .videos-online .status .red {
        color: #13ab13;
        display: inline-block;
        margin-right: 5px;
    }

    .videos-online .status .circle {
        width: 11px;
        height: 11px;
        display: inline-block;
        background: #13ab13;
        border-radius: 50%;
        margin-left: 5px;
    }

    .videos-online .player {
        background: #25415a;
        text-align: center;
        padding: 4px 0;
        font-size: 1px;
        background: rgba(37,65,90,1);
        background: -moz-linear-gradient(top, rgba(37,65,90,1) 0%, rgba(37,65,90,1) 49%, rgba(0,35,66,1) 49%, rgba(0,35,66,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,65,90,1)), color-stop(49%, rgba(37,65,90,1)), color-stop(49%, rgba(0,35,66,1)), color-stop(100%, rgba(0,35,66,1)));
        background: -webkit-linear-gradient(top, rgba(37,65,90,1) 0%, rgba(37,65,90,1) 49%, rgba(0,35,66,1) 49%, rgba(0,35,66,1) 100%);
        background: -o-linear-gradient(top, rgba(37,65,90,1) 0%, rgba(37,65,90,1) 49%, rgba(0,35,66,1) 49%, rgba(0,35,66,1) 100%);
        background: -ms-linear-gradient(top, rgba(37,65,90,1) 0%, rgba(37,65,90,1) 49%, rgba(0,35,66,1) 49%, rgba(0,35,66,1) 100%);
        background: linear-gradient(to bottom, rgba(37,65,90,1) 0%, rgba(37,65,90,1) 49%, rgba(0,35,66,1) 49%, rgba(0,35,66,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25415a', endColorstr='#002342', GradientType=0 );
    }

    /* 
	Painel de lances
	========================================================================== */
    .videos-online .painel-lances {
        width: 307px;
        background: #1a1a1a;
        display: inline-block;
        vertical-align: top;
        min-height: 480px;
        font-size: 16px;
        color: #fff;
        text-align: left;
        padding: 10px;
        position: relative;
        text-align: center;
    }

    .videos-online .titulo {
        border-bottom: 1px #3a3a3a solid;
        padding: 10px 10px 15px 10px;
    }

        .videos-online .titulo h3 {
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 18px;
        }

.lances {
    border-bottom: 1px #3a3a3a solid;
    padding: 15px 10px 15px 10px;
}

    .lances .lance-titulo {
        font-weight: 300;
    }

    .lances .lance-valor {
        color: #13ab13;
        font-weight: 300;
        font-size: 32px;
    }

.dar-lance {
    border-bottom: 1px #3a3a3a solid;
    padding: 10px 10px 15px 10px;
}

    .dar-lance .proximo {
        font-weight: 300;
    }

    .dar-lance .proximo-titulo {
    }

    .dar-lance .valor {
        color: #ffc600;
        font-size: 20px;
    }

    .dar-lance .lance-area {
        font-size: 1px;
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .dar-lance .menos {
        width: 30px;
        height: 30px;
        line-height: 24px;
        background: #242424;
        display: inline-block;
        vertical-align: top;
        color: #5f5f5f;
        text-align: center;
        font-size: 38px;
        font-weight: bold;
    }

        .dar-lance .menos:hover {
            background-color: #4b0a0a;
            color: #fff;
        }

    .dar-lance .mais {
        width: 30px;
        height: 30px;
        line-height: 22px;
        background: #3a3a3a;
        display: inline-block;
        vertical-align: top;
        color: #FFFFFF;
        text-align: center;
        font-size: 38px;
        font-weight: bold;
        margin-left: 3px;
    }

        .dar-lance .mais:hover {
            background-color: #b48c03;
        }

    .dar-lance .efetuar {
        width: 267px;
        height: 30px;
        line-height: 29px;
        background: #3a3a3a;
        display: inline-block;
        vertical-align: top;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        background: #3a3a3a;
    }

    .dar-lance .habilitar {
        width: 267px;
        height: 30px;
        line-height: 29px;
        background: #1a6b90;
        display: inline-block;
        vertical-align: top;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .dar-lance .efetuar:hover {
        background-color: #13ab13;
    }

    .dar-lance .nao:hover {
        background-color: #D64541;
    }

.arquivos {
}

    .arquivos li {
        border-bottom: 1px #3a3a3a solid;
        padding: 10px 10px 15px 10px;
    }

    .arquivos a {
        color: #fff;
        font-weight: 300;
    }

        .arquivos a:hover {
            color: #ffc600;
        }

    .arquivos li:before {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        background: transparent url(/Content/images/sprite.png) -92px -338px;
        position: relative;
        top: 10px;
    }

.painel-lances .login {
    background: rgba(58, 58, 58, 0.9);
    margin: 5px;
}

.painel-lances .restrito {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
    padding: 10px 0;
}

    .painel-lances .restrito:before {
        content: '';
        display: block;
        width: 34px;
        height: 43px;
        margin: 0 auto;
        margin-bottom: 10px;
        background: transparent url(/Content/images/sprite.png) -2px -19px;
    }

.painel-lances .login .texto {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 206px;
    text-align: center;
}

.painel-lances .login a {
    color: #ffc600;
}

    .painel-lances .login a:hover {
        color: #1A6B90;
    }
/* 
	Estilo do carousel de outros canais
	========================================================================== */
.outros-canais {
    overflow: hidden;
    background: #222222;
    height: 120px;
    margin: 0 20px;
    margin-top: 1px;
}

.carousel-nav {
    width: 135px;
    height: 90px;
    border-right: 1px #3a3a3a solid;
    float: left;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 55px;
    position: relative;
    padding-top: 16px;
    margin: 10px 0;
}

    .carousel-nav:before {
        content: '';
        width: 38px;
        height: 38px;
        display: block;
        background: transparent url(/Content/images/sprite.png) 1px -411px;
        position: absolute;
        top: 17px;
        left: 10px;
    }

    .carousel-nav a {
        visibility: hidden;
        height: 35px;
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        overflow: hidden;
        background: #3a3a3a;
        text-indent: 900%;
        white-space: nowrap;
    }

    .carousel-nav .anterior {
    }

        .carousel-nav .anterior:before {
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            top: 7px;
            left: 9px;
            border-style: solid;
            border-width: 10.5px 11px 10.5px 0;
            border-color: transparent #ffffff transparent transparent;
        }

        .carousel-nav .anterior.disabled:before {
            border-color: transparent #5A5A5A transparent transparent;
        }

    .carousel-nav .proximo {
        top: 43px;
    }

        .carousel-nav .proximo:before {
            content: '';
            display: block;
            position: absolute;
            top: 7px;
            left: 11px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10.5px 0 10.5px 11px;
            border-color: transparent transparent transparent #ffffff;
        }

        .carousel-nav .proximo.disabled:before {
            border-color: transparent transparent transparent #5A5A5A;
        }

.outros-canais .carousel {
}

    .outros-canais .carousel ul {
    }

    .outros-canais .carousel li {
        width: 130px;
        height: 110px;
        text-align: center;
        box-sizing: content-box;
    }

    .outros-canais .carousel a {
        display: block;
        position: relative;
        height: 100%;
    }

        .outros-canais .carousel a:hover {
            background: #a7a7a7;
        }

        .outros-canais .carousel a:before {
            content: '';
            display: block;
            width: 1px;
            height: 100px;
            background: #3a3a3a;
            position: absolute;
            right: 0px;
            top: 10px;
        }

    .outros-canais .carousel img {
        margin-top: 10px;
        /*-webkit-filter: grayscale(100%) invert(100%) contrast(0%) brightness(300%);*/
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .outros-canais .carousel a:hover img {
        -webkit-filter: none;
    }

/*
	Estilos da area dos dias da agenda
	========================================================================== */
.agenda-leilao-content {
    margin: 0 30px;
}

.agenda-leiloes .title-area {
    overflow: hidden;
    margin-top: 40px;
}

    .agenda-leiloes .title-area h2 {
        color: #1a6b90;
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        float: left;
        margin-left: 10px;
    }

        .agenda-leiloes .title-area h2:before {
            content: '';
            display: inline-block;
            width: 31px;
            height: 30px;
            vertical-align: top;
            background: transparent url(/Content/images/sprite.png) -52px -419px;
            margin-right: 19px;
        }

    .agenda-leiloes .title-area .legenda {
        float: right;
        color: #bbbbbb;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 16px;
    }

        .agenda-leiloes .title-area .legenda .data_atual {
            float: left;
            margin-right: 20px;
            height: 28px;
            line-height: 28px;
        }

        .agenda-leiloes .title-area .legenda .data_com {
            float: left;
            margin-right: 20px;
            height: 28px;
            line-height: 28px;
        }

        .agenda-leiloes .title-area .legenda .data_disponivel {
            float: left;
            height: 28px;
            line-height: 28px;
        }

        .agenda-leiloes .title-area .legenda span {
            display: inline-block;
            vertical-align: top;
            width: 28px;
            height: 28px;
            border-left: 1px #e5e5e5 solid;
            border-right: 1px #e5e5e5 solid;
            margin-right: 10px;
            padding: 1px 1px 2px 1px;
        }

.agenda-leiloes .legenda span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.agenda-leiloes .legenda .data_atual span:before {
    background: #1a6b90;
}

.agenda-leiloes .legenda .data_com span:before {
    border-top: 1px #1a6b90 solid;
    margin-top: 3px;
}

.agenda-leiloes {
}

    .agenda-leiloes .meses {
    }

        .agenda-leiloes .meses .anterior {
            float: left;
            width: 25px;
            height: 50px;
            display: block;
            overflow: hidden;
            background-color: #e5e5e5;
            position: relative;
            text-indent: 999%;
        }

        .agenda-leiloes .meses .proximo {
            float: left;
            width: 25px;
            height: 50px;
            display: block;
            overflow: hidden;
            background-color: #e5e5e5;
            position: relative;
            text-indent: 999%;
        }

            .agenda-leiloes .meses .proximo:before {
                content: '';
                display: block;
                position: absolute;
                top: 14px;
                left: 7px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10.5px 0 10.5px 11px;
                border-color: transparent transparent transparent #818181;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -ms-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

        .agenda-leiloes .meses .anterior:before {
            content: '';
            display: block;
            position: absolute;
            top: 14px;
            left: 6px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10.5px 11px 10.5px 0;
            border-color: transparent #818181 transparent transparent;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

        .agenda-leiloes .meses .mes {
            background-color: #1a6b90;
            color: #fff;
            display: block;
            width: 48px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            float: left;
            margin: 0 1px;
            font-weight: bold;
            font-size: 20px;
        }

        .agenda-leiloes .meses .disabled {
            opacity: 0.3
        }

        .agenda-leiloes .meses a:hover {
            background-color: #002342;
        }

        .agenda-leiloes .meses a.proximo:hover:before {
            border-color: transparent transparent transparent #fff;
        }

        .agenda-leiloes .meses a.anterior:hover:before {
            border-color: transparent #fff transparent transparent;
        }

    .agenda-leiloes .dias-area {
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 40px;
        border-bottom: 1px #d8d8d8 solid;
    }

    .agenda-leiloes .meses {
        float: left;
        width: 100px;
        height: 50px;
    }

    .agenda-leiloes .dias {
        float: right;
        width: 835px;
        height: 50px;
        overflow: hidden;
        margin-right: -1px;
    }

        .agenda-leiloes .dias ul {
        }

        .agenda-leiloes .dias li {
        }

            .agenda-leiloes .dias li:last-child {
                border-right: none;
            }

        .agenda-leiloes .dias a {
            display: block;
            padding: 1px;
            border-right: 1px #e5e5e5 solid;
            box-sizing: content-box;
            width: 24px;
            height: 50px;
            text-align: center;
        }

        .agenda-leiloes .dias .semana {
            width: 24px;
            height: 22px;
            line-height: 22px;
            background-color: #e5e5e5;
            display: block;
            font-weight: 300;
            color: #818181;
        }

        .agenda-leiloes .dias .dia {
            font-weight: bold;
            font-size: 16px;
            color: #bbbbbb;
            display: block;
            width: 24px;
            height: 25px;
            line-height: 25px;
            margin-top: 1px;
            border-top: 1px #fff solid;
        }

        .agenda-leiloes .dias .leilao .dia {
            border-top: 1px #1a6b90 solid;
        }

        .agenda-leiloes .dias .ativo .dia, .agenda-leiloes .dias li:hover .dia {
            background-color: #1a6b90;
            color: #fff;
            border-top: 1px #1a6b90 solid;
        }


/* 
	Estilo da listagem dos leilões
	========================================================================== */
.leiloes-area {
    margin: 0 20px;
    margin-top: 40px;
    overflow: hidden;
}

    .leiloes-area ul {
        overflow: hidden;
    }

    .leiloes-area li {
        width: 300px;
        float: left;
        margin: 0 10px;
        margin-bottom: 50px;
    }

        .leiloes-area li:nth-child(3n+3):after {
            content: '';
            display: block;
            width: 940px;
            height: 1px;
            background: #d8d8d8;
            position: absolute;
            left: 30px;
            margin-top: 25px;
        }

    .leiloes-area a {
    }

    .leiloes-area .data {
        overflow: hidden;
        display: block;
        height: 50px;
    }

    .leiloes-area .dia {
        width: 69px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #1a6b90;
        color: #fff;
        display: block;
        font-size: 40px;
        font-weight: bold;
        float: left;
    }

    .leiloes-area .mes {
        width: 69px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px #1a6b90 solid;
        margin-left: 1px;
        color: #1a6b90;
        display: block;
        font-size: 24px;
        font-weight: bold;
        float: left;
        text-transform: uppercase;
    }

    .leiloes-area .hora {
        width: 79px;
        background: #ebebeb;
        display: block;
        float: left;
        height: 50px;
        line-height: 16px;
        padding-top: 4px;
        color: #1a6b90;
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        margin-left: 1px;
    }

        .leiloes-area .hora span {
            text-transform: uppercase;
            font-size: 11px;
        }

    .leiloes-area .transmissao {
        width: 79px;
        border: 1px #ebebeb solid;
        display: block;
        float: left;
        height: 50px;
        line-height: 16px;
        padding-top: 9px;
        color: #1a6b90;
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        margin-left: 1px;
    }

    .leiloes-area .informacoes {
        padding: 10px;
        display: block;
        margin-top: 1px;
        padding-bottom: 25px;
    }

    .leiloes-area a:hover .informacoes {
        background: #ebebeb
    }

    .leiloes-area .titulo {
        color: #1a6b90;
        font-size: 16px;
        line-height: 18px;
        height: 40px;
        display: block;
    }

    .leiloes-area .local {
        color: #818181;
        font-weight: 300;
        font-size: 16px;
        display: block;
        margin-top: 25px;
    }

.agenda-completa {
}

    .agenda-completa a {
        display: block;
        text-align: center;
        border: 1px #d8d8d8 solid;
        margin: 0 10px;
        height: 55px;
        line-height: 55px;
        color: #1a6b90;
        font-weight: 300;
        font-size: 20px;
        text-transform: uppercase;
    }

        .agenda-completa a:hover {
            background: #1a6b90;
            color: #fff;
        }

/* 
	Estilo da publicidade
	========================================================================== */
.publ-noticias {
    margin: 50px 20px 0 20px;
    overflow: hidden;
    padding-bottom: 24px;
}

    .publ-noticias .left {
        float: left;
        margin-left: 10px;
    }

    .publ-noticias .right {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .publ-noticias a {
    }

    .publ-noticias span {
        display: block;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        color: #cccccc;
        height: 20px;
    }

    .publ-noticias img {
    }

/* 
	Estilo do aplicativo
	========================================================================== */
.app {
    background: #5b5b5b;
    margin-top: 90px;
    height: 300px;
    font-size: 1px;
}

.baixe-links {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 460px;
    margin-left: 30px;
    padding-left: 220px;
}

    .baixe-links .phone {
        position: absolute;
        top: -45px;
        left: 0;
        width: 180px;
    }

    .baixe-links p {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px #fff solid;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        width: 210px;
        line-height: 24px;
        margin-top: 15px;
    }

    .baixe-links a {
        margin-bottom: 20px;
        display: inline-block;
    }

.baixe-descricao {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    height: 323px;
    background: transparent url(/Content/images/baixe-background.jpg) 0px 0px;
    margin-top: -11px;
    color: #fff;
    margin-left: 20px;
}

    .baixe-descricao p {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
        width: 340px;
        margin: 0 auto;
        margin-top: 160px;
        text-align: center;
        line-height: 23px;
    }

    .baixe-descricao strong {
    }

    .baixe-descricao a {
        color: #ffc600;
        font-weight: bold;
    }

        .baixe-descricao a:hover {
            color: white;
        }


.leilao-escolher h2 {
    color: #1a6b90;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    height: 25px;
    line-height: 25px;
}

    .leilao-escolher h2:before {
        content: '';
        display: block;
        background: #1a6b90;
        height: 1px;
        width: 360px;
        position: absolute;
        left: 30px;
        top: 50%;
    }

    .leilao-escolher h2:after {
        content: '';
        display: block;
        background: #1a6b90;
        height: 1px;
        width: 360px;
        position: absolute;
        top: 50%;
        right: 30px;
    }
/* 
	Estilo do social
	========================================================================== */
.social-remate {
    margin-top: 120px;
}

    .social-remate h2 {
        color: #1a6b90;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
        position: relative;
        height: 25px;
        line-height: 25px;
    }

        .social-remate h2:before {
            content: '';
            display: block;
            background: #1a6b90;
            height: 1px;
            width: 390px;
            position: absolute;
            left: 30px;
            top: 50%;
        }

        .social-remate h2:after {
            content: '';
            display: block;
            background: #1a6b90;
            height: 1px;
            width: 390px;
            position: absolute;
            top: 50%;
            right: 30px;
        }

    .social-remate .instagran {
        width: 380px;
        background: #efefef;
        margin-left: 110px;
        float: left;
        height: 130px;
    }

        .social-remate .instagran a {
            font-size: 1px;
        }

    .social-remate .insta-logo {
        margin: 5px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        width: 117px;
    }

    .social-remate .insta-content {
        display: inline-block;
        vertical-align: top;
        width: 230px;
        font-size: 20px;
        margin-left: 22px;
        margin-top: 10px;
    }

        .social-remate .insta-content .remate {
            color: #5b5b5b;
        }

        .social-remate .insta-content img {
            margin-top: 5px;
        }

        .social-remate .insta-content .seguidores {
            color: #5b5b5b;
            font-weight: 300;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            margin-top: 10px;
        }

        .social-remate .insta-content .count {
            color: #1a6b90;
            font-weight: bold;
            font-size: 24px;
            display: block;
            line-height: 10px;
        }

    .social-remate .facebook {
        float: left;
        margin-left: 20px;
        width: 380px;
    }

    .social-remate .boxes {
        overflow: hidden;
        margin-top: 30px;
    }

/* 
	Estilo das fotos do instagram
	========================================================================== */
.instafotos {
    height: 140px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 1px;
}

    .instafotos #instafeed {
        display: none;
    }

    .instafotos .fotos {
        width: 2600px;
        height: 140px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1300px;
        text-align: center;
        font-size: 1px;
    }

        .instafotos .fotos a {
            width: 140px;
            height: 140px;
            display: inline-block;
            margin-right: 1px;
        }


/* 
	Estilo do lightbox da porteira
	========================================================================== */
.porteira a {
    width: 200px;
    height: 30px;
    line-height: 29px;
    background: #3a3a3a;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
}

.porteira .botoes {
    text-align: center;
    margin-top: 20px;
}

.porteira a.sim {
    background: rgba(89, 158, 66, 0.75);
}

    .porteira a.sim:hover {
        background: rgba(89, 158, 66, 1);
    }

.porteira a.nao {
    background: rgba(158, 66, 66, 0.75);
    margin-bottom: 20px;
}

    .porteira a.nao:hover {
        background: rgba(158, 66, 66, 1);
    }

a.link-remateplay {
    color: white;
}

    a.link-remateplay:hover {
        color: white;
    }

    a.link-remateplay:visited {
        color: white;
    }

    a.link-remateplay:active {
        color: white;
    }

