/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
		
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#homeSlider{
		max-width: 700px;
		float: left;
		margin: 0 2%;
	}

	#homeNotice{
		max-width: 400px;
		width: 26%;
		float: left;
		margin: 0 2%;
	}

	.homeMsg{
		width: 50%;
	}

	#homeChMsg{
		padding-right: 10px;
	}

	#homePrMsg{
		padding-left: 10px;
	}

	#homeMsgW{
		padding: 0 25px;
		width : 60%;
	}

	#homeEvW{		
		width : 30%;
		margin-left: 3%;
	}

	.services .item{
		min-height:350px;
	}
}