/* =================================
LAYOUT WIDTH
================================= */

.grid-container {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-ar8a { width: 75%; }
.widget-area { width: 25%; }

/* PC WIDTH FIX */

@media (min-width:769px){

    .grid-container{
        max-width:1300px !important;
    }

    .inside-article{
        padding-left:0px !important;
        padding-right:5px !important;
    }

    .geo-content{
        max-width:100% !important;
        padding:0 10px !important;
    }

}