@media (min-width: 1401px) {
	.mt_hamb_menu {
		max-width: 450px;
		padding: 140px 30px 35px 35px;
		width: 410px;
	}
}
@media (min-width: 769px) {
	html.system .mt_mob_dropdown_wrap .selectivo__option:hover {
	    /*color: #b9b99c;*/
	    background-color: transparent;
	}
	.mt_mob_dropdown_wrap .dropdown [role="option"]:focus,
	.mt_mob_dropdown_wrap .selectivo__option.selectivo__option--selected,
	.mt_mob_dropdown_wrap .selectivo__option.selectivo__option:hover {
	    background: #ffffff !important;
	    color: #b9b99c;
	}
	html.system .mt_mob_dropdown_wrap .selectivo__option:hover,
	#category_selector button:hover {
	    color: #b9b99c;
	}
	#blog_page .mt_tab_head_wrapper .selectivo__option {
		outline: none;
	}
	
}
@media (max-width: 1400px) {
	header .mt_navigation_wrapper nav ul li a {
		font-size: 12px;
		margin-right: 20px;
	}
	.mt_hamb_menu {
		padding: 140px 60px 35px 30px;
	}
}
@media (max-width: 1200px) {
	header .mt_navigation_wrapper nav ul li a {
		letter-spacing: 1px;
	}
}
@media (max-width: 991px) {
	header .mt_navigation_wrapper nav ul li a {
		margin-right: 5px;
		font-size: 10px;
	}
}
@media (max-width: 768px) {
	.mt_address_middle .mt_desktop {
		display: block !important;
	}
	.home-page .mt_banner .mt_main_heading {
		max-width: 100%;
	}
	header .mt_logo_area img {
		max-width: 100px;
	}
	.mt_hamb_menu {
		padding: 125px 45px 35px 20px;
	}
	.mt_mob_dropdown_wrap .selectivo__label,
	.mt_mob_dropdown_wrap .dropdown .selectivo__dropdown .selectivo__option {
		color: #b9b99c;
	    text-align: center;
	    font-family: gill-sans-nova, sans-serif;
	}
	.mt_mob_dropdown_wrap .dropdown .selectivo__dropdown .selectivo__option:hover,
	.mt_mob_dropdown_wrap .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
		color: #fff;
		background-color: #b9b99c;
	}
	.mt_mob_dropdown_wrap .selectivo__label::after {
		background: url(../images/down_arrow.png) no-repeat center center;
	}
	.home-page .mt_banner .mt_txt_intro span{
		display:block;
	}
	.neighborhood .mt_sub_category_list li{
		color: #fff;
	}
	.gallery header{
		background: rgba(185, 185, 156, 1) !important;
	}
	.mt_floorplan .mt_fp_links a,
	.mt_floorplan .mt_fp_filter>div li {
		display: block;
	}
	#gallery_page{
		margin-top: 123px;
	}
	#contact_page .mt_banner {
		background-position: center top;
	}
	#our_story_page .mt_home_intro .mt_main_heading span {
		margin: 25px auto 0 auto;
		font-size: 20px;
		line-height: 48px;
	}
	#amenities_page .mt_banner {
		background-size: 44% center;
	}
}

@media (max-width: 480px) {
	.mt_hamb_menu {
		width: 270px;
		padding: 125px 30px 35px 10px;
	}
	#our_story_page .mt_home_intro .mt_main_heading{
		font-size: 23px;
		letter-spacing: 0;
	}
	#our_story_page .mt_home_intro .mt_main_heading span {
		font-size: 18px;
	}
	.mt_banner .mt_main_heading{
		letter-spacing: 2px;
	}
	#home_page .mt_home_cnt.mt_home_type2 .mt_two_col:nth-of-type(3) .mt_col_img{
		min-height: 120vw !important;
	}
}