@media screen and (max-width: 800px){
	.boxWrapper800,
	.wrapper500{
		width: 100%;
		position: static;
		left: 0;
	}

	.ebookContainer,
	#ebookOptions{
		width: 95%;
		margin: 0 auto;
	}

	.mobView{
		display: block;
	}

	#exercisesBookTitle{
		font-size: 20px;
	}
}

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

	.box_16,
	.box_20,
	.box_25,
	.box_30,
	.box_40,
	.box_50,
	.box_60,
	.box_66,
	.box_70,
	.box_80,
	.box_33,
	#rightSide{
		float: none !important;
		width: 100% !important;
	}

	#rightSide{
		height: auto;
	}

	.boxWrapper1200{
		width: 100%;
		position: static !important;
		left: 0 !important;
	}

	.box_500px{
		width: 100% !important;
	}
	
	#logo{
		width: 150px;
	}
	
	#filterContainer{
		display: block;
	}

	#searchTable td:nth-child(1){
		width: 60% !important;
	}

	#searchTable td:nth-child(2){
		width: 0% !important;
	}

	#searchTable td:nth-child(3){
		text-align: center !important;
	}
	
	#closeFilterContainer{
		display: block;
	}

	#leftSide_v2{
		float: none;
		position: fixed;
		height: 100% !important;
		width: 90% !important;
		margin-left: -90%;
	}

	#leftSide_v2.exerciseLeft{
		margin-top: -10px;
	}

	#rightSide_v2{
		float: none;
		width: 100% !important;
	}
	
	#rightSide{
		top: 0;
		right: 0;
		margin-right: 0;
		float: none !important;
		width: 100% !important;
	}

	.toggleMainMenu{
		display: block;
	}

	#mainMenuContainer{
		position: fixed;
		top: 0;
		left: 0;
		margin-left: -95%;
		width: 95% !important;
		z-index: 99;

		height: 100vh !important;
	}

	#menuWrapper{
		/*padding: 10px;*/
	}

	.mainMenuItem{
		display: block;
		margin-right: 0;
	}

	#exerciseInfoContainer{
		height: max-content !important;
	}

	.mainMenuItem{
		display: none;
	}

	.mobileMenuItem{
		display: block;
	}

	.mainManuMobileItem{
		display: block !important;
	}

	#mobileMenuClose,
	#exercisesCategoriesClose{
		display: block;
	}

	.overflowWMob800{
		width: 800px;
	}

	.exercisesCategories{
		position: fixed;
		top: 0;
		left: 0;
		margin-left: -95%;
		width: 95% !important;
		z-index: 99;

		height: 100vh !important;
	}
}