@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px){
.container {
    max-width: 1000px;
}
}
	
@media only screen and (max-width: 991px){
	.container{
	width:100%;
	max-width:1000px;
	/*height:365px;*/
	}
}
@media only screen and (max-width: 767px){
	.container{
	width:100%;
	max-width:292px;
	padding:0%;
	/*height:180px;*/
	}
	#main_Copy{
		width:100%;
		}
	#body_Copy{
		width:100%;
		text-align:left;
		padding-bottom:20px;
		font-size:14px;
		}
	.chooseproduct{
		width:123px;
		}	
	.chooseproduct img{	
	width:123px;
	}
	.chooseproduct2{
	width:127px;
	}
	.chooseproduct2 img{
	width:127px;
	}
	#disclaimer{
	margin-top:8% !important;	
	}
}