@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) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
	.header_bar {
		padding-left: 30px;
		padding-right: 1rem;
	}

	.header_content {
		padding-left: 30px;
	}

	.main_nav {
		margin-left: 106px;
	}

	.header_list ul li:not(:last-of-type) {
		margin-right: 4rem;
	}

	.header_list ul li>div {
		width: 17px;
		height: 17px;
	}

	.header_list ul li span {
		font-size: 10px;
		margin-left: 8px;
	}

	.test_slide {
		padding-right: 100px;
	}

	.mx-xl-3 {
		margin-left: 1.3rem !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0.5rem !important;
		margin-left: -19.4rem !important;
	}

	.hamburger i {
		margin-left: -1.7rem;
	}

	.text-centers {
		margin-left: 0rem;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
	.logo {
		margin-right: -3.5rem;
	}

	.logo-footer {
		margin-left: -4rem;
	}

	.hamburger {
		margin-left: 3.5rem!important;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
	.logo {
		margin-right: -5.0rem;
	}

	.mx-xl-3 {
		margin-left: 0.1rem !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0.5rem !important;
		margin-left: -15.8rem !important;
	}

	.logo-footer {
		margin-left: -7rem;
	}
	.hamburger {
		margin-left: 5rem !important;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
	.main_nav ul li:not(:last-of-type) {
		margin-right: 13px;
	}

	.main_nav {
		margin-left: 81px;
	}

	/* .submit {
		width: 204px;
	} */

	.main_nav ul li a {
		font-size: 14px;
	}

	.listing_info ul li:not(:last-of-type) {
		margin-right: 25px;
	}

	/*.listing_location
	{
		padding-left: 25px !important;
	}*/
	.listing_location a {
		font-size: 14px;
		margin-left: 15px;
	}

	.prop_location img {
		margin-top: -4px;
	}

	.footer_content {
		padding-bottom: 23px;
	}

	.footer_col {
		margin-bottom: 60px;
	}

	.footer_listing_location a {
		max-width: none;
	}

	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 0.6rem !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0.5rem !important;
		margin-left: -17.2rem !important;
	}

	.social ul li:not(:last-of-type) {
		margin-right: 1rem;
	}
}

/************
4. 1155px
************/

@media only screen and (max-width: 1155px) {
	.phone-link {
		display: none;
	}

	.address-link {
		display: none;
	}

	.mail-link {
		display: none;
	}

	.header_list ul li>div {
		width: 23px;
		height: 23px;
	}

	.logo {
		margin-right: -3.5rem
	}

	.mx-xl-3 {
		margin-left: 0rem !important;
		margin-right: 0.6rem !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0.5rem !important;
		margin-left: -14.2rem !important;
	}

	.logo-footer {
		margin-left: -6rem;
	}
	.hamburger {
		margin-left: 3rem;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
	.logo {
		margin-right: -5rem
	}

	.logo a img {
		padding-right: 0.5rem;
	}
	.hamburger {
		margin-left: 4rem;
	}
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
	.logo {
		margin-right: -4.5rem
	}

	.mx-xl-3 {
		margin-left: -0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.mt-2,
	.my-2 {
		margin-top: 0.5rem !important;
		margin-left: -12.5rem !important;
	}

	.logo-footer {
		margin-left: -7rem;
	}
	.hamburger {
		margin-left: 0rem;
	}
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
	.header.scrolled {
		top: 0;
	}

	.header_bar {
		display: none !important;
	}

	.header_content {
		padding-right: 30px;
	}

	.main_nav,
	.submit {
		display: none;
	}

	.hamburger {
		display: block;
	}

	.search_inputs {
		width: 100%;
	}

	.search_input {
		width: 100%;
	}

	.search_input:not(:last-of-type) {
		margin-bottom: 11px;
	}

	.search_button {
		margin-top: 13px;
	}

	.listing_box {
		width: calc(100% / 2);
	}

	/*.listing_location a
	{
		max-width: 100%;
	}*/
	.footer_nav ul li:not(:last-of-type) {
		margin-right: 30px;
	}

	.logo-footer {
		margin-left: -7rem;
		width: 80% !important;
	}
}

/************
7. 959px
************/

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

/************
8. 880px
************/

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

/************
9. 768px
************/

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

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
	.listing_tags {
		width: 100%;
	}

	.sorting_container {
		width: auto;
		padding-left: 0;
	}

	.sort span {
		font-size: 14px;
	}

	.listing_tags ul li {
		height: 40px;
		margin-bottom: 10px;
	}

	.listing_tags ul li:not(:last-of-type) {
		margin-right: 10px;
	}

	.listing_tags ul li a {
		font-size: 14px;
		line-height: 40px;
	}

	.listing_tags ul li a span {
		margin-left: 11px;
	}

	.listings_container {
		width: 100%;
		margin-left: 0;
	}

	.listing_box {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.footer_bar_content {
		height: auto;
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.footer_nav ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.copyright {
		margin-top: 70px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 36px;
	}

	p {
		font-size: 13px;
	}

	.button {
		width: 165px;
		height: 47px;
	}

	.button a {
		font-size: 12px;
		line-height: 47px;
	}

	.search_input {
		height: 45px;
		font-size: 14px;
		padding-left: 20px;
	}

	.search_input::-webkit-input-placeholder {
		font-size: 13px !important;
	}

	.search_input:-moz-placeholder {
		font-size: 13px !important;
	}

	.search_input::-moz-placeholder {
		font-size: 13px !important;
	}

	.search_input:-ms-input-placeholder {
		font-size: 13px !important;
	}

	.search_input::input-placeholder {
		font-size: 13px !important;
	}

	.search_button {
		width: 188px;
		height: 45px;
		font-size: 12px;
		font-weight: 600;
	}

	.menu_nav ul li a {
		font-size: 24px;
	}

	.menu .log_reg ul li a {
		font-size: 12px;
	}

	.section_subtitle {
		font-size: 12px;
	}

	.header_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.prop_location span {
		font-size: 14px;
	}

	.copyright {
		font-size: 12px;
	}
}

/************
11. 539px
************/

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

/************
12. 480px
************/

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

/************
13. 479px
************/

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

/************
14. 400px
************/

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