.floatTopMenu .container{
    max-width:100% !important;
}
@media only screen and (max-width: 1200px){
.floatTopMenu .row div{
    font-size:12px;
}
}
@media only screen and (max-width: 992px){
.floatTopMenu .row div{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:500px;
padding-top:0 !important;
font-size:12px;
}
}

@media only screen and (max-width: 767px){
.floatTopMenu .row div{
clear:both;
}

}
@media only screen and (max-width: 480px){
.floatTopMenu .row div{
margin-top:1px ;
}
div#TopBar{
   max-width:60%;
}
header.masthead .intro-text .intro-heading{
   font-size:150% !important;
}
}