
.home_posts {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246,133,31,1)),to(rgba(249,166,95,1)));
    background: -webkit-linear-gradient(top, rgba(246,133,31,1) 0%,rgba(249,166,95,1) 100%);
    background: -o-linear-gradient(top, rgba(246,133,31,1) 0%,rgba(249,166,95,1) 100%);
    background: linear-gradient(to bottom, rgba(246,133,31,1) 0%,rgba(249,166,95,1) 100%);
    position: relative;
    height: 350px;
    z-index: 1;


}



.home-posts-inner{
    height: 100%;
    padding: 50px 80px;
    position: absolute;
    border-left: 2px solid #fefefe;
    margin: 0 auto;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    left: 5.1%;
}

.home-posts-inner .share_price_container, .home-posts-inner .news_container{
    width: 50%;
}

.share_price_container ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.home-posts-inner h3{
    font-weight: bolder;
    font-size: 30px;
    color: #fefefe;
    text-transform: uppercase;
}

.share_price_container{
    padding-right: 40px;
}

.share_price_container ul{
    font-size: 14px;
}

.share_price_container ul li{
    list-style-type: none;
    padding: 15px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.share_price_container ul li:hover{
    background-color:rgba(249,166,95,1);
}

.share_price_container ul li a{
    color: #fefefe;
}

.share_price_container .underline{
    width: 40px;
    height: 30px;
    margin-top: 40px;
    border-top: 10px solid #fefefe;
}

.news_container .underline{
    width: 40px;
    height: 30px;
    margin-top: 40px;
    border-top: 10px solid #fefefe;
}

.news_container p:nth-child(3) {
    color: #fefefe;
    line-height: 200%;
    font-size: 14px;
    margin-bottom: 30px;
    max-height: 80px;
    overflow: hidden;
}

.news_container a{
    color: #fefefe;
    border: 1px solid #fefefe;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.news_container a:hover{
    color: rgb(249,166,95);
    background-color: #fefefe;
}

#shareLoading {
    -webkit-animation: loader .5s infinite;
            animation: loader .5s infinite;

}

@-webkit-keyframes loader {
    0%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);}
}

@keyframes loader {
    0%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);}
}


   @media only screen and (max-width: 1930px) {
/*        .home_posts_container .heavy_line{
            width: 95.35%;
        }*/

        .home-posts-inner{
            width: 94.96%;
        }
/*
        footer .footer-line{
            width: 95%;
        }*/
    }

    @media only screen and (max-width: 1900px) {
/*        .home_posts_container .heavy_line{
            width: 95.4%;
        }*/

    }


    @media only screen and (max-width: 1610px) {
/*        .home_posts_container .heavy_line{
            width: 95.45%;
        }*/

    }

    @media only screen and (max-width: 1500px) {
/*        .home_posts_container .heavy_line{
            width: 95.5%;
        }*/

    } 

    @media only screen and (max-width: 1480px) {
 /*       .home_posts_container .heavy_line{
            width: 95.45%;
        }*/

    }  
    @media only screen and (max-width: 1450px) {
 /*       .home_posts_container .heavy_line{
            width: 95.5%;
        }*/

    } 

    @media only screen and (max-width: 1350px) {
/*        .home_posts_container .heavy_line{
            width: 95.55%;
        }*/

    }

    @media only screen and (max-width: 1250px) {
/*        .home_posts_container .heavy_line{
            width: 95.6%;
        }*/

    }

    @media only screen and (max-width: 1100px) {
/*        .home_posts_container .heavy_line{
            width: 95.64%;
        }*/

    }

    @media only screen and (max-width: 1060px) {
        .home_posts_container .heavy_line{
           left: 4.65%;
        }

    }

    @media only screen and (max-width: 1030px) {
/*        .home_posts_container .heavy_line{
            width: 95.7%;
        }*/

    }

    @media only screen and (max-width: 950px) {
/*        .home_posts_container .heavy_line{
            width: 95.75%;
        }*/

    }

    @media only screen and (max-width: 900px) {
/*        .home_posts_container .heavy_line{
            width: 95.80%;
        }*/

        .home-posts-inner{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 50px 40px;
        }

        .home-posts-inner div{
            padding: 0px 0px 30px 0px
        }

        .home_posts{
            height: 620px;
        }

        .home-posts-inner .news_container{
            width: auto;
        }

        .home-posts-inner .share_price_container{
            width: auto;
        }

        .share_price_container {
            padding-left: 10px; 
            padding-right: 10px; 
        }  
    }
/*
    @media only screen and (max-width: 850px) {
        .home_posts_container .heavy_line{
            width: 95.85%;
        }

    }

    @media only screen and (max-width: 810px) {
        .home_posts_container .heavy_line{
            width: 95.85%;
        }

    }*/

    @media only screen and (max-width: 800px) {
/*        .home_posts_container .heavy_line{
            width: 95.9%;
        }*/

    }

    @media only screen and (max-width: 730px) {
/*        .home_posts_container .heavy_line{
            width: 95.95%;
        }*/

    }

    @media only screen and (max-width: 710px) {
/*        .home_posts_container .heavy_line{
            width: 95.99%;
        }*/

    }

    @media only screen and (max-width: 650px) {
/*        .home_posts_container .heavy_line{
            width: 96.1%;
        }*/

    }

    @media only screen and (max-width: 610px) {
/*        .home_posts_container .heavy_line{
            width: 96.2%;
        }*/

    }

    @media only screen and (max-width: 520px) {
/*        .home_posts_container .heavy_line{
            width: 96.25%;
        }*/

    }

    @media only screen and (max-width: 500px) {
 /*       .home_posts_container .heavy_line{
            width: 96.45%;
        }*/



        .footer-logo{
            bottom: -520px;
        }

    }



    @media only screen and (max-width: 480px) {
/*        .home_posts_container .heavy_line{
            width: 96.55%;

        }*/


    }

    @media only screen and (max-width: 440px) {
 /*       .home_posts_container .heavy_line{
            width: 96.5%;
        }*/

    }

    @media only screen and (max-width: 420px) {
/*        .home_posts_container .heavy_line{
            width: 96.65%;
        }*/

    }