*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    background: #000;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #2a2a2a;
    background: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    color: #3CA5DD;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
}

iframe {
    border: none;
    vertical-align: top;
}

video {
    vertical-align: top;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
button,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

input:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    /* margin-top: 30px; */
}

.title {
    position: relative;
    border-bottom: 1px solid #9B9B9B;
}

.title--clean {
    border-bottom: 1px solid transparent;
}

.title--center {
    text-align: center;
}

.title--big {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #E55225;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

.title__content {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

.title__content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 101%;
    border-bottom: 5px solid #3CA5DD;
}

.title__teaser {
    margin: 20px 0 10px;
    padding: 0 15px;
    border-left: 10px solid #E55225;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.title--big .title__content:after,
.title--clean .title__content:after {
    border-bottom: transparent;
}

.title--center:after {
    content: '';
    position: absolute;
    left: 33.3333333%;
    bottom: 0;
    width: 33.3333333%;
    border-bottom: 5px solid #3CA5DD;
}

.title--center .title__content:after {
    border-bottom: transparent;
}

.article__wrap__grid {
    position: relative;
}

.article__wrap__grid--flex {
    display: block;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-flow: wrap;
}

.article__boxsubtitle {
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    color: #E55225;
}

.article__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.article__asset {
    position: relative;
}

.article__asset img {
    display: block;
    width: 100%;
}

.article__link {
    display: block;
}

.article__title {
    max-height: 78px;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    /* margin: 0 0 10px; */
}

.article__date {
    font-size: 12px;
    color: #666;
    margin: 0 0 10px;
    display: inline-block;
}

.article__lead {
    max-height: 126px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #808080;
    margin: 0 0 10px;
}

.article__box {
    position: relative;
    /*    margin: -20px 10px 0;*/
    background: #000;
    padding: 10px;
}

.article__box--button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px 0px;
}

.article__grid {
    position: relative;
}

.hoax__wrap {
    padding: 5%;
}

.hoax__widget__button {
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    transition: .2s background ease-in-out;
    color: white;
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.hoax__widget__button:hover {
    background: #494949;
    color: white;
}

.hoax__widget__button__icon {
    margin: 0 10px 0 0;
    width: 15%;
}

.hoax__widget__button img {
    width: 100%;
}

.hoax__widget__button__text {
    /* margin: 0 10px 0 0; */
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    vertical-align: bottom;
    font-size: 9px;
}

.hoax__widget__button--lapor {
    background: #cc0000;
    margin-right: 10px;
    padding: 5px;
}

.hoax__widget__button--cek {
    background: #ff8a00;
}
