﻿body {
}

@media only screen and (max-width:1170px) {

    .container
    {
        max-width:100% !important;
    }

}


/*------------------------------------*/

@media only screen and (max-width:992px) {
    .navbar-nav {
        text-align: center;
    }

    .nav-item {
        border: none;
        margin-top: 5px;
    }

    .article-rotated-text {
        background-color: #ffea64;
        color: black;
        transform: none !important;
        top: 0px !important;
        bottom: unset !important;
        left: 0px !important;
        padding: 4px 9px;
        font-weight: 800;
        font-size: 20px;
    }

    .review-main-image
    {
        float:none;
    }

    .search-box-display {
        bottom: 0;
        left: -114px;
    }

}


/*------------------------------------*/


@media only screen and (max-width:768px) {

    .review-article-text {
        padding: 0px !important;
    }

    

    .agenta-image
    {
        height:auto;
    }


    .img-vh30 {
        height: auto;
    }

    .img-vh40 {
        height: auto;
    }

    .img-vh50 {
        height: 65vh;
    }

    

    .breaking-h1
    {
        font-size:20px !important;
    }

    article.container .google-map iframe {
        width:100%;
        height:250px;
    }

    .left_bar {
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        margin-top: 5px;
        max-height: 30%;
        overflow-x: auto;
        overflow-y:hidden!important;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        right: 0;
        width: 100%;
        margin-top:0px;
    }
    .article-item h2 {font-size:13px;font-weight:100}
    .article-item h5 {font-size:8px}
    .left_bar span {font-size:11px}
}

/*-----------------------------*/




@media only screen and (max-width:576px) {
}

/*SPECIAL*/

@media only screen and (max-width:1200px) {
    .nav-item {
        padding: 0px 15px;
    }
}
