@media only screen and (max-width: 768px) { /* Or whatever breakpoint you want for "mobile" */
    .hide-on-mobile { 
        display: none !important; 
    }
}
.topmargin {
  margin-top: 20px;
}
#t4-header .container {
    background: url(../images/template/header.gif) 0 bottom repeat-x;
}

.t4-col.main-menu-center .t4-navbar .navbar{float: none;}
.t4-col.main-menu-center ul.nav.navbar-nav{width: 100%;justify-content: space-around;}

.navbar-nav {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Roboto;
}
@media (min-width: 992px) {
  .t4-megamenu .dropdown-menu {
    background: #2e2e2e;
  }
}

.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active,
.t4-megamenu .navbar-nav > li > .nav-link:hover,
.t4-megamenu .navbar-nav > li > .nav-link:focus,
.t4-megamenu .navbar-nav > li > .nav-link:active {
  background-color: #2e2e2e;;
}
.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show > .nav-link {
  background-color: #2e2e2e;;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  font-weight: bold;
  background-color: #2e2e2e;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  color: #999999;
}

.acym_module_form input {
  font-size: 12px;
}

.touch a {
  color: #9250d0;
  text-shadow: none;
  background-color: #2e2e2e;
  background-image: -moz-linear-gradient(top, #343434, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#262626));
  background-image: -webkit-linear-gradient(top, #343434, #262626);
  background-image: -o-linear-gradient(top, #343434, #262626);
  background-image: linear-gradient(to bottom, #343434, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #262626;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-left: 20px;
  font: 14px/18px asapregular;
  padding: 5px 12px 4px 31px;
  line-height: 32px;
  border: 1px solid #2c2c2c;
}
.touch a:hover,
.touch a:active,
.touch a.active,
.touch a.disabled,
.touch a[disabled] {
  color: #9250d0;
  background-color: #262626;
  *background-color: #191919;
}
.touch a:active,
.touch a.active {
  background-color: #0c0c0c \9;
}
.touch a:after {
  float: right;
  content: url(../images/template/touch.png);
  width: 37px;
  height: 32px;
  margin-left: 23px;
}
.touch a:hover {
  color: #9250d0;
  text-shadow: none;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #262626, #343434);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#343434));
  background-image: -webkit-linear-gradient(top, #262626, #343434);
  background-image: -o-linear-gradient(top, #262626, #343434);
  background-image: linear-gradient(to bottom, #262626, #343434);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff343434', GradientType=0);
  border-color: #343434 #343434 #0e0e0e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #343434;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.touch a:hover:hover,
.touch a:hover:active,
.touch a:hover.active,
.touch a:hover.disabled,
.touch a:hover[disabled] {
  color: #9250d0;
  background-color: #343434;
  *background-color: #272727;
}
.touch a:hover:active,
.touch a:hover.active {
  background-color: #1a1a1a \9;
}

.copyright {
  font: 11px/18px arial;
  margin-top: 20px;
  margin-bottom: 20px;
}

.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li > a:focus, .t4-megamenu .dropdown-menu li > a:active,
.t4-megamenu .dropdown-menu li > .nav-link:hover,
.t4-megamenu .dropdown-menu li > .nav-link:focus,
.t4-megamenu .dropdown-menu li > .nav-link:active,
.t4-megamenu .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .dropdown-menu li .dropdown-item:active {
  background-color: #2e2e2e;
  font-weight: bold;
  color: var(--mainnav-link-hover-color);
}
