@media screen and (max-width: 1210px){
	h2 {
		font-size: 22px;
		margin: 25px 0 10px 0;
	}
	.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;
	}

	#feature {
		margin: 0 0 20px;
		height: auto;
	}
	#feature .container {
		margin: auto;
		padding: 25px 30px 30px;
	}
	.rslides_container {
		position: relative;
		margin: 0;
	}
	.homepage {
		width: 100%;
		box-sizing: border-box;
	    height: auto;
	}

	#banner-centered {
		margin: 0 0 20px 0;
		float: none;
	}
	#banner-centered img {
		left: 0;
		transform: translate(0%, 0px);
	}
	.content, .left-column, .right-column {
		margin: 0;
		padding: 12px;
		float: none;
		width: 100%;
		min-height: 0;
		box-sizing: border-box;
	}
	.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  {
		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#gallery a#nav-gallery,
	body#info a#nav-info{
		padding: 17px 0 7px 10px;
		border: 0px;
		height: 54px;
		width: 100%;
		box-sizing: border-box;
	}
	.desktop-nav {
		display: none !important;
	}
	.mobile-nav {
		display: block !important;
	}
	#nav {
		width: 100%;
		height: 54px;
		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 #3c3b39;
		padding: 0;
		margin-top: 0;
	}
	/*Make all menu links full width*/
	#nav ul li, #nav li a {
		width: 100%;
	}
	#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: #d1c79e;
		color: #272723;
		width: 100%;
		display: block;
		border-bottom: 0px solid #3c3b39;
		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: #d1c79e;
		text-align: left;
		font-size: 18px;
		line-height: 20px;
		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;
		border-bottom: 0px;
		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 #3c3b39;
	}
	#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;

		}
		nav ul:active{
			display: block;
		}

}

@media screen and (min-width: 813px) and (max-width: 1210px){

	h1 {
		margin: 15px 0 0 15px;
	}
	h3 {
	    margin: -8px 0 20px 0;
	}
	.properties {
		width: 25%;
		float: none;
	}
	.properties img {
		width: 25%;
	}
	.property .description {
		width: 50%;

	}
	.property .text, .property .links {
		width: 100%;
	}
	.property img {
		max-width: 50%;
	}
	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 (max-width: 1000px){
.gallery-lightbox {
    padding: 30px 10px;
}
.showcase-feature {    
    width: 100%;
	max-width: 100%;
}
.showcase-thmbs {
	float: right;
    width: 100%;
	max-width: 100%;
}
.showcase-thmbs img {
	max-width: 15%;
}
.lb-image img {
	width: 100% !important;
}
.lb-outerContainer, .lb-dataContainer {
	width: 100% !important;
	height: auto !important;
}


}
.lb-image {
	width: 100% !important;
}
}

@media screen and (min-width: 813px) and (max-width: 895px){
	a.button {
		min-height: 75px;
	}
}
@media screen and (max-width : 812px){
	.homepage {
		background-image: none;
		height: auto;
	}
	.homepage .left, .subpage .left {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.homepage .right, .subpage .right {
		float: right;
		padding: 0 6%;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.homepage .container {
    	height: auto;
	}
	.homepage h2 {
		margin: 30px 0 20px 0;
	}
	img { 
		max-width: 100%;
		height: auto;
	}

	h1 {
		font-size: 45px;
		margin: 10px 0 0 10px;
	}
	#feature h3 {
		font-size: 23px;
	}
	h3 {
		margin: 10px 0 15px 0px
	}
	.listing h4 {
		font-size: 18px;
	}
	p {
		padding-left: 15px;
	}
	.properties {
		width: 50%;
		float: none;
	}
	.properties img {
		width: 50%;
	}
	.about {
		font-size: inherit;
	    margin: -5px 13px 15px -10px;
	}
	.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%;
	}
}
/* 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;
	}