/* Small Screen Adjustments */

@media only screen and (max-width : 320px) {
  .footbar .social h2 {
    margin-top: 20px;
  }
  footer .socialbuttons a i {
    font-size: 20px;
  }
  .footbar .footlatest .image img {
    width:100% !important;
  }
  .pushy a {
    font-size: 15px !important;
  }
  .navbar .container .links {
    padding-top:6px;
  }
  .navbar .container .links a {
    font-size:14px;
	  margin-left: 10px;
  }
  .navbar .container .links a:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width : 480px) {
  .footbar .social h2 {
    margin-top: 20px;
  }
  .table-responsive {
    padding-bottom:0;
    margin-bottom:0;
    border:0 !important;
  }
  footer .socialbuttons a i {
    font-size: 20px;
  }
  .footbar .footlatest .image img {
    width:100% !important;
  }
  .footbar .footlatest {
    width:110%;
  }
  .pushy a {
    font-size: 15px !important;
  }
  .navbar .container .links {
    padding-top:6px;
  }
  .navbar .container .links a {
    font-size:14px;
	  margin-left: 10px;
  }
  .navbar .container .links a:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width : 768px) {
  .footbar .social h2 {
    margin-top: 20px;
  }
  .table-responsive {
    padding-bottom:0;
    margin-bottom:0;
    border:0 !important;
  }
  footer .socialbuttons a i {
    font-size: 20px;
  }
  .footbar .footlatest .image img {
    width:100% !important;
  }
  .pushy a {
    font-size: 15px !important;
  }
  .navbar .container .links {
    padding-top:6px;
  }
  .navbar .container .links a {
    font-size:14px;
	  margin-left: 10px;
  }
  .navbar .container .links a:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width : 968px) {
  .footbar .social h2 {
    margin-top: 20px;
  }
  .table-responsive {
    padding-bottom:0;
    margin-bottom:0;
    border:0 !important;
  }
  footer .socialbuttons a i {
    font-size: 20px;
  }
  .footbar .footlatest .image img {
    width:100% !important;
  }
  .pushy a {
    font-size: 15px !important;
  }
  .navbar .container .links {
    padding-top:6px;
  }
  .navbar .container .links a {
    font-size:14px;
	  margin-left: 10px;
  }
  .navbar .container .links a:first-child {
    margin-left: 0;
  }
}