@media only screen and (min-width: 0px)and (max-width: 480px) {
	.content-container, .inner-content-container {
		width: 300px;
	}

	.content-container h1 {
		font-size: 15px !important;
		margin-bottom: 10px !important;
	}

	.inner-content-container h1 {
		font-size: 16px !important;
		margin-bottom: 12px !important;
	}

	.content-container p, .inner-content-container p {
		font-size: 13px !important;
		line-height: 20px !important;
	}

	.three-box-container {
		display: block;
		width: 100%;
		border: 0 none;
	}

	.three-box-container .box-title {
		font-size: 16px;
		padding: 10px 10px 10px 12px !important;
		margin: 0 !important;
	}

	.pro-link {
		margin: 0 12px !important;
	}

	.pro-link .link {
		width: 190px;
	}

	.product-list .left {
		width: 100%;
		padding: 0 0 6px 0;
		float: none;
		clear: both;
		border-bottom: 1px solid #DBDBDB;
		border-right: 0 none;
	}

	.product-list .left img {
		max-width: 50%;
		height: auto;
	}

	.product-list .right {
		width: 100%;
		padding: 10px 0 6px 0;
		float: none;
		clear: both;
		border: 0 none;
	}

	.product-list .right .text {
		font-size: 13px !important;
		line-height: 20px !important;
	}

	.pro-details .left {
		width: 100%;
	}

	.pro-details .left img {
		max-width: 50%;
	}

	.pro-details .right {
		width: 100%;
	}

	.dblue-button {
		padding: 10px 25px 8px 25px !important;
	}

	.float-three-box {
		width: 100%;
	}

	.float-three-box img {
		max-width: 60% !important;
	}

	.float-two-box {
		width: 100%;
	}
}

@media only screen and (min-width: 481px)and (max-width: 640px) {
	.content-container, .inner-content-container {
		width: 420px;
	}

	.content-container h1 {
		font-size: 17px !important;
		margin-bottom: 12px !important;
	}

	.inner-content-container h1 {
		font-size: 18px !important;
		margin-bottom: 13px !important;
	}

	.content-container p, .inner-content-container p {
		line-height: 22px !important;
	}

	.pro-link .product {
		width: 100%;
	}

	.pro-link .link {
		width: 100%;
		padding: 5px 0 0 0;
	}

	.three-box-container .box-title {
		font-size: 14px;
		padding: 8px 8px 8px 10px !important;
	}

	.pro-link {
		margin: 0 10px !important;
	}

	.pro-link .link a {
		line-height: 20px;
		font-size: 13px !important;
	}

	.product-list .left {
		width: 120px;
		padding-right: 10px;
		float: left;
	}

	.product-list .right {
		width: 270px;
		padding-left: 10px;
	}

	.product-list .right .text {
		font-size: 13px !important;
	}

	.pro-details .left {
		width: 100%;
	}

	.pro-details .left img {
		max-width: 40%;
	}

	.pro-details .right {
		width: 100%;
	}

	.float-three-box {
		width: 100%;
	}

	.float-two-box {
		width: 100%;
	}
}

@media only screen and (min-width: 641px)and (max-width: 960px) {
	.content-container, .inner-content-container {
		width: 600px;
	}

	.pro-link .product {
		width: 100%;
	}

	.pro-link .link {
		width: 100%;
		padding: 5px 0 0 0;
	}

	.three-box-container .box-title {
		font-size: 16px;
		padding: 9px 9px 9px 12px !important;
	}

	.pro-link {
		margin: 0 12px !important;
	}

	.product-list .right {
		width: 400px;
	}

	.pro-details .left {
		width: 200px;
	}

	.pro-details .left img {
		max-width: 85%;
	}

	.pro-details .right {
		width: 400px;
	}

	.float-three-box {
		width: 100%;
	}

	.float-two-box {
		width: 100%;
	}
}

@media only screen and (min-width: 961px)and (max-width: 1024px) {
	.content-container, .inner-content-container {
		width: 840px;
	}

	.pro-link .link {
		width: 154px;
	}

	.product-list .right {
		width: 640px;
	}

	.pro-details .right {
		width: 590px;
	}
}

@media only screen and (min-width: 1025px)and (max-width: 1280px) {
	.content-container, .inner-content-container {
		width: 980px;
	}

	.pro-link .link {
		width: 200px;
	}

	.product-list .right {
		width: 780px;
	}

	.pro-details .right {
		width: 730px;
	}
}

@media only screen and (min-width: 1281px)and (max-width: 1440px) {
	.content-container, .inner-content-container {
		width: 1220px;
	}

	.pro-link .link {
		width: 280px;
	}

	.product-list .right {
		width: 1020px;
	}

	.pro-details .right {
		width: 970px;
	}
}

@media screen and (min-width: 1441px) {
	.content-container, .inner-content-container {
		width: 1400px;
	}

	.pro-link .link {
		width: 340px;
	}

	.product-list .right {
		width: 1200px;
	}

	.pro-details .right {
		width: 1150px;
	}
}