@media all{
	body{
		height: 100%;
		/*background-image: url('/classicobar/web/images/orthers/bg.png');
		background-size:cover;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	background-attachment: fixed;*/
	}
	ul.a{
		list-style-type: circle;
	}
	.head{
		/*background-image: url('/classicobar/web/images/im1.png');
		background-size:auto 100%;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	//background-attachment: scroll;

		//top: 0;*/
	}
	.blur{
		background-image: url('/classicobar/web/images/blur.png');
		background-size:cover;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	//background-attachment: scroll;
	 	padding: 30px;
	}
	.img-head, 
	.logo-head{
		position: absolute;
		left: 0;
	}
	.logo-head{
		top: 50px;
		width: 30%;
	}
	.img-head{
		margin-top: 18%;
		width: 50%;
	}
	.about{
		color: #000;
		line-height: 1.7em;
	}
	.about h4{
		color: rgba(0,0,0,.6);
		font-weight: 700;
	}
	#order em{
		display: block;
		font-style: normal;
		font-weight: 700;
		padding: 5px 0;
	}
}
 /* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
}

@media (max-width: 768px) {
	.logo-head{
		width: 60%;
		left: 0%;
	}
	.img-head{
		margin-top: 40%;
		width: 70%;
	}
}

@media (max-width: 862px) {
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}