/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {



}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

.top-nav-header{
        min-height: 100px;
        font-weight: inherit;
        text-align: center;
        padding-right: 0;
    }
    .top-nav-header,.top-nav-header a{
        font-weight: inherit;
    }


}


/* small mobile :320px. */
@media (max-width: 767px) {

    .homeposition{
        position:relative; 
        top:0; 
        z-index:10; 
        width:100%;
    }
    .bgSearch{

        border-radius: 0
    }
    .textogeneral { 

        min-height: 10px;
    }
    .boxAuto{
        min-height: 10px;
    }


    .top-nav-header{
        min-height: 100px;
        font-weight: inherit;
        text-align: center;
        padding-right: 0;
    }
    .top-nav-header,.top-nav-header a{
        font-weight: inherit;
    }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

