.trending {
    border-top: solid #ec644b 4px;
    background: #404040;
    color: white;
    padding: 10px;
}

.trending-content {
    overflow: hidden;
    max-height: 19px;
}

.trending a, .trending a:visited {
    color: #fafafa;
}

.trending a:hover {
    color: #fafafa;
}

.trending .socials {
    font-size: 25px;
    margin-bottom: -10px;
    margin-top: -8px;
}

.trending .socials a:hover {
    text-decoration: none;
}

.logo {
    padding: 30px 0;
    text-align: center;
    background: none;
    margin: 0px;
}

.logo img {
    width: 700px;
    height: 160px;
    max-width: 100%;
    height: auto;
}

.navigation-line {
    border-top: 1px solid #eee;
}

.navigation-line.sticky {
    position: fixed;
    top: 0;
    background: white;
    z-index: 100000;
    width: 100%;
}

.navigation-line.sticky .container {
    margin: 0 auto;
}
.navigation {
    text-align: center;
}

.navigation .new-badge {
    position: relative;
    right: 22px;
    top: 10px;
    background: #ec644b;
}


.navigation ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 6px;
    vertical-align: middle;
    text-align: left;
    /*width: 80%;*/
    max-height: 60px;
    overflow: hidden;
}

.navigation ul li {
    position: relative;
    z-index: 2;
    color: #555555;
    float: left;
    display: block;
}

.navigation ul li a, .navigation ul li a:visited {
    color: inherit;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 0px;
    text-transform: uppercase;
}

.navigation ul li a span {
    border-right: 1px solid #f7f7f7;
    padding: 0px 25px;
}

.navigation ul li:last-child a span {
    border-right: 0px;
}

.navigation ul li.active a {
    color: #ec644b;
}

.navigation ul li a:hover {
    color: #ec644b;
    transition: color 0.3s ease;
    text-decoration: none;
}

.navigation ul li.hamburger {
    display: none;
}

.navigation .hamburger a i {
    top: -4px;
}
.navigation .responsive .hamburger a i {
    top: 25px;
}

.navigation-spacer {
    height: 62px;
    display: block;
}

.page-body {
    background-color: #fafafa;
    padding: 70px 0;
}

.page-body .column-left, .page-body .column-right {
    padding-left: 30px;
    padding-right: 30px;
}

.page-body .column-left {
    border-right: solid #f0f0f0 1px;
}

.sidebar {

}

.sidebar hr {
    display: block;
}

.sidebar .newsletter {
    margin-top: 24px;
}

.sidebar .newsletter .error {
    color: #ec634b;
}

.sidebar .newsletter .success {
    color: green;
}

.sidebar .newsletter .message {
    font-weight: bold;
    margin: 10px 0px;
}

.sidebar .newsletter-input {
    padding: 7px;
    padding-bottom: 10px;
    width: 200px;
    border: solid #ddd 1px;
}

.sidebar .no-recent-posts, .sidebar .no-tags {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: left;
}

.sidebar .popular-post {
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar .popular-post .post-image .cropped {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.sidebar .popular-post .post-image .cropped img {
    margin-left: -50px;
    height: 100px;
}

.sidebar .popular-post .post-meta {
    width: 200px;
    margin-left: 20px;
}

.sidebar .popular-post h5 {
    color: #313131;
    font-family: montserrat;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 10px 0 10px;
    font-weight:600;
}

.sidebar .popular-post .posted-on {
    border-bottom: 0 none;
    font-family: montserrat;
    font-size: 11px;
    line-height: initial;
    margin-right: 15px;
    padding: 0;
    width: auto;
    font-weight:600;

    color: #666666;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.sidebar .books img {
    width: 270px;
    margin-top: 16px;
}

.sidebar .tags-cloud {

}

.sidebar .tags-cloud a, .sidebar .tags-cloud a:visited {
    font-size: 18px;
    color: white;
}

.sidebar .tags-cloud {
    margin-top: 24px;
}

.sidebar .tags-cloud span {
    background-color: #ec644b;
    padding: 3px 8px;
    border-radius: 2px;
    margin: 1px 1px;
    display: inline-block;
}

.sidebar .tags-cloud a:hover span {
    background: #ec644b8a;
}

.footer {
    border-top: solid #ec644b 4px;
    background: #303030;
    font-family: 'Montserrat', sans-serif;
}

ul.footer-list {
    margin-top: 50px;
    list-style-type: none;
}

ul.footer-list li {
    margin: 6px 0px;
}

.footer-title {
    color: white;
    margin-bottom: 22px !important;
    font-size: 1.5em;
}

.footer-list a, .footer-list a:visited {
    color: #999;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ccc;
    text-decoration: none;
}

.footer-logo img {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

ul.footer-socials {
    float: right;
    margin-top: 20px;
    margin-bottom: 80px;
    padding-right: 22px;
}

ul.footer-socials li {
    display: inline-block;
    margin: 2px;
}

ul.footer-socials img {
    width: 37px;
    -webkit-transition : -webkit-filter 300ms ease;
}

ul.footer-socials img:hover {
    -webkit-filter: brightness(1.25);
    -webkit-transition : -webkit-filter 300ms ease;
}

.after-footer {
    background: #202020;
    color: #ccc;
    padding: 16px;
}

.after-footer a, after-footer a:visited {
    color: orange;
    text-decoration: none;
}

.after-footer a:hover {
    color: darkorange;
}

.btn-orange {
    background: #ec644b;
    color: white;
    font-family: montserrat;
    font-size: 12px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    transition: background-color 300ms ease;
}

.btn-orange:hover {
    color: white;
    background-color: #ff836c;
    transition: background-color 300ms ease;
}

.contact-form input[type=email], .contact-form input[type=text] {
    padding: 7px;
    padding-bottom: 10px;
    width: 600px;
    margin-bottom: 20px;
    margin-top: 3px;
    border: solid #ddd 1px;
}

.contact-form textarea {
    padding: 7px;
    padding-bottom: 10px;
    width: 600px;
    margin-bottom: 20px;
    margin-top: 3px;
    border: solid #ddd 1px;
    height: 300px;
}

.contact-form .alert-success {
    padding: 10px;
    border-left: solid #3c763d 3px;
    margin-bottom: 30px;
}

.autors-page .author-info {
    background: none;
    border-left: 0px;
}

.information {
    background-color: rgb(247,86,74);
    color: white;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}

.information a, information a:visited {
    color: #802d2d;
}

.information a:hover {
    color: #802d2d;
    text-decoration: underline;
}

.sticky-socials {
    position: fixed;
    right: 0px;
    top: 414px;
}

.sticky-socials .tab {
    margin-right: -300px;
    display: block;

    max-height: 62px;
    transition: margin ease-in 0.4s;
}

.sticky-socials .tab:hover {
    margin-right: 0px;
    transition: margin ease-in 0.4s;
}

.sticky-socials .tab img{
    width: 62px;
    display: inline-block;
    vertical-align: top;
}

.sticky-socials .tab .content {
    width: 300px;
    height: 180px;
    background: red;
    display: inline-block;
}

/* Navigation responsive START */
@media only screen and (max-width: 1200px) and (max-device-width: 1200px) {
    .information {
        display: none;
    }

    .page-body .column-left {
        border: none;
    }

    .navigation ul {
        width: 100%;
        max-height: none;
    }
    .navigation ul li a span {
        border: none;
    }
    .navigation ul li a {
        padding-right: 10px;
    }
    .navigation ul li span.badge {
        top: 20px;
    }
    .navigation ul li:not(.active) {
        display: none;
    }
    .navigation ul li {
        overflow: auto;
        padding: 8px 0px;
    }
    .navigation ul li.hamburger {
        float: right;
        display: block;
    }

    .navigation ul.responsive {
        position: relative;
    }
    .navigation ul.responsive li:not(:last-child) {
        border-bottom: solid #f7f7f7 1px;
    }
    .navigation ul.responsive li.hamburger {
        position: absolute;
        right: 0;
        top: 0;
    }
    .navigation ul.responsive li {
        float: none;
        display: block;
        text-align: left;
    }
    .navigation-line {
        overflow: auto;
        border-bottom: solid #ddd 1px;
    }
    .navigation-line.sticky {
        position: initial;
        background: white;
        width: 100%;
    }
    .navigation-spacer {
        display: none;
    }

    .column-right {
        margin-top: 20px;
    }
    .column-right .sidebar-facebook, .column-right .sidebar-twitter {
        display: none;
    }
    .column-right .sidebar hr {
        margin-top: 0px !important;
    }
    .column-right .sidebar h3 {
        margin-top: 80px;
    }
    .column-right .sidebar .popular-post {
        width: 100%;
    }
    .column-right .sidebar .popular-post .post-image .cropped {
        width: 100%;
        height: auto;
    }
    .column-right .sidebar .popular-post .post-image .cropped img {
        margin-left: -50px;
        height: 200px;
    }
    .column-right .sidebar .books img {
        width: 60%;
        margin-top: 0px;
    }
    .column-right .sidebar .newsletter .newsletter-input {
        font-size: 1.8em;
        margin-right: 12px;
    }
    .column-right .sidebar .newsletter .btn {
        margin-top: -10px;
    }

    .fb-comments, .fb_iframe_widget_fluid {
        display: none !important;
    }

    @media screen and (orientation:portrait) {
        .trending .container > div:first-child {
            display: none;
        }
        .trending .container > div {
            white-space:nowrap;
            font-size: 2.4em;
        }
        .trending .container > div:nth-child(2) {
            margin-top: 6px;
        }
        .trending .container .trending-content {
            max-height: 46px;
            width: 74%;
        }
        .trending .container .socials {
            float: right;
        }
        .trending .container .socials i {
            font-size: 2.2em;
            margin-top: 1px;
        }

        .container {
            width: 99%;
        }
        .trending .container {
            width: 750px !important;
        }
        .logo-container, .logo a, .logo a img {
            width: 100%;
        }

        .navigation ul {
            padding-top: 30px;
        }
        .navigation ul li a {
            font-size: 2.4em;
        }
        .navigation ul li span.badge {
            top: 16px;
            font-size: 1.6em;
        }
        .navigation .hamburger a {
            padding: 0px !important;
            margin-bottom: 10px !important;
            margin-top: 0px !important;
            margin-right: 16px !important;
        }
        .navigation .hamburger a i {
            font-size: 2em;
            position: relative;
        }
        .navigation-spacer {
            height: 120px;
        }

        #cookies-info {
            font-size: 2.1em;
            padding: 26px;
        }
        #cookies-info #cookies-accept {
            font-size: 2.0em;
            margin-right: 0px;
        }

        .btn {
            font-size: 1.8em;
            padding: 26px 34px;
        }

        .column-right .sidebar h3 {
            font-size: 3.5em;
        }
        .column-right .sidebar .popular-post .post-meta {
            width: 420px;
        }
        .column-right .sidebar .popular-post h5 {
            font-size: 2.8em;
            line-height: 1.4em;
            margin-top: 0px;
        }
        .column-right .sidebar .popular-post .posted-on {
            font-size: 2.3em;
            margin-top: 30px;
        }
        .column-right .sidebar .tags-cloud span {
            font-size: 1.8em;
            padding: 10px 20px;
            margin-bottom: 10px;
        }
        .column-right .sidebar .newsletter .message {
            font-size: 2.5em;
        }
        .column-right .sidebar .newsletter .newsletter-input {
            width: 72%;
            padding: 26px 34px;
        }

        h1.responsive {
            font-size: 3.8em !important;
        }
        h2.responsive {
            font-size: 3.5em !important;
        }
        p.responsive, div.responsive {
            font-size: 2.5em;
            line-height: 1.25em;
        }

        .contact-form input[type=email], .contact-form input[type=text], .contact-form textarea {
            padding: 16px;
            font-size: 2.6em;
            width: 100%;
        }

        .footer .footer-logo {
            margin-top: 16px;
        }
        .footer .footer-logo img {
            padding: 0px;
            margin-bottom: 35px;
        }
        .footer .links {
            margin-top: 8px;
            font-size: 1.85em;
            line-height: 1.5em;
        }
    }
    @media screen and (orientation:landscape) {
        .trending .container > div {
            white-space:nowrap;
            font-size: 1.3em;
        }
        .trending .container .trending-content {
            max-height: 26px;
            text-indent: 37px;
        }
        .trending .container .socials i {
            font-size: 2.0em;
            margin-top: 3px;
        }

        .navigation ul li a {
            padding: 10px 0px;
            padding-right: 10px;
            font-size: 1.5em;
        }
        .navigation ul li span.badge {
            top: 10px;
        }
        .navigation .hamburger a {
            padding: 0px !important;
            margin-top: 0px !important;
            margin-right: 16px !important;
        }
        .navigation .hamburger a i {
            font-size: 2em;
            position: relative;
            top: -4px !important;
        }
        .navigation .responsive .hamburger a i {
            top: 20px;
        }

        .btn {
            font-size: 1.6em;
            padding: 18px 30px;
        }

        .column-right .sidebar h3 {
            font-size: 2.5em;
        }
        .column-right .sidebar .popular-post .post-meta {
            width: 220px;
        }
        .column-right .sidebar .popular-post h5 {
            font-size: 1.4em;
            line-height: 1.4em;
            margin-top: 0px;
        }
        .column-right .sidebar .tags-cloud span {
            font-size: 1.4em;
            padding: 6px 16px;
            margin-bottom: 10px;
        }
        .column-right .sidebar .newsletter .message {
            font-size: 1.7em;
        }
        .column-right .sidebar .newsletter .newsletter-input {
            width: 69%;
            padding: 18px 30px;
        }

        #cookies-info {
            font-size: 1.4em;
            padding: 20px;
        }
        #cookies-info #cookies-accept {
            font-size: 1.5em;
            margin-right: 14px;
        }

        h1.responsive {
            font-size: 2.8em !important;
        }
        h2.responsive {
            font-size: 2.6em !important;
        }
        p.responsive, div.responsive {
            font-size: 1.3em;
            line-height: 1.25em;
        }

        .contact-form input[type=email], .contact-form input[type=text], .contact-form textarea {
            padding: 10px;
            font-size: 1.8em;
            width: 100%;
        }

        .footer .footer-logo {
            margin-top: 20px;
        }
        .footer .footer-logo img {
            padding: 0px;
        }
        .footer .links {
            margin-top: 20px;
            padding-bottom: 20px;
            text-align: right;
            font-size: 1.3em;
            line-height: 1.5em;
            white-space: nowrap;
        }
    }
}
/* Navigation responsive END */

@media only screen and (max-width: 990px) and (min-width: 769px) {
    .information {
        display: none;
    }

    .sidebar .popular-post .clearfix {
        display: none;
    }

    .sidebar .popular-post {
        display: inline-block;
        width: 340px;
    }
}

@media only screen and (max-width: 991px) {
    .information {
        display: none;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .information {
        display: none;
    }

    .sidebar .newsletter-input {
        width: 144px;
    }
    .sidebar .popular-post .post-meta {
        width: 140px;
    }
}

#cookies-info{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #202020;
    color: #f0f0f0;
    font-family: Lato;
    padding: 11px;
    text-align: left;
    z-index: 1000;
}
#cookies-info button, #cookies-info a.button {
    margin-left: 10px;
    background: orange;
    border: none;
    padding: 5px 16px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    cursor: pointer;
}
#cookies-info button:hover, #cookies-info a.button:hover {
    background: orangered;
    text-decoration: none;
}
#cookies-info .col-sm-9 {
    margin-top: 6px;
}

.rules {
    line-height: 1.6em;
}
