.newsletter-wrapper {
    overflow: hidden;
}

.banner.full-width-banner {
    margin: 25px 0 10px;
    text-align: center;
}

.banner.full-width-banner img {
    width: 100%;
}

.guest-navigation {
    background: #f6f6f6;
    border-top: 9px solid #cccccc;
}

.guest-navigation ul {
    overflow: hidden;
    margin-left: 0;
    padding: 2px 0;
    margin-bottom: 0;
}

.guest-navigation ul li {
    float: left;
    display: inline-block;
    height: 42px;
    padding: 0 19px;
    border-right: 1px solid #191919;
}

.guest-navigation ul li a:not(.x-btn) {
    font-weight: 600;
    color: #191919;
    line-height: 46px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

.guest-navigation ul li a.x-btn {
    margin-top: 2px;
}

.guest-navigation ul li a:hover {
    color: #ff2a13;
}

.guest-navigation ul li:last-child {
    border-right: 0 none;
}

.plain-content {
}

.plain-content p {
    /*color: #191919;
    font-size: 17px;
    font-weight: 600;*/
}

.guest-stats {
    background-color: #e2e1dd;
    display: block;
    clear: both;
    border-radius: 5px 0 0 5px;
    height: 55px;
    margin-bottom: 18px;
}

.guest-stats ul {
    margin: 0;
    overflow: hidden;

}

.guest-stats ul li {
    float: left;
    display: inline-block;
    line-height: 55px;
    width: 33.33%;
    padding-left: 21px;
    font-weight: 600;
    font-size: 18px;
}

.guest-stats ul li.stats-title {
    background: #f8b409;
    border-radius: 5px;
    font-size: 22px;
}

.guest-stats ul li span {
    margin-right: 10px;
}

.newsletter-wrapper {
    overflow: hidden;
    margin-bottom: 50px;
}

.newsletter-wrapper .half {
    width: 50%;
}

.newsletter-wrapper form {
    margin-bottom: 0;
}

.newsletter-wrapper form input {
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-wrapper .left {
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding-top: 22px;
}

.newsletter-wrapper [type="submit"]:hover, .newsletter-wrapper [type="submit"] {
    margin-bottom: 11px;
}

.latest-articles {
    margin-bottom: 10px;
}

.latest-articles h4 {
    font-size: 22px;
    font-weight: 700;
    color: #060503;
    margin-top: 0;
}

.latest-articles .x-column.x-1-4 {
    width: 24%;
}

.latest-articles .x-column {
    margin-right: 1%;
}

.latest-article-title {
    background: #000;
    width: 100%;
    padding: 12px;
    min-height: 120px;
    overflow: hidden;
}

.latest-article {
    border: 1px solid #a1a1a1;
}

.latest-article-title h2 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    background: #000;
}

.latest-article-title a {
    display: inline-block;
}

.bordered-box {
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.mobile-guest-navigation {
    display: none;
}

.widget-pcp.pagina-cu-ponturi img {
    min-height: 50px;
    width: 60px;
    height: 50px;
}

.widget-pcp.pagina-cu-ponturi ul li {
    padding: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.widget-pcp.pagina-cu-ponturi .avatar {
    width: 60px;
    margin-right: 10px;
    float: left;
}

.widget-pcp.pagina-cu-ponturi .info span {
    color: #000;
    font-size: 15px;
    float: none;
    line-height: 18px;
    display: block;
}

.widget-pcp.pagina-cu-ponturi .info .wrapper-slogan {
    display: table;
    width: calc(100% - 70px);
    height: 50px;
}

.widget-pcp.pagina-cu-ponturi .info .align-vertically {

    display: table-cell;
    vertical-align: middle;
}

.widget-pcp.pagina-cu-ponturi .info span.slogan {
    color: #000;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    margin-top: 0px;
    text-transform: none;
}

@media (max-width: 910px) {
    .mobile-guest-navigation {
        display: block;
        position: relative;
    }

    .desktop-guest-navigation {
        display: none;
    }

    .guest-navigation ul li {
        width: 100%;
        border-right: 0 none;
        border-bottom: 1px solid #191919;
    }

    .guest-navigation ul li:last-child {
        border-bottom: 0 none;
    }
}

.mobile-guest-navigation .menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0, 0, 0);
    z-index: 99;
}

.mobile-guest-navigation .responsive-menu {
    display: none;
}

.mobile-guest-navigation .expand {
    display: block !important;
}

.menu-btn {
    cursor: pointer;
}

.menu-btn p {
    display: inline-block;
    padding-left: 10px;
    margin: 0;
    line-height: 46px;

    font-size: 20px;
    font-weight: 700;
}

.menu-btn div {
    display: inline-block;
    padding-left: 20px;
    line-height: 46px;
    margin-top: 10px;
    float: left;
}