:root {
	--top1: 1450px;
	--top2: 1850px;
	
 }


/* ================================================== */
/*  header	*/ 
/* ================================================== */
	header {
	width: 100%;
	height:120px;
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background:#fff;
	border-bottom: 1px solid #302e7a;

	}
	
	header .info{
	display:block;
	color:#fff;
	text-align:right;
	padding:0;
	width:100%;
	z-index:100;
	background: #fff;


	}
	header .info .column{
	display:inline-block;
	padding:0 15px 0 15px;
	font-size:11px;
	letter-spacing:1px;
	}
	header .info .social.column{
	border:none;
	}
	header .info .social i{
	color:#fff;
	font-size:14px;
	display:inline-block;
	float:none;
	padding:0 10px 0 10px;
	}
	header .info strong{
	font-size:12px;
	}
	
	header.header-light .info{
	color:#333;
	}
	header.header-light .info .social i{
	color:#333;
	}
	header.transparent.header-light .info,
	header.transparent.header-light .info .social i{
	color:#fff;
	}
	
	header.header-bg{
	background:rgba(0,0,0,0.5);
	}
	
	header.transparent{
	background:rgba(0,0,0,0.0);
	}
	
	header.autoshow{
	top:-80px;
	}	
	
	header.autoshow.scrollOn,header.autoshow.scrollOff{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	outline: none;	
	}
	
	header.autoshow.scrollOn{
	top:0;
	}
	
	header.autoshow.scrollOff{
	top:-80px;
	}
	
	header div#logo {
	display: table;
	height: 80px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
	    
	}
	header div#logo .logo-2{
	display:none;
	}
	header div#logo a{
	display:table-cell;
    vertical-align:middle;
	}
	header nav {
	float:right;
	}
	header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
	}
	header nav a:hover {
	color: #555; 
	}
	header.smaller:not(.header-bottom):not(.side-header) #mainmenu a{
	padding-top: 18px;
	padding-bottom:18px;
	}
	header.smaller:not(.header-bottom):not(.side-header) #mainmenu li li a{
	padding-top: 0px;
	padding-bottom: 0px;
	}
	header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul{
	top:70px;
	}
	header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul ul{
	top:0px;
	}
	header.smaller:not(.header-bottom):not(.side-header){
	height: 80px;
	background:#fff;
	border-bottom: 1px solid #302e7a;
	}
	header.smaller.no-border:not(.header-bottom):not(.side-header){
	border:none;
	}
	header.smaller:not(.header-bottom):not(.side-header) div#logo {
	height:70px;
	}
	
    .de-navbar-left header #mainmenu{
	float:none;
	margin:0;
	padding:0;
	}	
	
	.de-navbar-left header #mainmenu > li{
	display:block !important;
	margin:0;
	float:none;
	text-align:center;
	font-family:"Dosis";
	letter-spacing:5px;
	font-size:14px;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px rgba(255,255,255,.1);
	}	
	.de_light.de-navbar-left header #mainmenu > li{
	border-bottom:solid 1px rgba(0,0,0,.05);
	}
	.de-navbar-left header #mainmenu > li > a{
	padding:0;
	opacity:.5;
	}	
	.de_light.de-navbar-left header #mainmenu > li > a{
	color:#222;
	}	
	.de-navbar-left header #mainmenu > li a:hover{
	opacity:1;
	}
	.de-navbar-left header #mainmenu > li >a:after{
	content:none;
	}
	.de-navbar-left header nav{
	float:none !important;
	}

    /* ================================================== */
/* navigation */
/* ================================================== */
	#mainmenu {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	float: right;
	font-size:13px;
	font-weight:600;
	letter-spacing:1.6px;
	text-transform:uppercase;
	margin-bottom: 5px;
	}	
	
	#mainmenu ul {
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
	}
	
	#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	}
		
	#mainmenu a {
	display: inline-block;
	margin: 0px 10px 12px 10px;
	padding: 10px;
	line-height: 35px;
	text-decoration: none;
	text-align:center;
	outline:none;
	font-family: 'Montserrat';
	font-weight: bold;
	}

	#mainmenu #nav-list:hover{
		background: #302e7a;
		color: #fff;
	}

	#mainmenu a,
	header.transparent.header-light #mainmenu a{
	color:#000;
	}
	
	
	#mainmenu li:last-child a:after{display:none;}
	
	#mainmenu.no-separator li a:after{
	font-size:0px;
	}	
	
	#mainmenu.line-separator li a:after{
	content:"/";
	font-size:14px;
	}	
	
	#mainmenu.circle-separator li a:after{
	content:"\f10c";
	font-size:9px;
	}	
	
	#mainmenu.strip-separator li a:after{
	content:"\f068";
	font-size:9px;
	}	
	
	#mainmenu.plus-separator li a:after{
	content:"\f067";
	font-size:11px;
	}	
	
	#mainmenu.square-separator li a:after{
	content:"\f096";
	font-size:11px;
	}		
	
	
	#mainmenu li li {
	font-size: 12px;
	font-weight: 600; 
	
	}
	
	#mainmenu li li:last-child {
	border-bottom: none;
	}
	

	#mainmenu li li a {
		display: block;
	padding: 0px;
	margin: 0px;
	border-top: none;
	color: #302e7a;
	border-left:none;
	text-align:left;
	font-weight: 400;
	padding: 2px 20px;
	}

	#mainmenu li li a:hover {
	background: #302e7a;
	color: #fff !important;
	}

	
	
	

	#mainmenu li li a:after {
	content:none !important;
	}
	
	#mainmenu li li li a {
	padding: 2px 15px 2px 15px;
	background: #f5f1e8;
	}
	
	#mainmenu li li a:hover {
	/* background: #8b9eaa; */
	}
	
	#mainmenu li ul {
	width: 250px;
	height: auto;
	position: absolute;
	visibility: hidden;
	top: 70px;
	left: 10px;
	background: #fff;
	z-index: 10;
	opacity:0;
	margin-top:-5px;
	}
	
	#mainmenu li li {
	display: block;
	float: none;
	}
	
	#mainmenu li:hover > ul {
	visibility: visible;
	opacity:1;
	margin-top:0px;
	}
	
@media screen and (min-width: 992px) and (max-width: 1200px){
	#mainmenu li span {display: none;}
}
	
	header.header-mobile #mainmenu li ul {
	visibility: visible;
	opacity:1;
	margin-top:0px;
	}
	
	#mainmenu li ul ul {
	left: 100%;
	top: 0px;
	}
	
	#mainmenu li:hover > ul {
	color: #1a8b49;
	}
	
	#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color:#eceff3;
	}
	
	#mainmenu select option {
	padding: 10px;
	}
	
	
	header.header-light #mainmenu > li > a,
	header.transparent.smaller.header-light #mainmenu > li > a{
	color:#333;
	}
	
	/* menu toggle for mobile */
	/* menu toggle for mobile */
	#menu-btn{
	display:none;
	margin-top:20px;
	width:36px;
	height:36px;
	padding-left: 50px;
	text-align:center;
	cursor:pointer;
	transition: all 0.3s ease;
	}
	
	.header-light #menu-btn{
	background:none;
	}
	
	#menu-btn:before{
	font-family:FontAwesome;
	content: "\f0c9";
	font-size:24px;
	color:#302e7a;
	}
	
	.header-light #menu-btn:before{
	color:#5f707a;
	}
	
	#menu-btn.unclick:before{
	content: "\f0c9";
	}
	
	#menu-btn.clicked:before{
	content: "\f00d";
	}
	
	#menu-btn:hover{
	background:#fff;
	}
	
	#menu-btn:hover:before{
	color:#333;
	}
	
	/* menu toggle animated */
	
	#nav-toggle {
	float:right;
	  width: 60px;
	  height: 20px;
	  position: relative;
	  margin: 15px auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  padding:10px;
	  z-index:100;
	}

	#nav-toggle span{
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 50%;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
	  top: 10px;
	}

	#nav-toggle span:nth-child(2) {
	  top: 18px;
	}

	#nav-toggle span:nth-child(3) {
	  top: 26px;
	}

	#nav-toggle.open span:nth-child(1) {
	  top: 18px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-toggle.open span:nth-child(2) {
	  opacity: 0;
	}

	#nav-toggle.open span:nth-child(3) {
	  top: 18px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	#menu-wrapper{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.95);
	position:fixed;
	top:0;
	left:0;	
	text-align:center;
	height:0;
	overflow-y:auto;
	}
	
	#menu-wrapper  nav{
	display:inline-block;
	margin:20px auto 80px auto;
	padding:0;
	float:none;
	font-size:26px;
	opacity:0;
	}


@media (min-width: 1200px){
#IDX-main {
    width: 1170px !important;
	margin: 0 auto;
}
}
@media (max-width: 992px){
#IDX-main {
    width: 100% !important;
	margin: 0 auto;
}
}
@media (max-width: 768px){
#IDX-main {
    width: 100% !important;
	margin: 0 auto;
}}

.ikonica-footer
{
	display: inline-block;
	width: 15px;
	margin-right: 20px;
	
}

.top-menu {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.link-nav a {
    color: #000;
    padding-right: 20px;
}

.idx-header__nav {
    padding-top: 280px !important;
}
.logo {
    margin-top: -65px;
}

.acres-style-1{
	display: flex;
    position: absolute;
    top: 1190px;
	left:32%;
}

.acres-style-2{
position:absolute;
    width: 100%;
left:146px;
font-size:16px !important;
font-weight:normal !important;
top: 5px;
}

.acres-style-3{
font-size:20px !important;
color: rgb(90,90,90);
}

.desc-1{
	top:1250px !important;
}

.desc-2{
	top:1254px !important;
}


/* ================================================== */
/* footer */
/* ================================================== */
footer {
	background:#302e7a; 
	color: #fff;
	padding: 140px 0 0 0;
	}
	
	footer h3, .de_light footer h3 {
	color:#fff;
	font-size: 20px;
	}
	
	footer a {
	color: #fff ;
	}
	address span strong{
		color: #fff !important;
	}
	


	footer a:hover {
	color:#fff;
	}

	footer .subfooter a {color: #fff; transition: color .3s ease-out;}
	footer .subfooter a:hover {color: #B28357;}
	
	footer.light{
		color:#606060;
		background:#fff;
	}
	
	footer.light a{
		color:#606060 !important;
		text-decoration:none;
	}
	footer .info-line {font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 18px; text-align: center; padding-bottom: 10px;}
	footer .info-line a {display: inline-block; color:#fff !important;}
	footer .info-line span {display: inline-block; margin: 0 15px 0 20px;}

	.de-navbar-left footer{
	padding:70px 70px 0 70px;
	}
	
	.subfooter{
	background:#095540;
	border-top: 1px solid #fff;
	color: #fff;
	padding:15px 0 15px 0;
	}
	
	.subfooter.light{
		border-top:solid 1px #ddd;
		background:#fff;
	}
	
	.de-navbar-left .subfooter{
	background:none;
	}
	
	/* address */
	/* ------------------------------ */
	address{
	margin:0;
	}
	address span {
	display: flex;
	padding-bottom:5px;
	margin-bottom:15px;
	font-weight:500;
	}
	
	footer.light address span {
	border-bottom:solid 1px #eee;
	}
	
	.de_light .widget_text address span {
	border-bottom:solid 1px #ddd;
	}
	
	address span strong {
        display: inline-block;
        width: 60px;
    }
	
	
	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
	}
	
	address span a{
	color:#fff;
	}
	
	.de_light #sidebar .widget address span{
	border-bottom:solid 1px #ddd;
	}
	
	.de_light #sidebar .widget address a{
	color:#333;
	}

	/*.widget-address{
		padding-left: 25px;
	}*/

	.id{
		
position: absolute;
    top: 5px;
    left: 147px;


	}


	.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

footer.light .widget_recent_post li {
border-bottom-color:#eee;
}

footer .widget_recent_post li a {
	text-transform: uppercase;
color: #fff;
line-height: 2.5em;
}

header.header-mobile #mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
}

header.header-mobile #mainmenu a{
text-align:left;
padding-top:10px !important;
padding-bottom:10px !important;
}

header.header-mobile #mainmenu a:hover{
background:none !important;
}


header.header-mobile #mainmenu li ul{
display:block;
position:inherit;
margin:0;
width:100%;
}

header.header-mobile #mainmenu li{
border-bottom:solid 1px #fff;
margin:0;
width:100%;
display:block;
letter-spacing:3px;
text-align: center;
}

header.header-mobile.header-light #mainmenu li{
border-bottom-color:#eee;
}

header.header-mobile #mainmenu li a:after{
display:none;
}

header.header-mobile #mainmenu li:last-child{
margin-bottom:30px;
}

header.header-mobile #mainmenu li ul{
border-top:none;
top:auto;
}

header.header-mobile #mainmenu li ul a{
width:100%;
background:none;
border:none;
}

header.header-mobile #mainmenu li ul li{
border:none;
}

header.header-mobile #mainmenu li ul li:first-child{
border-top:solid 1px #333;
}
header.header-mobile.header-light #mainmenu li ul li:first-child{
border-top-color:#eee;
}

header.header-mobile #mainmenu li ul li a{
display:block;
border-bottom:solid 1px #333;
}
header.header-mobile.header-light #mainmenu li ul li a{
border-bottom-color:#eee;
}

header.header-mobile #mainmenu li ul li:last-child{
border-bottom:none;
margin:0;
}

header.header-mobile #mainmenu li ul li:last-child a{
border-bottom:none;
}

header.header-mobile #mainmenu li a{
color:#000;
font-weight: 600;
font-size: 16px;

}

header.header-mobile.header-light #mainmenu li a{
color:#404040;
}

header.header-mobile #mainmenu  li li a{
font-size:10px;
}

header.header-mobile #mainmenu  li li a:hover{
color:#fff;
}

header.header-mobile #mainmenu li ul{
background:inherit;
}


header.header-mobile #mainmenu li ul li ul li:last-child{
border-bottom:solid 1px #333;	
}
header.header-mobile.header-light #mainmenu li ul li ul li:last-child{
border-bottom-color: #eee;	
}

header.header-mobile #mainmenu li ul li ul{
margin-bottom:10px;
}

header.header-mobile #mainmenu > li > span{
	display: none;
	width:36px;
	height:36px;
	background:url(../images/ui/arrow-down.png) center no-repeat;
	position:absolute;
	right:0;
	margin-top:10px;
	z-index:1000;
	cursor:pointer;
}
header.header-mobile.header-light #mainmenu > li > span{
	background:url(../images/ui/arrow-down-invert.png) center no-repeat;
}

header.header-mobile #mainmenu li span.active{
	background:url(../images/ui/arrow-up.png) center no-repeat;
}
header.header-mobile.header-light #mainmenu li span.active{
	background:url(../images/ui/arrow-up-invert.png) center no-repeat;
}

header.header-mobile #mainmenu li > ul > li > span{
	width:36px;
	height:36px;
	background:url(../images/ui/arrow-down.png) center no-repeat;
	position:absolute;
	right:0;
	margin-top:-45px;
	z-index:1000;
	cursor:pointer;
}
header.header-mobile.header-light #mainmenu li > ul > li > span{
	background:url(../images/ui/arrow-down-invert.png) center no-repeat;
}

header.header-mobile #mainmenu > li > ul > li > span.active{
	background:url(../images/ui/arrow-up.png) center no-repeat;
}
header.header-mobile.header-light #mainmenu > li > ul > li > span.active{
	background:url(../images/ui/arrow-up-invert.png) center no-repeat;
}

header.header-mobile #mainmenu li ul li a{
	border-bottom:solid 1px #333;
	text-align: center;
}
header.header-mobile.header-light #mainmenu li ul li a{
	border-bottom-color:#eee;
}
header.header-mobile #mainmenu li ul li:last-child > a{
	border-bottom: solid 1px #333
}

header.header-mobile #mainmenu li ul{
	left:0px;
	padding:10px 60px;
}

header.header-mobile #mainmenu a{
	margin: 2px;
}

header.header-mobile #mainmenu .active-page a
{
	border: none;
}

header.header-mobile #logo{
	display: none;
}
header.header-mobile #logo-mobile{
	display: block;
}


#logo-mobile{
	display: none;
}

#IDX-detailsWrapper > div.idx-details__main > div:nth-child(3){

	top: var(--top1) !important;

}

#IDX-detailscontactContainer{
	top: var(--top2) !important;
}


@media screen and (max-width: 992px){

	
	
	#menu-btn:before{
		content: "☰";
	}
	.custom-flex {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.header-mobile #logo-mobile {
		display: block;
		position: relative;
		margin-top: 80px;
	}

	.height-auto{
		height:auto;
		
		}
		
		header {
			display: block;
			position: absolute;
			margin: 0;
			padding: 0;
			margin-top: 0;
			
		
		}


#logo-mobile{
	display: block;
}

header div#logo{
	display: none;
}
header .info{
display:none;
}

header {
    display: block;
    position: absolute;
   

}

.acres-style-1{
	display: flex;
    position: absolute;
    top: 950px;
	left:5%;
}

.acres-style-2{
position:absolute;
    width: 100%;
left:146px;
font-size:16px !important;
font-weight:normal !important;
top: 201px;
}

.acres-style-3{
	font-size: 20px !important;
    color: rgb(90,90,90);
    position: absolute;
    left: 0;
    top: 197px;
    font-weight: bold;
}

.id {
    position: absolute;
    top: 5px;
    left: 150px;
}

.desc-1{
	top:1083px !important;
}
.desc-2 {
    top: 1085px !important;
}

.widget-address{
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin-top: 100px;
}
}

.listing-box-banner-for-sale{
	background: #027640;
	padding: 11px 15px;
    border-radius: 6px;
    position: absolute;
    font-size: 18px;
	border-radius: 6px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.listing-box-banner-for-lease{
	background: #302e7a;
	padding: 11px 15px;
    border-radius: 6px;
    position: absolute;
    font-size: 18px;
	border-radius: 6px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.listing-box-banner-sold{
	background: #dd1313;
	padding: 11px 15px;
    border-radius: 6px;
    position: absolute;
    font-size: 18px;
	border-radius: 6px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}