@media only screen and (min-width:1800px) {
  /*
   * ==========================================================================
   * Internal Pages Layout
   * ==========================================================================
   */  .not-front #header {
    background-image: url(../img/default_images/default_header.jpg); }

  .not-front #footer-image {
    background-image: url(../img/default_images/default_footer.jpg); }

  .not-front.page-news #header {
    background-image: url(../img/default_images/news_header.jpg); }

  .not-front.page-news #footer-image {
    background-image: url(../img/default_images/news_footer.jpg); } 
    
   .search-form input.form-text {
    width: 14%; 
    }
    
    
    
    }

