/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
.slider-text-area {
	margin-top: 400px;
}
}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		
		
		.gallery ul li img {
	width: 28%;
	float: left;
	margin: 10px 5px 2px 0px;
	border: 4px solid #fff;
	height:9%;
}
	
.slider-text-area {
	margin-top: 370px;
 .logo-place {
 width: 15%;
}


}
 @media only screen and (max-width : 800px) {

.tel {
	float:none;
	padding: 20px 0px;
}

.slider-text-area {
	margin-top: 250px;
}
}


	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
.slider-text-area {
	margin-top: 210px;
}
.gallery ul li img {
	width: 40%;
	float: left;
	margin: 10px 5px 2px 0px;
	border: 4px solid #fff;
	height: 10%;
}
}


	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
}
