@charset "utf-8";
/* CSS Document */

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  div.example-mobile {display: none;}
  .responsive-logo {width: 100%; height:auto;}
  ul.footer-nav {width: 100%;min-width:100%;}
  li.nav-item {width: 100%;min-width:100%;}
  li.nav-item:a {width: 100%;min-width:100%; margin:0;}
  div.cpyrgt { position: absolute;}
  footer {width: 100%; height:auto; bottom:0; min-height:1000px;min-width:100%;}
  div.Counter_footer {width: 100%;min-width:100%;}

  li.nav-tabs-li{width: 100%;min-width:100%;}
}

@media only screen and (min-width: 600px) {
  ul.Counter_footer {width: 25%;}
}

