@media print { 
	
	/* @page { size: auto; margin: 0mm; } */
	
	/* DEFAULT */
	/*#website { padding: 10mm; }*/
	

	/* COOKIE LAW INFO */
	#cookie-law-info-bar, 
	#cookie-law-info-again { display: none !important; }
	
	/* HEADER */
	#header { border-bottom: none !important; position: relative !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
	
	/* HEADER: Logo */
	#header .logo { height: 60px; left: 50%; position: relative; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
	
	/* HEADER: Menu */
	#header ul.menu, 
	#header .action_buttons { display: none !important; }
	
	/* CONTAINER */
	#container { padding-top: 0 !important; }
	
	/* THE PROPERTY */
	#the_property { padding: 0 !important; }
	#the_property:before { display: none; }
	
	/* THE PROPERTY: Main image */
	#the_property .main_image { min-height: 200px; -webkit-print-color-adjust: exact !important; color-adjust: exact; }
	#the_property .main_image:before { padding-top: 25% !important; }
	#the_property .main_image .photos_count { display: none !important; }
	
	/* THE PROPERTY: Content */
	#the_property .content_wrap { margin-top: 30px; }
	#the_property .content_wrap .wrap_left { width: 100%; padding-right: 0; font-size: 16px; line-height: 25px; order: 2; }
	#the_property .content_wrap .wrap_left h1 { margin-bottom: 20px; font-size: 30px; }

	#the_property .content_wrap .wrap_right { width: 100%; padding-left: 0; order: 1; }
	#the_property .content_wrap .wrap_right .base_data { -webkit-print-color-adjust: exact !important; color-adjust: exact; }
	#the_property .content_wrap .wrap_right .base_data.share, 
	#the_property .content_wrap .wrap_right .base_data.action_button { display: none !important; }
	
	/* THE PROPERTY: Property data */
	#the_property .property_data { margin-top: 0; margin-bottom: 30px; }
	#the_property .property_data .property_data_wrap { width: 100%; padding-top: 0; padding-bottom: 0; border-top: none; border-bottom: none; }
	#the_property .property_data .property_data_wrap .datas_wrap .data { width: calc(33.3333333333% - 30px); padding: 5px 0; }
	#the_property .property_data .property_data_wrap .datas_wrap .data.has_check_icon { -webkit-print-color-adjust: exact !important; }

	/* THE PROPERTY: Gallery */
	#the_property .photogallery { display: none !important; }
	
	/* THE PROPERTY: Property referent */
	#the_property .property_referent { display: none !important; }

	/* THE PROPERTY: Contact form */
	#the_property .contact_form { display: none !important; }
	
	/* THE PROPERTY: Map */
	#the_property .map { display: none !important; }
	
	/* THE PROPERTY: Referent */
	#the_property .property_referent_wrap { width: 100%; border: 3px solid #ddd; align-items: center; }
	#the_property .property_referent_wrap .avatar { padding: 20px; }
	
	
	#the_property .property_referent_wrap .personal_info .phone div::before { display: inline-block; content: attr(data-first) attr(data-last) " "; }
	#the_property .property_referent_wrap .personal_info .phone div span { display: none !important; }
	#the_property .property_referent_wrap .personal_info .phone div .button { display: none !important; }
	
	/* FOOTER */
	#footer { display: none !important; }
}
