@media (max-width: 1200px){
	#navigation .container {
		width: 100%;
	}
}
@media (max-width: 991px){

	div.loginWidget {
		float: none;
		text-align: center;
		margin: 20px 0 0;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {
		max-width: 400px;
		margin: auto;
		float: none;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		text-align: center;
		margin: auto;
		max-width: 260px;
		float: none !important;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: left;
		line-height: 30px;
		margin-left: 20px;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: left;
		line-height: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {

	.semi-blackbg{
		padding: 0px !important;
	}

	div.logo-wrapper {
		width: 80% !important;
		margin-top: 20px !important;	
	}

	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: left !important;	
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		height: auto;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		margin-left: 0px;
	}

	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.bgfooter {
    background: #000 !important;
		
	}
	#homepage-feature-property .ry-flex {
		flex-direction: column;
	}
	body[data-page-name="index"] .properties-grid {
		margin-left: -5px;
	}
}

@media (max-width: 500px) {

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {
		float: left;
	}
	body[data-page-name="index"] .properties-grid > .property {
		width: calc(100% - 10px);
	}

}


/* -- Fix for mobile repsonsive issue with display: table; -- */

body #wrapper-outer #wrapper {
	display: block !important;
}

body #wrapper-outer #wrapper #wrapper-inner {
	display: inline !important;
}

body #wrapper-outer #wrapper #footer-wrapper {
	display: block !important;
	height: auto !important;
	float: left;
}

body {
	font-size: 16px !important;
}


/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #fff;
}
.site-phone a:hover {
	color: #707070;
	text-decoration: none;
}
.broker-info ul {
	list-style: none;
	padding: 0;
}

.contact td {
	color: #fff;
	font-size: 14px;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
}
.social-icons li {
	float: right;
	margin-right:5px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	padding:5px;
	width:32px;
	height:32px;
	line-height:26px;
	text-align:center;
	transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
}
.social-icons li:hover {
	background-color:#fefefe;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color: #fff !important;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 10px 0px !important;
}
.span6.copyright {
	float: left;
}


#footer-wrapper #footer-top table.contact th.cabre {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/074ee81027def72f3c5348c9feeab305/cabre.png");
	background-size: 16px 16px;
	background-position: 6px 2px;
}



/*-- Details Page --*/

ul.slide-item-features.item-features {
	list-style: none
}

.slide-item-features li {
	padding: 10px;
	border: 1px solid #c4c4c4;
	margin: 5px;
	display: inline-block
}

span.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 0 10px 0 0
}

/*--- Modal Overrides -----*/

.modal-footer button {
	position: absolute;
	top: 0;
	right: 0;
}

.blueimp-gallery .modal-footer .btn {
	position: inherit;
}

.modal-body form.cmsForm {
	display: inline-block;
}


/*------ Font Awsome ----- */


.fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.fa-home:before {
	content: "\f015";
	float: left;
	margin: 0 20px 0 0;
}

/* -- Back Button -- */

.btn.btn-primary.arrow-left {
	background-image: url("../images/arrow-left-white.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	padding-left: 15px;
}

input.btn.btn-primary.arrow-left.back-button {
	margin: 0 0 -50px;
	float: right;
	position: relative;
	right: 30px;
	width: 10px;
	z-index: 100;
	border-radius: 50px;
	height: 30px;
}

/*-- Property Grid Overrides --*/

div.price-value {
	color: #182E57;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

div.properties-grid .property .image-wrap {
	height: 211px;
	background-color: transparent;
	overflow: hidden;
}

div.properties-grid .property .price {
	background-color: #fff;
	color: #313131;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	bottom: inherit;
}
#homepage-feature-property .property-details-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.5);
}

#homepage-feature-property .property-details-wrap p {
    color: #fff;
}

#homepage-feature-property .ry-each {
    padding: 0;
}

#homepage-feature-property .ry-each .img-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body[data-page-name="index"] .properties-grid {
    margin-left: -10px;
    width: calc(100% + 10px);
    align-items: flex-start;
}

body[data-page-name="index"] .properties-grid > .property {
    width: calc(50% - 10px);
    margin-left: 0;
}

#homepage-feature-property .ry-flex {
    display: flex;
    justify-content: center;
}

#homepage-feature-property .ry-each .img-wrap img {
    height: 100%;
    object-fit: cover;
    border: solid 3px #737373;
}
div.properties-grid .property .wrap {
	background: #FFF;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

div.properties-grid .property .wrap div.details {
	min-height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 2.5px 5px;
}

div.properties-grid .property .image img {
	margin: auto;
	min-height: 211px;
	width: 100%;
	height: auto;
}

div.properties-grid .property h2 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 2px 5px #000;
}

div.properties-grid .property .location {
	padding: 0px 15px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	clear: both;
	float: left;
}


div.properties-grid .property .area {
	color: #fff;
	float: left;
	margin-top: 8px;
	display: none;
}

div.properties-grid .property .wrap div.details .last-row {
	position: absolute;
	bottom: 10px;
	left: 5px;
	right: initial;
}

div.properties-grid .property .bedrooms .content {
	background-image: url("../files/images/icons/bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #fff;
	padding-left: 30px;
}

div.properties-grid .property .bathrooms .content {
	background-image: url("../files/images/icons/bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #fff;
	padding-left: 25px;
}


div.image-wrap .image .content {
	max-height: 211px;
}

div.properties-grid .property h2 {
	line-height: 22px;
	margin: 0 0 2.5px;
	padding: 0px 15px;
}

div.wrap .details .title {
	background-color: rgba(0,0,0,.5);
	float: left;
}

.cta-block {
	max-width: 460px;
	float: none;
	margin: auto;
	padding: 10px 5px;
}

/* -- Home Page -- */

.cta-icons .fa.fa-home:before {
	margin: 0 !important;
}

.modal-content h1 {
	color: #000;
}

#navigation .container{
	max-width: 1150px; 
}

.full-container{
	width: 100%;
	margin: 0px;
}
.communityblock{
	padding: 20px 0px 40px;  
	background-size: cover; 

}

.communityblock h1{
	text-transform: uppercase;
	letter-spacing: 2px;
}

.community .line{
	max-width:1600px; float: none; margin: auto;}

.home-button a{
	position:absolute;
	top: 40%;
	margin: auto;
	float:right;
	clear: both;
	padding: 5px 10px;
	font-size: 20px;
	color: #fff !important;
	text-align: center;
	background-color: rgba(21, 20, 20, 0.46);
}

.home-button a:hover{
	text-decoration: none;
}

.community .line .img-responsive{
	margin: 5px 0px;
}

.community .line .img-responsive:hover{
	opacity: .5;
}

.index-set{
	max-width: 1200px;
	float: none;
	margin: auto;
	clear:both;
}
.bgfooter{
	background-image: url("https://www.royacdn.com/unsafe/smart/Site-805af4f5-bfce-416a-9bd3-d23a3b4f1873/Banners/lake_minnetonka_background_image.jpg");
	background-size: cover;
	background-attachment: fixed;
	color: white;
	padding-bottom: 20px;
	text-align: center;
}
.semi-blackbg {
    background-color: rgba(46, 46, 46, 0.38);
    background-size: cover;
    padding-bottom: 20px;
    margin-bottom: -20px;
    width: 100%;
    padding: 60px;
}

.bgfooter .index-set h1{
	color: white !important;
	text-transform: uppercase !important;
}

.cta-icons{
	color: #fff; font-size: 60px; margin-top: 12px; 
}

.home-buttons {
	padding: 40px;
	font-size: 18px;
	margin: 15px 0px;
	border: solid 2px #4E4E4E !important;
}

.home-buttons a{
	color: #fff;
}
.home-buttons a:hover{
	color: #fff;
	text-decoration: none;
}

h1{
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 20px 0px;
	color: #f0f0f0;
}
.cta-buttons
margin-top: 40px;
}

.properties-index{
	margin: 40px 0px 40px 
}

.bg-resources{
	background-color: rgb(78, 78, 78) !important;
	padding: 50px 0px;
	margin: 20px 0px 0px 0px !important;
}

.bg-resources h1{
	color: #f0f0f0;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	height: auto;
}
.login .btn-login, .registerBox .btn-register, .login .btn-resetPassword{
	background-color: #0073C4;
}

hr.style2 {
	width: 10%;
	border-top: 3px solid #8c8b8b;
}
hr.style3 {
	width: 10%;
	border-top: 3px solid #fff;
}
.search-wrapper {
	max-width: 1000px;
	float: none;
	margin: auto;
	overflow: hidden;
	padding-bottom: 40px;
}

body[data-page-name="index"] .properties-grid {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}