/***=============

CSS sivona

=============***/

@charset "utf-8";
#breadcrumbs {
	margin: 0;
}
#main_image_box img.top_image{
	top: 83% !important;
	right: 0 !important;
	left: 45% !important;
	width: 80% !important;
}

@media screen and (max-width: 1280px) {
#main_image_box img.top_image {
	top: 85% !important;
	right: 0 !important;
	left: 59% !important;
	width: 80% !important;
}
}

@media screen and (max-width: 960px) {
#main_image_box img.top_image {
	top: 83% !important;
	right: 0 !important;
	left: 67% !important;
	width: 30% !important;
}
}

@media screen and (max-width: 786px) {
#main_image_box img.top_image {
	max-width: 60% !important;
	width: 150px !important;
	top: 84% !important;
	left: 58% !important;
}
}

#main_image_box img.top_image_right {
	max-width: 240px;
	width: 60%;
	z-index: 999;
	position: absolute;
	bottom: 8%;
	left: 65%;
	right: 0;
	margin: auto;
	z-index: 1;
}

.point_imgtxt_txt h4{
	display: block;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
}

.point_imgtxt_txt h4::before{
	content:'';
	display: inline-block;
	background: url(blandimg/icon_hat.png) no-repeat center;
	background-size: 120px;
	width: 100%;
	margin: 0 auto 4%;
	height: 50px;
}