/*
Theme Name: 	WeeklyNews
Theme URI: 	http://themeforest.net/user/mip/portfolio
Description: 	Premium News/Magazine Wordpress Template
Version: 	2.4.2
Author: 	MipThemes
Author URI: 	http://themeforest.net/user/mip/portfolio
License:        Envato Marketplaces Split Licence
License URI:    Envato Marketplace Item License Certificate 
Tags:           black, white, one-column, two-columns, three-columns, fixed-width, rtl, wpml, bbPress
*/


/* ==========================================================================
   Global
   ========================================================================== */

/**
 * Body
 */
@font-face {
    font-family: 'fontello';
    src: url('assets/fonts/fontello/fontello.eot');
    src: url('assets/fonts/fontello/fontello.eot#iefix') format('embedded-opentype'),
    url('assets/fonts/fontello/fontello.woff2') format('woff2'),
    url('assets/fonts/fontello/fontello.woff') format('woff'),
    url('assets/fonts/fontello/fontello.ttf') format('truetype'),
    url('assets/fonts/fontello/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.svg-icon * {
    max-width: 100% !important;
    max-height: 100% !important;
}

[class^="fa-"]:before,
[class*="fa-"]:before,
[class*="glyphicon--"]:before,
.glyphicon:before,
.fa,
.five-stars:after,
.four-half-stars:after,
.four-stars:after,
.three-half-stars:after,
.three-stars:after,
.two-half-stars:after,
.two-stars:after,
.one-half-stars:after,
.one-stars:after,
.half-stars:after {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal !important;
}

.fi:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal !important;
    text-decoration: none;
}

.glyphicon-th:before {
    content: '\e809';
}

/* '' */
.glyphicon-search:before,
.fa-search:before {
    content: '\e800';
}

/* '' */
.fa-calendar:before {
    content: '\e801';
}

/* '' */
.fa-eye:before {
    content: '\e802';
}

/* '' */
.fa-comments:before {
    content: '\e803';
}

/* '' */
.fa-star:before {
    content: '\e804';
}

/* '' */
.fa-star-o:before {
    content: '\e805';
}

/* '' */
.fa-categories:before {
    content: '\e806';
}

/* '' */
.fa-mobile:before {
    content: '\e807';
}

/* '' */
.fa-globe:before {
    content: '\e808';
}

/* '' */
.fa-twitter:before {
    content: '\f099';
}

/* '' */
.fa-facebook:before {
    content: '\f09a';
}

/* '' */
.fa-star-half-o:before {
    content: '\f123';
}

/* '' */
.fa-apple:before {
    content: '\f179';
}

/* '' */
.fa-windows:before {
    content: '\f17a';
}

/* '' */
.fa-android:before {
    content: '\f17b';
}

/* '' */
.fa-linux:before {
    content: '\f17c';
}

/* '' */
.fa-vk:before {
    content: '\f189';
}

/* '' */
.fa-whatsapp:before {
    content: '\f232';
}

/* '' */
.fa-telegram:before {
    content: '\f2c6';
}

/* '' */
.fa-chevron-right:before {
    content: '\e80a';
}

/* '' */
.fa-chevron-left:before {
    content: '\e80b';
}

/* '' */

.five-stars:after,
.four-half-stars:after,
.four-stars:after,
.three-half-stars:after,
.three-stars:after,
.two-half-stars:after,
.two-stars:after,
.one-half-stars:after,
.one-stars:after,
.half-stars:after {
    letter-spacing: 0.35em;
}

.five-stars:before {
    content: '\e804\e804\e804\e804\e804';
    font-family: "fontello";
}

.four-half-stars:before {
    content: '\e804\e804\e804\e804\f123';
    font-family: "fontello";
}

.four-stars:before {
    content: '\e804\e804\e804\e804\e805';
    font-family: "fontello";
}

.three-half-stars:before {
    content: '\e804\e804\e804\f123\e805';
    font-family: "fontello";
}

.three-stars:before {
    content: '\e804\e804\e804\e805\e805';
    font-family: "fontello";
}

.two-half-stars:before {
    content: '\e804\e804\f123\e805\e805';
    font-family: "fontello";
}

.two-stars:before {
    content: '\e804\e804\e805\e805\e805';
    font-family: "fontello";
}

.one-half-stars:before {
    content: '\e804\f123\e805\e805\e805';
    font-family: "fontello";
}

.one-stars:before {
    content: '\e804\e805\e805\e805\e805';
    font-family: "fontello";
}

.half-stars:before {
    content: '\f123\e805\e805\e805\e805';
    font-family: "fontello";
}

body {
    font-family: -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #5c5c5c;
    background: #fff;
    padding: 0 0 20px 0;
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

a:hover,
a:active {
    color: #111;
    text-decoration: none;
}


/* ==========================================================================
   General
   ========================================================================== */

/**
 * Wrappers and containers
 */

#page-outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#page-inner-wrap {
    position: relative;
    width: 100%;
}

.relative {
    position: relative;
}

.container {
    padding: 0;
}

.container .img-responsive {
    display: block;
    width: 100%;
    max-height: inherit;
}

#page-content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    box-shadow: 0 0 12px 0 #ccc;
}

.ie8 #page-content {
    border: 1px solid #e3e3e3;
    margin: 30px -1px 0 -1px;
}

#main {
    padding: 10px;
}

#page-content.left-sidebar #main,
#page-content.right-sidebar #main,
#page-content.hide-sidebar #main {
    padding: 25px;
}

#page-content.hide-sidebar #main {
    float: none;
    width: 100%;
}

.resize-content {
    z-index: 9999999999 !important;
}

.sidebar-mid {
    padding: 15px;
}

#sidebar {
    background: #444;
}

.sidebar {
    color: #bbb;
    padding: 15px;
}

.section-full {
    margin: 0 -15px 0 -15px;
    padding: 45px 15px 0 15px;
}

.section-full-even {
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

@media (min-width: 992px) {

    .tbl-row {
        display: table-row;
    }

    .tbl-cell {
        display: table-cell;
    }

}

/**
 * Visual Composer
 */

.wpb_row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

.vc_spacer {
    display: block;
    clear: both;
}


/**
 * Article elements
 */

article {
    position: relative;
    margin-bottom: 25px;
}

article.blog-posts {
    margin-bottom: 50px;
}

.theme,
.theme:visited,
.article-post-content .theme {
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    background: #444;
    padding: 0 12px;
}

.theme:hover,
.article-post-content .theme:hover {
    color: #fff;
    opacity: 0.8;
}

.overlay {
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don'tsupport rgba */
    background: rgba(0, 0, 0, .4);
}

#slider-carousel .overlay {
    padding: 12px 15px;
}

#slider-carousel .large .overlay {
    padding: 15px 20px;
}

.large .overlay {
    padding: 15px 20px;
}

.overlay h1,
.overlay h2,
.overlay h3 {
    margin: 0;
}

.overlay h1 {
    font-size: 24px;
    padding: 5px;
}

.overlay p {
    margin: 6px 0 0 0;
    opacity: 0.8;
}

.overlay a {
    color: #fff;
}

.overlay .breadcrumb {
    color: #aaa;
    padding: 0;
}

.overlay .breadcrumb a {
    color: #cbcbcb;
}

.overlay .sharing {
    position: absolute;
    font-size: 14px;
    right: 25px;
    bottom: 36px;
}

.overlay .sharing a {
    margin-left: 12px;
    opacity: 0.6;
}

.overlay .sharing a:hover {
    opacity: 1.0;
}

.featured-caption {
    float: right;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin: -15px 10px 0 0;
}

.loop-page-2 .featured-caption {
    float: none;
    text-align: right;
    margin: -15px 10px 20px 0;
}

.overlay .featured-caption {
    position: absolute;
    color: #fff;
    float: none;
    right: 25px;
    bottom: 12px;
    opacity: 0.6;
    margin: 0;
}


/**
 * Lazy Load
 */

.miptheme-lazy {
    display: none;
}


/**
 * Separators
 */

.separator-left {
    border-left: 1px solid #e3e3e3;
}

.separator-right {
    border-right: 1px solid #e3e3e3;
}

.separator-bottom {
    border-bottom: 1px solid #e3e3e3;
}


/**
 * Ratings
 */

span.stars {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 13px;
    margin-top: 10px;
    background: url(images/stars.png) no-repeat 0% 100%;
}

span.stars span {
    position: absolute;
    left: 0;
    top: 1px;
    height: 13px;
    background: url(images/stars.png) no-repeat 0 0;
}

.sidebar span.stars,
.cat-reviews span.stars,

.sidebar span.stars span,
.cat-reviews span.stars span {
    top: 0;
}

.sidebar-mid span.stars,
.cat-reviews span.stars,

span.stars-lg {
    position: relative;
    display: inline-block;
    width: 91px;
    height: 18px;
    margin-bottom: 5px;
    background: url(images/stars-large.png) no-repeat 0% 100%;
}

span.stars-dark {
    background-position: 0 -18px;
}


span.stars-lg span {
    position: absolute;
    left: 0;
    top: 1px;
    height: 18px;
    background: url(images/stars-large.png) no-repeat 0 0;
}


/**
 * Buttons and forms
 */

.show-more {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 40px;
    margin: 10px 0 50px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#page-content .show-more:hover {
    background: #444;
}

.error {
    font-weight: 400;
    color: red;
    margin-top: 5px;
}

a:hover i.fa-twitter {
    color: #55acee;
}

a:hover i.fa-facebook,
a:hover i.fa-facebook-square {
    color: #3b5998;
}

a:hover i.fa-linkedin,
a:hover i.fa-linkedin-square {
    color: #0073b2;
}

a:hover i.fa-pinterest,
a:hover i.fa-pinterest-square {
    color: #cb2028;
}

a:hover i.fa-google-plus,
a:hover i.fa-google-plus-square {
    color: #d73d32;
}

a:hover i.fa-vimeo,
a:hover i.fa-vimeo-square {
    color: #44bbff;
}

a:hover i.fa-flickr {
    color: #128fdc;
}

a:hover i.fa-instagram {
    color: #125688;
}

a:hover i.fa-dribbble {
    color: #ea4c89;
}

a:hover i.fa-behance {
    color: #1769ff;
}

a:hover i.fa-tumblr,
a:hover i.fa-tumblr-square {
    color: #34465e;
}

a:hover i.fa-reddit {
    color: #ff4322;
}

a:hover i.fa-vk {
    color: #4c75a3;
}

a:hover i.fa-tencent-weibo {
    color: #599ed7;
}

a:hover i.fa-weixin {
    color: #93d034;
}

a:hover i.fa-qq {
    color: #4391fd;
}

a:hover i.fa-rss {
    color: #fb7629;
}

a:hover i.fa-youtube {
    color: #cc181e;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
}

a.btn-fa-icon:hover {
    background-color: #444;
    color: #fff;
}

a.more-link {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    background: #777;
    margin-top: 10px;
    text-transform: uppercase;
}

a.more-link:after {
    font-family: 'fontello';
    content: '\f105';
    margin-left: 10px;
}

a.more-link:hover {
    background: #444;
}


/**
 * Pagination
 */

.post-pagination,
.bs-numbered-pagination {
    position: relative;
    padding: 20px 0;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.post-pagination span,
.post-pagination a,
.bs-numbered-pagination span,
.bs-numbered-pagination a {
    display: inline-block;
    line-height: 28px;
    width: auto;
    min-width: 28px;
    text-align: center;
    margin: 2px;
    text-decoration: none;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none  !important;
}

.bs-numbered-pagination a.next,
.bs-numbered-pagination a.prev {
    padding: 0 8px;
}

.post-pagination span.info {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    border: none;
}

.post-pagination span.bullets {
    border: none;
    font-weight: 700;
    color: #aaa;
}

.post-pagination span.next,
.post-pagination span.previous {
    float: left;
    border: none;
    margin: 0;
    text-align: left;
}

.post-pagination span.next {
    float: right;
}

.post-pagination span.next a,
.post-pagination span.previous a {
    display: block;
    position: relative;
    padding: 0 12px;
    min-width: 125px;
    text-align: right;
}

.post-pagination span.next a {
    text-align: left;
}

.post-pagination span.next a i.fa,
.post-pagination span.previous a i.fa {
    position: absolute;
    line-height: 30px;
}

.post-pagination span.next a i.fa {
    right: 12px;
}

.post-pagination span.previous a i.fa {
    left: 12px;
}

.post-pagination a:hover,
.post-pagination .current,
.bs-numbered-pagination a:hover,
.bs-numbered-pagination .current {
    background: #444;
    border-color: #444;
    color: #fff;
}

#page-content .head-image,
#page-content .head-video {
    position: relative;
}

.article-post .head-image,
.article-post .head-video {
    margin-bottom: 20px;
}

/**
 * General - Media Queries
 */

@media (min-width: 768px) {

    #main {
        padding: 15px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 30px;
    }

    .section-full {
        margin: 0 -20px 0 -20px;
        padding: 45px 15px 0 20px;
    }

    .section-full-even {
        margin: 0 -15px 0 -20px;
        padding: 15px 15px 0 20px;
    }

    .overlay .breadcrumb {
        margin: 0 0 0 10px;
    }

    .overlay h1 {
        margin: 0 5px;
    }

}

@media (min-width: 992px) {

    #page-content {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #page-content.hide-sidebar {
        min-height: 500px;
    }

    #page-content.has-breaking-news {
        display: block;
    }

    #page-content .head-image,
    #page-content .head-video {
        display: table-caption;
    }

    #page-content article.article-post .head-image,
    #page-content article.article-post .head-video {
        display: block;
    }

    #page-content .head-image-parallax {
        height: 480px;
        background-size: cover;
        background-position: 50% 0;
    }

    #page-content .head-image-parallax img {
        display: none;
    }

    #main {
        display: table-cell;
        vertical-align: top;
        width: 640px;
        max-width: 640px;
        padding: 20px;
    }

    #page-content.multi-sidebar #main {
        width: 477px;
        max-width: 477px;
    }

    #page-content.left-sidebar #main {
        float: right;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 20px 20px 0 20px;
    }

    #page-content.left-sidebar #main.article .row,
    #page-content.right-sidebar #main.article .row,
    #page-content.hide-sidebar #main.article .row
    #page-content.left-sidebar #main .row .row,
    #page-content.right-sidebar #main .row .row,
    #page-content.hide-sidebar #main .row .row {
        padding: 0;
    }

    #main.article {
        padding: 15px;
    }

    #sidebar-mid {
        display: table-cell;
        vertical-align: top;
        width: 163px;
        max-width: 163px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #e3e3e3;
    }

    #sidebar {
        display: table-cell;
        vertical-align: top;
        width: 330px;
        max-width: 330px;
    }

    .overlay h1 {
        font-size: 36px;
        padding: 5px 350px 15px 15px;
    }

    .overlay .breadcrumb {
        margin: 10px 0 0 20px;
    }

    #page-content.left-sidebar .section-full,
    #page-content.right-sidebar .section-full {
        margin-right: -19px;
    }

}

@media (min-width: 1170px) {

    .section-full {
        padding: 45px 25px 0 25px;
    }

    .section-full-even {
        margin: 0 -25px 0 -25px;
        padding: 15px 15px 0 25px;
    }

    #page-content.right-sidebar .section-full {
        margin-right: -24px;
        margin-left: -25px;
    }

    #page-content.left-sidebar .section-full {
        margin-right: -25px;
        margin-left: -24px;
    }

}

@media (min-width: 1200px) {

    #main {
        width: 820px;
        max-width: 820px;
        padding: 25px;
    }

    #page-content.multi-sidebar #main {
        width: 610px;
        max-width: 610px;
    }

    #main.article {
        padding: 25px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 25px 25px 0 25px;
    }

    #sidebar-mid {
        width: 210px;
        max-width: 210px;
        padding: 25px;
    }

    #sidebar {
        width: 350px;
        max-width: 350px;
        padding: 25px;
    }

    .section-full {
        margin: 0 -25px 0 -25px;
    }

}


/**
 * Margins and paddings
 */

.top-margin {
    margin-top: 20px;
}

#page-content .bottom-margin {
    margin-bottom: 25px;
}

.top-padding {
    padding-top: 15px;
}

.bottom-padding {
    padding-bottom: 15px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.icon-padding {
    position: relative;
    padding-left: 30px;
}

.icon-padding i.fa {
    position: absolute;
    top: 4px;
    left: 0;
}

form .control-full {
    width: 100% !important;
}

form.form-search .form-group {
    margin-bottom: 10px;
}


/* ==========================================================================
   Header mobile
   ========================================================================== */

/**
 * Header mobile
 */

#page-header-mobile {
    position: relative;
    border-top: 5px solid #3a3a3a;
    background: #3c3c3c;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
}

#page-header-mobile .row.affix {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: #444;
    top: 26px;
    height: 50px;
    border-top: 5px solid #3a3a3a;
}

.page-id-4807 #page-header-mobile .row.affix,
.single-games #page-header-mobile .row.affix {
    top: 49px;
}

@media (max-width: 697px) {
    #page-header-mobile .row.affix {
        top: 39px;
    }

    .page-id-4807 #page-header-mobile .row.affix,
    .single-games #page-header-mobile .row.affix {
        top: 48px;
    }
}

@media (max-width: 585px) {
    .page-id-4807 #page-header-mobile .row.affix,
    .single-games #page-header-mobile .row.affix {
        top: 73px;
    }
}

@media (max-width: 357px) {
    #page-header-mobile .row.affix {
        top: 52px;
    }

    .page-id-4807 #page-header-mobile .row.affix,
    .single-games #page-header-mobile .row.affix {
        top: 72px;
    }
}

@media (max-width: 330px) {
    .page-id-4807 #page-header-mobile .row.affix,
    .single-games #page-header-mobile .row.affix {
        top: 86spx;
    }
}

#page-header-mobile .row.affix.adminbar {
    top: 46px !important;
}

#search-form-mobile {
    position: relative;
    z-index: 99;
}

.mm-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mm-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mm-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/**
 * Branding
 */

#page-header-mobile h1 {
    margin: 0;
    padding: 1px 0;
}

#page-header-mobile h1 img {
    vertical-align: inherit;
}


/**
 * Navigation
 */

#page-header-mobile a {
    color: #eee;
}

#page-header-mobile a:hover {
    color: #fff;
}

#page-header-mobile span.glyphicon {
    font-size: 24px;
    margin-top: 5px;
}

#page-header-mobile nav {
    background: #2d2f33;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;

    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

body.nav-expanded #page-header-mobile nav {
    right: 0;
}

#page-header-mobile #sidr li a span.glyphicon {
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
    line-height: 48px;
    border: none;
}

#mobile-menu ul li a {
    border-left: 3px solid #222;
}

#mobile-menu ul li a.mm-subopen {
    border-left: none;
}

#mobile-menu ul li a:hover {
    background: #222;
}

@media screen and (max-width: 600px) {

    #wpadminbar {
        position: fixed;
    }

}

/* ==========================================================================
   Header desktop
   ========================================================================== */

/**
 * Header desktop
 */

#page-header h1 {
    color: #fff;
    margin: 0;
}

#sticky-header.affix {
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99;
}


.page-id-4807 #sticky-header.affix,
.single-games #sticky-header.affix {
    top: 63px;
}

@media (max-width: 1200px) {
    #sticky-header.affix {
        top: 26px;
    }

    .page-id-4807 #sticky-header.affix,
    .single-games #sticky-header.affix {
        top: 49px;
    }
}

#sticky-header.adminbar {
    top: 32px;
}

/**
 * Top Navigation
 */

#top-navigation {
    position: relative;
    height: 30px;
    background: #3a3a3a;
    z-index: 4;
}

#top-navigation .container {
    position: relative;
}

#top-navigation ul {
    padding: 0;
    margin: 0;
}

#top-navigation ul li {
    list-style: none;
    float: left;
}

#top-navigation ul li:first-child {
    border-left: none;
}

#top-navigation ul li a,
#top-navigation ul li.date span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #bcbcbc;
    padding: 0 15px;
}

#top-navigation ul li.date span {
    color: #fff;
}

#top-navigation ul li.date.first span {
    padding-left: 5px;
    margin-right: 15px;
}

#top-navigation ul li.date.last {
    float: right;
}

#top-navigation ul li.date.last span {
    padding-right: 5px;
    margin-left: 15px;
}

#top-navigation ul li.options {
    float: right;
    margin-left: 10px;
}

#top-navigation ul li.options a {
    display: inline-block;
    padding: 0 5px;
    margin-left: 6px;
}

#top-navigation ul li.options span {
    margin-right: 5px;
}

#top-navigation ul li a:hover {
    color: #fff;
}

#top-navigation ul ul {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 10;
    background: #3a3a3a;
}

#top-navigation ul li:hover > ul {
    display: block;
}

#top-navigation ul ul li {
    position: relative;
    float: none;
    min-width: 140px;
    border: none;
}

#top-navigation ul ul li:first-child {
    padding-top: 3px;
}

#top-navigation ul ul li ul {
    top: 0;
    left: 140px;
}

#top-navigation ul ul li a {
    color: #bcbcbc;
    line-height: 26px;
}

#top-navigation ul li.soc-media {
    float: right;
    border: none;
}

#top-navigation ul li.soc-media a {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
}


/**
 * Branding
 */

#header-branding {
    position: relative;
    height: 105px;
    background: #444;
    border-top: 5px solid #3a3a3a;
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    z-index: 3;
}

#page-header.has-top-menu #header-branding {
    border-top-width: 1px;
}

#page-header .container #header-branding .container {
    padding: 0 6px 0 15px;
}

#header-branding h1 {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 6px;
}

#header-branding.header-layout-2 .text-right {
    padding-right: 30px;
}

#header-branding.header-layout-3 {
    height: 105px;
}

#header-branding.header-layout-3 h1 {
    height: 95px;
}

#header-branding.header-layout-4 h1,
#header-branding.header-layout-5 h1 {
    justify-content: center;
    xtext-align: center;
}

#header-branding.header-layout-5 .col-sm-4.text-left,
#header-branding.header-layout-5 .col-sm-4.text-right {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#header-branding.header-layout-5 .col-sm-4.text-right {
    justify-content: flex-end;
    padding-right: 30px;
}

#header-branding.header-layout-7 {
    height: 150px;
}

#header-branding.header-layout-7 h1 {
    text-align: center;
}

#header-branding.header-layout-4 h1 a,
#header-branding.header-layout-7 h1 a {
    margin: 0 auto;
}

#header-branding.header-layout-7 .weather {
    margin-top: 0;
}

/**
 * Widgetized Header
 */

#header-branding.header-widget {
    height: auto !important;
}


/**
 * Search
 */

#header-branding #search-form {
    width: 360px;
    height: 45px;
    border: 3px solid #4a4a4a;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: inset 0 3px 0 0 #3d3d3d;
    box-shadow: inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}

#header-branding .text-right #search-form {
    float: right;
}

#header-branding #search-form input {
    line-height: 36px;
    height: 36px;
    color: #999;
    background: transparent;
    border: none;
    width: 300px;
    padding: 0 5px;
}


#header-branding #search-form button {
    line-height: 36px;
    height: 36px;
    color: #a1a1a1;
    background: transparent;
    border: none;
    width: 30px;
}

/**
 * Weather
 */


/**
 * Banner
 */

#header-branding .banner-src {
    margin-top: 3px;
    max-height: 90px;
}

#header-branding .banner-src img {
    width: 100%;
    max-width: 728px;
    max-height: 90px;
    height: auto;
}

#header-branding .banner-src iframe {
    width: 100%;
    max-height: 90px;
    height: auto;
}


/**
 * Navigation
 */

#header-navigation {
    position: relative;
    height: 50px;
    background: #3f3f3f;
    z-index: 3;
}

#header-navigation .container {
    position: relative;
}

#header-navigation ul {
    padding: 0;
    margin-top: -1px;
    border-left: 1px solid #4d4d4d;
}

#header-navigation ul ul {
    margin-top: 0;
}

#header-navigation ul li {
    position: static;
    list-style: none;
    float: left;
    border-right: 1px solid #4d4d4d;
}

#header-navigation ul li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    border-top: 1px solid #222;
}

#header-navigation ul li li a {
    border-top: none;
}

#header-navigation ul li.current a,
#header-navigation ul li.current-menu-item a,
#header-navigation ul li a:hover,
#header-navigation ul li:hover a,
#header-navigation ul li a:focus {
    background: #222;
}

#header-navigation ul li li a:hover {
    background: #333;
}

#header-navigation ul li.options {
    float: right;
    padding-right: 10px;
}

#header-navigation ul li.options a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    border: none;
}

#header-navigation ul li.options a span.glyphicon,
#header-navigation ul li.soc-media a span.glyphicon {
    padding-right: 8px;
    color: #999;
}

#header-navigation ul li.options a:hover,
#header-navigation ul li.options a:hover span {
    background: none;
    color: #fff;
}

#header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li {
    position: relative;
    min-width: 120px;
}

#header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li a {
    display: block;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: none;
}

#header-navigation ul li.search-nav a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 22px;
    border: none;
}

#header-navigation ul li.soc-media,
#header-navigation ul li.search-nav {
    float: right;
}

#header-navigation ul li.search-nav a span.glyphicon {
    padding-right: 0;
    color: #999;
}

#header-navigation ul li.search-nav .dropdown-menu {
    background: #3f3f3f;
    padding: 10px 15px;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header-navigation ul li.search-nav .dropdown-menu form {
    display: flex;
    align-items: stretch;
}

#header-navigation ul li.search-nav .dropdown-menu input {
    display: inline-block;
    color: #444;
    width: 264px;
    line-height: 32px;
    height: 32px;
    padding: 4px;
    margin-left: 10px;
    background: #fff;
    border: none;
}

#header-navigation ul li.search-nav .dropdown-menu button.btn,
#header-navigation ul li.search-nav .dropdown-menu button.btn:hover {
    color: #999;
    background: #333;
}

#header-navigation ul li.search-nav.open > a,
#header-navigation ul li.search-nav.open > a:focus {
    background: #222;
}

#header-navigation ul li.soc-media a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    line-height: 51px;
    padding: 0 15px;
    border: none;
    min-width: 120px;
}

#header-navigation li.soc-links a:before {
    font-family: 'fontello';
    position: absolute;
    left: 15px;
}

#header-navigation li.soc-facebook a:before {
    content: '\f09a';
}

#header-navigation li.soc-twitter a:before {
    content: '\f099';
}

#header-navigation li.soc-google a:before {
    content: '\f0d5';
}

#header-navigation li.soc-linkedin a:before {
    content: '\f0e1';
}

#header-navigation li.soc-pinterest a:before {
    content: '\f0d2';
}

#header-navigation li.soc-flickr a:before {
    content: '\f16e';
}

#header-navigation li.soc-youtube a:before {
    content: '\f167';
}

#header-navigation li.soc-vimeo a:before {
    content: '\f194';
}

#header-navigation li.soc-instagram a:before {
    content: '\f16d';
}

#header-navigation li.soc-dribbble a:before {
    content: '\f17d';
}

#header-navigation li.soc-behance a:before {
    content: '\f1b4';
}

#header-navigation li.soc-tumblr a:before {
    content: '\f173';
}

#header-navigation li.soc-reddit a:before {
    content: '\f1a1';
}

#header-navigation li.soc-vkontakte a:before {
    content: '\f189';
}

#header-navigation li.soc-weibo a:before {
    content: '\f1d5';
}

#header-navigation li.soc-wechat a:before {
    content: '\f1d7';
}

#header-navigation li.soc-qq a:before {
    content: '\f1d6';
}

#header-navigation li.soc-rss a:before {
    content: '\f09e';
}

#header-navigation li.soc-facebook a:hover {
    background: #3b5998;
}

#header-navigation li.soc-twitter a:hover {
    background: #55acee;
}

#header-navigation li.soc-google a:hover {
    background: #d73d32;
}

#header-navigation li.soc-linkedin a:hover {
    background: #0073b2;
}

#header-navigation li.soc-pinterest a:hover {
    background: #cb2028;
}

#header-navigation li.soc-flickr a:hover {
    background: #128fdc;
}

#header-navigation li.soc-youtube a:hover {
    background: #cc181e;
}

#header-navigation li.soc-vimeo a:hover {
    background: #44bbff;
}

#header-navigation li.soc-instagram a:hover {
    background: #125688;
}

#header-navigation li.soc-dribbble a:hover {
    background: #ea4c89;
}

#header-navigation li.soc-behance a:hover {
    background: #1769ff;
}

#header-navigation li.soc-tumblr a:hover {
    background: #6383a8;
}

#header-navigation li.soc-reddit a:hover {
    background: #ff4322;
}

#header-navigation li.soc-vkontakte a:hover {
    background: #34465e;
}

#header-navigation li.soc-weibo a:hover {
    background: #599ed7;
}

#header-navigation li.soc-wechat a:hover {
    background: #93d034;
}

#header-navigation li.soc-qq a:hover {
    background: #4391fd;
}

#header-navigation li.soc-rss a:hover {
    background: #fb7629;
}

/**
 * Subnav - full size menu
 */

#header-navigation .subnav-container {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 51px;
    z-index: 10;
    width: 750px;
    height: 260px;
    overflow: hidden;
    background: #222;
}

#header-navigation ul.subnav-menu {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 200px;
    height: 240px;
    background: #444;
    padding: 15px 0;
}

#header-navigation ul.subnav-menu li {
    float: none;
    border: none;
    width: 200px;
}

#header-navigation ul.subnav-menu li a {
    display: block;
    text-align: right;
    padding: 0 20px;
    line-height: 30px;
    border: none;
    background: #444;
}

#header-navigation ul.subnav-menu li.current a,
#header-navigation ul.subnav-menu li a:hover {
    background: #222;
}

#header-navigation .subnav-posts {
    display: none;
    position: absolute;
    width: 520px;
    left: 220px;
    top: 25px;
}

#header-navigation ul li li.current .subnav-posts,
#header-navigation ul li li:hover .subnav-posts,
#header-navigation ul li li a:hover .subnav-posts {
    display: block;
}

#header-navigation ul li .subnav-posts a {
    line-height: 14px;
    font-weight: 400;
    display: inline;
    text-transform: none;
    padding: 0;
    border-top: none;
}

#header-navigation .subnav-posts article {
    width: 150px;
    float: left;
    margin-left: 30px;
}

#header-navigation .subnav-posts article img {
    width: 150px;
}

#header-navigation .subnav-posts article:first-child {
    margin-left: 0;
}

#header-navigation .subnav-posts article h3 {
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    margin: 8px 0 0 0;
}

/**
 * Dropnav - regular drop down menu
 */

#header-navigation .dropnav-container {
    display: none;
    position: absolute;
    top: 51px;
    z-index: 10;
    background: #3f3f3f;
    margin: 0;
}

#header-navigation .dropnav-container ul {
    background: #3f3f3f;
    border-bottom: 1px solid #4D4D4D;
}

#header-navigation .dropnav-container ul.dropnav-menu li {
    position: relative;
    float: none;
    min-width: 200px;
    border-top: 1px solid #4D4D4D;
}

#header-navigation .dropnav-container ul.dropnav-menu li a {
    color: #fff;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-navigation .dropnav-container ul.dropnav-menu li:hover ul {
    display: block;
}


#header-navigation .dropnav-container ul.dropnav-menu li a i.fa {
    float: right;
    line-height: 18px;
}

#header-navigation .dropnav-container ul.dropnav-menu ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 200px;
    z-index: 100;
}


/**
 * Sub navigation - categories
 */

#header-navigation-sub nav {
    height: 50px;
    overflow: hidden;
    background: #222;
}

#header-navigation-sub nav ul {
    list-style: none;
    padding: 0;
}

#header-navigation-sub nav ul li {
    float: left;
    margin: 0 10px 0 25px;
}

#header-navigation-sub nav ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

#header-navigation-sub nav ul li.current-cat a,
#header-navigation-sub nav ul li a:hover {
    color: #999;
}


/**
 * Quicklinks
 */

#header-quicklinks.full-width {
    background: #de5b47;
    position: relative;
    z-index: 1;
}

#header-quicklinks nav {
    height: 40px;
    overflow: hidden;
    background: #de5b47;
}

#header-quicklinks nav ul {
    list-style: none;
    padding: 0;
}

#header-quicklinks nav ul li {
    float: left;
    margin: 0 0 0 20px;
}

#header-quicklinks nav ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding: 0;
}

#header-quicklinks nav ul li a:before {
    font-family: 'fontello';
    content: '\f105';
    margin-right: 7px;
}

#header-quicklinks nav ul li a:hover {
    color: #f3d5d1;
    background: none;
}

/**
 * Media Queries
 */

@media (min-width: 992px) {

    #header-navigation ul li a {
        font-size: 13px;
        padding: 0 18px;
    }

    #header-navigation .subnav-container {
        width: 970px;
    }

    #header-navigation ul.subnav-menu {
        width: 250px;
    }

    #header-navigation ul.subnav-menu li {
        width: 249px;
    }

    #header-navigation .subnav-posts {
        left: 280px;
        width: 650px;
    }

    #header-navigation .subnav-posts article {
        width: 190px;
    }

    #header-navigation .subnav-posts article:last-child {
        display: none;
    }


    #header-navigation .subnav-posts article img {
        width: 190px;
    }


    #header-navigation #menu {
        position: relative;
    }

    #header-navigation #menu span.sticky-logo {
        position: absolute;
        display: block;
        height: 50px;
        opacity: 0;
        transform: rotateX(90deg);
    }

    .affix #header-navigation #menu span.sticky-logo {
        opacity: 1;
        transform: rotateX(0deg);
        transition: all .1s ease-out;
    }

}

@media (min-width: 1170px) {

    #header-navigation ul li a {
        font-size: 14px;
        padding: 0 20px;
    }

    #header-navigation .subnav-container {
        width: 1170px;
    }

    #header-navigation .subnav-posts {
        width: 850px;
    }

    #header-navigation .subnav-posts article:last-child {
        display: block;
    }

    #header-navigation .dropnav-container ul.dropnav-menu li {
        min-width: 240px;
    }

    #header-navigation .dropnav-container ul.dropnav-menu ul {
        left: 240px;
    }

}

/* ==========================================================================
   Slider
   ========================================================================== */

/**
 * Slider
 */

#page-slider {
    position: relative;
    margin-top: 1px;
    max-height: 200px;
}

#page-slider .row {
    float: left;
}

#page-slider .row .row {
    float: none;
}

#page-slider .col-sm-8 {
    padding-right: 1px;
}

#page-slider .col-sm-8 article {
    margin: 0 0 1px 0;
}

#page-slider .col-sm-4 article {
    margin: 1px 0 0 0;
}

#page-slider .col-sm-4 article:first-child {
    margin-top: 0;
}

#page-slider .col-sm-8 article .overlay p {
    display: none;
}

#page-slider.slider-layout-3 article,
#page-slider.slider-layout-4 article,
#page-slider.slider-layout-5 article {
    margin-bottom: 1px;
}

#page-slider .slider-nav {
    display: none;
    position: absolute;
    width: 750px;
    top: 205px;
}

#page-slider .slider-nav a {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

#page-slider .slider-nav a.next {
    left: auto;
    right: 10px;
}

#page-slider.slider-layout-3 .slider-nav {
    top: 245px;
}

#page-slider.slider-layout-5 .slider-nav {
    top: 220px;
}

.comment-input--email {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.tags-list {

}

/**
 * Media Queries
 */
@media screen and (max-width: 768px) {
    #page-slider {
        margin-top: 20px;
        max-height: 100%;
    }

    .container .img-responsive {
        min-height: 200px;
        max-height: 200px;
    }

    .thumb .thumb-wrap {
        margin-bottom: 20px;
    }

    .bottom-margin .thumb {
        margin-bottom: 0;
    }

    .articles .bottom-margin {
        margin-bottom: 20px;
    }

    [data-block="block-06"] {
        padding: 0 12px !important;
    }
}

@media (min-width: 768px) {

    #page-slider .slider-nav {
        display: block;
    }

    #page-slider {
        max-height: 400px;
    }

    #page-slider .col-sm-8 article,
    #page-slider .col-sm-3 article {
        height: 452px;
        margin: 0;
    }

    #page-slider .col-sm-8 article img,
    #page-slider .col-sm-3 article img {
        height: 452px;
    }

    #page-slider .col-sm-8 article .overlay p {
        display: block;
    }

    #page-slider .col-sm-4 {
        padding-left: 0px;
    }

    #page-slider .col-sm-4 article {
        height: 150px;
    }

    #page-slider .col-sm-4 article img {
        height: 150px;
    }

    #page-slider.slider-layout-2 .row {
        height: 452px;
        overflow: hidden;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 250px;
        height: 452px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider .col-sm-3:first-child {
        margin-left: 15px;
    }

    #page-slider.slider-layout-3 .row {
        height: 352px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-4 .row {
        height: 388px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 375px;
        height: 211px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 250px;
        height: 140px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 210px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article img {
        height: 210px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 140px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article img,
    #page-slider.slider-layout-4 .col-sm-4 article img {
        height: 140px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
    #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
        font-size: 20px;
        line-height: 24px;
    }

    #page-slider.slider-layout-4 .col-sm-12 {
        padding: 0;
    }

    #page-slider.slider-layout-5 .row {
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-5 .col-sm-6 {
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-6 .row {
        height: 305px;
    }

    #page-slider.slider-layout-6 .slider-nav {
        top: 140px;
    }

    .comment-input--email {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }

}

@media (min-width: 992px) {

    #page-slider .col-sm-8 {
        width: 635px;
    }

    #page-slider .col-sm-4 {
        width: 365px;
    }

    #page-slider .slider-nav {
        width: 970px;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 242px;
    }

    #page-slider.slider-layout-3 .row {
        height: 408px;
    }

    #page-slider.slider-layout-4 .row {
        height: 488px;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 485px;
        height: 243px;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 323px;
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 242px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article img {
        height: 242px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article img,
    #page-slider.slider-layout-4 .col-sm-4 article img {
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
    #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
        font-size: 24px;
        line-height: 30px;
    }

    #page-slider.slider-layout-6 .row {
        height: 398px;
    }

    #page-slider.slider-layout-6 .slider-nav {
        top: 195px;
    }

}

@media (min-width: 1200px) {



}


/* ==========================================================================
   Content
   ========================================================================== */

/**
 * Content
 */

#page-content header,
#page-content .title-header {
    position: relative;
}

#page-content header h2,
#page-content .title-header h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

#page-content header h2 span,
#page-content .title-header h2 span {
    display: inline-block;
    font-weight: 700;
    /*margin-left: 10px;*/
}

.search-title {
    margin-right: 10px;
    font-weight: 400 !important;
}

#page-content header span.borderline,
#page-content .title-header span.borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #222;
}

#page-content header img.intro,
#page-content .title-header img.intro {
    display: block;
    margin: 0 0 15px 0;
}


/**
 * Breaking news
 */

#page-content.has-breaking-news {
    padding-top: 50px;
}

#breaking-news {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    padding: 12px 15px;
    border-bottom: 1px solid #e3e3e3;
}

#breaking-news a.theme {
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 15px;
}

#breaking-news a.theme-title {
    top: -8px;
    line-height: 24px;
    margin-right: 3px;
}

#breaking-news .wrapper {
    display: inline-block;
    height: 25px;
    overflow: hidden;
}

#breaking-news a.theme:hover {
    color: #fff;
    text-decoration: none;
}

#breaking-news h3 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

#breaking-news span.text {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

#breaking-news span.published {
    display: inline-block;
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    margin-left: 20px;
}

#breaking-news h3 a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {

    #page-content.has-breaking-news {
        padding-top: 0;
    }

    #breaking-news {
        position: relative;
        height: auto;
        padding: 12px 15px;
        border-bottom: 1px solid #e3e3e3;
        text-align: center;
    }

    #breaking-news a.theme-title {
        top: 0;
        margin-bottom: 8px;
    }

    #breaking-news .wrapper {
        /*height: auto;*/
        text-align: center;
        height: 37px;
        overflow: hidden;
    }

    #breaking-news .wrapper .item {
        text-align: center;
    }

    #breaking-news h3 {
        line-height: 18px;
    }

}

/**
 * Reviews
 */

.cat-reviews {
    background: #444;
}

#page-content .cat-reviews header h2 {
    border-color: #4e4e4e;
}

#page-content .cat-reviews header span.borderline {
    background: #fff;
}

.cat-reviews span.text {
    display: block;
    margin-bottom: 10px;
    color: #999;
}

/**
 * Articles
 */

article.linkbox h2 {
    font: 400 24px/30px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
}

article.linkbox h3 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
}

article.thumb h3 {
    font: 700 16px/20px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 10px 0;
}

article.linkbox .theme i.fa,
article.thumb .theme i.fa {
    position: absolute;
    top: 0px;
    right: -26px;
    line-height: 23px;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #222;
}

article span.text {
    font-size: 12px;
}

article.thumb span.published {
    margin-bottom: 10px;
}

article span.published {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
}

article span.published span.icon {
    margin-right: 15px;
}

article span.published span.icon:before {
    font-family: 'fontello';
    margin-right: 6px;
}

article span.published span.icon.fa-calendar:before {
    position: relative;
    top: -1px;
}

article span.published-time {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
}

article.thumb-lay-one h3 {
    margin-bottom: 5px;
}

article.thumb-lay-one span.published {
    margin-top: 0;
}

article.thumb-lay-two h3 {
    margin-bottom: 5px;
}

article.thumb-lay-two span.published {
    margin-bottom: 0;
}

article.thumb-lay-blog {
    margin-bottom: 60px;
}

article.thumb-lay-blog h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

article.thumb-lay-blog .thumb-wrap,
article.thumb-lay-blog .head-video {
    display: block !important;
    margin-bottom: 20px;
}

article.thumb-lay-blog .info {
    padding-left: 80px;
}

article.thumb-lay-blog .info a.btn-fa-icon {
    position: absolute;
    top: 0;
    left: 0;
}

article.thumb-lay-blog .info span.published {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0px;
}

article.thumb-lay-blog .info span.published span {
    margin-left: 10px;
}

article.thumb-lay-blog .info span.published span:first-child {
    margin-left: 0;
}

article.thumb-lay-blog .info span.published a:hover {
    text-decoration: underline;
}

article.thumb-lay-blog .info span.text p {
    font-size: 13px;
    line-height: 20px;
    color: #5c5c5c;
}

/* body.linkbox-has-meta */

.linkbox-has-meta article.linkbox .overlay,
.linkbox-has-meta #slider-carousel .overlay {
    padding-bottom: 32px;
}

.linkbox-has-meta #slider-carousel article.linkbox.large .overlay {
    padding-bottom: 35px;
}

article.linkbox .postmeta {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    opacity: 0.7;
    cursor: pointer;
}

article.linkbox.large .postmeta {
    left: 15px;
    bottom: 15px;
}

article.linkbox .postmeta span {
    display: inline-block;
    margin: 0 6px;
}

article.linkbox .postmeta span a {
    color: #fff;
}

article.linkbox .postmeta span:before {
    font-family: 'fontello';
    margin-right: 8px;
}


/* body.linkbox-layout-2 */

.linkbox-layout-2 article.linkbox .overlay {
    text-align: center;
}

.linkbox-layout-2 article.linkbox .overlay h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.linkbox-layout-2 article.linkbox .overlay h3 {
    text-transform: uppercase;
}

.linkbox-layout-2 article.linkbox .postmeta {
    text-align: center;
    right: 10px;
}


/* linkbox-substitution */

.linkbox-sub {
    background: transparent !important;
}

.linkbox-sub .theme {
    position: relative;
    display: inline-block;
}

.linkbox-sub .category {
    font-size: 12px;
    line-height: 14px;
    color: #222;
    text-transform: uppercase;
}

.linkbox-sub.medium h3 {
    margin-top: 5px;
}

article.linkbox-sub .postmeta {
    position: relative;
    color: #999;
    opacity: 1.0;
    left: auto;
    bottom: auto;
    margin: -5px 0 12px -5px;
}

.news-lay-3 article.linkbox-sub .postmeta {
    margin-top: 5px;
}

article.linkbox-sub.large .postmeta {
    left: 0;
}

article.linkbox-sub .postmeta span a {
    color: #999;
}

article.linkbox-sub span.text {
    font-size: 13px;
    line-height: 20px;
}


/**
 * Media Queries
 */

@media (min-width: 992px) {

    article.linkbox h2 {
        font: 400 30px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    }

}


/**
 * News Layouts
 */

.news-layout article {
    padding-bottom: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    border-bottom: 1px solid #e3e3e3;
}

.news-layout article:last-child {
    border-bottom: none;
}

.news-layout article h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.news-layout article h3 a {
    color: #222;
}

.news-layout article h3 a:hover {
    text-decoration: underline;
}

.news-layout article img {
    float: left;
    margin: 3px 12px 5px 0;
}

.news-layout article a.button {
    margin-top: 5px;
}


/* news-lay-1 */

.news-lay-1 article h3 {
    margin: 0 0 5px 0;
}

.news-lay-1 span.published {
    margin: 0 0 5px 0;
}


/* news-lay-2 */

#page-content .news-lay-2 header h2,
#page-content .news-lay-2 header h2 a {
    color: #fff;
}

.news-lay-2 article {
    border: none;
    margin: 0;
}

.news-lay-2 article a h3 {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.news-lay-2 article a.button {
    margin-bottom: 8px;
}


/* news-lay-3 */

.news-lay-3 article h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

/* news-lay-4 */

.news-lay-4 article h3 {
    margin: 5px 0 10px 0;
}


/**
 * Media Queries
 */

@media (min-width: 992px) {

    news-layout article h3 {
        font-size: 15px;
    }

    .article span.text {
        font-size: 13px;
    }

    .span.published {
        font-size: 11px;
    }

}

/**
 * Reviews
 */

article.review img {
    float: none;
}

.news-layout article.review h3 {
    text-align: center;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}


/**
 * Mosaic
 */

.cat-mosaic {
    margin-bottom: 1px;
}

.cat-mosaic .col-sm-7 {
    margin-bottom: 1px;
}

.cat-mosaic .col-sm-7 article {
    margin: 1px 0 0 0;
}

.cat-mosaic .col-sm-5 article {
    margin: 1px 0 0 0;
}

#page-content.left-sidebar .cat-mosaic .col-sm-8 article,
#page-content.right-sidebar .cat-mosaic .col-sm-8 article,
#page-content.left-sidebar .cat-mosaic .col-sm-8 article img,
#page-content.right-sidebar .cat-mosaic .col-sm-8 article img {
    height: 381px;
}

#page-content.left-sidebar .cat-mosaic .col-sm-4 article,
#page-content.right-sidebar .cat-mosaic .col-sm-4 article,
#page-content.left-sidebar .cat-mosaic .col-sm-4 article img,
#page-content.right-sidebar .cat-mosaic .col-sm-4 article img {
    height: 190px;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    .cat-mosaic .col-sm-7 {
        padding-right: 1px;
        margin-bottom: 0;
    }

    .cat-mosaic .col-sm-5 {
        padding-left: 0px;
    }

    .cat-mosaic .col-sm-7 article,
    .cat-mosaic .col-sm-7 article img {
        height: 405px;
        width: 100%;
        margin: auto;
    }

    .cat-mosaic .col-sm-5 article,
    .cat-mosaic .col-sm-5 article img {
        height: 202px;
    }

    .multi-sidebar .cat-mosaic .col-sm-7 article,
    .multi-sidebar .cat-mosaic .col-sm-7 article img,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-7 article,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-7 article img {
        height: 301px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-5 article,
    .hide-sidebar .vc_col-sm-6 .cat-mosaic .col-sm-5 article img {
        height: 150px;
    }

}

@media (min-width: 992px) {


    .cat-mosaic header,
    .cat-mosaic .title-header {
        margin: 0 20px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img {
        width: 197px;
    }

}

@media (min-width: 1200px) {


    .cat-mosaic header,
    .cat-mosaic .title-header {
        margin: 0 25px;
    }

    .multi-sidebar .cat-mosaic .col-sm-5 article,
    .multi-sidebar .cat-mosaic .col-sm-5 article img {
        width: 252px;
    }

}


/**
 * Article page
 */

.article-post {
    margin-bottom: 30px;
}

.article-post h1 {
    font: 400 30px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.article-post h2 {
    font: 400 26px/30px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    margin: 25px 0 15px 0;
}

.article-post h3 {
    font: 400 22px/26px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.article-post h4 {
    font: 400 18px/24px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.article-post h5 {
    font: 400 16px/20px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.article-post h6 {
    font: 400 14px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.article-post ul a,
.article-post ol a,
.article-post table a,
.article-post p a {
    text-decoration: underline;
    text-underline-position: under;
}

.article-post ul a:hover,
.article-post ol a:hover,
.article-post table a:hover,
.article-post p a:hover {
    text-decoration: none;
}

.article-post .linkbox h2,
.article-post .linkbox h3 {
    color: #fff;
    margin: 0;
}

.article-post header {
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dadada;
}

.article-post section header {
    padding: 0;
    margin: 0;
    border: none;
}

.article-post.loop-page-2 header,
.article-post.loop-page-3 header,
.article-post.loop-page-5 header {
    padding-top: 0;
}

.article-post header h1 {
    font: 400 30px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    margin: 0;
}

.article-post p {
    line-height: 24px;
    margin-bottom: 15px;
}

.article-post div.lead {
    font: 400 16px/24px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    margin-bottom: 25px;
}

/* Breadcrumb */
.breadcrumb {
    color: #999;
    padding: 0;
    margin: 0 0 8px 0;
    background: none;
}

.breadcrumb a {
    color: #777;
}
.breadcrumb a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.breadcrumb > div {
    display: inline-block;
}

.breadcrumb > div + div:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

/* Tables */

table {
    margin: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    border: 1px solid #e7e7e7;
    padding: 10px;
    text-align: left;
}

th {
    background: #f5f5f7;
    color: #333;
    font-weight: normal;
}

/* Images */

.home-entry .wp-caption,
.home-entry img,
.article-post .wp-caption,
.article-post img {
    max-width: 100% !important;
    height: inherit;
}

.article-post .alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.article-post .alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.article-post .aligncenter {
    text-align: center;
}

.article-post .wp-caption-text {
    font-style: italic;
    color: #999;
    padding: 5px 0;
    margin-bottom: 15px;
}


/* Images - wp default */

.article-post .aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.article-post .alignleft {
    float: left;
    margin-right: 23px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.article-post .alignright {
    float: right;
    margin-left: 23px;
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .article-post .alignleft {
        max-width: 220px !important;
    }

    .article-post .alignright {
        max-width: 220px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .article-post .alignleft {
        max-width: 220px !important;
    }

    .article-post .alignright {
        max-width: 220px !important;
    }
}

@media (max-width: 500px) {
    .article-post .alignleft {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

    .article-post .alignleft img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .article-post .alignleft figcaption {
        text-align: center;
    }

    .article-post .alignright {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }

    .article-post .alignright img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .article-post .alignright figcaption {
        text-align: center;
    }
}


/* Blockquote */

.article-post blockquote {
    position: relative;
    padding: 20px 50px 45px 60px;
    margin: 25px 0;
    border: none;
}

.article-post blockquote.boxquote {
    background: #f5f5f7;
    padding: 35px 80px 45px 70px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.article-post blockquote footer {
    margin: 0;
    padding: 0;
    border: none;
}

.article-post blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #222;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.article-post blockquote:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: open-quote;
    font: 700 40px/54px Georgia, serif;
    color: #999;
}

.article-post blockquote:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: close-quote;
    font: 700 40px/54px Georgia, serif;
    color: #999;
}

.article-post blockquote.boxquote:before {
    top: 20px;
    left: 25px;
}

.article-post blockquote.boxquote:after {
    bottom: 10px;
    right: 25px;
}

.article-post blockquote.pull-left {
    width: 45%;
    margin-top: 0;
    margin-right: 5%;
    padding-left: 50px;
    padding-right: 40px;
}

.article-post blockquote.pull-right {
    width: 45%;
    margin-top: 0;
    margin-left: 10%;
    padding-left: 40px;
    padding-right: 50px;
}

@media (min-width: 992px) {

    .article-post blockquote {
        display: table;
    }

}


/* Article - custom - post paging */

.article-post #post-paging {
    display: -webkit-flex; /* Safari */
    display: flex;
    text-align: center;
    position: relative;
    height: 40px;
    margin-top: 50px;
}

.article-post #post-paging:first-child {
    margin-top: 0;
    margin-bottom: 50px;
}

.article-post #post-paging span.current {
    display: block;
    font: 700 24px/40px Georgia, serif;
    font-style: italic;
    color: #222;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.article-post #post-paging span.current em {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    padding: 0 5px;
}

.article-post #post-paging a,
.article-post #post-paging span.disabled {
    position: absolute;
    color: #999;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    left: 0;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
}

.article-post #post-paging span.disabled {
    border-color: #eee;
    color: #eee;
}

.article-post #post-paging a.next {
    left: auto;
    right: 0;
}

/* Post Meta */

header .post-meta, p.post-meta {
    font-size: 11px;
    color: #bcbcbc;
    margin: 5px 0 -8px 0;
    padding: 0 0 0 2px;
    text-transform: uppercase;
}

header .post-meta a, p.post-meta a {
    color: #999;
    text-decoration: none;
}

header .post-meta a:hover, p.post-meta a:hover {
    color: #222;
    text-decoration: underline;
}

.overlay header .post-meta a, .overlay p.post-meta a {
    color: #c0c0c0;
}

.overlay header .post-meta a:hover, .overlay p.post-meta a:hover {
    color: #fff;
}

header .post-meta span, p.post-meta span {
    display: inline-block;
    margin-right: 25px;
}

header .post-meta span.fb_comments_count {
    margin-right: 0;
}

header .post-meta span.fa-calendar:before, p.post-meta span.fa-calendar:before {
    font-family: 'fontello';
    font-size: 14px;
    content: '\e801';
    margin-right: 8px;
}

header .post-meta span.fa-author img, p.post-meta span.fa-author img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

header .post-meta span.fa-comments, p.post-meta span.fa-comments {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

header .post-meta span.fa-eye, p.post-meta span.fa-eye {
    float: right;
    margin-right: 0;
}

header .post-meta span.fa-comments:before, p.post-meta span.fa-comments:before {
    font-size: 14px;
    margin-right: 8px;
}

header .post-meta span.fa-categories:before, p.post-meta span.fa-categories:before {
    font-size: 14px;
    margin-right: 8px;
}

header .post-meta span.fa-eye:before, p.post-meta span.fa-eye:before {
    font-size: 14px;
    margin-right: 8px;
}

.overlay header .post-meta, .overlay p.post-meta {
    margin: 0 0 5px 20px;
}

.overlay header .post-meta span.fa-comments,
.overlay header .post-meta span.fa-eye, .overlay p.post-meta span.fa-comments,
.overlay p.post-meta span.fa-eye {
    float: none;
}

.overlay header .post-meta span.fa-eye, .overlay p.post-meta span.fa-eye {
    margin-left: 25px;
}

#page-content .head-image-parallax header .post-meta span.fa-author img {
    display: inline-block;
}

.fa-calendar:before {
    content: "\e801";
}

/* Post navigation */

.article-post .post-navigation {
    margin-top: 30px;
}

.article-post .post-navigation .row div:before {
    font-family: 'fontello';
    content: '\f100';
    color: #ccc;
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin-right: 8px;
}

.article-post .post-navigation .row div.text-right {
    text-align: right;
}

.article-post .post-navigation .row div.text-right:before {
    content: '\f101';
    float: right;
    margin: 0 0 0 8px;
}

.article-post .post-navigation div cite {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    text-transform: uppercase;
}

.article-post .post-navigation div a {
    margin: 0;
    color: #444;
}


/* Info box */

.info-box {
    display: block;
    background: #f5f5f7;
    margin: 20px 0;
    padding: 25px;
}


/* Aside Tags */

aside.via-source {
    margin: 40px 0 -20px 0;
}

aside.via-source ul {
    margin: 0;
    padding: 0;
}

aside.via-source ul li {
    list-style: none;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 22px;
    color: #5c5c5c;
}

aside.via-source ul li span {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    background: #ededed;
    color: #444;
    line-height: 20px;
    text-transform: uppercase;
    padding: 2px 8px 0 8px;
    margin-right: 10px;
}

.hidden {
    position: absolute;
    height: 0;
    width: 0;
}

aside.via-source ul li a {
    color: #5c5c5c;
    text-decoration: underline;
}

aside.via-source ul li a:hover {
    text-decoration: none;
}

.news-lay-3 {
    margin-top: 20px;
}

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

.post-navigation__row .col-md-6 {
    max-width: 49%;
}

/* Tags */

aside.tags {
    margin: 40px 0 20px 0;
}

aside.tags ul {
    margin: 0;
    padding: 0;
}

aside.tags ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 4px;
}

aside.tags ul li a,
aside.tags ul li span {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #444;
    background: #ededed;
    text-transform: uppercase;
    padding: 2px 8px 0 8px;
}

aside.tags ul li span {
    background: #555;
    color: #fff;
}

aside.tags ul li a:hover {
    background: #fff;
    color: #222;
    text-decoration: underline;
}


/* Author box */

.author-box {
    position: relative;
    background: #f5f5f7;
    margin: 30px -10px;
    padding: 20px 10px 5px 10px;
    text-align: center;
    min-height: 155px;
}

.author-box img {
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0px 3px 0px 0px #DDD;
}

.author-box .name {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.article-post footer .author-box p a {
    display: inline-block;
    color: #bbb;
    margin: 0 12px 0 0;
}

.author-box p a:hover {
    color: #222;
}

.article-post footer .author-box p.name a {
    color: #222;
    margin: 0;
    text-decoration: none;
}

.author-box p.desc {
    line-height: 20px;
}

.author-box p.follow {
    padding-top: 10px;
}

.author-box p.follow a {
    display: inline-block;
    color: #828282;
    margin-right: 15px;
}

.author-actions {
    margin-top: -8px;
    margin-bottom: 12px;
}

.author-actions span {
    display: inline-block;
    font-size: 11px;
    color: #999;
    margin-right: 15px;
    text-transform: uppercase;
}

.author-actions span:before {
    font-family: "fontello";
    margin-right: 8px;
}


/* Related box - Highlights */

.article-post .related-box {
    width: 25%;
    float: right;
}

.article-post .related-box.pull-right {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e3e3e3;
}

.article-post .related-box.pull-left {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e3e3e3;
}

.article-post .related-box article {
    margin-bottom: 15px;
}

.article-post .related-box section {
    margin-bottom: 25px;
}

.article-post .related-box h4 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.article-post .related-box h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.article-post .related-box span.published {
    margin-top: 2px;
}

/**
 * Reviewa
 */

.article-post .review h4 {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
}

.article-post .review ul {
    list-style: none;
    font-size: 13px;
    color: #777;
    padding: 0;
}

.article-post .review li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 25px;
}

.article-post .review li i.fa {
    position: absolute;
    font-size: 14px;
    top: 2px;
    left: 2px;
    color: #aaa;
}

.article-post .score-overall {
    background: #de5b47;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

.article-post .score-number {
    display: block;
    font: 400 72px/72px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #fff;
}

.article-post .score-desc {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.article-post .progress {
    background-color: #f5f5f7;
    box-shadow: none;
    height: 40px;
}

.article-post .progress-bar {
    line-height: 40px;
    box-shadow: none;
    background-color: #de5b47;
    border-radius: 4px;
}

.article-post .progress-bar span {
    display: inline-block;
    font-weight: 700;
    font-family: -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    margin-left: 8px;
    line-height: 26px;
    margin-top: 7px;
}

.green {
    background-color: #4aa052 !important;
}

.red {
    background-color: #de5b47 !important;
}

.half-l {
    width: 50%;
    float: left;
}

.half-r {
    width: 50%;
    float: left;
}

.b {
    font-weight: bold !important;
}


a.new-off {
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    background-color: #a54ea5 !important;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none !important;
}

a.new-off:hover {
    background-color: #fa890f !important;
}

.new-bonus:before {
    clear: both;
    display: table;
    content: ' ';
}

.stavim {
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.stavim a {
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    background-color: #bf2a27 !important;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: bold;
}

.stavim a:hover {
    background-color: #fa890f !important;
}

.article-post .progress-bar span.skill-number {
    font-size: 14px;
    color: #444;
    background-color: #FFF;
    border-radius: 2px;
    padding: 3px 10px;
    line-height: 20px;
    margin-right: 5px;
}

/* Social Sharing */

.article-post .soc-media-sharing {
    position: relative;
    background: #f3f3f3;
    padding: 15px 15px 10px 15px;
    margin-top: 15px;
    margin-bottom: -16px;
}

.article-post header .soc-media-sharing.default {
    padding: 12px 15px 15px 15px;
}

.article-post footer .soc-media-sharing {
    background: none;
    padding: 0;
    margin: 0;
}

.article-post .soc-media-sharing h3 {
    display: inline-block;
    font: 400 20px/24px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    margin: 0 30px 0 0;
}

.article-post .soc-media-sharing a {
    color: #828282;
    margin: 0 8px;
}

.article-post .soc-media-sharing a:hover {
    color: #222;
}

.article-post .soc-media-sharing a.btn-social span {
    display: none;
}

.article-post .soc-media-sharing a.btn-icon,
.article-post .soc-media-sharing a.btn-icon-title {
    display: inline-block;
    width: 36px;
    text-align: center;
    padding: 8px 0;
    background: #828282;
    margin: 0 3px 5px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.article-post .soc-media-sharing.default a.btn-icon,
.article-post .soc-media-sharing.default a.btn-icon-title {
    display: inline-block;
    width: auto;
    padding: 0;
    background: none;
    margin: 0 8px;
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa {
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-facebook-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-facebook-square:before {
    content: '\f09a';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-twitter-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-twitter-square:before {
    content: '\f099';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-pinterest-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-pinterest-square:before {
    content: '\f231';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square {
    line-height: 5px;
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square:before {
    content: '\f0e1';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social i.fa-google-plus-square:before,
.article-post .soc-media-sharing.soc-style-three a.btn-social i.fa-google-plus-square:before {
    content: '\f0d5';
}

.article-post .soc-media-sharing.soc-style-two a.btn-social span,
.article-post .soc-media-sharing.soc-style-three a.btn-social span {
    display: none;
}

.article-post .soc-media-sharing.soc-style-three a.btn-facebook,
.article-post .soc-media-sharing.soc-style-two a.btn-facebook:hover {
    background: #3b5998;
}

.article-post .soc-media-sharing.soc-style-three a.btn-twitter,
.article-post .soc-media-sharing.soc-style-two a.btn-twitter:hover {
    background: #55acee;
}

.article-post .soc-media-sharing.soc-style-three a.btn-pinterest,
.article-post .soc-media-sharing.soc-style-two a.btn-pinterest:hover {
    background: #cb2028;
}

.article-post .soc-media-sharing.soc-style-three a.btn-linkedin,
.article-post .soc-media-sharing.soc-style-two a.btn-linkedin:hover {
    background: #0073b2;
}

.article-post .soc-media-sharing.soc-style-three a.btn-google,
.article-post .soc-media-sharing.soc-style-two a.btn-google:hover {
    background: #d73d32;
}

.article-post .soc-media-sharing.soc-style-three a.btn-social:hover {
    background: #444;
}


@media (min-width: 992px) {

    .article-post .soc-media-sharing a.btn-social.btn-icon-title {
        width: auto;
        padding: 8px 15px 8px 12px;
        text-align: left;
    }

    .article-post .soc-media-sharing a.btn-social.btn-icon-title span {
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        margin-left: 12px;
    }

    .article-post .soc-media-sharing.default a.btn-social.btn-icon-title {
        padding: 0;
        margin-right: 10px;
    }

    .article-post .soc-media-sharing.default a.btn-social.btn-icon-title span {
        font-weight: 700;
        color: #444;
        margin-left: 8px;
    }

}


/* Footer */

.article-post footer {
    border-top: 1px solid #dadada;
    padding: 15px 0 0 0;
    margin: 50px 0 0 0;
    clear: both;
}


/**
 * Comments
 */

#comments {
    margin-bottom: 50px;
}

#comments-list {
    list-style: none;
    padding: 0;
}

#comments-list li {
    list-style: none;
    margin-bottom: 10px;
}

#comments-list li ul {
    padding: 0;
    margin: 10px 0 0 0;
}

#comments-list li .comment {
    position: relative;
}

#comments-list li .comment .avatar {
    display: none;
    border-radius: 50%;
}

#comments-list li .comment-text {
    position: relative;
    line-height: 24px;
    padding: 25px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#comments-list .author-comment .comment-text {
    background: #f1d7d7;
    border-color: #eac2c2;
}

#comments-list li .comment-text p {
    margin-bottom: 0;
}

#comments-list li .comment-text header {
    font: 400 14px/24px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #999;
    margin: 0 0 10px 0;
}

#comments-list li .comment-text header h5 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    padding: 0;
    margin: 0 15px 0 0;
}

#comments-list li .comment-text header .reply a {
    color: #ef3434;
    text-transform: uppercase;
}

#comments-list #respond {
    margin: 30px 0 0 0;
}

#respond h3 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#respond input#submit {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 40px;
    margin: 10px 0 15px 0;
    border-radius: 25px 25px 25px 25px;
    transition: background ease .2s;
}

#respond input#submit:hover {
    background: #000;
}

#cancel-comment-reply-link {
    float: right;
    color: #ef3434;
    text-transform: uppercase;
}

.comments-top-margin {
    margin-top: 30px;
}


/**
 * Facebook Comments
 */

#facebook-comments {
    margin-bottom: 50px;
}

#facebook-comments header h2 span {
    margin-left: 0;
}


/**
 * Iframes
 */

#main.article iframe {
    display: block;
    width: 100%;
    border: none;
    margin: 15px 0 20px 0;
}

#main.article .ad iframe,
#main.article .ad-bottom iframe {
    margin: 0 !important;
}

#page-content .head-video iframe {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
}

#page-content .head-video embed,
#page-content .head-video iframe,
#page-content .head-video object,
#page-content .head-video video,
#page-content .head-video audio,
#main.article embed,
#main.article iframe,
#main.article object,
#main.article video,
#main.article audio {
    max-width: 100%;
}


/**
 * Gallery and Zoomix
 */

#sidebar-gallery a,
#article-gallery a {
    display: block;
    position: relative;
}

.zoomix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ie7 .zoomix {
    clear: both;
}

a:hover .zoomix {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.zoomix .fa {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}


/**
 * Pagination
 */

.pagination > li > a, .pagination > li > span {
    padding: 8px 15px;
    color: #444;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #444;
    border-color: #444;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    .article-post .post-navigation .row div.text-right {
        float: right;
    }

    .author-box {
        text-align: left;
        margin: 40px -15px 20px -15px;
        padding: 30px 30px 15px 185px;
    }

    .author-box img {
        position: absolute;
        top: 25px;
        left: 35px;
    }

    .article-post .score-overall {
        margin-bottom: 0px;
    }

    #comments-list li {
        margin-bottom: 30px;
    }

    #comments-list li ul {
        margin: 30px 0 0 125px;
    }

    #comments-list li .comment {
        position: relative;
    }

    #comments-list li .comment .avatar {
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
    }

    #comments-list li .comment-text:before {
        position: absolute;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: #fff;
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
        margin-left: -34px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #comments-list .author-comment .comment-text:before {
        background: #f1d7d7;
        border-color: #eac2c2;
    }


    /* Format styles */
    .article-post .padding-style-1 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .article-post .padding-style-1-left {
        padding-left: 10%;
    }

    .article-post .padding-style-1-right {
        padding-right: 10%;
    }

    .article-post .padding-style-2 {
        padding-left: 20%;
        padding-right: 20%;
    }

    .article-post .padding-style-2-left {
        padding-left: 20%;
    }

    .article-post .padding-style-2-right {
        padding-right: 20%;
    }

    .article-post .padding-style-3 {
        padding-left: 20%;
        padding-right: 10%;
    }

    .article-post .padding-style-4 {
        padding-left: 10%;
        padding-right: 20%;
    }

    .article-post .flex-container {
        display: -webkit-flex; /* Safari */
        display: flex;
    }

}

@media (min-width: 992px) {

    .author-box {
        margin: 35px -20px 0 -20px;
    }

}

@media (min-width: 1200px) {

    .author-box {
        margin-left: -25px;
        margin-right: -25px;
    }

}


/**
 * Search page
 */

#search-page .form-search {
    background: #f5f5f7;
    padding: 20px 25px;
    margin-bottom: 30px;
}

#search-page .form-search .btn {
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    background: #444;
    border: 0;
    padding: 0 30px 0 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#search-page .form-search .btn:hover {
    background: #222;
}


/**
 * Archive page
 */

#archive-page.module-timeline article {
    padding-left: 290px;
    min-height: 230px;
}

#archive-page.module-timeline .input-append {
    position: relative;
    line-height: 30px;
    border-left: 1px solid #e3e3e3;
    height: 90px;
    margin: 30px 0 0 290px;
    padding-left: 25px;
}

#archive-page.module-timeline .input-append:before {
    position: absolute;
    content: "";
    top: 3px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: #444;
    border: 3px solid #fff;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

#archive-page.module-timeline .input-append input {
    width: 160px;
    font-size: 24px;
    padding: 0 5px;
    border: 1px solid #e3e3e3;
}

#archive-page.module-timeline .input-append .glyphicon {
    font-size: 24px;
    margin-left: 5px;
}

#archive-page.module-timeline article .cnt {
    border-color: #e3e3e3;
    min-height: 230px;
    padding-left: 25px;
}

#archive-page.module-timeline article:last-child .cnt {
    min-height: 190px;
}

#archive-page.module-timeline article h3 {
    font-family: -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px 0;
}

#archive-page.module-timeline article h3 a {
    color: #222;
}

#archive-page.module-timeline article h3 a:hover {
    text-decoration: underline;
}

#archive-page.module-timeline article span.text {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}

#archive-page.module-timeline article img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 265px;
    height: 160px;
}

#archive-page.module-timeline article span.published {
    width: 265px;
    top: 2px;
    font-size: 12px;
    color: #999;
}

#archive-page.module-timeline article span.category {
    font-size: 12px;
    line-height: 14px;
}

#archive-page.module-timeline article i.bullet {
    left: -10px;
    width: 20px;
    height: 20px;
    background: #444;
    border-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

@media (max-width: 768px) {

    #archive-page.module-timeline article {
        padding-left: 0;
        border-left: 1px solid #e3e3e3;
        margin-bottom: 20px;
    }

    #archive-page.module-timeline article .cnt {
        border: none;
        min-height: 100px;
    }

    #archive-page.module-timeline article img {
        position: relative;
        top: 0;
        margin: 0 0 30px 25px;
    }

    #archive-page.module-timeline article span.published {
        width: auto;
        top: 165px;
        left: 25px;
        font-size: 11px;
    }

    #archive-page.module-timeline article i.bullet {
        left: -11px;
    }

}

@media (min-width: 768px) {

    #page-content.multi-sidebar #archive-page.module-timeline article span.text {
        font-size: 12px;
        line-height: 18px;
    }

}


/**
 * Author page
 */

#main.author {
    padding-top: 0;
}

#author-page .author-box {
    margin: -25px -25px 30px -25px;
}


/**
 * Team Author page
 */

#team-author-page {
    margin-bottom: 30px;
}

#team-author-page .row {
    margin-top: 20px;
}

#team-author-page .author-info {
    text-align: center;
    padding: 15px;
}

#team-author-page .author-info img {
    border-radius: 50%;
    border: 5px solid #FFF;
    box-shadow: 0px 3px 0px 0px #DDD;
}

#team-author-page .author-info h3 {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    margin: 15px 0 20px 0;
}

#team-author-page .author-info p.desc {
    line-height: 20px;
}

#team-author-page .author-info p.follow a {
    margin-right: 10px;
    color: #999;
}


/**
 * Media Queries
 */

@media (min-width: 992px) {

    #author-page .author-box {
        margin-top: -20px;
    }

    #team-author-page.authorteampage-2 .author-info {
        position: relative;
        text-align: left;
        padding-left: 210px;
        min-height: 160px;
    }

    #team-author-page.authorteampage-2 .author-info img {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #team-author-page.authorteampage-2 .author-info .author-actions {
        margin-top: -15px;
    }

}

@media (min-width: 1200px) {

    #author-page .author-box {
        margin-top: -25px;
    }

}


/**
 * 404 page
 */

#page-404 {
    padding-bottom: 30px;
}

.info-404 {
    margin-bottom: 50px;
}

.info-404 h1 {
    font-size: 200px;
    color: #eee;
    margin: 0;
    padding: 0;
}

.info-404 h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #eee;
    margin: 0 0 30px 0;
}

.info-404 p {
    color: #999;
    margin: 0 0 30px 0;
}

.info-404 #search-form {
    display: inline-block;
    width: 300px;
    height: 45px;
    border: 3px solid #999;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
}

.info-404 #search-form input {
    line-height: 36px;
    height: 36px;
    color: #999;
    background: #fff;
    border: none;
    width: 240px;
    padding: 0 5px;
}


.info-404 #search-form button {
    line-height: 36px;
    height: 36px;
    color: #a1a1a1;
    background: #fff;
    border: none;
    width: 30px;
}

/**
 * bbPress page
 */



/**
 * Media Queries
 */

@media (min-width: 768px) {

    #bbp-search-form {
        width: 500px;
    }

    #bbp-search-form input {
        width: 440px;
    }

}


/**
 * Module carousel
 */

.module-carousel figure {
    display: inline-block;
    position: relative;
    xfloat: left;
    overflow: hidden;
    margin: 0;
}

.module-carousel figure figcaption {
    display: table;
    width: 100%;
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);
}

.module-carousel figcaption span.car-index {
    display: table-cell;
    font-size: 12px;
    color: #ccc;
    width: 80px;
    height: 70px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.module-carousel figcaption span.car-index:before {
    font-family: "fontello";
    content: '\f030';
    display: block;
    font-size: 22px;
    line-height: 1px;
    color: #fff;
    margin-top: 28px;
}

.module-carousel figcaption span.car-index strong {
    color: #fff;
}

.module-carousel figcaption span.car-title {
    font-family: -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: none;
    width: 100%;
    line-height: 18px;
    padding-left: 20px;
    margin-top: 5px;
    vertical-align: middle;
    padding: 10px 0;
}

.module-carousel figcaption span.nav {
    position: absolute;
    top: 20px;
    right: 20px;
}

.module-carousel figcaption a {
    display: inline-block;
    border: 1px solid #fff;
    color: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.3;
}

.module-carousel figcaption a:hover {
    opacity: 1.0;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    .module-carousel figcaption span.car-title {
        display: inline-block;
        line-height: 18px;
        padding: 10px 150px 10px 20px;
    }

}


/* ==========================================================================
   Sidebar Mid
   ========================================================================== */

.sidebar-mid .row {
    margin: 0;
}

.sidebar-mid img {
    max-width: 100%;
    height: auto;
}

.sidebar-mid aside.widget {
    margin-bottom: 20px;
}

.sidebar-mid aside.top-margin {
    margin-top: 0;
}

.sidebar-mid aside.widget ul,
.sidebar-mid aside.widget ol {
    padding-left: 20px;
    margin: 5px 0;
}

.sidebar-mid aside.widget li {
    margin-bottom: 3px;
}

.sidebar-mid aside article h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.sidebar-mid aside article h3 a:hover {
    text-decoration: underline;
}

/* Module news */

.sidebar-mid aside article img {
    width: 100%;
    height: 100%;
}

.sidebar-mid aside.module-news article {
    line-height: 18px;
}

.sidebar-mid aside.module-news article span.published span.category {
    padding-left: 5px;
    margin-left: 5px;
    border-color: #ccc;
}


/* Module reviews */

.sidebar-mid aside.module-reviews article {
    text-align: center;
}

/* Timeline module */

.sidebar-mid .module-timeline article {
    padding-left: 5px;
}

.sidebar-mid .module-timeline article .cnt {
    border-color: #cbcbcb;
    padding: 35px 0 15px 15px;
}

.sidebar-mid .module-timeline article:last-child .cnt {
    padding-bottom: 0;
}

.sidebar-mid .module-timeline article span.published {
    width: 160px;
    text-align: left;
    left: 22px;
    top: 18px;
}

.sidebar-mid .module-timeline article span.published-time {
    width: 100%;
    text-align: left;
    left: 80px;
    top: 18px;
}

.sidebar-mid .module-timeline article h3 a {
    color: #444;
}

.sidebar-mid .module-timeline article h3 a:hover {
    color: #444;
    text-decoration: underline;
}

.sidebar-mid .module-timeline article i.bullet {
    background: #444;
    border-color: #fff;
}


/**
 * Photos module
 */

.sidebar-mid .module-photos .row img {
    width: 100%;
}

.sidebar-mid .module-photos .col-xs-4 {
    padding: 0;
    border-left: 1px solid #fff;
}

.sidebar-mid .module-photos article {
    margin: 0 0 1px 0;
}

.sidebar-mid .module-photos .col-xs-4:first-child {
    border-left: none;
}

.sidebar-mid .module-photos article a {
    display: block;
    position: relative;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar .row {
    margin: 0;
}

.sidebar aside.widget {
    margin-bottom: 30px;
}

.sidebar aside.no-bottom-margin {
    margin-bottom: 1px;
}

#page-content .sidebar header h2 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-color: #4e4e4e;
}

.sidebar-dark #page-content .sidebar header h2 a {
    color: #fff;
}

.sidebar-light #page-content .sidebar header h2 a {
    color: #444;
}

#page-content .sidebar header span.borderline {
    background: #fff;
}

/**
 * Classic wordpress widgets
 */

aside.widget ul,
aside.widget ol {
    padding-left: 20px;
    margin: 5px 0;
}

.sidebar aside.widget a {
    color: #ccc;
}

.sidebar aside.widget a:hover {
    color: #fff;
}

aside.widget li {
    list-style: none;
    color: #999;
    margin-bottom: 2px;
}

aside.widget li:before {
    font-family: 'fontello';
    content: '\f105';
    margin: 0 8px 0 -22px;
}

/* calendar widget */
/*#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-top: -40px;
    margin-bottom: 30px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #333;
    border: 1px solid #777;
    text-align: center;
    padding: 8px;
}

.sidebar-mid #wp-calendar tbody td {
    background: #fff;
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.sidebar-mid #wp-calendar caption {
    font-size: 10px;
    color: #999;
    margin-top: -38px;
    margin-bottom: 25px;
}

.sidebar-mid #wp-calendar tbody td {
    background: #fff;
    font-size: 10px;
    border: 1px solid #eee;
    padding: 3px;
    color: #777;
}

.sidebar-mid #wp-calendar tbody td:hover {
    background: #444;
    color: #fff;
}
*/
/* widget_search */
aside.widget_search {
    border: 3px solid #4a4a4a;
    background: #333;
    text-align: left;
    padding: 8px 12px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: inset 0 3px 0 0 #3d3d3d;
    box-shadow: inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}

aside.widget_search input {
    border: none;
    background: #333;
    color: #999;
    width: 85%;
}

aside.widget_search button {
    float: right;
    border: none;
    background: #333;
}


/* widget_categories */
aside.widget_categories li:before {
    content: '\f114';
    margin-right: 10px;
}

/* widget_pages */
aside.widget_pages li:before {
    content: '\f15b';
    margin-right: 8px;
}

/* widget_archive */
aside.widget_archive li:before {
    content: '\f133';
    margin-right: 8px;
}

/* widget_comments */
aside.widget_recent_comments li {
    margin-bottom: 10px;
}

aside.widget_recent_comments li:before {
    content: '\f0e6';
    margin-right: 8px;
}

/* widget_recent_entries */
aside.widget_recent_entries li:before {
    content: '\f0f6';
    margin-right: 8px;
}

aside.widget_recent_entries span.post-date {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* widget_search */
.sidebar aside.widget_search label {
    display: none;
}

.sidebar aside.widget-gallery .slideshow-window {
    border: none !important;
    background: none;
}

.sidebar aside.widget-gallery .slideshow-window img {
    width: 100% !important;
}

/* bbPress Widgets */

aside.widget_display_topics li:before {
    content: "\f086";
}

aside.widget_display_views li:before {
    content: "\f06e";
}

aside.widget_display_forums li:before {
    content: "\f086";
}

aside.widget_display_replies li:before {
    content: "\f112";
}



/**
 * Ads System
 */

.sidebar {
    content: "\f112";
}

/**
 * Timeline module
 */

.module-timeline {
    margin-bottom: 30px;
}

.module-timeline article {
    position: relative;
    padding-left: 80px;
    margin: 0;
}

.module-timeline article .cnt {
    position: relative;
    border-left: 1px solid #575757;
    padding: 20px 0 20px 20px;
}

.module-timeline article:last-child .cnt {
    padding-bottom: 0;
}

.module-timeline article span.published {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #999;
}

.module-timeline article span.published-time {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 14px;
}

.module-timeline article span.category {
    position: absolute;
    top: 2px;;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.module-timeline article h3 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
}

.module-timeline article h3 a {
    color: #ccc;
}

.module-timeline article h3 a:hover {
    color: #fff;
}

.module-timeline article i.bullet {
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #444;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}


/**
 * Quote module
 */

.sidebar .module-quote {
    background: #8e6161;
    padding: 15px;
    margin: 0 -15px 0 -15px;
}

#page-content .sidebar .module-quote header h2 {
    border-color: #8e6161;
}

.sidebar blockquote {
    border: none;
    padding: 0 0 0 45px;
    margin: 0;
}

.sidebar blockquote p {
    font: italic 400 18px/24px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
}

.sidebar blockquote footer {
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
}


/**
 * Singles module
 */

.sidebar .module-singles {
    background: #54878a;
    padding: 15px;
    margin: 0 -15px 0 -15px;
}

#page-content .sidebar .module-singles header h2 {
    border-color: #5d8d90;
}

.sidebar .module-singles ul {
    list-style: none;
    padding: 0;
}

.sidebar .module-singles ul li {
    position: relative;
    border-top: 1px solid #769fa1;
    padding-top: 15px;
    padding-left: 40px;
    margin-top: 15px;
}

.sidebar .module-singles ul li:before {
    content: '';
    margin: 0;
}

.sidebar .module-singles ul li:first-child {
    border-top: none;
    margin-top: 0;
}

.sidebar .module-singles li .glyphicon {
    position: absolute;
    left: 0;
    top: 20px;
    color: #9dc5c7;
    font-size: 28px;
}

.sidebar .module-singles li a {
    display: block;
    font: 400 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #fff;
}

.sidebar .module-singles li span.author {
    color: #9dc5c7;
}


/**
 * News module
 */

.sidebar .module-news {
    margin-bottom: 5px;
}

.sidebar .module-news article {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #575757;
    min-height: 80px;
}

.sidebar .module-news article:first-child {
    padding-top: 0;
    border: none;
}

.sidebar .module-news article h3 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
    max-height: 54px;
    overflow: hidden;
}

.sidebar .module-news article h3 a {
    color: #ccc;
}

.sidebar .module-news article h3 a:hover {
    color: #fff;
}

.sidebar .module-news article span.published {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    margin: 3px 0 6px 0;
}

.module-news article span.published span.category {
    display: inline-block;
    line-height: 10px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #999;
}

.sidebar .module-news article img {
    display: block;
    float: left;
    margin-right: 12px;
}

.module-news img.avatar {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 3px 0px 0px #ddd;
}

.sidebar-dark .sidebar img.avatar {
    border-color: #777;
    box-shadow: 0px 3px 0px 0px #393939;
}

/**
 * Author module
 */

.module-author.avatar-mid header h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    text-align: center;
    text-transform: none !important;
    border: none !important;
}

.module-author.avatar-mid header h2 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.module-author.avatar-mid header span.borderline {
    left: 50% !important;
    margin-left: -15px;
}

.module-author.avatar-mid .avatar-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.module-author.avatar-mid img.avatar {
    margin: 0 auto;
}

.module-author.avatar-right img.avatar {
    margin-top: -10px;
    float: right;
}

.module-author span.category {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.module-author span.published {
    margin-top: 10px !important;
}


/**
 * About module
 */

.module-about a i.fa {
    margin-right: 10px;
}


/**
 * Tags module
 */

.module-tags ul.tags {
    padding: 0;
}

.module-tags li {
    display: inline-block;
    margin: 0 8px 5px 0;
}

.module-tags li:before {
    display: none;
}

.module-tags li a {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #666;
    background: #414141;
    color: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
}

.module-tags li a span {
    font-size: 12px;
    float: right;
    background: #555;
    color: #ddd;
    padding: 0 8px;
    margin: 0 -12px 0 12px;
}

/**
 * Photos module
 */

aside.module-photos {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .module-photos p {
    font-size: 13px;
}

.sidebar .module-photos .row img {
    width: 100%;
}

.sidebar .module-photos .col-xs-4 {
    padding: 0;
    border-left: 1px solid #444;
}

.sidebar .module-photos article {
    margin: 0 0 1px 0;
}

.sidebar .module-photos .col-xs-4:first-child {
    border-left: none;
}

.sidebar .module-photos article a {
    display: block;
    position: relative;
}


/**
 * Media Queries
 */

@media (min-width: 992px) {

    .sidebar .module-photos .col-xs-4:first-child img {
        width: 100px;
        height: 79px;
    }

}

@media (min-width: 1200px) {

    .sidebar .module-quote {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }

    .sidebar .module-singles {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }

}


/* ==========================================================================
   Footer
   ========================================================================== */

/**
 * Navigation
 */

#page-footer {
    position: relative;
}

#page-footer .container {
    background: #fff;
}

#foot-menu {
    margin: 30px 0 25px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 0 0 25px;
}

#foot-menu ul {
    padding: 0;
}

#foot-menu ul li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

#foot-menu ul li a {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    color: #222;
    text-transform: uppercase;
    margin: 0 22px 0 0;
    padding: 0;
}

#foot-menu ul li.current a,
#foot-menu ul li a:hover {
    color: #999;
    background: none;
}

#foot-menu ul li.options {
    float: right;
    padding: 0;
}

#foot-menu ul li.options a {
    display: block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    border: none;
    text-align: right;
    margin: 0;
}

#foot-menu ul li.options a span.glyphicon {
    padding-left: 10px;
    color: #999;
    display: none;
}

#foot-menu ul li.options a:hover,
#foot-menu ul li.options a:hover span {
    color: #222;
}


/**
 * Footer widgets
 */

#page-footer .foot-widgets {
    font-size: 13px;
    color: #888;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e4e4e4;
}

#page-footer .row {
    margin: 0;
}

#page-footer .foot-widgets aside {
    font-size: 13px;
    color: #888;
    margin-top: 30px;
}

#page-footer .foot-widgets h2 {
    font-size: 15px;
    color: #444;
    margin-top: 0;
}

#page-footer .foot-widgets a {
    color: #828282;
}

#page-footer .foot-widgets a i.fa {
    margin-right: 10px;
}

#page-footer .foot-widgets a:hover {
    color: #222;
}

#page-footer .foot-widgets ul {
    list-style: none;
}

#page-footer .foot-widgets ul li {
    float: left;
    width: 50%;
}


/**
 * Footer widgets - news module
 */

#page-footer .module-news article h3 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    max-height: 54px;
    overflow: hidden;
}

#page-footer .module-news article h3 a {
    color: #444;
}

#page-footer .module-news article img {
    display: block;
    float: left;
    margin-right: 12px;
}

#page-footer .module-news article span.published {
    margin-top: 0;
}


/**
 * Copyright
 */

#page-footer .copyright {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}

#page-footer .copyright div {
    text-align: center;
}

#page-footer .copyright a {
    font-weight: 700;
    color: #444;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    #page-footer .about div {
        margin-top: 15px;
    }

    #page-footer .about div:first-child {
        margin-top: 0;
    }

    #page-footer .copyright div {
        text-align: left;
    }

    #page-footer .copyright div.text-right {
        text-align: right;
    }

}

@media (min-width: 992px) {

    #page-footer .about h3 {
        text-align: left;
        padding-top: 30px;
    }

    #page-footer .about div {
        padding: 0 20px 0 20px;
    }

    #page-footer .about div:first-child {
        padding-left: 5px;
    }

}


/* ==========================================================================
   Ajax Loading
   ========================================================================== */

/**
 * Ajax Loading
 */

.ajax-opacity {
    opacity: 0.2;
}

.ajax-loading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -120px;
    text-align: center;
}

.ajax-loading .loader,
.ajax-loading .loader:before,
.ajax-loading .loader:after {
    background: #777;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.ajax-loading .loader:before,
.ajax-loading .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.ajax-loading .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ajax-loading .loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.ajax-loading .loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #777;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #777;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #777;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #777;
        height: 5em;
    }
}


/**
 * Ajax Nav
 */

.mip-ajax-nav a {
    display: inline-block;
    font-size: 13px;
    color: #444;
    border: 1px solid #ccc;
    width: 25px;
    line-height: 25px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
}

.mip-ajax-nav a:hover {
    background: #444;
    border-color: #444;
    color: #fff;
}

.mip-ajax-nav a:before {
    font-family: "fontello";
}

.mip-ajax-nav a.prev:before {
    content: '\f053';
}

.mip-ajax-nav a.next:before {
    content: '\f054';
    margin-left: 2px;
}

.mip-ajax-nav a.disabled {
    opacity: 0.3;
}

.ajax-nav-footer {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 25px;
}

.ajax-nav-header {
    position: absolute;
    top: 0;
    right: -2px;
    margin-top: -2px;
}

.ajax-nav-header a {
    font-size: 11px;
    margin: 0;
    width: 22px;
    line-height: 18px;
    padding-top: 2px;
}

.ajax-nav-header a:hover {
    background: #444;
}

.mip-ajax-nav a.disabled:hover {
    color: #444;
    background: none;
}

.cat-mosaic .ajax-nav-footer {
    margin-top: 10px;
}

.cat-reviews .mip-ajax-nav a {
    color: #eee;
    border-color: #999;
}

.cat-reviews .mip-ajax-nav a:hover {
    color: #fff;
    border-color: #222;
    background: #222;
}

.cat-reviews .ajax-nav-footer,
#video-page .ajax-nav-footer,
#gallery-page .ajax-nav-footer,
#audio-page .ajax-nav-footer {
    margin-top: 0;
    margin-bottom: 15px;
}


/* ==========================================================================
   Banners
   ========================================================================== */

/**
 * Banners
 */

.ad {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.ad-top {
    position: relative;
    text-align: center;
    margin: 20px 0 -10px 0;
    overflow: hidden;
    z-index: 1;
}

.ad-bottom {
    text-align: center;
    margin: 40px 0 10px 0;
    overflow: hidden;
}

.ad-cat {
    margin-top: -5px;
}

.ad img {
    max-width: 100%;
}

.ad-separator {
    background: #383838;
    padding: 20px;
    margin: 0 -20px 20px -20px;
}

.wall-ad {
    position: absolute;
    top: 0;
    left: 0;
}

.wall-ad .wall-ad-container {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 4000px;
    height: 1500px;
    margin-left: -2000px;
    z-index: 1;
    text-align: center;
}

#page-slider .container,
#page-footer .container {
    position: relative;
    z-index: 1;
}

/**
 * Media Queries
 */

@media (min-width: 992px) {

    .ad-separator {
        padding: 15px;
        margin: 0 -15px 20px -15px;
    }
}

@media (min-width: 1200px) {

    .ad-separator {
        padding: 20px 25px;
        margin: 0 -25px 20px -25px;
    }
}

@media (max-width: 768px) {

    #page-content.left-sidebar #main {
        position: absolute;
        top: 0;
    }

    #page-content.left-sidebar .sidebar {
        position: relative;
    }

}


/* ==========================================================================
   WooCommerce
   ========================================================================== */


.sidebar #text-2 .h3.sidebarus {
    font-size: 20px !important;
    margin: 0 !important;
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    max-height: 54px;
    overflow: hidden;
}

.sidebar .h3.sidebarus {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
}

.sidebar-mid .h3.sidebarus {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0px 0px 6px;
}

.sidebar-mid .h3.sidebarus a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sidebar .h2.sidebarus {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4E4E4E;
    min-height: 28px;
}

.sidebar-mid .h2.sidebarus {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
    min-height: 28px;
}

.h2.contentus {
    font: 400 30px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
}

.news-lay-3 .h2.contentus {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
    min-height: 28px;
}

.h2.commentus {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
    min-height: 28px;
}

.h3.contentus {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
}

.articles .h3.contentus, .bottom-margin .h3.contentus {
    margin-bottom: 15px;
}

.articles .h3.contentus a, .bottom-margin .h3.contentus a {
    color: #000;
}

.articles .h3.contentus a:hover, .bottom-margin .h3.contentus a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.h1.headerium {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 6px;
    margin: 0;
    height: 95px;
}

.h1.mobilius {
    margin: 0px;
    padding: 1px 0px;
}

.h1.mobilius img {
    vertical-align: inherit;
}

.bk-table {
    width: 100%;
}

.bk-table:after {
    clear: both;
    display: table;
    content: " "
}

.bk-table___row {
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    box-sizing: border-box;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 63%, #e7e1e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 63%, #e7e1e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 63%, #e7e1e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e1e8', GradientType=0); /* IE6-9 */
}

.bk-table___row:after {
    clear: both;
    display: table;
    content: " "
}

.bk-table___col-1 {
    float: left;
    width: 20%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.bk-table___col-2 {
    float: left;
    width: 30%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    text-align: center;
}

.bk-table___col-3 {
    float: left;
    width: 50%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    text-align: center;
}


.bk-list___row {
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bk-list___row:after {
    clear: both;
    display: table;
    content: " "
}

.bk-list___col-0 {
    float: left;
    width: 5%;
    text-align: center;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #fff;
    background-color: #4aa052;
}

.bk-list___col-1 {
    float: left;
    width: 15%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
}

.bk-list___col-2 {
    float: left;
    width: 30%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    text-align: center;
}

.bk-list___col-3 {
    float: left;
    width: 50%;
    font: 400 20px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    text-align: center;
}

.bk-list___row a {
    text-decoration: underline;
}

.bk-list___row a:hover {
    text-decoration: underline;
    color: #ef3434;
}

.bk-list___links {
    width: 100%;
}

.bk-list___links:after {
    clear: both;
    display: table;
    content: " ";
}

.bk-list___links a {
    display: block;
    width: 40%;
    background: #ef3434;
    float: left;
    box-sizing: border-box;
    border-right: 5px solid #fff;
    text-decoration: none;
    color: #fff;
}

.bk-list___links a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.bk-list___links a.stavka {
    width: 60%;
    background: #4aa052;
    border-left: 5px solid #fff;
    border-right: none;
}

.odd-style {
    background: #f7f7f7;
}

@media only screen and (max-width: 768px) {
    .bk-list___col-2 {
        display: none;
    }

    .bk-list___col-1 {
        width: 45%;
    }

    .bk-table___col-2 {
        display: none;
    }

    .bk-table___col-1 {
        width: 45%;
    }
}

.sidebar .module-news .new-article {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #575757;
    min-height: 80px;
}

.sidebar .module-news .new-article:first-child {
    padding-top: 0;
    border: none;
}

.sidebar .module-news .new-article .h3 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0;
    max-height: 54px;
    overflow: hidden;
}

.sidebar .module-news .new-article .h3 a {
    color: #ccc;
}

.sidebar .module-news .new-article .h3 a:hover {
    color: #fff;
}

.sidebar .module-news .new-article span.published {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    margin: 3px 0 6px 0;
}

.module-news .new-article span.published span.category {
    display: inline-block;
    line-height: 10px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #999;
}

.sidebar .module-news .new-article img {
    display: block;
    float: left;
    margin-right: 12px;
}

#page-content header .h2,
#page-content .title-header .h2 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 5px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

#breaking-news .h3 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.wpb_wrapper h1 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

.post-pagination span.info {
    display: none;
}

.main-archive-description h1 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

.main-archive-description h2, .main-archive-description h3, .main-archive-description h4 {
    font: 400 15px/1 -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.widget.module-timeline .h2.sidebarus {
    color: #fff !important;
}

.widget_text .h2.sidebarus {
    color: #fff !important;
}

.thumb-wrap.relative img {
    display: block;
    width: 100%;
    max-height: inherit;
}

.comment-reply-title {

}

.comment-form textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
}

.comment-form .comment-req-wrap {
    display: block;
}

.comment-form .comment-req-wrap input {
    border-radius: 4px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #000;
}

#article-comments-form .h2 {
    font: 400 17px/17px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}

.home-entry {
    font-size: 12px;
    line-height: 1.5;
}

.home-entry h2, .home-entry h3 {
    font-weight: 400;
    font-size: 17px;
    font-family: -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 5px;
}

.article-post-content a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-post-content img.alignleft {
    max-width: 300px !important;
}

.svg-icon * {
    max-width: 100% !important;
    max-height: 100% !important;
}

aside#text-4 {
    display: none;
}

.svg-cursor {
    fill: #fff;
    width: 28px;
    height: 33px;
}

.table-cover {
    overflow: auto;
}

.compare__group {
    border-radius: 3px;
    padding: 20px;
    border: 2px solid #f2f2f2;
    margin-bottom: 15px;
}

.compare__title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.compare__item {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.compare__plus:before,
.compare__plus:after,
.compare__minus:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #94be30;
    display: block;
    left: 0px;
    top: 8px;
}

.compare__minus:before {
    background-color: #f13636;
}

.compare__plus:after {
    transform: rotate(90deg);
}

.sgl-social {
    margin: 30px auto 0;
    width: 100%;
    text-align: center;
}

.sgl-social__item {
    background-color: #0080ce;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    border: none !important;
    outline: none !important;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.sgl-social__item.vk-share {
    background-color: #2787f5;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.sgl-social__item.fb-share {
    background-color: #1877f2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.sgl-social__item.tw-share {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.927 10.7714L18.5111 4H17.1879L12.3392 9.87954L8.4666 4H4L9.85615 12.8909L4 19.9918H5.32332L10.4436 13.7828L14.5334 19.9918H19L12.9267 10.7714H12.927ZM11.1146 12.9692L10.5212 12.0839L5.80014 5.03921H7.83269L11.6426 10.7245L12.236 11.6098L17.1885 18.9998H15.156L11.1146 12.9696V12.9692Z' fill='%23fff'/%3E%3C/svg%3E");
}

.sgl-social__item.wa-share {
    background-color: #1ebea5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.14 11.765c0 4.918-4.018 8.904-8.974 8.904-1.573 0-3.052-.402-4.337-1.108l-4.969 1.579 1.62-4.777c-.817-1.342-1.288-2.916-1.288-4.598 0-4.918 4.018-8.904 8.974-8.904s8.974 3.986 8.974 8.904zm-8.974-7.487c-4.16 0-7.544 3.358-7.544 7.486 0 1.638.534 3.154 1.438 4.39l-.943 2.78 2.899-.922c1.191.782 2.618 1.238 4.15 1.238 4.16 0 7.545-3.358 7.545-7.486 0-4.127-3.385-7.486-7.545-7.486zm4.532 9.537c-.057-.091-.203-.146-.422-.255-.221-.109-1.303-.638-1.504-.709-.201-.073-.349-.109-.495.109-.146.217-.567.709-.696.855s-.257.164-.477.056c-.22-.109-.928-.341-1.769-1.084-.654-.579-1.095-1.292-1.224-1.511-.128-.218-.013-.336.096-.445l.331-.382c.11-.127.146-.218.22-.364.073-.146.037-.273-.019-.382-.055-.109-.495-1.183-.679-1.62-.181-.438-.365-.365-.493-.365l-.421-.018s-.386.054-.587.273c-.201.218-.77.747-.77 1.82 0 1.074.788 2.112.898 2.258.11.145 1.521 2.42 3.758 3.294 2.237.874 2.237.582 2.64.546.402-.036 1.301-.528 1.484-1.037.183-.511.183-.948.129-1.039z'/%3E%3C/svg%3E");
}

.sgl-social__item.fa-mail {
    background-color: #ee985e;
}

.sgl-social__item.tg-share {
    background-color: #29a9ea;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media (min-width: 681px) {
    .compare {
        display: flex;
        flex-wrap: wrap;
        min-width: 100%;
        margin: 0 -7px;
    }

    .compare__group {
        margin: 0 7px 15px;
        flex: 1 0 0;
    }
}

.promocode-popup {
    display: none;
}

.popup__layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    will-change: top;
    opacity: .75;
    visibility: visible;
    -webkit-transition: opacity 300ms cubic-bezier(0.2, 0, 0.2, 1), visibility 0ms 0ms;
    transition: opacity 300ms cubic-bezier(0.2, 0, 0.2, 1), visibility 0ms 0ms;
}

.popup__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    z-index: 1001;
    text-align: center;
    visibility: visible;
    overflow-y: scroll;
    padding: 50px 0;
}

.popup__container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup__body {
    background-color: #fff;
    pointer-events: auto;
    position: relative;
    min-width: 380px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0 -3px;
    -webkit-transition: all 300ms cubic-bezier(0.2, 0, 0.2, 1), visibility 0ms 0ms;
    transition: all 300ms cubic-bezier(0.2, 0, 0.2, 1), visibility 0ms 0ms;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 45px;
    max-width: 600px;
}

.popup__close {
    position: absolute;
    font-size: 1.2rem;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #22252D;
    width: 45px;
    height: 45px;
    border: 0;
}

.popup__close svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.popup__close:hover {
    background-color: #F53338;
}

.popup__heading {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.promo__text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.promo__image {
    max-width: 600px;
    margin-top: 30px;
    width: 100%;
}

.promo-popup-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
}

.promo-popup-item {
    font-size: 16px;
    display: flex;
    gap: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.promo-popup-item:before {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 1px solid #228FFC;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.promo-popup-item__1:before {
    content: "1";
}

.promo-popup-item__2:before {
    content: "2";
}

.promo-popup-item__3:before {
    content: "3";
}

.promo-popup-code {
    padding: 3px 8px;
    background: #fff;
    border: 1px dashed #ff4747;
    font-weight: bold;
    font-size: 14px;
    color: #ff4747;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-popup-item img {
    vertical-align: top;
}
.popup__close:before,
.popup__close:after {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
    .popup__container {
        padding: 20px;
    }

    .popup__body {
        min-width: auto;
    }

    .promo__image {
        max-width: 100%;
        margin-top: 10px;
    }

    html.with--no_scroll {
        margin-right: 0;
    }
}

.popup__heading {
    margin-bottom: 15px;
    font-size: 1.5em;
    border-bottom: solid rgba(36, 37, 38, 0.5) 1px;
    padding-bottom: 15px;
}

aside .article-post header {
    padding: 0;
    margin: 0;
    border: none;
}

#mobile-menu.active,
.sub-menu.active {
    display: block !important;
    transform: translate(0, 0) !important;
    z-index: 10 !important;
}

.thumb-wrap img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.linkbox img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    [data-block="block-06"] {
        padding: 0 19px !important;
    }
}

.h2.sidebarus ~ .borderline {
    display: none;
}

.toc_title {
    font: 400 20px/30px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #000;
}

.toc_list {
    font: 400 16px/30px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #000;
}

#toc_container {
    margin: 25px 0 25px;
    padding: 25px;
    background-color: #efefef;
    clear: both;
}

.col-sm-8 > .native-node {
    display: flex;
    height: 95px;
    align-items: center;
    margin: 0 0 0 auto;
    justify-content: flex-end;
}

.col-sm-8 > .native-node img {
    max-width: 100%;
    max-height: 100%;
}

#header-navigation ul li a {
    font-size: 13px;
}

@media (max-width: 1199px) {
    #header-navigation ul li a {
        font-size: 11px;
    }
}

.compare {
    margin: 0 -7px 23px;
}

.stavim {
    text-align: center;
}

.stavim a {
    font-size: 13px;
    padding: 12px 20px;
}

.faq {
    margin-bottom: 30px
}

.faq__block {
    background: #f2f8fd;
    border: 1px solid #e2ecf3
}

.faq__block + .faq__block {
    margin-top: 10px
}

.faq__question:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #276fb9;
    border-left: 2px solid #276fb9;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all ease .3s;
    transform: rotateZ(-45deg)
}

.faq__question.open:before {
    transform: rotate(135deg)
}

.faq__question {
    padding: 9px 30px 9px 15px;
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1d3755
}

.faq__answer {
    display: none;
    padding: 15px;
    background-color: #fff;
    border-top: solid 1px #e0e0e0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #131313
}

.faq__answer_active {
    display: block
}

.faq__answer a {
    text-decoration: underline
}

.faq__answer a:hover {
    text-decoration: none
}

.faq__answer.active {
    display: block;
}


@media (min-width: 1100px) {
    .stavim a {
        font-size: 18px;
        padding: 12px 40px;
    }
}

.page-category-description {
    margin: 30px 0 0;
}

.page-category-entry {
    margin: 20px 0 0;
}

.sidebar-right-img {
    width: 100%;
    height: auto;
}

.footer-warning {
    text-align: center;
    margin: 10px 0 15px;
    font-size: 12px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-links > * {
    max-height: 30px;
    display: block;
    margin: 5px 10px;
}

.footer-links > svg {
    max-width: 30px;
    fill: #444;
}

.footer-links a, .footer-links span {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #444;
}

.footer-links a:hover {
    background-color: #b2b2b2;
}

.footer-links .icon-ecogra img {
    padding: 5px 0;
    max-height: 40px;
    filter: brightness(0) invert(1);
    transition: 0.1s;
}

.footer-links .icon-begambleaware {
    padding: 7px 13px;
}

#nav-expander {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#nav-expander span {
    height: 3px;
    background-color: #eee;
}

.nav-expander-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 7px;
}

.logo-container {
    margin-top: 3px !important;
}

.row-slider {
    display: flex;
    align-items: stretch;
}

.row-sub-slider {
    display: flex;
    align-items: stretch;
}

.slider-item {
    min-width: 320px;
    padding: 0 5px;
}

.slider-item .h2 {
    font: 700 15px/18px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
}

.caroufredsel_wrapper {
    overflow-x: auto !important;
}

#box__game__image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#box__game__image a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
}

#box__game__image:before {
    content: attr(data-number);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 70%);
    color: #fff;
    padding: 2px 21px;
    font-size: 13px;
    z-index: 3;
}

#box__game__image .close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    background: #22252D url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==) 50% 50% no-repeat;
    background-size: 13px;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    cursor: pointer;
    display: none;
}

#agree_close_button {
    background-color: #da4831;
    color: #fff;
    margin-top: 10px;
}

.form-control--top-margin {
    margin-top: 20px;
}

@media (min-width: 600px) {
    .footer-links {
        flex-direction: unset;
    }
}

.category-title {
    font: 400 28px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #222;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .caroufredsel_wrapper {
        overflow-x: hidden !important;
    }

    .slider-item .h2 {
        font: 400 30px/36px -apple-system,'BlinkMacSystemFont','Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
    }

    .row-sub-slider {
        display: block;
    }

    .slider-item {
        min-width: auto;
        padding: 0 15px;
    }

    .form-control--top-margin {
        margin-top: 0px;
        margin-left: 5px;
    }
}

@media (min-width: 1000px) {
    .category-title {
        margin-top: -10px;
    }
}

.article-post-content .recommended_post-content a {
    color: #F44336;
}

/* Recommended post shortcode */
.recommended_post {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255,255,255,.86);
    background-attachment: fixed;
    margin-bottom: 15px;
}
.recommended_post:before {
    content: '';
    background: linear-gradient(
            0deg,rgba(0,0,0,.75),rgba(0,0,0,.75));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.recommended_post:after {
    content: '';
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.recommended_post-header {
    margin-bottom: 20px;
}

.recommended_post-header span {
    display: inline-block;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a54ea5;
    border-radius: 4px 0px;
    margin: 3px 10px 0 0;
    float: left;
}
.recommended_post-header a {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
}
.recommended_post-header a:hover{
    text-decoration: underline;
}

.recommended_post-content p {
    margin-bottom: 0 !important;
}
.recommended_post-content a {
    color: #a54ea5;
}
@media (max-width: 420px){
    .recommended_post-header span {
        float: none;
    }

    .recommended_post-header a {
        display: block;
        margin-top: 10px;
    }

}
/* End recommended post shortcode */

.adrotate-banner-mobile {
    margin: 10px;
    text-align: center;
}

.adrotate-banner-mobile .g-single a img {
    max-width: 750px;
    width: 100%;
}


jdiv.notranslate,
.__jivoMobileButton {
    z-index: 2 !important;
}


@media (min-width : 991px){
    html.mm-opened {
        overflow: auto;
    }

    .toggle-mnu,#mobile-menu,html.mm-blocking #mm-blocker{
        display:none
    }
    html.mm-opening .mm-slideout{
        transform:translate(0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    .mm-menu.mm-offcanvas.mm-opened{
        display:none
    }
}