html, body {height: 100%;
-webkit-overflow-scrolling: touch;
}
body{overflow-y: scroll;}
@media (min-width: 1024px) {
	/*#header {display:block;}
	#header-mobile {display:none;}*/
}
@media (max-width: 1023px) {
	/*#header {display:none;}
	#header-mobile {display:block;}*/
}
/*mobile and tablet*/
@media (min-width: 320px) and  (max-width: 1023px) {
	
}
/*tablet*/
@media (min-width: 768px) and  (max-width: 1024px) {
	
}
/*mobile*/
@media (min-width: 320px) and  (max-width: 767px) { 
	
}
@media (min-width: 1200px) {
.container {width: 980px;}
}
@media (min-width: 992px) {
.container {width: 980px;}	
}
@media (min-width: 768px) {

}
@media (min-width: 980px) {
.container {
    width: 100%;
	max-width: 980px;
}
}



