﻿
/*@media (max-width:767px) {
    header {
        top: 126px !important;
    }
}

@media (max-width:1200px) and (min-width:768px) {
    header {
        top: 106px !important;
    }
}

@media (min-width:1200px) {

    header {
        top: 80px !important;
    }
}*/
