html{
	margin:0;
	padding:0;
	overflow-x: hidden;
}

body {
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: hidden;
	background:white;	
}

#container{
	width:100%; 
	font-family: 'Open Sans', sans-serif;
	background:white; 
	float: left; 
}

/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size1*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#headerNavContent{ 
	width:100%; 
	padding-bottom:10px;
	position:fixed; 
	top:0; 
	left:0; 
	z-index:14; 
	background:white; 
	float:left;
}
	
#middleContent{ 
	width:100%; 
	height:auto; 
	margin-top:150px; 
	background:white; 
	float:left;
}
	
#footerContent{		
	width:100%; 
	height:auto; 
	float:left;
}
	



}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size2*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#headerNavContent{ 
	width:100%; 
	height:auto; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:14; 
	background:white; 
	float:left;
}
	
#middleContent{ 
	width:100%; 
	height:auto; 
	margin-top:120px; 
	background:white; 
	float:left;
}
	
#footerContent{		
	width:100%; 
	height:auto; 
	float:left;
}
	
}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size3*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#headerNavContent{ 
	width:100%; 
	height:auto; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:14; 
	background:white; 
	float:left;
}
	
#middleContent{ 
	width:100%; 
	height:auto; 
	margin-top:120px; 
	background:white; 
	float:left;
}
	
#footerContent{		
	width:100%; 
	height:auto; 
	float:left;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size4*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#headerNavContent{ 
	width:100%; 
	height:auto; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:14; 
	background:white; 
	float:left;
}
	
#middleContent{ 
	width:100%; 
	height:auto; 
	margin-top:120px; 
	background:white; 
	float:left;
}
	
#footerContent{		
	width:100%; 
	height:auto; 
	float:left;
}
	

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size5*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#headerNavContent{ 
	width:100%; 
	height:auto; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:14; 
	background:white; 
	float:left;
}
	
#middleContent{ 
	width:100%; 
	height:auto; 
	margin-top:120px; 
	background:white; 
	float:left;
}
	
#footerContent{		
	width:100%; 
	height:auto; 
	float:left;
}
	

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size5*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#headerNavContent{ 
	/**keep fixed header/navBar**/
}
	
#middleContent{ 
	/**keep fixed header/navBar**/
}
	
#footerContent{		
	/**keep fixed header/navBar**/
}
	

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size7*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#headerNavContent{ 
	/**keep fixed header/navBar**/
}
	
#middleContent{ 
	/**keep fixed header/navBar**/
}
	
#footerContent{		
	/**keep fixed header/navBar**/
}
	

}/**@media**/







