@media screen and (max-width: 1210px){
	.mobile {
		visibility: visible;
		display: inline;
	}
	.desktop {
		visibility: hidden;
		display: none;
	}
	.container {
		width: 100%;
		overflow: hidden;
	}
	#header {
		position: relative;
		box-shadow: none;
		height: auto;
	}
	#topbar {
		display: none;
		/*height: auto;
		padding: 6px 10px;
		text-align: center;
		box-sizing: border-box;*/
	}
	#topbar .left {
		float: none;
		font-size: 12px;
	}
	#topbar .right {
		display: none;
	}
	#logo {
		width: 100%;
		text-align: center;
		float: none;
		padding: 8px 15px 16px;
		box-sizing: border-box;
	}
	.slider, .ei-slider {
		margin-top: -20px;
	}
	#feature {
		margin: 0 0 20px;
		height: auto;
	}
	#feature .container {
		margin: auto;
		padding: 25px 30px 30px;
	}
	
	.homepage {
		padding: 12px;
		width: 100%;
		box-sizing: border-box;
	}

	#banner-centered {
		margin: 0 0 20px 0;
		float: none;
	}
	#banner-centered img {
		left: 0;
		transform: translate(0%, 0px);
	}
	.content, .left-column {
		margin: 0;
		padding: 12px;
		float: none;
		width: 100%;
		min-height: 0;
		box-sizing: border-box;
	}
	.right-column { 
		display: none;
	}
	.content-large {
		margin: 0;
		padding: 8px;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
	}
	.column {
		width: 100%;
		float: none;
	}
	.column ul {
		margin: 0;
	}
	
	a.button-large {
		margin: 20px 0 10px 0;
	}

	#footer {
		float: none;
		width: 100%;
		text-align: center;
	}
	#contact {
		clear: left;
		float: none;
		width: 100%;
		margin-top: 9px;
		text-align: center;
	}
	#footer .info, #footer .contact, #copyright, #design  {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 9px 0;
		float: none;
	}

	body#home a#nav-home,
	body#services a#nav-services,
	body#about a#nav-about,
	body#contact-us a#nav-contact-us{
		padding: 17px 0 7px 10px;
		border-right: 5px solid #c5952c;
		border-left: 0px;
		height: 54px;
		width: 100%;
		box-sizing: border-box;
	}
	.desktop-nav {
		display: none !important;
	}
	.mobile-nav {
		display: block !important;
	}
	#nav {
		width: 100%;
		height: 55px;
		padding: 0;
		margin: 0px;
		text-align: left;
		float: none;
		position: relative;
	}
	#nav img {
		bottom: 0px;
		position: relative;
		float: right;
		padding-right: 20px;
	}
	#nav ul {
		width: 100%;
		position: static;
		display: none;
	}
	#nav ul ul {
		position: relative;
		width: 100%;
	}
	/*Create vertical spacing*/
	#nav li {
		border-bottom: 1px solid #fff;
		padding: 0;
	}
	/*Make all menu links full width*/
	#nav ul li, #nav li a {
		width: 100%;
		background-color: #F1E1C0;
	}
	#nav li a {
		color: #272723;
		text-align: left;
		padding: 17px 0px 7px 10px;
		height: 30px;
		border: 0px solid #fff;
	}
	
	#nav li:hover a, #nav li:active a {
		background-color: #DCB563;
		color: #272723;
		width: 100%;
		display: block;
		border-bottom: 0px solid #fff;
		padding: 17px 0px 7px 10px;
		margin: 0;
	}
	
	/*Style for dropdown links - 2nd Level*/
	#nav li:hover ul a, #nav li:active ul a {
		color: #272723;
		background-color: #DCB563;
		text-align: left;
		font-size: 18px;
		line-height: 20px;
		border-bottom: 1px solid #fff;	
		padding: 17px 0px 7px 10px;
		margin: 0;
		width: 100%;
	}

	/*Hover state for dropdown links*/
	#nav li:hover ul a:hover, #nav li:hover ul a:active {
		padding: 17px 0px 7px 10px;
		margin: 0;
		width: 100%;
	}

	/*Hide dropdown links until they are needed*/
	#nav li ul {
		display: none;
	}

	/*Make dropdown links vertical*/
	#nav li ul li {
		display: block;
		float: none;
		position: relative;
		border-top: 0px solid #fff;
		top: 0px;
		left: 0px;
		padding: 0;
		margin: 0;
		width: 100%;
		z-index: 1001;
	}

	#nav ul li a:hover + .hidden, #nav .hidden:hover {
		border-top: 1px solid #fff;
	}
	#nav ul li ul li a:hover + .third-level-menu, .third-level-menu:hover {
		display: none;
	}
	#nav .third-level-menu {
		display: none;
	}

	/*Display 'show menu' link*/
	.show-menu {
		position: relative;
		top: 0;
		display:block;
		border-bottom: 1px solid #fff;
		}
		nav ul:active{
			display: block;
		}
}

@media screen and (max-width : 1190px) {
	.highlight {
		width: 32%;
		margin: 0 15px 50px 0px;
		min-height: 0;  
	}
	a.highlight h2 {
		width: 100%;
	}


@media screen and (max-width: 1000px) {
	.specialty .description {
		width: 100%;
		padding: 0px 35px 20px;
	}
	
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
	.specialty img {
		display: none;
	}
}
@media screen and (min-width: 813px) and (max-width: 1210px){
	h2 {
		font-size: 20px;
		margin: 10px 0 10px 0;
	}
	a.button {
		font-size: 14px;
		width: 43%;
		padding: 10px 15px;
		margin: 10px 25px 05px 0;
	}
	a.button-large {
		margin: 20px 10px 10px 0;
		font-size: 12px;
		width: 30%;		
		min-height: 125px;
	}
	a.button-large h3 {
		font-size: 25px;
	}
}
@media screen and (min-width: 813px) and (max-width: 895px){
	a.button {
		min-height: 75px;
	}
}
@media screen and (max-width : 812px){
	/*img { 
		max-width: 100%;
		height: auto;
	}*/

	h1 {
		font-size: 25px;
		line-height: 29px;
		margin: 25px 0 15px 0px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 25px;
		line-height: 29px;
		margin: 50px 0 15px 0px;
	}
	#feature h3 {
		font-size: 23px;
	}

	.properties {
		width: 50%;
		float: none;
	}
	.properties img {
		width: 50%;
	}
	.about {
		font-size: inherit;
	}
	.property .description, .property .text, .property .links {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.property img {
		float: none;
	}
	a.button, a.button-large {
		width: 100%;
	}
	a.button-large {
		margin: 15px 0 10px 0;
	}
	.listing {
		float: none;
		max-width: 389px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.listing img {
		max-width: 389px;
		width: 100%;
	}
	a.button-apply {
		margin: 0;
		float: none;
	}
	.offset:before {
		float: none;
		height: 0;
		margin: 0;
	}
	.property .fluid_container {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width : 640px){
	#logo img {
		max-width: 100%;
	}
	.specialty p {
		padding-left: 0;
	}
	.specialty img {
		max-width: 100%;
	}
	blockquote:before {
		display: none;
	}
	blockquote { 
		padding: 0;
	}
	.highlight {
		float: none;
		width: 100%;
		margin: 0 0 14px;
		min-height: 0;
	}
	a.highlight h2 {
		width: 100%;
	}
	.specialty .description {
		padding: 0px 25px 20px;
	}
	.specialty h2 {
		margin-top: 25px;
	    line-height: 25px;
	}
}
/* Fix for Android */
	body {
	  -webkit-animation: bugfix infinite 1s;
	}
	@-webkit-keyframes bugfix {
	  from { padding: 0; }
	  to { padding: 0; }
	}
/* default checkbox */
	#nav input[type=checkbox] {
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}

	label {
	  cursor: pointer;
	  user-select: none;
	}