.topline {
    margin-top: 30px !important;
}
@media only screen and (max-width: 767px) and (min-width: 260px)
{
.topline {
    margin-top: 48px !important;
}	
}
.header {
    height: 110px !important;
}

.header_container {
    height: 110px !important;
}
@media only screen and (max-width: 767px) and (min-width: 260px)
{
.header {
    height: 0px !important;
}
.header_container {
    height: 0px !important;
}
}