/* 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) {

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

}



@media screen and (max-device-width : 768px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.breadcrumb-link, .breadcrumbs a {
		font-size:12px;
	}
	.breadcrumbs ol {
		padding-left:0;
	}
}

@media screen and (max-device-width : 486px) {
	
	.pcodeinp {
		width:100%;
		margin-bottom:10px;
	}

	.pcodebtn {
		width:100%;
		margin-left:0;
	}
}