/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/






@media (min-width: 1701px) {

    .template-header-top-logo{
        /*border: solid red;*/
        width: 468px;
    }
    .template-logo {
        max-height: 129px;   
    }


}

@media (min-width: 1499px) and (max-width: 1700px) {
    .template-header-top-logo {

        width: 368px;

    }
}
@media (min-width: 1300px) and (max-width: 1498px) {
    .template-header-top-logo {
        /*border: solid yellow;*/
        width: 310px;
    }

}

