/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {

	#container {
  		width: 100%;
  		margin: 0;  		
  	}

  	.important-site-announcements {
  		display: none;
  	}

  	#slide-in-ad {
  		display: none;
  		width: 0;
  		height: 0;
  	}

  	/* header */
  	#header {
  		text-align: center;
  		background-color: #005500;
  		background-image: none;
  		height: auto;
		  margin-top: -16px;  		
  	}
  	a.start-eviction-header-link {
  		display: none;
  	}

  	.buttons-start-eviction {
  		display: none;
  	}

  	img.logo {
  		position: static;  		
  		margin: 15px 0 0 0;
  		width: 175px;
  	}

  	h2.fast_eviction_service {
  		position: static;
  		display: block;
  		top: 0;
  		left: 0;
  		width: auto;
  		font-size: 14px;
  		padding: 10px;
  	}

	.fast_eviction_service a {
		display: block;		
		font-size: 18px;
		color: white;		
		padding: 10px;
	}


  	h2.header_slogan {
  		display: none;
  	}

  	nav {
  		display: none;
  	}  	



  nav.mobile {
    width: 100%;
    display: block;    
    margin: 0;
  }

  nav.mobile li {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background-color: #009900;
    border: 1px solid black;
    line-height: 40px;
    padding-bottom: 10px;
  }

  nav.mobile li a {
    display: block;
    text-align: center;
    background-color: transparent;
    color: white;
    font-size: 14px;
  }


  	#sidebar {
  		display: none;
  	  	
  	}  	

  	#content {
  		width: 95%;
  		margin: 0 auto;
  		padding: 10px;
  		
  	}

  	#bottom_links {
  		width: 100%;
  		margin: 0;
  	}

  	#bottom_links a {
  		display: none;
  	}

    #social_networking {
      display: none;
    }

    #coupon, #address {
      width: 90%;
      float: none;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }

    #address {      
      text-align: center;
    }

    .footer_header {
      display: block;
      width: 100%;
      text-align: center;      
    }

    #address img {
      display: none;
    }


    #footer {
      background-image: none;
      background-color: #005500;      
      text-align: center;     
      height: auto; 
      padding: 10px;
    }


    p.p1 img {
      width: 95%;
      max-width: 400px;
      margin: 10px auto;      
      display: block;

      float: none;
    }



}
