#horoskop_baner {
    background-image: url('../images/OWDGBMmY4IIf.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 105px;
}

#horoskop_baner.tygodniowy {
    background-image: url('../images/8ZfWTTxECN6J.jpg');
}

#horoskop_baner.miesieczny {
    background-image: url('../images/5p6uTxBdvq0M.jpg');
}

#horoskop_baner.roczny {
    background-image: url('../images/TJJNzv3gQF9y.jpg');
}

#horoskop_baner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

#horoskop_baner p {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

#podaj_date.mini {
    /*background-image: radial-gradient( #51164d, #310b30 );*/
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px;
    position: relative;
    padding: 0px 0px;
}

#podaj_date_in {
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

#podaj_date.mini #podaj_date_in {
    width: 100%;
    padding: 20px 20px;
}


#podaj_date input::placeholder,
#newsletter_big input::placeholder {
    color: #631F58;
    font-weight: 400;
    opacity: 1;
}

#podaj_date input[type=text],
#newsletter_big input[type=text] {
    width: 100%;
    padding: 12px 15px;
}

#podaj_date input[type=text]
{
    font-weight: 600;
}

#podaj_date select {
    font-family: 'Open Sans';
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/FRgG5yI4XIC2.svg') #fff right 8px center no-repeat;
    border: 2px solid #FBD7FD;
    border-radius: 8px;
    background-size: 14px;
    padding: 14px 15px 14px 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

#podaj_date button,
#newsletter_big button {
    background: #971ab4;
    border: 0px;
    border-radius: 8px;
    padding: 13px 15px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans';
    margin: 0;
}

#podaj_date button:hover,
#newsletter_big button:hover  {
    cursor: pointer;
}

#podaj_date #form_data span {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

/*add temp*/
#podaj_date.mini {
    display: none;
}

#podaj_date.show {
    display: block !important;
}

#podaj_date.mini {
    margin-bottom: 8px;
}

#podaj_date select {
    margin-bottom: 3px;
    margin-left: 0;
    width: calc(33.33% - 4px) !important;
}

#podaj_date.mini #col1,
#podaj_date.mini #col2 {
    width: 100%;
    margin-bottom: 0px;
}

#podaj_date #form_imie {
    padding-bottom: 7px;
}

#podaj_date #form_data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

#podaj_date #form_data span {
    width: 100%;
}

#twoj_znak {
    text-align: center;
}

#podaj_date form {
    flex-wrap: wrap;
}

#podaj_date.mini #podaj_date_in {
    /*width: calc(100% - 320px);*/
    padding: 0px 0px;
}

#podaj_date.mini #col2 {
    margin-top: 4px;
    margin-bottom: 0;
}

#podaj_date #form_data span {
    display: block;
    padding: 9px 0px;
}

#podaj_date.mini #twoj_znak img {
    float: none;
    padding-bottom: 0px;
}

/*end temp*/

#newsletter_horoskop_u
{
    display: none;
}

#newsletter_horoskop_u.show
{
    display: block;
}

#newsletter_horoskop {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0 !important;
}

#newsletter_horoskop a {
    background: url('../images/LowPaH4NaWqx.svg') no-repeat #670d5d;
    background-size: 16px;
    background-position: left 10px center;
    color: #fff;
    border: 0px;
    border-radius: 6px 0 6px 0;
    padding: 5px 10px 5px 36px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

#newsletter_horoskop a:hover {
    background-color: #000;
    transition: .3s;
}

#twoj_znak {
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 8px;
    height: 48px;
}

#twoj_znak img
{
    padding: 0px 20px;
}

#podaj_date {
    display: flex;
    justify-content: center;
}

#podaj_date form {
    display: flex;
    justify-content: space-around;
}

#twoj_znak h4,
#twoj_znak h5 {
    background: none;
    padding: 0px;
    display: block;
    clear: none;
    border: 0px;
    margin: 0px;
    font-size: 16px;
}

#twoj_znak h5 span {
    color: #fbbf1f;
}

#podaj_date.mini #col1,
#podaj_date.mini #col2 {
    display: inline-block;
    vertical-align: top;
}

#podaj_date.mini #col2 {
    flex-grow: 1;
}

#horoskopy_lista a {
    /*background: #dfd7e2;*/
    color: #f1d6f4;
    border: 0px;
    padding: 8px;
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    width: calc(20% - 3px);
    box-sizing: border-box;
    position: relative;
}

#horoskopy_lista a img {
    vertical-align: top;
    width: 100%;
    border-radius: 8px;
    border: 3px solid #1e061d;
    box-sizing: border-box;
}

#horoskopy_lista a>span {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-weight: 600;
}

#horoskopy_lista a>span>span {
    display: block;
    font-size: 40px;
    padding-bottom: 20px;
}

#horoskopy_lista a:hover,
#horoskopy_lista a.active {
    /*background: #fbbf1f;*/
    color: #fbbf1f;
    transition: .3s;
}

#horoskopy_lista a:hover img,
#horoskopy_lista a.active img {
    border-color: #fbbf1f;
    transition: .3s;
}

#horoskopy_lista h1 {
    margin-bottom: 5px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

#sliders {
    margin: 20px 0px
}

#sliders h1 span {
    color: #fbbf1f;
}

.horoskop_slider .horoskop_element {
    background-repeat: no-repeat;
    padding-left: 320px;
    min-height: 290px;
    padding-right: 50px;
}

.horoskop_slider .horoskop_element h3 {
    font-size: 27px;
    background: none;
    padding: 20px 0px 5px 0px;
    border: 0px;
    margin: 0px;
}

.horoskop_slider .horoskop_element span {
    color: #fbbf1f;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 15px;
}

.horoskop_slider .horoskop_element p {
    font-size: 16px;
}

.horoskop_slider .horoskop_element a {
    background: #fbbf1f;
    padding: 5px 15px;
    border-radius: 6px;
    color: #0f0213;
    font-size: 14px;
}

.horoskop_slider .horoskop_element a:hover {
    background: #3f1b3f;
}

.horoskop_slider .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.horoskop_slider .owl-prev,
.horoskop_slider .owl-next {
    padding: 20px 5px;
    background: #3f1b3f;
    color: #d7a1df;
    border-radius: 5px;
    font-size: 20px;
}

.horoskop_slider .owl-prev {
    float: left;
}

.horoskop_slider .owl-next {
    float: right;
}

.horoskop_slider .owl-prev:hover,
.horoskop_slider .owl-next:hover {
    background: #fbbf1f;
    color: #3f1b3f;
    transition: .3s;
}

#horoskop_opis {
    padding: 10px 0px 10px 0px;
    border-radius: 12px;
    margin: 0;
}

#horoskop_opis_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#horoskop_opis_in strong {
    font-weight: 700;
}

#horoskop_opis_in svg.icon {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

#horoskop_opis_in svg.icon.finanse {
    margin-top: 6px;
}

#horoskop_opis_in .horoskop_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #5a023f;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#horoskop_opis_in .horoskop_row h3 {
    padding: 10px 0;
    border: 0;
    background: none;
    font-size: 26px;
}

#horoskop_opis h1 {
    color: #f1d6f4;
    margin: 0;
    padding-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

#horoskop_opis p {
    font-size: 16px;
    line-height: 1.5;
    color: #F9DFFF;
}

#horoskop_opis span.wybierz {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    white-space: nowrap;
    color: #F4ADF9;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

#najwnowsze_horoskopy {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#najwnowsze_horoskopy a {
    width: 31.6%;
}

div.horoskopwrozka {
    color: #F6C7F9;
    display: flex;
    align-items: center;
}

div.horoskopwrozka a {
    font-weight: 600;
    text-decoration: underline;
    color: #F6C7F9;
    display: inline-block;
}

div.horoskopwrozka img {
    width: 32px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: top;
}

div.horoskopwrozka p {
    margin-bottom: 0;
    line-height: 1.2 !important;
}

#horoskop_header {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 105px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
}

#horoskop_header.display_mobile {
    display: none;
}

#horoskop_header.header_koziorozec {
    background-image: url('../images/DWlFul3ZJ8ya.png');
}

#horoskop_header.header_wodnik {
    background-image: url('../images/XcOuo9thnF1d.png');
}

#horoskop_header.header_ryby {
    background-image: url('../images/kmBNy9P5jdUt.png');
}

#horoskop_header.header_baran {
    background-image: url('../images/5wYm9knHccaq.png');
}

#horoskop_header.header_byk {
    background-image: url('../images/LIltVk17doUc.png');
}

#horoskop_header.header_bliznieta {
    background-image: url('../images/XQJlQsL4qrLE.png');
}

#horoskop_header.header_rak {
    background-image: url('../images/uhfrbdshZEpN.png');
}

#horoskop_header.header_lew {
    background-image: url('../images/ZXUpvgBLfLwz.png');
}

#horoskop_header.header_panna {
    background-image: url('../images/ZlV2Z9aqZLR5.png');
}

#horoskop_header.header_waga {
    background-image: url('../images/R6YTehiWX37k.png');
}

#horoskop_header.header_skorpion {
    background-image: url('../images/BZn4d7jDFqUK.png');
}

#horoskop_header.header_strzelec {
    background-image: url('../images/VUjamELeO9i0.png');
}

#horoskop_header > div {
    width: 49%;
    text-align: center;
}

#horoskop_header > div:first-of-type {
    width: 53%;
}

#horoskop_header p {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 0;
    min-width: 156px;
    font-family: 'Montserrat';
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
    color: #fff;
}

#horoskop_header p span {
    display: block;
    font-size: 20px;
}

#horoskop_header svg {
    height: 64px;
    width: 86px;
}

#horoskop_header svg path {
    fill: #fff;
}

.wroc_do_znaku svg path {
    fill: #5E135B;
}

#horoskopy_menu,
#horoskopy_podmenu {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}

#horoskopy_menu a,
#horoskopy_podmenu a {
    background: var(--kolor);
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #FBD7FD;
    line-height: 1.1;
    min-height: 24px;
}

#horoskopy_menu a {
    padding: 5px 0 5px;
    width: calc(25% - 15px / 4);
}

#horoskopy_menu a.active,
#horoskopy_podmenu a.active,
#horoskopy_menu a:hover {
    background-color: #B955C7;
    color: #fff;
}

#horoskopy_podmenu {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

#horoskopy_podmenu a {
    padding: 4px 0 4px;
    width: calc(33.33% - 10px / 3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    max-height: 25px;
}

#horoskopy_podmenu a.four_elements {
    width: calc(25% - 15px / 4);
}

#horoskopy_podmenu a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 15px;
}

.text_horoskop {
    padding-top: 10px;
}

.text_horoskop h1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.text_horoskop p {
    color: #F9DFFF;
    line-height: 1.45;
    font-size: 16px;
    padding: 0;
}

#horoskop_info .row {
    padding: 6px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--kolor);
}

#horoskop_info .row p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    max-height: 18px;
    overflow: hidden;
}

#horoskop_info .row p.date {
    text-transform: uppercase;
    padding-bottom: 2px;
}

#horoskop_info .row.flex {
    display: flex;
}

#horoskop_info .row.flex .column {
    width: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15%;
    overflow: hidden;
}

#horoskop_info .row.flex .column p {
    line-height: 1.5;
}

#horoskop_info #imieniny {
    padding-left: 15px;
}

#horoskop_info #wschod_zachod {
    background-image: url('../images/F4PYAh174Cjj.svg');
}

#horoskop_info #faza_ksiezyca {
    background-image: url('../images/7OKE6FcIUssC.svg');
    padding-left: 11%;
}

.horoskop_zdjecie_desktop {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 10px;
    vertical-align: top;
}

#horoskop_lista
{
    padding-top: 20px;
}

#horoskop_lista h3
{
    background: none;
    font-size: 15px;
    color: #f1d6f4;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    line-height: 1.4;
    text-align: center;
}

#horoskop_lista .horoskop_lista
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#horoskop_lista .horoskop_lista_box
{
    background-color: #681A73;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px 10px 10px;
    width: calc(50% - 2.5px);
    box-sizing: border-box;
    margin-bottom: 5px;
}

#horoskop_lista .horoskop_lista_box a.calosc
{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    float: right;
}

#horoskop_lista span.znak_out {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    background-color: #B955C7;
    color: #FBD7FD;
    border-radius: 5px;
    width: 68px;
    height: 68px;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-top: 5px;
}

#horoskop_lista span.znak {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 34px;
    width: 46px;
    height: 46px;
    display: inline-block;
}

.czytaj_calosc_text_horoskop {
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    color: #F9DFFF;
}

.flex_text_horoskop {
    display: flex;
    justify-content: space-between;
}

.autor_text_horoskop {
    font-weight: 600;
    font-size: 14px !important;
}

.autor_text_horoskop span {
    font-style: italic;
    font-weight: 400;
}

.cechy_horoskop
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.cechy_horoskop > div,
.cechy_horoskop > a
{
    background-color: #681A73;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 4px;
}

.cechy_horoskop div span.title
{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0px 0px .2px #fff;
}

.cechy_horoskop div p.value
{
    font-size: 10px;
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
}

.cechy_horoskop div p.value.value_color
{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.cechy_horoskop a#cecha_5 p.value,
.cechy_horoskop a#cecha_6 p.value
{
    text-align: left;
    max-width: 100%;
    background: url('../images/8L7LKpEtBp89.svg') no-repeat right top 5px;
    padding-right: 10px;
}

.cechy_horoskop div p.row_images
{
    display: flex;
    justify-content: space-around;
}

.cechy_horoskop div p.row_images span.name
{
    display: block;
}

.cechy_horoskop img
{
    height: 54px;
    vertical-align: top;
}

.cechy_horoskop .cecha_25
{
    width: calc(25% - 3px);
}

.cechy_horoskop .cecha_33
{
    width: calc(33.33333333% - 3px);
}

.cechy_horoskop .cecha_16
{
    width: calc(16.6% - 3px);
}

#cecha_zrob
{
    background-color: #681A73;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#cecha_zrob p.row_images
{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
}

#cecha_zrob p.row_images span.element
{
    max-width: 140px;
    text-align: center;
}

#cecha_zrob p.row_images span.name
{
    display: block;
    font-size: 10px;
    height: 30px;
}

#cecha_zrob a.wiecej_o_znaku
{
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#stopka_horoskop
{
    margin-top: 20px;
    text-align: center;
}

#stopka_horoskop a
{
    display: inline-block;
    margin: 10px;
    font-size: 14px;
}