* {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-size: 62.5%;
}
/* =10px */
body {
    font-size: 1.2rem;
    font-family: 'Nunito Sans',Arial;
    line-height: 1.6rem;
    background: #fafafc
}
/* =14px */
a {
    color: #193e88
}



.header {
    padding: 0 15px;
    background-color: #fff
}

.header__desktop {
    display: none
}

@media (min-width:75em) {
    .header__desktop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1.6;
    }
}

.header__left {
    display: block;
    padding-left: 0
}

@media (min-width:75em) {
    .header__left {
        -ms-flex-preferred-size: 146px;
        flex-basis: 146px;
        padding-left: 15px;
        padding-right: 30px
    }
}

.header__left .logo--header {
    display: block
}

.header__middle {
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:75em) {
    .header__middle {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 30px;
        padding-right: 30px
    }
}

.header__intermediate {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header--main .header__intermediate.header__navigation:before {
    display: none
}

.header__right {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 30px
}

@media (min-width:75em) {
    .header__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-left: 30px;
        padding-right: 15px
    }
}

.header--main .header__navigation:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #efefef
}

.header--main .header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
}



.header__navigation ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.header__navigation li {
    position: relative
}

.header__navigation a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    color: #30302f
}

.header__navigation > ul {
    display: -ms-flexbox;
    display: flex
}

    .header__navigation > ul > li {
        margin-right: 16px
    }

        .header__navigation > ul > li:last-child {
            margin-right: 0
        }

.header__navigation .sub-menu {
    position: absolute;
    top: 100%;
    display: none
}

.header__navigation .menu-item-has-children:hover .sub-menu {
    display: block
}

.header {
    position: relative;
    padding: 10px 15px;
    box-shadow: 0 1px 2px 0 hsla(0,0%,89.4%,.5);
    z-index: 3;
    font-family: 'Nunito Sans',Arial,sans-serif;
}

@media (min-width:75em) {
    .header {
        box-shadow: none
    }
}

.burger {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: currentColor;
    box-shadow: none;
    transition: -webkit-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s
}

    .burger:active, .burger:focus {
        outline: none
    }

    .burger:focus {
        background: transparent
    }

.burger__line {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto 3.42857px;
    background-color: currentColor;
    border-radius: 0;
    color: currentColor;
    transition: opacity .2s ease-in-out 0s,top .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s,transform .2s ease-in-out 0s,top .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s,transform .2s ease-in-out 0s,top .2s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s
}

.burger__line--3 {
    margin-bottom: 0
}

.burger:focus, .burger:hover {
    border: 0;
    background: transparent;
    color: currentColor;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.burger.active .burger__line {
    background: currentColor
}

.burger.active .burger__line--1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(11.71429px) rotate(45deg);
    transform: translateY(11.71429px) rotate(45deg)
}

.burger.active .burger__line--2 {
    opacity: 0
}

.burger.active .burger__line--3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-11.71429px) rotate(-45deg);
    transform: translateY(-11.71429px) rotate(-45deg)
}

.burger.open .burger__line {
    background: currentColor
}

.burger.open .burger__line--1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(5.42857px) rotate(45deg);
    transform: translateY(5.42857px) rotate(45deg)
}

.burger.open .burger__line--2 {
    opacity: 0
}

.burger.open .burger__line--3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-5.42857px) rotate(-45deg);
    transform: translateY(-5.42857px) rotate(-45deg)
}


.header__mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:75em) {
    .header__mobile {
        display: none
    }
}

.header__mobile__top {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #425aad
}

    .header__mobile__top .burger {
        position: absolute;
        top: 7px
    }

    .header__mobile__top .logo--header {
        display: block;
        margin: 0 auto;
        background-image: url(../img/najdisi-blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 22px;
        margin: 8px auto 6px auto;
    }

    .header__mobile__top .icon-search {
        position: absolute;
        top: 7px;
        right: 0;
        width: 20px;
        height: 20px;
        background-size: contain
    }

.header__mobile__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 80vw;
    min-height: 100vh;
    background-color: #fcfcfd;
    z-index: 10000
}

@media (min-width:36em) {
    .header__mobile__panel {
        width: 340px
    }
}

.header__mobile__panel__inner {
    padding: 20px
}

.header__mobile__panel .header__account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 15px
}

    .header__mobile__panel .header__account .dropdown {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header__mobile__panel .header__account .dropdown__button {
        display: block;
        width: 100%
    }

.header__mobile__panel .header__location {
    border: 1px solid #bac3e0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    margin-bottom: 10px
}

    .header__mobile__panel .header__location .icon--circle {
        border: 0;
        box-shadow: none
    }

    .header__mobile__panel .header__location .dropdown__panel {
        left: -135px
    }

.header__mobile__panel .listbar {
    margin-top: 20px
}

.header__mobile__panel .h-line {
    margin-top: 10px;
    margin-bottom: 10px
}

.header__mobile__panel.open {
    display: block
}

.site-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 2;
}


.search-inline {
    position: relative;
    background-image: linear-gradient(0deg,#1D3177,#0f2263);
    z-index: 10000;
    margin-bottom: 20px;
}

@media (min-width:75em) {
    .search-inline {
        display: block
    }
}

.search-inline__form {
    padding-top: 30px;
    padding-bottom: 30px
}

    .search-inline__form .input {
        margin-top: 0;
        margin-bottom: 10px;
        background-color: #fff
    }

    .search-inline__form input[type=text] {
        height: 65px;
        border: 0;
        border-radius: 0;
        background-color: transparent
    }

    .search-inline__form button, .search-inline__form input[type=submit] {
        height: 65px;
        display: block;
        width: 100%;
        border: 0;
        background-color: #e5454c;
        box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.05);
        border-radius: 0;
        font-size: 18px;
        transition: background .2s ease-in-out 0s;
        color: #fff;
        cursor: pointer;
        font-weight: 700;
        font-family: "Nunito Sans", Arial;
    }

        .search-inline__form button:active, .search-inline__form button:focus, .search-inline__form button:hover, .search-inline__form input[type=submit]:active, .search-inline__form input[type=submit]:focus, .search-inline__form input[type=submit]:hover {
            background-color: #c03238
        }

@media (min-width:75em) {
    .search-inline__form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .search-inline__form #searchForm {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
            flex-flow: row;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .search-inline__form #searchForm {
            -ms-flex-preferred-size: 87%;
            flex-basis: 87%;
        }
}

.search-inline .input {
    margin: 0;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15)
}

.search-inline .input__field {
    box-shadow: none
}

.search-inline .input--icon {
    border-right: 1px solid #efefef
}

.search-inline .input--submit {
    margin-top: 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15)
}

@media (min-width:75em) {
    .search-inline .input--submit {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin-top: 0;
        margin-left: 10px
    }
}

.card--article .search-inline .input--submit .card__tag, .horizontal__menu li .search-inline .input--submit a, .pagination ul li.next .search-inline .input--submit a, .pagination ul li.prev .search-inline .input--submit a, .search-inline .input--submit .button, .search-inline .input--submit .card--article .card__tag, .search-inline .input--submit .dropdown__button--button, .search-inline .input--submit .horizontal__menu li a, .search-inline .input--submit .pagination ul li.next a, .search-inline .input--submit .pagination ul li.prev a, .search-inline .input--submit button {
    margin: 0;
    -webkit-appearance: none;
}

@media (min-width:75em) {
    .search-inline .container-fluid .search-inline__wrapper {
        max-width: 1230px
    }
}

.icon--circle.icon--large {
    border-radius: 44px;
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.2);
}

.input__overlay__icon {
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.icon--large {
    width: 44px;
    height: 44px;
}

.icon--circle {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid rgba(82,106,188,.3);
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.2);
}

.icon-search {
    background-image: url(../img/icon__search--blue.svg);
    background-size: 16px 18px;
}

.icon, .icon--svg {
    display: inline-block;
}

.icon {
    background-repeat: no-repeat;
    background-color: transparent;
}

.icon, .logo--header {
    background-position: 50%;
}

.input {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 1.1em 0
}

.input__field {
    position: relative;
    z-index: 2;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-family: 'Nunito Sans',Arial,sans-serif;
}

    .input__field::placeholder {
        color: #9ca4b9;
    }

.input__field--large {
    padding: .75em 1em
}

.input__placeholder {
    display: block;
    width: 100%;
    padding: .5em 1em;
    background-color: #fcfcfc;
    border-radius: 2px;
    box-shadow: 0 .5px 1px 0 rgba(0,0,0,.05);
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: border-color .2s ease-in-out 0s;
    border: 1px solid #bac3e0;
    background-color: rgba(186,195,224,.3)
}

    .input__placeholder:active, .input__placeholder:focus {
        outline: none
    }

    .input__placeholder[readonly] {
        background-color: #efefef
    }

    .input__placeholder[disabled] {
        background-color: #efefef;
        border-color: #efefef
    }

    .input__placeholder:focus {
        outline: 0;
        border-color: #425aad
    }

        .input__placeholder:focus::-webkit-input-placeholder {
            color: #425aad
        }

        .input__placeholder:focus::-moz-placeholder {
            color: #425aad
        }

        .input__placeholder:focus:-ms-input-placeholder {
            color: #425aad
        }

        .input__placeholder:focus::-ms-input-placeholder {
            color: #425aad
        }

        .input__placeholder:focus::placeholder {
            color: #425aad
        }

    .input__placeholder span {
        display: inline-block;
        border-radius: 2px;
        font-size: 14px;
        font-weight: 400;
        padding: 2px 10px;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)
    }

.input__description {
    margin-top: 10px;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400
}

    .input__description a {
        color: #000
    }

.input__overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    z-index: 0
}

.input__overlay__icon {
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.input__overlay__placeholder {
    padding-left: 15px
}

    .input__overlay__placeholder span {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #9ca4b9
    }

        .input__overlay__placeholder span strong {
            color: #526abc;
            margin-right: 5px
        }

    .input__overlay__placeholder small {
        display: none;
        width: 100%;
        font-size: 12px;
        color: #9ca4b9
    }

.input--submit--compact {
    margin-top: 1.1em !important
}

.input--icon {
    padding-left: 75px
}

    .input--icon .input__field {
        padding-left: 0
    }

.input--text {
    text-align: center
}

    .input--text p {
        font-size: 14px;
        color: #9ca4b9;
        margin-top: 0
    }

    .input--text a {
        color: #425aad
    }

.input--multiline .input__field {
    padding-bottom: 30px
}


@media (min-width: 75em) {
    .search-container {
        max-width: 1260px;
    }
}

.search-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 48em) {
    .search-container {
        width: 49rem;
    }
}

@media only screen and (min-width: 64em) {
    .search-container {
        width: 65rem;
    }
}

@media only screen and (min-width: 75em) {
    .search-container {
        width: 123rem;
    }
}


.search-container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}


.container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.navcont {
    background-color: #292f41;
    position: absolute;
    top: 0;
    padding: 0 5px;
    z-index: 2;
}

.topnav {
    overflow: hidden;
    font-size: 1.2rem;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    font-weight: bold;
    height: 41px;
}

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        padding: 12px 8px 10px;
        text-decoration: none;
    }

        .topnav a:hover {
            text-decoration: underline;
        }

        .topnav a.active {
            color: #72BAEC;
        }

        .topnav a.icon {
            display: none;
            border-bottom: 0;
        }

    .topnav .sep {
        display: none;
        float: left;
        padding: 14px 16px 10px;
        color: #ffffff;
    }

    .topnav .menu_right {
        float: right
    }


@media screen and (max-width: 900px) {
    .topnav a, .topnav .sep {
        display: none;
    }

        .topnav a.splet {
            display: block;
            border-bottom: 0;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

            .topnav.responsive a, .topnav.responsive a.active {
                border: 0;
            }

                .topnav.responsive a.home {
                    display: none;
                }

    .topnav a.second-menu {
        border-top: 2px solid rgba(255,255,255,0.1);
    }

    .topnav.responsive {
        height: auto;
    }
}



.searchcont {
    background: #fbfbfb;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

#searchBox {
    width: 100%;
    max-width: 970px;
    margin: 41px auto 0px;
    height: 100px;
    text-align: left;
    box-sizing: border-box;
}

.logo {
    display: block;
    float: left;
    width: 172px;
    height: 52px;
    margin: 0 38px 0 27px;
    background: url(../img/najdisi_logo.png) no-repeat bottom center;
    position: relative;
    z-index: 1;
}

.search_content {
    width: 100%;
    height: 52px;
    margin: 24px 0;
    float: left;
}

.form_fields {
    position: relative;
}

.searchfield {
    width: 590px;
    margin: 8px 5px 0 -5px;
    padding: 8px 7px 6px 7px;
    font-family: verdana,arial,trebuchet ms;
    color: #304070;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #c0c0c0;
    box-shadow: none;
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 5px;
    font-size: 1.5rem;
    max-width: 100%;
}

    .searchfield:focus {
        box-shadow: 0 0 5px 2px rgba(81, 203, 238, 0.8);
    }

    .searchfield::placeholder {
        color: #bbb;
    }

.btn {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    background: url(../img/najdi_search.png) no-repeat top left !important;
    width: 95px;
    height: 35px;
    border: 0;
    margin-right: 0;
    margin-top: 7px;
    filter: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 23px;
}

    .btn:hover {
        opacity: 0.7
    }

.ad728x90 {
    margin: 0 auto;
    width: 100%;
    max-width: 728px;
}

@media screen and (max-width: 1023px) {
    #searchBox {
        max-width: 848px
    }

    .searchfield {
        width: 468px;
    }
}

@media screen and (max-width: 900px) {
    #searchBox {
        max-width: 734px
    }

    .searchfield {
        width: 385px;
    }

    .logo {
        margin: 0 28px 0 17px;
    }
}

@media screen and (max-width: 767px) {
    #searchBox {
        max-width: 100%;
        box-shadow: none;
        background: none;
        margin: 41px 0 10px 0;
        height: 131px;
        padding: 15px 15px 0;
    }

    .form_fields {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .form_input {
        width: 100%;
        padding-right: 105px;
        box-sizing: border-box;
        float: left
    }

    .searchfield {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        float: left
    }

    .btn {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0
    }

    .logo_cont {
        width: 172px;
        display: block;
        margin: 0 auto;
    }

    .logo {
        margin: 5px auto 0;
        display: block;
        background-size: contain;
        height: 37px;
    }

    .search_content {
        height: auto;
        margin: 0;
    }

    .ad728x90 {
        display: none;
    }
}

.main {
    width: 100%;
    max-width: 1230px;
    margin: 20px auto 0;
    position: relative;
}

.main-first {
    min-height: 285px;
}

.main-full {
    min-height: 425px;
    margin-top: 15px;
}


.index_right {
    width: 300px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.bookmarks_right {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 0;
    background: #ffffff;
    display: block;
    padding: 5px;
    font-size: 0;
    box-sizing: border-box;
    height: 250px;
    overflow: hidden;
}

    .bookmarks_right h2 {
        border-bottom: 3px solid #37437e;
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin: 2px 5px 10px;
    }

    .bookmarks_right a {
        color: grey;
        text-decoration: none;
        margin: 6px 5px 0px;
        display: inline-block;
        text-align: center;
        font-size: 1.2rem;
        width: 62px;
        line-height: 1.5rem;
    }

        .bookmarks_right a img {
            width: 62px;
            height: 62px;
            margin-bottom: 0px;
            float: none;
        }

.bookmarks_cont {
    width: 100%;
    margin: 0 auto;
}

.main-bookmarks {
    height: 80px;
    background: #0f2263;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

    .main-bookmarks a {
        flex-basis: 8.3333333%;
        text-align: center;
        overflow: hidden;
        color: #fff;
        text-decoration: none;
        line-height: 1.3em;
        font-size: 12px;
        padding: 11px 0;
        height: 100%;
        box-sizing: border-box;
        border-right: 1px solid hsla(0,0%,100%,.1);
        transition: background .1s ease-in-out;
    }

        .main-bookmarks a:last-of-type {
            border-right: 1px solid transparent
        }

        .main-bookmarks a img {
            width: 45%;
            margin: 0 auto;
        }

        .main-bookmarks a div {
            width: 45%;
            margin: 0 auto;
            height: 40px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .main-bookmarks a:hover {
            background: hsla(0,0%,100%,.1);
            border-right: 1px solid transparent
        }

#horoskop.main-bookmarks {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #horoskop.main-bookmarks {
        height: 64px;
    }

        #horoskop.main-bookmarks a {
            padding: 3px 0;
        }
}

@media screen and (max-width: 767px) {
    .main-bookmarks a {
        flex-basis: 16.666666666%;
        height: 50%;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    .main-bookmarks {
        height: 160px;
    }
}

@media screen and (max-width: 399px) {
    .main-bookmarks {
        height: 130px;
    }

        .main-bookmarks a {
            font-size: 10px;
            padding: 7px 0;
        }

            .main-bookmarks a div {
                width: 60%;
                height: 35px;
            }
}

.index_right img {
    float: left;
    background: #ffffff;
}

.index_right div.ad300x250 {
    width: 300px;
    margin-bottom: 15px;
}

.index_right .ad300x100 {
    width: 300px;
    margin-top: 20px;
    float: left;
}

#autodoc {
    height: 100px;
}

.index .ad300x250 {
    margin: 0 auto;
}

.search .ad300x250 {
    float: left;
}

.index_left {
    width: 100%;
    float: left;
    padding-right: 320px;
    box-sizing: border-box;
}

.index_full {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.news {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    display: block;
    float: left;
}

    .news h2 {
        border-bottom: 3px solid #37437e;
        font-size: 1.3rem;
        line-height: 2.2rem;
    }

.index_left h2, .index_right h2, .index_full h2 {
    margin-bottom: 10px;
    border-bottom: 3px solid #37437e;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #333;
}

.news ul li {
    list-style-type: none;
    margin: 10px 0;
    overflow: hidden;
}

.news .more {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: #37437e;
    color: #fff;
    border-radius: 0px;
    padding: 6px 8px 4px;
    line-height: 1.5rem;
}

.more_news {
    position: absolute;
    top: -36px;
    right: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: #37437e;
    color: #fff;
    border-radius: 0px;
    padding: 6px 8px 4px;
    line-height: 1.5rem;
}

@media screen and (max-width: 410px) {
    .more_news span {
        display: none;
    }
}

.shadow {
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.1)
}

.daily_news {
    padding: 0;
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.1)
}

.daily_image_holder, .daily_image {
    width: 50%;
    height: 250px;
    float: left;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.daily_image {
    width: 100%;
    height: 250px;
}

    .daily_image:hover {
        transform: scale(1.02);
    }

.daily_text_holder {
    width: 50%;
    float: left;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 901px) {
    .search .daily_bc {
        font-size: 1rem;
        text-align: center;
    }

    .search .daily_image_holder, .search .daily_image, .search .daily_text_holder {
        width: 100%;
    }
}

.daily_bc {
    display: block;
    margin-bottom: 15px;
    color: #999;
    font-size: 0.85em;
}

    .daily_bc a {
        font-weight: bold;
        text-decoration: none;
        transition: opacity .3s ease-in-out;
    }

.daily_title {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 15px;
    display: block;
    transition: opacity .3s ease-in-out;
}

.daily_text_holder .daily_link:hover, .daily_bc a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.daily_link_more {
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}

    .daily_link_more div {
        margin-top: 10px;
        margin-right: 15px;
    }

.daily_image {
    background-size: cover;
    background-position: center;
}

.daily_arrow {
    height: 90px;
    width: 25px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    background: #7e7e7e;
    opacity: 0.8;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}

    .daily_arrow:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('../img/arrow.png');
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .daily_arrow:hover {
        opacity: 1;
    }

.daily_arrow_left {
    left: 0px;
    border-radius: 10px 0 0 10px;
    transform: rotate(180deg);
}

.daily_arrow_right {
    right: 0px;
    border-radius: 10px 0 0 10px;
}

.news_combo {
    padding: 0;
    background: none;
}

.single_news {
    width: 23.875%;
    float: left;
    margin-right: 1.5%;
    background: #fff;
    height: 240px;
    overflow: hidden;
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.1);
}

    .single_news:last-of-type {
        margin-right: 0;
    }

.single_image_holder {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.single_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease-in-out;
}

    .single_image:hover {
        transform: scale(1.02);
    }

.single_link:hover, .single_bc a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.single_bc {
    color: #999;
    font-size: 0.85em;
    padding: 5px;
    line-height: 1.2em;
}

    .single_bc a {
        font-weight: bold;
        text-decoration: none;
        transition: opacity .3s ease-in-out;
    }

.single_pubDateDiff {
    display: block;
}

.single_title_holder {
    padding: 5px;
}

.single_title {
    font-weight: bold;
    text-decoration: none;
    transition: opacity .3s ease-in-out;
}

#weatherframe {
    display: block;
    width: 100%;
    height: 210px;
    max-width: 400px;
}

.weathercont {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: block;
    background: #fff;
    overflow: hidden;
}

#weatherframeright {
    width: 302px;
    height: 220px;
    max-width: 500px;
    margin: -1px 0 0 -1px;
}

@media screen and (max-width: 900px) {
    .index_left {
        padding-right: 0;
    }

    .index_right {
        width: 100%;
        position: relative;
        float: left;
        top: auto;
        right: auto;
    }

        .index_right div.ad300x250 {
            float: none;
            min-height: 0;
            margin-bottom: 20px;
        }

    .search .index_right div.ad300x250 {
        margin: 0 auto 20px;
    }

    .bookmarks_right {
        height: auto;
        margin-bottom: 20px;
    }

        .bookmarks_right a {
            width: 16.667%;
            margin: 6px 0 0
        }

    .bookmarks_cont {
        width: 90%;
    }

    #aditionAds_halfRectTop {
        margin-bottom: 2px;
    }

    .index_right .ad300x100 {
        width: 300px;
        margin: 0 auto 20px;
        float: none;
        display: block;
    }

    .weathercont {
        padding: 10px 10px 0;
        text-align: center;
        margin-bottom: 20px;
    }

    #weatherframeright {
        width: 100%;
        margin: 0;
    }

    .large_only {
        display: none
    }
}

@media screen and (max-width:599px) {
    .single_news {
        width: 49%;
        margin-right: 2%;
    }

        .single_news:nth-child(2n) {
            margin-right: 0;
        }

        .single_news:nth-child(1), .single_news:nth-child(2) {
            margin-bottom: 10px;
        }
}

#horoscope div {
    width: 8.333%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

    #horoscope div a, #horoscope div img {
        width: 100%;
        text-decoration: none
    }

@media screen and (max-width: 639px) {
    #horoscope div {
        width: 16.666%
    }

    .daily_image_holder, .daily_image {
        width: 40%;
        height: 250px;
        float: left;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }

    .daily_image {
        width: 100%;
    }

    .daily_text_holder {
        width: 60%;
        padding: 15px 28px 8px 15px
    }
}

@media screen and (max-width: 479px) {
    #searchBox {
        padding: 15px 0 0;
    }

    .daily_image_holder, .daily_image {
        width: 100%;
        height: 250px;
        float: left;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }

    .daily_image {
        width: 100%;
        height: 250px;
    }

    .daily_text_holder {
        width: 100%;
        padding: 15px 15px 8px 15px
    }

    .daily_bc {
        font-size: 1rem;
        text-align: center;
    }

    .daily_arrow {
        top: 250px
    }

    .bookmarks_cont {
        width: 100%;
    }

    .bookmarks_right a {
        width: 25%;
    }
}

@media screen and (max-width: 339px) {
    .weathercont {
        padding: 0;
    }

    #weatherframeright {
        width: 312px;
    }
}

.result p {
    font-size: 1.3rem
}

.result_url {
    color: green;
    margin: 2px 0 2px;
}

.res_title {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 18px 0 5px;
}

.deep_link {
    width: 100%;
    padding-left: 10px;
    display: block;
    line-height: 1.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
}

.search_pagination {
    text-align: center;
    margin: 25px 0 15px;
}

    .search_pagination a {
        padding: 5px 13px;
        font-size: 1.6rem;
        text-decoration: none;
        font-weight: bold;
        color: #666;
        transition: all 0.2s ease-in-out;
        border-bottom: 4px solid #f1f1f1;
    }

        .search_pagination a.active, .search_pagination a:hover {
            border-bottom: 4px solid #bbb;
        }

.search .news {
    background: #fff;
    padding-top: 0;
}

    .search .news ul li:first-of-type {
        margin-top: 0;
    }

.sponsor {
    color: #888;
    font-size: 0.6em;
    float: right;
}

.footer {
    width: 100%;
    float: left;
    border-top: 1px dotted #aaa;
    padding: 18px 0;
    line-height: 1.6em;
    text-align: center;
}

.cc-cookies {
    position: fixed !important;
}

.cookies h3 {
    margin: 10px 0 8px;
    text-decoration: underline
}

.cookies table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0
}

.cookies th {
    background: #ddd;
    text-align: left;
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    text-transform: uppercase
}

.cookies td {
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.cookies .cc_main_setting {
    padding: 1px 10px 1px 10px;
    background: #ccddea
}

.cookies select {
    padding: 5px;
    border: 1px solid #ccc;
    float: right
}

.cookies .news ul, .news ul li {
    margin: 2px 0;
}

.header--top .header__mobile .listbar .listbar__item {
    display: inline-block;
    width: calc(50% - 22px);
    margin: 2px;
    padding: 8px;
    text-align: center;
}

    .header--top .header__mobile .listbar .listbar__item a {
        display: block;
        font-size: 13px;
        text-decoration: none;
        font-weight: 500;
        color: #30302f;
    }

@media (max-width:1199px) {
    .header {
        position: fixed;
        z-index: 10001;
        width: calc(100% - 30px);
        margin-top: 0;
    }

    #maincontent {
        padding-top: 56px;
    }

    .search-inline .search-container {
        width: auto;
    }

    .search-inline .search-inline__form a {
        display: none;
    }

    .search-inline .search-inline__form .input.input--icon.input--focus {
        width: calc(100% - 76px);
    }
}

/*@media (max-width:1023px) {
}*/

/*@media (max-width:767px) {
}*/
