@import "fonts/fonts.css";

#articlesc{
    overflow:auto;-webkit-overflow-scrolling:touch;
    touch-action: manipulation;
    width: 100%;
}


.article_popup {
    position: absolute;
    display: none;
    background: #FEFEFE;

    z-index: 9999;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-overflow-scrolling:touch;

}

.apwrapper{
    position: relative;
   /* max-width: 2048px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
    width: 100%;
}

.aclose{
    text-align: right;
}

.close_btn{
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.1);
    padding: 1px 5px;
    cursor: pointer;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -ms-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.close_btn:hover{
    padding: 1px 7px;
}

.atop {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.atop .atitleauthor {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+22,f4f4f4+100&1+22,0+100 */
    background: -moz-linear-gradient(left, rgba(254,254,254,1) 22%, rgba(254,254,254,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254,254,254,1) 22%,rgba(254,254,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254,254,254,1) 22%,rgba(254,254,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#00FEFEFE',GradientType=1 ); /* IE6-9 */
}

.atop .atitleauthor .atwrapper {
    padding: 25px;
    width:50%;
}

.atop .atitleauthor .atwrapper .atitle {
    display: inline-block;
    font-size: 28px;
    line-height: 37px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.atop .atitleauthor .atwrapper .aauthor {
    color: #5b5a5a;
    font-size: 17px;
    margin-top: 12px;
}

.acontent{
    margin: 25px;
}
