:root   {
    --white-color: white;
    --black-color: rgb(0, 0, 0);
    --orange-color: #cc4411;
    --grey-color: #666666;
    --red-color:  #9A2514;
    --small-font-size: 14px;
}



/*Media Queris*/
@media only screen and (min-width: 693px) {
    .showcase-content-m   {
        display: grid;
        grid-template-columns: 70% 30%;
        margin-top: 1.3rem;
    }
    .sidebar-3  {
        width: 40%;
        line-height: 1.3rem;
        font-size: var(--small-font-size);
        font-style: italic;
    }
    .article-box    {
        margin: 0 2rem 0 0;
    }
}

/*Media Queris*/

*       {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body        {
    width: 100%;
    height: 100%;
    font: normal normal 15px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    color: #333333;
    background: #dddddd url(http://themes.googleusercontent.com/image?id=1fupio4xM9eVxyr-k5QC5RiCJlYR35r9dXsp63RKsKt64v33poi2MvnjkX_1MULBY8BsT) repeat-x fixed bottom center;
}

.container      {
    max-width: 960px;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

/* For width sizes */
img {
    width: 100%;
}
/* For width sizes */

.navbar     {
    background: rgba(255, 255, 255, 0.447);
}

.navbar-content {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    padding: .2rem .5rem;
}

.navbar-content a   {
    padding-right: .5rem;
    font-size: .8rem;
    color: var(--black-color);
}

.navbar-left        {
    display: flex;
}

.search-bar {
    position: relative;
    width: 155px;
    padding-left: .5rem;
}

.search-bar input   {
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: .4rem;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 3px;
}
.search-bar i   {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    padding-right: .4rem;
    font-size: .8rem;
    color: rgb(174, 174, 174)
}

.navbar-left img        {
    width: 20px;
}






.container      {
    background: transparent url(http://www.blogblog.com/1kt/transparent/white80.png) repeat scroll top left;
    height: 100%;
    margin-top: 2rem;
    border-radius: 8px;
    padding-bottom: 1rem;
}

.showcase-header    {
    background: rgb(2,0,36);
    background: linear-gradient(4deg, rgba(2,0,36,1) 0%, rgba(153,34,17,1) 0%, rgba(167,65,51,1) 100%);
    color: var(--white-color);
    border-radius: 8px;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.showcase-content   {

}

.navbar-content form select   {
    width: 90px;
    background: none;
    border: none;
    margin-left: .5rem;
    font-size: .8rem;
}


.showcase-header h2         {
    font: normal normal 36px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}



.article-box a[name="title"] {
    font-size: 1.1rem;
    text-decoration: none;
}
.article-box   a    {
    color: var(--red-color);
}

.article {
    margin-top: 1.2rem;
}

.article-box p  {
    color: var(--black-color);
}

.showcase-content-m .date   {
    margin:  0 0 .5rem 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
}

.article-box    {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 1.3rem;
    padding-bottom: .5rem;
    margin-bottom: 1.4rem;
    line-height: 15px;
}

.article-box a[name="time"]   {
    padding-right: .8rem;
}







.sidebar-1   img {
    width: 170px;
}

.sidebar-1, .sidebar-2, .sidebar-3  {
    padding-bottom: 2rem;
}

.sidebar-2  {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.sidebar-2  a, .showcase-content   .footer-subscribe a {
    color: var(--red-color)
}

.sidebar-2, .article-box, a:hover   {
    color: #c93922;
}



.sidebar-3 h5   {
    font-size: var(--small-font-size);
    padding-bottom: .6rem;
}

.article-box a   {
    font-size: var(--small-font-size);
    padding-bottom: .6rem;
}

.article-box p  {
    margin: 1.5rem 0 .8rem 0;
    line-height: 1.3rem;
}

.sidebar-2 p        {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--grey-color);
}





.showcase-footer        {
    height: 93px;
    width: 100%;
    background: rgba(0, 0, 0, 0.476);
    display: flex;
    border-radius: 8px;
}

.showcase-footer label      {
    margin: auto;
    padding-top: 2rem;
    font-size: var(--small-font-size);
    color: var(--white-color);
}

.showcase-content   .footer-subscribe       {
    padding: 0 0 .5rem 1rem;
    font-size: var(--small-font-size)
}