
/************************************************************************************
smaller than 1080
*************************************************************************************/
@media screen and (max-width: 1080px) {

	.headerinner {
		width: 100%;
	}
	
	.breadcrumbs{
		width:	100%;
	}
	
	.bodycontainer {
		width: 100%;
	}
	
	.navcontainer {
		width: 100%;
	}
	
	.secondarynavcontainer {
		width: 100%;
	}
	
	.footer{
		width:100%;
	}
	
}


/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {

	
}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media only screen and (max-width : 900px),
only screen and (max-device-width : 900px){

	
	.footerbanner{
		display:		none;
	}
}



/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {
	
}

/************************************************************************************
smaller than 750
*************************************************************************************/
@media screen and (max-width: 750px) {
	
	
}
/************************************************************************************
smaller than 712
*************************************************************************************/
@media screen and (max-width: 712px) {
	

}

@media screen and (min-width: 713px) {

	
}

/************************************************************************************
smaller than 675
*************************************************************************************/
@media screen and (max-width: 675px) {
	
	.headerright, .headerleft, .footerleft, .footerright{
		width:		100%;
		float:		none;
		text-align:		center;
		padding:		0;
	}
	
	
	.headerinner{
		background-image:		none;
	}
	
	
}

/************************************************************************************
smaller than 575
*************************************************************************************/
@media screen and (max-width: 595px) {
	.breadcrumbs {
		display:	none;
		}


}


/************************************************************************************
smaller than 525
*************************************************************************************/
@media screen and (max-width: 525px) {

	html {
		-webkit-text-size-adjust: none;
	}
	


}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {


}

}

/************************************************************************************
smaller than 420 
*************************************************************************************/
@media screen and (max-width: 420px) {

	
}

/************************************************************************************
smaller than 320 
*************************************************************************************/
@media screen and (max-width: 320px) {
	
}