@media only screen and (max-width: 1010px){

body {
	padding-top: 0;
	}
#top {
	position: relative;
	}
#header {
	margin-bottom: 20px;
	position: relative;
		top: auto;
	}
	#header-width {
		padding-bottom: 10px;
		padding-top: 20px;
		}
	#header h1 a {
		float: none;
		}

#menu {
	border-top: 2px solid #eee;
	float: none;
	margin: 20px 0 0;
	padding-top: 10px;
	}


#features ul, #features ul li {
	float: none;
	}
	#features ul li {
		margin: 5px 0 0;
		}
	#features ul li:first-child {
		margin: 0;
		}
#features ul li a {
	display: block;
	height: auto;
	width: 100%;
	}
#main {
	float: none;
	width: auto;
	}
	#sidebar {
		float: none;
		margin-top: 30px;
		top: 0!important;
		width: auto;
		}
#sidebar-search input.sidebar-search-text {
	background: #f4f4f4;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	box-shadow: inset -1px -1px 2px 1px rgba(0,0,0,.2);
	}
#footer-left, #footer-right {
	float: none;
	}
.footer-column {
	float: none!important;
	margin: 20px 0 00;
	}
	#footer-column-1 {
		margin-top: 0;
		}
#footer-payment {
	float: none;
	margin-top: 20px;
	}
#footer-copyright, #footer-location, #footer-menu {
	float: none;
	margin: 5px 0 0;
	}

}

@media only screen and (max-width: 680px){

#menu {
	margin-bottom: -5px;
	padding-top: 5px;
	}
#menu ul {
	display: none;
	float: none;
	}
	#menu.open ul {
		display: block;
		}
	#menu ul li {
		border-top: 1px solid #eee;
		display: block;
		float: none;
		margin: 0;
		padding: 5px 0;
		}
	#menu ul li a {
		}
	#menu-mobile {
		display: block;
		}

.post {
	border: 0;
	height: auto;
	margin-top: 20px;
	padding: 235px 0 0 0;
	}
#medical-info {
	float: none;
	margin: 20px 0;
	width: 100%;
	}
#expert {
	padding-right: 15px;
	}
#expert a {
	display: block;
	margin-top: 15px;
	position: relative;
		right: auto;
		top: auto;
	}
#related a {
	width: 100%;
	}
	#popup-related {
		display: none;
		}
#float-related {
	display: none;
	}
	#float-product {
		display: block;
		}
}

@media only screen and (max-width: 400px){

#header h1 a {
	background-size: cover;
	height: 51px;
	width: 270px;
	}

}

