@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
	.logo {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
		float: left;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/
@media only screen and (max-width: 1280px) and (orientation:landscape) {
	.col-md-2 {
		width: 33.33333333%;
	}
}

@media only screen and (max-width: 1280px) {
	.logo {
		width: 300px;
	}
}

/************
4. 1199px
************/
@media only screen and (max-width: 1199px) {
	.main_nav ul li a {
		font-size: 14px;
	}

	.city {
		width: calc((100% - 27px) / 2);
		margin-bottom: 26px;
	}

	.footer_nav {
		margin-left: 60px;
	}

	.footer_nav ul li:not(:last-child) {
		margin-right: 25px;
	}

	div#lista_annunci {
		margin: 20px 0px;
	}

	a.btn.viewbtnMap {
		float: right;
		bottom: 8px;
		right: 24px;
		position: absolute;
		border: 1px solid lightgray;
		font-size: 12px;
	}

	.add_preferiti_map {
		float: right;
		position: absolute;
		right: 30px;
		top: 10px;
		font-size: 12px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
	.home_search_container {
		width: 100% !important;
		right: 0 !important;
		left: 0 !important;
	}
}

/************
6. 991px
************/

@media only screen and (min-width: 991px) and (orientation: landscape) {
	.col-md-2 {
		width: 33.33333333% !important;
	}
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
	.logo {
		width: 100%;
		max-width: 160px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
		float: left;
	}

	.col-sm-8.bodyCard {
		width: 50%;
	}

	.col-sm-4.container-img {
		width: 50%;
	}
}

@media only screen and (max-width: 991px) {
	.header_content {
		height: 80px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.main_nav {
		display: none;
	}

	.phone_num_inner {
		padding-left: 5px;
		padding-right: 5px;
		background: none;
	}

	.hamburger {
		display: block;
		margin-right: 10px;
		border: 1px solid;
		padding: 10px;
		border-radius: 5px;
	}

	.home_title {
		font-size: 48px;
	}

	.home_price {
		font-size: 24px;
	}

	.testimonial_col:not(:last-child) {
		margin-bottom: 60px;
	}

	.newsletter_form_container {
		margin-left: 0;
		margin-top: 50px;
	}

	.newsletter_button {
		width: 173px;
		height: 52px;
		font-size: 12px;
	}

	.newsletter_input {
		height: 52px;
	}

	.footer_col:not(:last-child) {
		margin-bottom: 0px;
	}

	.footer_nav {
		display: none;
	}

	.menu_item.dropdown.open a.dropdown-toggle {
		display: block;
		color: #fff;
	}

	.menu_content .menu_item .dropdown-menu {
		position: relative;
		background: none;
		border: 0;
		box-shadow: none;
		color: #fff;
		text-align: center;
		float: none;
	}

	.menu_content .menu_item .dropdown-menu li a {
		color: #fff;
		white-space: inherit;
		font-size: 18px;
	}

	.menu_content .menu_item .dropdown-menu>li>a:hover {
		background: #2cd983;
	}

	.menu_item.dropdown a.dropdown-toggle:after {
		font-weight: 900;
		content: "\f0d7";
		font-family: "Font Awesome 5 Free";
	}

	.sidebar_search {
		padding-left: 10px;
		padding-right: 10px;
	}

	.annuncio_show.parallax {
		padding-left: 0 !Important;
		padding-right: 0 !Important;
	}

	.intro_title {
		padding: 0 15px;
		line-height: unset !important;
	}

	.intro_title h1 {
		font-size: 22px;
		line-height: unset !important;
	}

	.property_title h2 {
		font-size: 18px;
	}

	.agent-info {
		padding: 20px;
	}

	.agent-info p,
	.agent-info a {
		margin-bottom: 0;
	}

	.whatsapp-button {
		width: 60px;
		height: 60px;
		background: #25d366;
		color: #fff !important;
		position: fixed;
		right: 10px;
		z-index: 22;
		bottom: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	}

	.whatsapp-button a {
		color: white;
	}

	.whatsapp-button.active,
	.whatsapp-button.focus,
	.whatsapp-button:active,
	.whatsapp-button:focus,
	.whatsapp-button:hover {
		background-color: #199b49 !important;
		color: #fff;
		border-color: #25D366 !important;
	}
}

/************
7. 959px
************/

/*@media only screen and (max-width: 959px) {}*/

/************
8. 880px
************/

/*@media only screen and (max-width: 880px) {}*/

/************
9.1 769px
*************/
@media only screen and (min-width: 768px) and (orientation: landscape) {

	.col-sm-4 {
		width: 33.33333333% !important;
	}
	.col-md-2 {
		width: 33.33333333% !important;
	}

}

/*@media only screen and (min-width: 768px) {}*/
/************
9. 768px
************/

@media only screen and (max-width: 768px) {
	.rsFullscreen .rsSlide {
		text-align: center;
		display: flex !important;
		align-items: center;
	}

	.rsFullscreen img.rsImg.rsMainSlideImage {
		height: auto !important;
		margin: auto !important;
		width: 100% !important;
		top: 0;
		bottom: 0;
	}

}

/************
10. 767px
************/

@media screen and (max-width: 767px) {
	.hamburger {
		display: block;
		margin-right: 10px;
	}

	ul.list-unstyled {
		margin-bottom: 40px;
	}

	.fanpages-wrapper li {
		margin: 0 !important;
		padding: 0;
	}

	.btn-lingua {
		padding: 0px;
	}

	.btn-lingua:after {
		-webkit-font-smoothing: antialiased;
		content: '\f0d7';
		color: #fff;
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		font-size: 12px;
		position: absolute;
		top: 0;
		bottom: 11px;
		margin: auto;
		height: 8px;
		right: -10px;
	}

	#annunci_preferiti_li {
		margin-top: 10px;
		margin-left: 5px;
	}

	.city {
		width: 100%;
	}

	.recent_slider_nav_container {
		display: none;
	}

	.recent {
		padding-left: 15px;
		padding-right: 15px;
	}

	.property_body {
		height: inherit;
	}

	.sidebar_search_title {
		position: relative;
		top: inherit;
	}

	.sidebar_search {
		padding: 0;
	}

	.sidebar {
		margin-top: 40px;
	}

	ul.info-wrapper li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar_search_title {
		text-align: left;
		font-size: 17px;
		padding-left: 15px;
	}

	.sidebar .add_preferiti {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		background: #9D1821;
		color: #fff;
		padding: 10px;
		height: 68px;
		line-height: 63px;
	}

	.contact_form_container {
		margin-top: 40px;
	}

	.testimonials_row {
		word-break: break-word;
	}

	.testimonials_row img {
		width: 100% !important;
		height: auto !important;
	}

	.logo img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;
	}

	.logo {
		width: 100%;
		max-width: 160px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
		float: left;
	}

	h2.info-text {
		text-align: center;
		font-size: 20px;
		margin: 20px;
	}

	h1.tot_risultati {
		text-align: center;
		font-size: 20px;
		margin: 20px;
	}

	.col-sm-4.container-img {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 766px) {
	.recent_item_body {
		height: inherit;
	}

	.menu_item {
		position: relative;
		margin-bottom: 10px;
	}
}

/************
11. 575px
************/

@media screen and (max-width: 575px) {
	#swiper1 {
		height: 560px !important;
	}

	.home {
		max-height: 560px;
	}

	.footer_logo {
		display: none;
	}

	.menu_close_container {
		top: 28px;
		right: 28px;
	}

	.menu_item a {
		font-size: 20px;
	}

	.menu_phone {
		font-size: 11px;
	}

	.button {
		width: 153px;
		height: 52px;
	}

	.button a {
		font-size: 12px;
		line-height: 52px;
	}

	.home_subtitle {
		font-size: 12px;
	}

	.home_title {
		font-size: 24px;
	}

	.home_price {
		font-size: 18px;
	}

	.search_form_button {
		font-size: 12px;
	}

	.city_title {
		font-size: 24px;
	}

	.city_subtitle {
		font-size: 14px;
	}

	.newsletter_title {
		font-size: 24px;
	}

	.footer_phone,
	.cr {
		font-size: 12px;
		padding: 0px 20px;
	}

	.home_search_content {
		padding: 20px;
	}

	.home_search_container {
		padding: 10px;
		bottom: 0;
	}

	.section_title {
		font-size: 26px;
		text-align: center;
	}

	.section_title h1 {
		font-size: 26px;
	}

	.pages .home_title h1 {
		font-size: 35px;
	}

	ul.contact_info_list li,
	ul.contact_info_list li a {
		font-size: 16px;
	}

	.contact_input,
	.form-control {
		padding-left: 10px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
	#map_search .mapsearch_control_selectArea {
		text-align: center;
		max-width: 230px;
		top: 48px !important;
	}

	.phone_num span {
		font-size: 15px;
		font-weight: 500;
		color: #FFFFFF;
		margin-left: 0px;
		line-height: 39px;
	}
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
	.footer_phone {
		display: none;
	}


}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
	div#lista_annunci {
		margin: 20px 0px;
	}
}

/************
15. 650px
************/
@media only screen and (max-height: 650px) {
	.home {
		max-height: 540px;
	}

	#swiper1 {
		height: 540px !important;
	}
}

/************
16. 375px
************/
/*@media screen and (max-width:375px) {
	.col-xss-12 {
		width: 100%;
	}

	.logo img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;
	}

	.logo {
		width: 100%;
		max-width: 200px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
		float: left;
	}
}*/

/************
17. 280px
************/
@media screen and (max-width: 280px) {
	#image {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;
	}

	.logo {
		width: 100%;
		max-width: 200px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
		float: left;
	}
}
