/* MOBILE ADAPTATIONS */

@media only screen and (max-width: 1440px) {
		
	.art_shift_down {
		width:100% !important;
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 1280px) {
		
	.mobile_shift_down {
		width:50% !important;
	}
		
	#sliderBG {
		display:none;
	}
}

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

	.topMenu {
		width:100% !important;
	}
	
	.row1, .row2 {
		float:left;
		width: 32.33%;
		margin-bottom: 1.5%;
	}
	
	.row3 {
		float:left;
		width: 32.33%;
		margin: 0%;
	}
	
	.col1, .col2 {
		margin-right: 1.5%;
	}
	
	.col3 {
		margin-right: 0%;
	}
	
	.leftContainer {
		width:100% !important;
	}
	
	.bottomListbox_l
	{
		width:100% !important;
	}
	.bottomListbox_r {
		display:none;
	}
	
	#bonus_offer {
		display:none;
	}
}

@media only screen and (max-width: 600px) {
	
	.prod_shift_down {
		width:100% !important;
	}
}

@media only screen and (min-width: 769px) {

	.row1, .row2 {
		float:left;
		width: 32.33%;
		margin-bottom: 1%;
	}
	
	.row3 {
		float:left;
		width: 32.33%;
		margin: 0%;
	}
	
	.col1, .col2, .col3 {
		margin-left: 1%;
	}
}



/* General Responsive BEGIN */


@media only screen and (max-width: 480px) {
	.col { 
		margin: 1px 0 1px 0%;
	}
	
	.menu_shift_down {
		width:100% !important;
	}
	
	.mobile_shift_down {
		width:100% !important;
	}
	
	.order_shift_down {
		width:100% !important;
	}
	
	#price {
		padding-top:20px;
	}
	
	.compatibility_chart {
		font-size:10px;
	}
	
	.item {
		width: calc(100% - 1px);
	}
	
	.itemEnd {
		width: 100%;
	}
	
	.squeezeOut {
		width: 45%;
	}
	
	.squishIn {
		width: 5%;
	}
}

