
@media screen and (max-width: 380px) /* Galaxy s5-360, iphone 678-375*/
{
    /*Container*/
    #content
    {
        width: 94%;
    }
    #content_wrapper
    {
       width: 100%; 
    }
    
    /*header*/
    #header
    {
       background: url(../images/header-bg.jpg);    
    }
    a#logo
    {
       width: 80%;   
       margin-top: 10px;
       margin-bottom: auto;  
    }
    #header_quote
    {
       width: 60%;
       margin: auto 63px; 
    }
    #header_contact
    {
      width: 94%;
      background: none;
    }
    
    /*maincontant*/
    
    /*homepage*/
    #main_heading
    {
     font-size: 27px;   
    }
   #site-heading
   {
      width: 100%;
      font-size: 16px;
   }
   #search
   {
     width: 85%;  
     margin: 0px 15px;
   }
  
   .useful_block
   {
     width: 100%;  
    /* margin: 0px 0px 0px 30px;*/
   }
   
   
   /* our story*/
  
   #leftcolumn
   {
       width: 100%;
   }
    #leftcolumn .left_heading
    {
      font-size: 24px;  
    }
   #leftcolumn #signature
   {
       width: 660px;
       text-align : left;
       
   }
    #leftcolumn #signature img
   {
       width: 45%;
   }
    #leftcolumn #bottom_help
    {
        width: 100%;
        padding: 10px 0 10px 4px;
    }
    #rightcolumn_img
    {
        width: 100%;
    }
     #rightcolumn_img img
    {
        width: 100%;
    }
   
    /*products*/
    #main_listing
    {
      margin: 0px 0px 0px 25px;
    }
    #main_listing .recipe_block
    {
       width: 86%;
    }
    #sub_heading
    {
        line-height: 50px;
    }
    a#quicklinks
    {
        margin: 0;
    }
    #products
    {
        width: 92%;
    }
    #products_list
    {
        width: 197px;
    }
    #product_detail
    {
       width: 100%;
    }
    #product_detail_img
    {
       width: 100%; 
    }
    #detail_img
    {
      display: none;    
    }
    a#products-close
    {
       top: 9px;
      right: 7px; 
    }
    #featured
    {
        margin: -170px 0 0 -30px;
    }
    
    /*recipe*/
    #other_recipes
    {
      width: 100%;
      margin: 0 0 15px 0px;  
    }
    #recipe_detail
    {
      width: 100%;    
    }
    #recipe-middle
    {
        display:none;
    }
    #leftcolumn #ingredients
    {
       width: 100%; 
    }
    
    
    /*contact form*/
    #contact_left
    {
      width: 100%;    
    }
    #contact_enquire
    {
        background: url(../images/contact_enquire.jpg) #F2F2F2 0% 0% no-repeat;
        width: 78%;
        margin: 20px 0 0 25px;
    }
    #contact_enquire input[type="submit"]
    {
       margin: 0 0 0 90px;
    }
    
   /*testimonials*/
   
   #testimonials, #faqs
   {
       width: 100%;  
   }
   #navigate
   {
      padding: 5px 0 5px 100px; 
   }
   #right_enquire
   {
      width: 280px; 
   }
   
   /*FAQ*/
   
   .faq_question
   {
     width: 100%;  
   }
   
   /*contact us*/
   #contact_right
   {
     width: 100%;
     margin: 15px 0px 0px -9px;
   }
   #contact_right #contact_map
   {
      width: 105%;
   }
   #contact_map #get_directions
   {
      width: 315px;   
   }
   
   /*footer uper*/
   #assocTitle
   {
     margin-left: 105px;   
   }
   a.create_account
   {
      right: 90px;
   }
   #associates .jcarousel
   {
    width: 87%;
    margin-left: 19px;
   }
   .rightCont
   {
    background-size: 88%;  
    height: 170px;
   }
   #signup
   {
     width: 87%;
     margin-left: 17%;
     margin-top: 13%;
   }
   #signup input[type="text"]
   {
     width: 230px;  
   }
   
   
   
    /*footer*/
    #footer #left_element
    {
        display: none;
    }
    #footer #footer_block
    {
      width: 98%;      
    }
    #footer_block #footer_social
    {
      top: 3px;
      right: 34px; 
    }
    #footer_block .other_links
    {
       margin: 10px;
       width: 285px;
    }
    #footer_block .our_products
    {
        margin: 10px;
        width: 290px;  
    }
     
}

