﻿
.popup
{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    z-index: 999999999;
}
.popup-inner p
{
    font-size: 13px;
}
.popup-inner
{
    width: 93%;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}
.popup-close
{
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #fff;
    font-family: Humanst521 BT;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.8);
}
.popup-close:hover
{
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #99cf17;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}


#NewsDate p
{
    font-size: 15px !important;
    text-align: justify;
}


.HeaderWhiteGrbg
{
    padding-right: 2px;
    padding-left: 4px;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 2px;
    color: #333;
    padding-top: 10px;
    font-family: DIN Alternate;
    background-color: #fff;
    border-bottom: 1px solid #ddebf6;
}

