/*@media (min-width: 768px) {*/
@media (min-width: 577px) and (max-width: 768px) {

    #container{
        width: 80% !important;
    }

    #header{
        height: 200px;
    }

    #ccontainer-box-line-v{
        height: auto !important;
        border-style: solid;
        border-color: #1c7430;
        border-width: 0px 0px 0px 0px !important;
    }

    #ccontainer-box-line-h{
        margin-top: 20px !important;
    }










}