div.pageHeader{
    /* background:rgba(255, 255, 255, 0.3); */
	/*background:rgba(30,64,89,1);*/
	background-color: #ffffff;
	height: 100px;
}
div.pageTop{
    /*  background:rgba(255, 255, 255, 0.3); */
     /*margin-top: 30px;
     background:rgba(30,64,89,1);*/
   background-color: #666666;
     
 }
 div.pageTop.fixed{
     height:auto;
 }

 @media (max-width: 992px) {
    div.pageTop{
        height:auto;
    }
}

@media(max-width:550px){
    div.pageHeader{
        height: 90px!important;
    }
}