
.g_button a {
    font-weight: 400;
    color: #fff;
    background: #eb6769;
    border: 1px solid #c85d05;
    font-size: 22px;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 1px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.breaking_headline {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Source Code Pro', monospace;

    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;

    text-decoration: none;
    color: black;
    display: inline-block;
}


.breaking {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Source Code Pro', monospace;

    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;

    text-decoration: none;
    color: white;
    display: inline-block;
    animation: 1s horizontalshake;

}

@keyframes horizontalshake {
    2% {
        transform: translate(9px, 0) rotate(0);
    }
    4% {
        transform: translate(-8px, 0) rotate(0);
    }
    6% {
        transform: translate(-1px, 0) rotate(0);
    }
    8% {
        transform: translate(7px, 0) rotate(0);
    }
    10% {
        transform: translate(8px, 0) rotate(0);
    }
    12% {
        transform: translate(2px, 0) rotate(0);
    }
    14% {
        transform: translate(0px, 0) rotate(0);
    }
    16% {
        transform: translate(10px, 0) rotate(0);
    }
    18% {
        transform: translate(-8px, 0) rotate(0);
    }
    20% {
        transform: translate(-8px, 0) rotate(0);
    }
    22% {
        transform: translate(-2px, 0) rotate(0);
    }
    24% {
        transform: translate(0px, 0) rotate(0);
    }
    26% {
        transform: translate(-4px, 0) rotate(0);
    }
    28% {
        transform: translate(-4px, 0) rotate(0);
    }
    30% {
        transform: translate(4px, 0) rotate(0);
    }
    32% {
        transform: translate(4px, 0) rotate(0);
    }
    34% {
        transform: translate(-5px, 0) rotate(0);
    }
    36% {
        transform: translate(6px, 0) rotate(0);
    }
    38% {
        transform: translate(10px, 0) rotate(0);
    }
    40% {
        transform: translate(0px, 0) rotate(0);
    }
    42% {
        transform: translate(-6px, 0) rotate(0);
    }
    44% {
        transform: translate(5px, 0) rotate(0);
    }
    46% {
        transform: translate(5px, 0) rotate(0);
    }
    48% {
        transform: translate(10px, 0) rotate(0);
    }
    50% {
        transform: translate(-2px, 0) rotate(0);
    }
    52% {
        transform: translate(4px, 0) rotate(0);
    }
    54% {
        transform: translate(-3px, 0) rotate(0);
    }
    56% {
        transform: translate(-9px, 0) rotate(0);
    }
    58% {
        transform: translate(-7px, 0) rotate(0);
    }
    60% {
        transform: translate(-7px, 0) rotate(0);
    }
    62% {
        transform: translate(9px, 0) rotate(0);
    }
    64% {
        transform: translate(8px, 0) rotate(0);
    }
    66% {
        transform: translate(1px, 0) rotate(0);
    }
    68% {
        transform: translate(0px, 0) rotate(0);
    }
    70% {
        transform: translate(-1px, 0) rotate(0);
    }
    72% {
        transform: translate(-1px, 0) rotate(0);
    }
    74% {
        transform: translate(-3px, 0) rotate(0);
    }
    76% {
        transform: translate(-6px, 0) rotate(0);
    }
    78% {
        transform: translate(1px, 0) rotate(0);
    }
    80% {
        transform: translate(-6px, 0) rotate(0);
    }
    82% {
        transform: translate(-1px, 0) rotate(0);
    }
    84% {
        transform: translate(4px, 0) rotate(0);
    }
    86% {
        transform: translate(-4px, 0) rotate(0);
    }
    88% {
        transform: translate(-7px, 0) rotate(0);
    }
    90% {
        transform: translate(4px, 0) rotate(0);
    }
    92% {
        transform: translate(6px, 0) rotate(0);
    }
    94% {
        transform: translate(-8px, 0) rotate(0);
    }
    96% {
        transform: translate(-8px, 0) rotate(0);
    }
    98% {
        transform: translate(8px, 0) rotate(0);
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}

.obtain {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: none;
    z-index: 200;
}

.obtain a {
    font-weight: 400;
    color: #fff;
    background: #eb6769;
    border: 1px solid #c85d05;
    font-size: 22px;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.obtain * {
    display: inline-block;
    vertical-align: middle;
}

.notification-top {
    display: none;
    color: #fff;
    height: 57px;
    padding: 5px 5px 20px 110px;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.9);

    overflow: hidden;
    font-size: 11px;
    z-index: 350;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.notification-top .now {
    font-size: 11px !important;
    bottom: 5px !important;
}

.notification-bottom {
    color: #fff;
    height: 78px;
    padding: 10px 20px 30px 110px;
    position: fixed;
    bottom: -100px;
    left: 10px;
    width: 400px;
    background: rgba(0,0,0,0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 13px;
    z-index: 350;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.notification-image {
    position: absolute;
    left: 0;
    top: 0;
}

.notification-image img {
    display: block;
}

.notification-txt .now {
    display: block;
    bottom: 15px;
    right: 10px;
    position: absolute;
    z-index: 500;
    font-size: 12px;
}

.overlay {
    text-align: center;
    background: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.pops {
    margin: 30px auto;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffdb07;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.pops.modal {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    width: 600px;
    max-width: 100%;
    background: white;
}

.pops a, .pops a img {
    display: block;
}

.pops a img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navigation {
        margin-left: 25px;
    }
    .navigation li {
        margin: 0 10px;
    }
    .navigation li a {
        letter-spacing: 1px;
    }
    .social a, .footer-follow a {
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 10px;
    }
    .notification-bottom {
        display: none;
    }
    .notification-top {
        display: block;
        z-index: 100000;
    }
    .navigation {
        display: none;
    }
    .wrapper {
        margin-top: 15px;
        padding: 0 10px;
    }
    h1 {
        line-height: 1.35;
        font-size: 28px;
    }
    .meta-info, .meta-share {
        float: none;
    }
    .article {
        float: none;
        width: 100%;
    }
    .right-img {
        width: 100%;
        float: none;
    }
    .sidebar {
        max-width: 320px;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto;
    }
    .footer {
        margin-top: 40px;
        padding-bottom: 100px;
    }
    .obtain {
        padding: 5px 0;
    }
    .obtain a {
        font-size: 14px;
    }
    .obtain span {
        display: block;
        padding: 8px 0;
    }
}


.cta-button {
    background: #ffdb07;
    background: -moz-linear-gradient(top,#ffdb07 0%,#ffd600 11%,#ffd400 24%,#ffb300 100%);
    background: -webkit-linear-gradient(top,#ffdb07 0%,#ffd600 11%,#ffd400 24%,#ffb300 100%);
    background: linear-gradient(to bottom,#ffdb07 0%,#ffd600 11%,#ffd400 24%,#ffb300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb07',endColorstr='#ffb300',GradientType=0);
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #ffdb07; -webkit-box-shadow: 0 0 3px #ffdb07; }
    50% { background-color: #ffb300; -webkit-box-shadow: 0 0 40px #ffb300; }
    100% { background-color: #ffdb07; -webkit-box-shadow: 0 0 3px #ffdb07; }
}

@-moz-keyframes glowing {
    0% { background-color: #ffdb07; -moz-box-shadow: 0 0 3px #ffdb07; }
    50% { background-color: #ffb300; -moz-box-shadow: 0 0 40px #ffb300; }
    100% { background-color: #ffdb07; -moz-box-shadow: 0 0 3px #ffdb07; }
}

@-o-keyframes glowing {
    0% { background-color: #ffdb07; box-shadow: 0 0 3px #ffdb07; }
    50% { background-color: #ffb300; box-shadow: 0 0 40px #ffb300; }
    100% { background-color: #ffdb07; box-shadow: 0 0 3px #ffdb07; }
}

@keyframes glowing {
    0% { background-color: #ffdb07; box-shadow: 0 0 3px #ffdb07; }
    50% { background-color: #ffb300; box-shadow: 0 0 40px #ffb300; }
    100% { background-color: #ffdb07; box-shadow: 0 0 3px #ffdb07; }
}

