﻿.header { height:110px; width:100%; border-bottom-width:5px;border-bottom-style:solid;position:relative; }
.headerLogo {left:15px;top:15px;position:absolute;}
.headerTitle {display:none;}

@media all and (max-width:1039px),
all and (max-device-width:1039px)  {
  body.view-sml .headerTitle {display:none;}
  body.view-sml .headerLogo {top:3px;}
}
