/* CSS Document */

/*html { overflow-y:scroll; }*/
html { overflow-x: hidden;}
body {
	color:#4c453b;
	font-size:12px;
	margin:0 auto;
	background-color:#a2b39e;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg-page.jpg);
	line-height:20px;
}


a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button, input, select, textarea {
	color: #000;
}
label {
	margin-bottom: 3px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    height: 30px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
    border: 0;
    border-radius: 0;
}
.form-mb {
	margin-bottom: 4px;
}


h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:26px; font-weight:normal; margin:0 0 20px 0; }

h2 { font-size:20px; }

h3 { font-size:15px; }


.btn {
	padding: 0 5px 0;
	text-align: center;
	white-space: inherit;
	text-decoration: none;
	text-transform: uppercase;
	color: #ee8f6f;
	border: 0;
	border-radius: 16px;
	background-color: #4b2010;
	font-size: 16px;
	min-width: 170px;
	letter-spacing: 4px;
	width: 100%;
	min-height: 33px;
	line-height: 33px;
}
.btn:hover, .btn:focus {
	text-decoration: none;
	color: #293062;
	background-color: #fff;
} 

.form-button button {
	margin-bottom: 3px;
}

/* ---- class settings ----------------------- */

#logo {
	text-align: center;
}
#logo a {
	display: inline-block;
}


#slider {
    position:relative;
    width:577px; /* Change this to your images width */
    height:302px; /* Change this to your images height */
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
}

form {
	margin:0;
	padding:0;
}

.pic {
	position:relative;
	top:0;
	left:0;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:5px 0 10px 0;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}
#pimage{
	float:left; margin:0 10px 10px 0; width:350px; border:3px solid #ccc;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.listing_image_main {
position:relative;
width: 370px;
float:left;
}

.fimage { 
width:100px;
border:3px solid #ccc;
margin:0 5px 5px 0;
} 

.fimage:hover { cursor:pointer; }

.missing_image {
position:relative;
width:350px;
height:183px;
background-color:#ccc;
text-align:center;
color:white;
padding-top:80px;
}

.missing_image h2 { font-size:32px; line-height:36px; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	max-width:960px;
	width: 100%;
	height:auto;
}
#side_bar #wood{
	display: none;
}

#header-home {
	position:relative;
	top:0;
	left:0;
	max-width:960px;
	width: 100%;
	height: 150px;
	/*background:url(images/bg-header-home.jpg) no-repeat;*/
}

#header {
	position:relative;
	top:0;
	left:0;
	max-width:960px;
	width: 100%;
	height:150px;
	/*background:url(images/bg-header-home.jpg) no-repeat;*/
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	max-width: 960px;
    background-image: url(images/bg-ribbon.jpg);
    height: 54px;
    line-height: 54px;
    width: 100%;
    margin-top: 10px;
    padding-left: -20px;
    margin-right: -20px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline;
	font-size:13px;
	text-transform:uppercase;
	float: left;
	position: relative;
}

#nav li a {
	margin-right:25px;
	color:#7f3a1e;
}

#nav li a:hover {
	color:#fff;
	text-decoration:none;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	max-width:960px;
	width: 100%;
    min-height:510px;
    height:auto !important;
    height:400px;
	/*background:url(images/bg-main.png) repeat-y;*/
}

#main-home {
	position: relative;
    top: 0;
    left: 0;
    height: 286px;
    background: url(images/bg-main-home-new2.jpg) no-repeat;
    margin: 0 -11px;
    background-size: cover;

}
.wrap-border-1{
    background-color: #f1ead8;
    margin: 0 40px;
    padding: 10px;
    margin-top: -10px;
    position: relative;
    background: rgba(241,235,218,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(241,235,218,1) 0%, rgba(255,255,255,1) 0%, rgba(243,238,224,1) 83%, rgba(241,235,218,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,235,218,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(83%, rgba(243,238,224,1)), color-stop(100%, rgba(241,235,218,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(241,235,218,1) 0%, rgba(255,255,255,1) 0%, rgba(243,238,224,1) 83%, rgba(241,235,218,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(241,235,218,1) 0%, rgba(255,255,255,1) 0%, rgba(243,238,224,1) 83%, rgba(241,235,218,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(241,235,218,1) 0%, rgba(255,255,255,1) 0%, rgba(243,238,224,1) 83%, rgba(241,235,218,1) 100%);
	background: radial-gradient(ellipse at center, rgba(241,235,218,1) 0%, rgba(255,255,255,1) 0%, rgba(243,238,224,1) 83%, rgba(241,235,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ebda', endColorstr='#f1ebda', GradientType=1 );
}
.wrap-border-2{
	border: 1px solid #d8d0b9;
	position: relative;
}
.padding-bottom-none{
	padding-bottom: 0px;
	border-bottom-width: 0px;
}
#home-banner {
	position:relative;
	top:0;
	left:0;
	max-width:960px;
	width: 100%;
	height:340px;
	background:url(images/bg-masthead-new1.png) no-repeat;
	margin-top: 13px;
}
#wood{
	background-image: url(images/bg-main-home-wood.jpg);
    height: 14px;
    margin: 0 -11px;
}
#slider {
    position: relative;
    top: 11px;
    left: 25px;
    width: 100%;
    height: 302px;
}
.slider-wrap{
	width: 70%;
}

#quick-search-side {
	position:relative;
	top:0;
	right:0;
	height:347px;
	color:#fff;
	padding:60px 26px 30px;
	background:url(images/bg-qs-side.jpg) no-repeat;
}

#line {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background-color:#d7cab3;
	margin:20px 0;
}

#quick-search {
	position:absolute;
	top:60px;
	right:30px;
	width:188px;
	height:auto;
	/*border:1px solid #000;*/
	color:#fff;
}

.qs-table tr td.pad {
	padding:0 0 6px 0 !important;
}

.qs-text {
	width:172px;
	border:1px solid #b35b36;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.qs-drop {
	border:1px solid #b35b36;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	width:570px;
	height:auto;
	padding: 15px 20px 20px 40px;
}

#content_home {
	position:relative;
	top:0;
	left:0;
	float:left;
	max-width:960px;
	width: 100%;
	height:auto;
}

#welcome-message {
	position:relative;
	top:0;
	left:0;
	width:360px;
	height:260px;
	padding: 10px 10px 0 40px;
	float:left;
	font-size:16px;
}

#featured-listing {
	position:relative;
	top:0;
	left:0;
	width:240px;
	height:260px;
	padding: 10px 0 0 25px;
	float:left;
}

#recent-news {
	position:relative;
	top:0;
	left:0;
	width:225px;
	height:260px;
	padding: 10px 0 0 25px;
	float:left;
}

#recent-news ul, #recent-news-side ul {
	margin:0;
	padding:0;
	list-style:none;
}

#recent-news ul li, #recent-news-side ul li {
	line-height:normal;
	margin:0 0 10px 0;
}

.news-title {
	font-size:16px;
	color:#35332c;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	/*position:absolute;*/
	top:0;
	left:0;
	/*float:right;*/
	width:30%;
	height:auto;
	padding: 0 15px 20px 10px;
	background: #dfcaa7;
	background: -moz-linear-gradient(to right, #f3e9de, #dfcaa7);
	background: -webkit-linear-gradient(to right, #f3e9de, #dfcaa7);
	background: -webkit-linear-gradient(to right, #f3e9de, #dfcaa7);
	background: -o-linear-gradient(to right, #f3e9de, #dfcaa7);
	background: -ms-linear-gradient(to right, #f3e9de, #dfcaa7);
	background: linear-gradient(to right, #f3e9de, #dfcaa7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e9de', endColorstr='#dfcaa7', GradientType=1 );
	right: 0;
	bottom: 0;
	left: auto;
	height: 100%;
	min-height: 510px;
}
	


/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	height:40px;
	clear:both;
	color:#333b32;
	font-size:11px;
	font-style:italic;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.copy {
	position:absolute;
	top:4px;
	left:55px;
}

.slug {
	position:absolute;
	top:4px;
	right:55px;
}

.show {
	position:absolute !important;
	visibility:visible !important;
	display:block !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
	
}


.has-sub-menu>#nav_sub {
	position:absolute;
	top:50px;
	left:0px;
	width:200px;
	height:auto;
	display: none!important;
	background-color: #ce6b42;
	z-index: 20;

}
.has-sub-menu:hover>#nav_sub{
	display: block!important;
	background-color: #CE6B42;
	border-left:4px solid #AE5F34;
	border-right:4px solid #AE5F34;
	border-bottom:4px solid #AE5F34;
	z-index:100;
	padding:5px;
	width:160px;
}

#nav_sub li{
	width: 100%;
}
#nav_sub li a {
	margin-right: 0px;
}
#nav_sub  a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
	line-height: 1;
    text-transform: capitalize;
    
}

#nav_sub a:hover {
	background-color:#91A38D;
}


#L1 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #CE6B42;
	border-left:4px solid #AE5F34;
	border-right:4px solid #AE5F34;
	border-bottom:4px solid #AE5F34;
	z-index:100;
	padding:5px;
}

#L1 { width:150px; top: 193px; left:365px; }

#logo-row>div{
	float: left;
	margin-top: 3px;
	position: relative;
	z-index: 10;
}
.left-logo-info,
.right-logo-info{
	width: 35%;
	text-align: center;
    font-size: 22px;
    padding-top: 40px;
    line-height: 24px;
    color: #5b6051;
}
.wrap-mobile-menu{
	width: 30%;
}

#logo img{
	margin: 0 auto;
	width: 151px;
	display: block;
}
.wrap-nav{
	margin: 0 -11px;
}
.left-ribbon{
	position: absolute;
    top: 21px;
    left: -37px;
}
.right-ribbon{
	position: absolute;
    top: 21px;
    right: -37px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.visible-sm-xs{
	display: none;
}
.mobile{
	display: none;
}

#content_main, #side_bar {
	display: table-cell;
	vertical-align: top;
}

@media screen and (min-width: 768px){
	.show-on-m {
		display: none;
	}
}


@media screen and (max-width: 1024px){
	#L1 {
	    width: 150px;
	    top: 195px;
	    left: 287px;
	}
	.wrap-mobile-menu{
		width: 20%;
	}
	#logo {
	    width: 100%;
	}
	.left-logo-info, .right-logo-info{
		width: 40%;
		font-size: 20px;
	}
	#nav li a{
		margin-right: 5px;
	}
	#nav ul li{
		font-size: 12px;
	}
	#nav ul {
		text-align: justify;
		width: 100%;
	}

	#nav > ul::after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
	}

	#nav ul li {
		display: inline-block;
		float: none !important;
	}

	#nav #nav_sub li {
		display: block;
	}

	#welcome-message{
		width: 100%;
		border-bottom: 1px solid #d8d0b9;
		padding: 10px 40px 0 40px;
	}
	#featured-listing, #recent-news{
		width: 50%;
	}
	#featured-listing {
		border-right: 1px solid #d8d0b9;
	}
	#main-home{
		height: auto;
		position: static;
		margin-bottom: -10px;
	}
	.padding-bottom-none{
		padding-bottom: 10px;
		border-bottom: 1px;
	}
	.visible-sm-xs{
		display: block;
	}
	.visible-sm-xs hr{
		border-color: #796053;
		margin: 0px;
		margin-bottom: 5px;

	}
	.visible-sm-xs h3{
		font-family: 'Lobster', cursive;
		font-size: 26px;

	}
	#main_container {
		max-width: 100%;
	}
	#home-banner{
		background-image: none;
		position: static;
		overflow: hidden;
	}
	.slider-wrap {
	    width: 63%;
	    float: left;
	    overflow: hidden;
	    margin-right: 2%;
	    border: 1px solid #818181;
	    margin: 10px 20px;
	}
	#slider {
	    position: static;
	    width: 100%;
	    height: 302px;
	    overflow: hidden;
	    padding: 10px;
	}
	#main-home{
		background: none;
	}
	#quick-search-side{
		background: none;
	}
	#quick-search, #quick-search-side {
	    position: relative;
	    top: 0px;
	    right: auto;
	    height: 100%;
	    color: #fff;
	    border: 1px solid #796053;
	    width: 100%;
    	padding: 10px;
	}
	#quick-search h3, #quick-search-side h3{
		text-align: center;
	}
	#quick-search-side form .form_button,
	#quick-search form .form_button{
		/*width: 85%;*/
	}
	.wrap-sidebar{
		width: 30%;
	}
	.wrap-sidebar-side{
		width: 100%;
	}
	.wrap-sidebar-side,
	.wrap-sidebar{
    	float: left;
    	background: rgba(206,108,66,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(206,108,66,1) 0%, rgba(177,89,48,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(206,108,66,1)), color-stop(100%, rgba(177,89,48,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(206,108,66,1) 0%, rgba(177,89,48,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(206,108,66,1) 0%, rgba(177,89,48,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(206,108,66,1) 0%, rgba(177,89,48,1) 100%);
		background: radial-gradient(ellipse at center, rgba(206,108,66,1) 0%, rgba(177,89,48,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce6c42', endColorstr='#b15930', GradientType=1 );
    	max-width: 250px;
    	max-width: 250px;
	    height: 90%;
	    margin: 10px 0;
	    max-height: 310px;
	    padding: 5px;
	}
	/*#content_main{
		width: 65%;
	}
	#side_bar{
		width: 33%;
	}*/
	.listing_image_main{
		float: none;
	}

}

@media screen and (max-width: 767px){
	#content_main, #side_bar {
		display: block;
	}

	#side_bar #wood{
		margin: 0 -16px 0px -10px;
		display: block;
	}
	#logo {
	    width: auto;
	}
	.wrap-sidebar-side, .wrap-sidebar{
		float: none;
	}
	#footer {
		height: auto;
		padding: 10px 0;
	}
	.copy, .slug{
		position: static;
		text-align: center;
    	padding: 2px;
	}
	#welcome-message{
		height: auto;
	}
	#featured-listing, #recent-news{
		width: 100%;
		height: auto;
		min-height: 200px;
	}
	 #recent-news{
	 	border-top: 1px solid #d8d0b9;
	 }
	.right-ribbon, .left-ribbon,
	.right-logo-info{
		display: none;
	}
	.left-logo-info{
		width: 100%;
		float: none;
	}

	.logo-info-m p {
		font-size: 15px;
		line-height: 1.1;
	}


	#header-home, #header{
		height: 240px;
	}
	#logo-row>div{
		float: none;
	}
	.mobile{
		display: block;
	}
	.wrap-mobile-menu{
	    width: 100%;
	}
	#nav{
		position: relative;
    	top: 27px;
    	z-index: -1;
	}
	#logo img {
	    margin: 0 auto;
	    width: 100px;
	    display: block;
	    margin-left: 10px;
	}
	#nav ul{
		position: absolute;
		top: 54px;
		background-color: #ce6b42;
	}
	#nav ul.sub-menu{
		position: relative;
		top: 0px;
	}
	#nav ul li{
		display: block;
	}

	#nav ul li a{
		padding: 0px 20px;
		display: block;	
		margin: 0;

	}
	#nav ul.sub-menu li a{
		padding-left: 40px;
	}
	#nav ul li:hover a,
	#nav ul li:active a,
	#nav ul li:focus a{
		color: #fff;
		background-color: #7f3a1e;
		
	}
	.select_mobile_menu{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #7f391e transparent transparent transparent;
		line-height: 0px;
		_border-color: #7f391e #000000 #000000 #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		display: inline-block;
    	margin-left: 5px;
	}
	#nav ul li:hover a .select_mobile_menu,
	#nav ul li:active a .select_mobile_menu,
	#nav ul li:focus a .select_mobile_menu{
		border-color: #fff transparent transparent transparent;
	}
	.wrap-sidebar-side, .wrap-sidebar{
		width: 100%;
		max-width: 100%;
	}
	.slider-wrap{
		margin: 0;	
		width: 100%;
		float: none;
	}
	#home-banner{
		padding: 10px;
		height: auto;
	}
	.wrap-nav{
		display: none;
	}
	.wrap-border-1{
		margin: 0 10px;
	}
	#logo{
		float: left;
	}
	/* mobile menu*/
	#menu, .sub-menu {
	  display: none;
	  list-style: none;
	}
#content_main{
	width: 100%;
	padding: 15px 10px 20px 20px;
}
#pimage{
	width: 100%;
}
.listing_image_main {
    width: 100%;
    max-width: 370px;
}
#side_bar{
	width: 100%;
	position: static;
}

/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  	border: 0;
  	position: relative;
  	background: transparent;
  	cursor: pointer;
  	float: right;
    margin-right: 20px;
    margin-top: 14px;
}

/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i {  }

/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
  top: 40%;
  -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
} 
.tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
  top: 40%;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
/*end mobile menu*/
}