.foglalas_unit.margin_top 				{ margin-top: 50px; }
.foglalas_unit.margin_bottom 			{ margin-bottom: 50px; }

.foglalas_unit.visible_only_on_mobile 			{ display: none; }

@media only screen and (max-width : 960px) {
	.foglalas_unit.visible_only_on_desktop 		{ display: none; }
	.foglalas_unit.visible_only_on_mobile 		{ display: block; }
}

@media only screen and (max-width : 768px) {
	.foglalas_unit.margin_top 			{ margin-top: 25px; }
	.foglalas_unit.margin_bottom 		{ margin-bottom: 25px; }
}
