/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
	/*Fullscreen Hero*/
.tm-block.top-teaser.tm-block-full-width.tm-block-default {
  margin-top: 0px;
}
	/*Mobile Nav*/
nav {
  height: 125px;
}
	/*Hero Text Size*/
	.tm-block.top-teaser.tm-block-full-width.tm-block-default h3, .uk-h3 {
  font-size: 15px;
  line-height: 20px;
}
.tm-block.top-teaser.tm-block-full-width.tm-block-default h1 {
  font-size: 27px;
  line-height: 2px;
}
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
/*Heros*/
.tm-block.top-teaser.tm-block-full-width.tm-block-default {
  margin-top: -100px;
}
/*Nav Transparent*/
.uk-navbar {
  background: transparent;
}
/*Nav Stick*/
.uk-sticky-init {
	position: absolute !important;
}
.tm-navbar.uk-navbar .uk-container {
	max-width: 1680px;
}
.tm-toolbar .uk-container {
	max-width: 1680px;
}
}

/*Logos*/
.desktop-logo {
  width: 200px;
  height: auto;
  margin-top: 40px;
}
.mobile-logo {
    width: 110px;
    height: auto;
}

/*Home Menus BG*/
.home .tm-block.top-b.tm-block-dark {
  border-top: 1px solid #484949;
  background: #1f2223;
}

/*Home Brands*/
.tm-block.bottom-c.tm-block-dark {
  background: #1f2223;
}

/*About*/
.order-time {
	padding: 5px;
}

/*Default Backgrounds*/
.tm-block.main-area.tm-block-default {
  background: #151819;
}

/*Footer*/
.footer-top li {
  padding-bottom: 12px;
}

/*Contact Form*/
.powered-by {
    display: none !important;
}
/*
.tm-navbar.uk-navbar .uk-container {
  max-width: 1680px;
  background: rgba(51,51,51,0.8) !important;
}*/