/*css line*/
/*css line*/
/* */
body {
  	background-color: white;
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat;
	font-family:  'Nunito', sans-serif;
}
#user_content_real_estate span {
	font-size: 14px !important;
}
div.container {
	background-color: white;
}
h1, h2, h3, h4, h5 {
	font-family:  'Montserrat', sans-serif;
	font-weight:800;
}
a {color:#016938;}
a:hover {
	color:#074220;
	text-decoration: none;
}
#footer_4_column_include a {color:white;}
#footer_4_column_include a:hover {color:#a9d3bc}
#flexslider_1 .flex-caption {
    text-align: center;
    font-size: large;
	color:white;
	font-family:  'Montserrat', sans-serif;
    font-weight: 300;
}
#flexslider_1 .flex-caption a {color:white;}
#flexslider_1 a:hover {color:#b4e6fc;}
#footer_4_column_include {margin-top:0px;}
.header-background {
    background-color: white;
	border-bottom: 9px solid #074220;
}
#header_1.container {background-color:transparent;}
.abouttext {
    text-shadow: 0 0 10px #000;
	color:white;
    position: relative;
    padding: 40px 0 0 20px;

}
.abouttext h1 {font-size:46px;}
.aboutpic {
    position: relative;
    width: 100%;
    left: 100%;
    float: left;
    margin: 0px 0 0 -90%;
    z-index: 98;
}
.abouttext a:hover {color:lightblue;}
.aboutpic img {max-width: 100%;
    height: auto;}
.menu-background {
	background-color: #016938;
	border-bottom: 9px solid #074220;
}
#header_1.container {background-color:transparent;}
#menu_bootstrap-navbar_pat_meadows.container {background-color:transparent;}
.navbar-default {
    background-color: transparent;
    border-color:transparent;
	background-image:none;
	border-radius:0;
	border-top:none;
    -webkit-box-shadow: none;
    box-shadow:none;
}
button.navbar-toggle {
	background-color: white;
	color: #016938;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #016938;
	margin-right: auto;
	margin-left: auto;
}
.navbar-collapse.collapse.in {
	border-width: 0;
}
.navbar-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-nav {
    float: left;
    height: 74px;
    background-color: #016938;
    color: white;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #a9d3bc;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover  {
    color: #555;
    background-color: #ffffff;
	text-shadow: 0 2px 0 rgba(255,255,255,.35);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	color: #016938;
	background-image:none;
}
.navbar-nav>.active {
	margin-top: -5px;
}
.navbar-nav>.active>a {
	padding-top: 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {

}
.navbar {margin-bottom:0;min-height:40px;}
.navbar-nav>li {
	height: 100%;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    height: 100%;
    font-weight: 900;
    font-size: 16px;
}
.btn {font-size:16px;}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -o-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9d3bc), to(#016938));
	background-image: linear-gradient(to bottom, #a9d3bc 0, #016938 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff549acb', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	margin-bottom: 10px;
}
.btn-primary:hover {
	background-image: -webkit-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -o-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#016938), to(#a9d3bc));
	background-image: linear-gradient(to bottom, #016938 0, #a9d3bc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff549acb', endColorstr='#ff337ab7', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	background-position: 0 0;
}
.label-info {
	background-color: #016938;
}
.label-info[href]:hover {
	background-color: #074220;
}

.navbar {border:none;}
.re_hotsheet_buttons .btn-primary {
    margin-bottom: 10px;}
    
#user_content p {
	max-width: 99%;
}
.writeup p {
	font-weight: 700;
}
.footer-2 {
	text-align: left;
}
.footer-2 ul {
	list-style-type: none;
}
.footer-3 img {
	margin-top: 20px;
	border-radius: 4px;
}
.footer-4 .btn {
	border-width: 1px;
	border-color: white;
}
@media only screen and (min-width: 960px) {
	.aboutpic img {
		width: 100%;
	}
	.abouttext {
		margin-left: -110%;
		z-index: 99;
		float: left;
		width: 49.405%;
		left: 100%;
		margin-left: -100%;
	}
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {
	#header_1 .header-logo {
    	padding: 20px 20px 10px 0;
    }
	#header_1 .slogan {
    	padding-top: 15px;
		width: 250px;
	}
	#header_1 .tiny-contact {
    	margin-right: 0px;
    }
	.navbar-nav {
    	float: right;
    	height: auto;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header_1 .slogan {
    width: 250px;}
	#header_1 .tiny-contact {
    margin-right: 0px;}
	.navbar-nav>li>a {
		padding-right: 8px;
		padding-left: 8px;
		line-height: 20px;
		height: 100%;
		font-weight: 700;
		font-size: 1.4vw;
	}
	#menu_bootstrap-navbar_pat_meadows.container {
		margin-left: 0;
		width: 95%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 27px;
	}

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
