/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2018 | 06:16:25 */
@media (min-width: 980px) {
  .nav-collapse.collapse {
    text-align: center;
    width: 100%;
  }
  
  body .nav.tc-hover-menu {
    display: inline-block;
    float: none;
  }
}

#main-wrapper > .banner {
  margin: 40px 0 80px;
}

#main-wrapper > .banner.mobile {
  display: none;
}

@media (max-width: 767px) {
  #main-wrapper > .banner.mobile {
    display: block;
  }
  
  #main-wrapper > .banner.desktop {
    display: none;
  }
}

header .brand .phone {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
}
