/* ---------- ГОРОСКОП ------------- */
body.black-full {
    background-color: #000;
}
body.black-full .m-container{
    background: #000;
}
body.black-full .b-footer{
    border-top: 4px solid #656565;
}

/* Гороскоп 2016 */
.tbl-goroskop{
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #c9c9c9;
}
.tbl-goroskop td{
    padding: 16px 0;
}
.tbl-goroskop td .txt{
    display: block;
    position: relative;
    height: 90px;
    overflow: hidden;
}
.tbl-goroskop td a.txt{
    color: #c9c9c9;
}
/* Гороскоп 2017 */
.b-tbl-goroskop {
    font-size: 13px;
    color: #c9c9c9;
}
.b-tbl-goroskop .txt {
    display: block;
    position: relative;
    height: 90px;
    overflow: hidden;
}
.b-tbl-goroskop a.txt {
    color: #c9c9c9;
    line-height: 1.3em;
}

.b-goro-show {
    /*background: url(/site/themes/lapuzzle/images/goroskop/bg_plashk.jpg) 0 0 no-repeat;*/
    background: url(/site/themes/lapuzzle/images/goroskop/bg_plashk_2.jpg) 0 0 no-repeat #000815;
    background-position: bottom left;
    background-size: 100%;
    /*width: 618px;*/
    width: 700px;
    /*min-height: 340px;*/
    min-height: 500px;
    padding-bottom: 45px;
    position: relative;
}
.b-goro-show .b-goro-sign {
    position: absolute;
    top: 20px;
    left: 20px;
}
.b-goro-show .b-goro-text {
    position: absolute;
    top: 35px;
    left: 205px;
    color: #c9c9c9;
    /*font-size: 13px;*/
    font-size: 14px;
    /*line-height: 15px;*/
    line-height: 1.25;
    /*width: 395px;*/
    width: 480px;
}
.b-goro-show .b-goro-source {
    position: absolute;
    font-size: 13px;
    color: #c5c5c5;
    right: 25px;
    bottom: 25px;
}
.b-goro-show .b-goro-date {
    position: absolute;
    left: 31px;
    bottom: 31px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}
.b-goro-show .b-goro-share {
    position: absolute;
    left: 31px;
    bottom: 10px;
    height: 20px;
}

/* ---------- Адаптив для гороскопа 2017 ------------- */
@media screen and (max-width: 1000px) {
    .b-goro-show {
        /* width: 320px; */
        width: 90vw;
        min-height: 150px;
        /* height: auto; */
        height: inherit;
        padding-bottom: 0;
        position: relative;
        background-image: none;
        background-color: #172533;
    }
    .b-goro-show .b-goro-sign {display: none;}
    .b-goro-show .b-goro-text {
        position: relative;
        top: auto;
        left: auto;
        color: #f1f1f1;
        font-size: 13px;
        line-height: 15px;
        width: auto;
        padding: 30px 20px 0;
        text-shadow: 0 0 3px #000, 0 0 6px #000;
    }
    .b-goro-show .b-goro-source {
        position: relative;
        font-size: 13px;
        color: #c5c5c5;
        right: auto;
        bottom: auto;
        padding-left: 20px;
    }
    .b-goro-show .b-goro-date {
        position: relative;
        left: auto;
        bottom: auto;
        /* font-family: Arial; */
        font-size: 13px;
        color: #fff;
        padding-left: 20px;
        padding-top: 5px;
        display: none;
    }
    .b-goro-show .b-goro-share {
        position: relative;
        left: auto;
        bottom: auto;
        padding-left: 20px;
        padding-top: 10px;
        height: 50px;
    }
    .b-goro-show .b-goro-share .ya-share2 {
        display: block;
    }

}
/* ---------- End of ГОРОСКОП ------------- */
