/* CSS Document */


@media screen and (max-device-width : 1350px) {

	
	
}
@media screen and (min-device-width : 620px) and (max-device-width : 1200px) {
	
	
	
}


@media screen and (max-device-width : 1060px) {
	.container {
		width: 100%;	
	}
	
}
@media screen and (min-device-width : 993px) {

	.profile-details-m {
		display: none;	
	}
	.profile-hours-m {
		display: none;
	}
	.profile-ready-m {
		display: none;
	}
	
}
@media screen and (max-device-width : 992px) {
	.pimg-div {
		text-align: center;
		float: none !important;
    	margin-bottom: 20px;
	}
	.profile-img {
		margin: 0 auto;	
		float: none !important;
	}
	.pcname-div {
		text-align: center;
		float: none !important;
	}
	.profileHeaderBox {
    	padding-left: 0;
	}
	.profile-details {
		display: none;	
	}
	.profile-hours {
		display: none;	
	}
	.profile-ready {
		display: none;	
	}
	.profile-details-m {
		display: block;	
	}
	.profile-hours-m {
		display: block;
	}
	.profile-ready-m {
		display: block;
	}

}



@media screen and (max-device-width : 768px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	
}

@media screen and (max-device-width : 580px) {
	
}