/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
	.home .tm-navbar.uk-navbar {
  display: none !important;
}
}

/*Logos*/
.desktop-logo {
    width: 250px;
    height: auto;
}
.mobile-logo {
    width: 110px;
    height: auto;
}

/*Contact Form*/
.powered-by {
    display: none !important;
}
