@media only screen and (max-width: 800px) {
  #masthead .logo {
		display: block;
		margin: 0 auto;
		width: 220px;
		height: 120px;
		background-size: 220px 120px;
		background: transparent url(img/centered-logo.png) no-repeat 0 0;
		background-image: -webkit-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
	  background-image: -o-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
	  background-image: -ms-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
		color: #ffffff;
	}
	
	#masthead .logo img {
		display: none;
	}
  #selector li.activeSlide {
    background: none;
  }
  #selector li.activeSlide a {
    background-color: #178FD0;
    background-color: rgba(23, 143, 208, 0.8);
    color: #ffffff;
  }
  .widget h1,
  #dynamiclead h1,
  article h1,
  footer .widget h1,
  #featuredshow .widget h1 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 16px;
  }
}
@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {
	
	.featuregroup.taxonomy .tax p.cat {
		padding-left: 10px;
	}
	
	.featuregroup.taxonomy .tax:last-child {
		padding-bottom: 4px;
	}

} 