@media only screen and (max-width: 959px) and (min-width: 768px) {
 .flex-direction-nav { display: none; }
 .fa.headline { padding: 5px 0 0 10px; }
 .fa.summary { padding: 0 0 0 10px; }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.navbar-inner  {
	 	min-height: 40px;
	}

    .mobile-search {
      display: block;
   	  width: 40%;
    }
    .desktop-search {
      display: none; 
    }
	 #searchcontainer {
		 display: none;
	 }
	 #header {
		 display: none;
	 }
	 #channelnav {
	 	clear: both;
		padding: 16px 0px 0px 0px;
	}	 
	 .navbar .brand {  
		 display: block !important;
		 background-size: 80%;
	}

	#more_features .icons {
	    /*margin-top: -10px;*/
    }

}
 
/* Landscape phones and down */
 @media (max-width: 480px) { 
	.navbar-inner  {
	 	min-height: 40px;
	}
	 .navbar .brand {  
		 display: block !important;
		 background-size: 80%;
	}
  #carousel, #channel #article_container {
  	margin-bottom: 20px;
  }
 
 }
