@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

@import url(Common.css);
@font-face {
	font-family: 'Edwardian Script ITC';
	src: url('fonts/EdwardianScriptITC.eot');
	src: url('fonts/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'),
		url('fonts/EdwardianScriptITC.woff') format('woff'),
		url('fonts/EdwardianScriptITC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.body {
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
	font-weight:300;
    color:#444444;
    background-color:#fff;
}

.body a {
	color:#D9A300;
}
.body a:hover {
    color: #b28500;
}

input[type=submit],
input[type=reset],
input[type=submit]:hover,
input[type=reset]:hover,
.body a,
.body a:hover,
.body a:hover.active {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.forecolor0,.forecolor0:link,A.forecolor1:hover,.forecolor1 A:hover{color:#FFFFFF;}
.forecolor1,.forecolor1:link,A.forecolor2:hover,.forecolor2 A:hover{color:#ECECEC;}
.forecolor2,.forecolor2:link,A.forecolor3:hover,.forecolor3 A:hover,.forecolor0 A,A.forecolor0:hover{color:#D9D9D9;}
.forecolor3,.forecolor3:link,.forecolor1 A,A.forecolor4:hover,.forecolor4 A:hover{color:#C6C6C6;}
.forecolor4,.forecolor4:link,.forecolor2 A,.forecolor0 A:hover{color:#B2B2B2;}
.forecolor5,.forecolor5:link,.forecolor3 A,.forecolor9 A:hover{color:#9F9F9F;}
.forecolor6,.forecolor6:link,.forecolor4 A,.forecolor10 A:hover{color:#808080;}
.forecolor7,.forecolor7:link,.forecolor5 A,A.forecolor5:hover,.forecolor7 A:hover,A.forecolor9:hover,.forecolor9 A{color:#606060;}
.forecolor8,.forecolor8:link,.forecolor6 A,A.forecolor6:hover,.forecolor8 A:hover,A.forecolor10:hover,.forecolor10 A{color:#404040;}
.forecolor9,.forecolor9:link,.forecolor7 A,A.forecolor7:hover,.forecolor5 A:hover{color:#202020;}
.forecolor10,.forecolor10:link,.forecolor8 A,A.forecolor8:hover,.forecolor6 A:hover{color:#000000;}

.backcolor0{background-color:#FFFFFF;}
.backcolor1{background-color:#ECECEC;}
.backcolor2{background-color:#D9D9D9;}
.backcolor3{background-color:#C6C6C6;}
.backcolor4{background-color:#B2B2B2;}
.backcolor5{background-color:#9F9F9F;}
.backcolor6{background-color:#808080;}
.backcolor7{background-color:#606060;}
.backcolor8{background-color:#404040;}
.backcolor9{background-color:#202020;}
.backcolor10{background-color:#000000;}

.bordercolor0{border-color:#FFFFFF;}
.bordercolor1{border-color:#ECECEC;}
.bordercolor2{border-color:#D9D9D9;}
.bordercolor3{border-color:#C6C6C6;}
.bordercolor4{border-color:#B2B2B2;}
.bordercolor5{border-color:#9F9F9F;}
.bordercolor6{border-color:#808080;}
.bordercolor7{border-color:#606060;}
.bordercolor8{border-color:#404040;}
.bordercolor9{border-color:#202020;}
.bordercolor10{border-color:#000000;}

.fontstyle0{font-size: 12px;}
.fontstyle1{font-size: 13px;}
.fontstyle2{font-size: 13px; font-weight: bold;}
.fontstyle3{font-size: 14px;}
.fontstyle4{font-size: 14px; font-weight: bold;}
.fontstyle5{font-size: 16px; font-weight: bold;}
.fontstyle6{font-size: 18px; font-weight: bold; text-decoration:none;}
.fontstyle7{font-size: 20px; font-weight: bold; text-decoration:none;}
.fontstyle8{font-size: 22px; font-weight: bold; text-decoration:none;}
.fontstyle9{font-size: 24px; font-weight: bold; text-decoration:none;}
.fontstyle10{font-size: 26px; font-weight: bold; text-decoration:none;}

.fontstyle0,.fontstyle1,.fontstyle2,.fontstyle3,.fontstyle4,.fontstyle5,.fontstyle6,.fontstyle7,.fontstyle8,.fontstyle9,.fontstyle10 { font-family: 'Open Sans', sans-serif; }


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textbox,
textarea {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300 !important;
    font-size: .9em !important;
	padding: 5px;
}
select,
option {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
}
.field label {
	font-family: 'Open Sans', sans-serif !important;
	font-size: .85em;
	line-height: 1.75em;
}
select {
	height:40px;
	font-size: .85em !important;
	font-weight:300 !important;
	padding: 3px 5px !important;
	color: #555555 !important;
	background-color:#FFFFFF;
}


.module-class h1 {
	font-family: 'Poppins', sans-serif;
	font-size:1.85em;
    font-weight: 300;
	color:#D9A300;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
	.module-class h2 {
		font-size:1.5em;
		font-weight:300;
		color:#D9A300;
		margin:0 0 20px 0;
	}
	.module-class h3 {
		font-family: 'Droid Serif', serif;
		font-size:1.1em;
		font-weight: 400;
		font-style:italic;
		color:#555555;
		margin:10px 0 10px;
		text-transform:uppercase;
	}



.top {
    position: relative;
    z-index: 199;
    background: #000;
    color: #D9A300;
    
	font-family: 'Poppins', sans-serif;
}
	.top .account {
		line-height:45px;
		text-align:right;
		color: #D9A300;
		font-size:0.85em;
    padding-right: 1em;
	}
	.top .account a {
		text-decoration:underline;
		text-transform:uppercase;
		color: #D9A300;
	}
	.top .account a:hover {
		color: #fff;
		text-decoration:underline;
	}
	
	
.header {
    position: relative;
    min-height: 55px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 199;
}

	   .is-sticky .header .logo IMG {
		display: block;
  		max-width: 180px; /* Width of new image */
		margin-top: 50px;
		height: 80; /* Height of new image */
  		padding-left: 100vw; /* Equal to width of new image */
		-webkit-transition: all 0ms linear;
		-moz-transition: all 0ms linear; 
		-ms-transition: all 0ms linear; 
		-o-transition: all 0ms linear; 
		transition: all 0ms linear;
	}

	@media all and (max-width: 979px) {
		/* Ignore script-generated height since sticky isn't visible */
		#header-sticky-wrapper {
			height: auto !important;
		}
	}

	.logo IMG {
		width: 100%;
		max-width: 200px;
		display: block;
		-webkit-transition: all 0ms linear;
		-moz-transition: all 0ms linear; 
		-ms-transition: all 0ms linear; 
		-o-transition: all 0ms linear; 
		transition: all 0ms linear;
	}
	
	.nav { z-index:201; }
	
	#Menu {
		-webkit-transition: all 0ms linear;
		-moz-transition: all 0ms linear; 
		-ms-transition: all 0ms linear; 
		-o-transition: all 0ms linear; 
		transition: all 0ms linear;
	}
	.is-sticky .header {
		background-color:#111651;
		background-color:rgba(17,22,81,1);
	}
	.is-sticky .header .logo {
		 top:-37px;
		-webkit-transition: all 0ms linear;
		-moz-transition: all 0ms linear; 
		-ms-transition: all 0ms linear; 
		-o-transition: all 0ms linear; 
		transition: all 0ms linear;
	}
	
	}
	.is-sticky .header #Menu {
		-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-o-transition: all 150ms linear; 
		transition: all 150ms linear;
	}

.feature {
    background-color: #ffffff;
    margin-top: -75px;
    /* margin-bottom: -75px; */
    /* min-height: 140px; */
    z-index: 197;
}
	.feature .slider {
        margin-top: -75px;
		margin-bottom:0 !important;
	}

	.upper {
		color:#222222;
	}
		.upper .module-class h1 {
		}
		.upper .modulecontent  {
			line-height:1.75em;
			font-size:.9em;
		}
	
	.leftmenu {
	}
		
	.middle {
		color:#222222;
	}
	
	.lower {
		color:#555555;
	}
		.lower .module-class h1 {
			color:#FFFFFF;
		}

.lowest {
	background:#F8F8F8;
	color:#555555;
}
	.lowest .module-class h1 {
		color:#FFFFFF;
	}
	.lowest .module-class .content {
		padding:30px 0 85px;
		line-height:1.75em;
	}

.footer {
	background-color:#EEEEEE;
	color:#131D68;
}
	.footer .module-class h1 {
		color:#131D68;
	}
	.footer .modulecontent {
		line-height:1.75em;
		font-size:.85em;
	}
	.footer a {
		color:#131D68;
	}
	.footer a:hover{
		color:#555555;
	}

.bottom {
    background-color: #000000;
    text-align: center;
}
	.copyright { font-size:1.1em; color:#FFFFFF; }
	.poweredby, .poweredby a { color:#FFFFFF; }
	.poweredby a:hover { color:#B0BFDE; }
	.footertext { color:#FFFFFF; padding-bottom:10px; }
.footertext a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    display: inline-block;
    padding: 1em;
}
.grey .content {
    background-color:#EEEEEE;
	color:#333333;
	padding:30px !important;
	line-height:1.75em;
}

.black .content {
    background-color:#333333;
	color:#FFFFFF;
	padding:30px !important;
	line-height:1.75em;
}
	.black .content h1 {
		color:#DDDDDD;
	}
	.black a { color:#FFFFFF; }
	.black a:hover { color:#DDDDDD; }

.orange .content {
    background-color:#B28500;
	color:#FFFFFF;
	padding:30px !important;
	line-height:1.75em;
}
	.orange .content h1 {
		color:#FFFFFF;
	}
	.orange a { color:#FFFFFF; }
	.orange a:hover { color:#DDDDDD; }


input.whitebtn, a.whitebtn {
    padding: 1em 2em;
    line-height: 1.5em;
    background-color: #FFFFFF;
    color: #D9A300 !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-weight: 400;
    font-size: .9em;
    margin: 0 5px 0 0 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
input.whitebtn:hover,
a.whitebtn:hover { background-color:#D9A300; color: #FFFFFF !important; text-decoration:none; }
input.whitebtn:focus,
a.whitebtn:focus { outline: none; }

input.greybtn,
a.greybtn {
	height:50px;
	line-height:50px;
	background-color:#DDDDDD;
	color: #555555 !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.0em;
	font-weight: 400;
	font-size: .9em;
	margin: 0 5px 0 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
}
input.greybtn:hover,
a.greybtn:hover { background-color:#D9A300; color: #FFFFFF !important; text-decoration:none; }
input.greybtn:focus,
a.greybtn:focus { outline: none; }

a.blackbtn {
    background: #000;
    color: #fff;
    padding: 0.75em 2em;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

a.blackbtn:hover {
    background: #D9A300;
    color: #fff;
}

a.orangebtn {
    background: #d9a300;
    color: #fff;
    text-decoration: none;
    padding: 1em 2em;
    display: inline-block;
    transition: all 0.3s ease;
}

a.orangebtn:hover {
    background: #000;
    color: #fff;
}

.nav {
}
/* main menu 1st level */
#Menu > ul > li > a { color: #FFFFFF; }
#Menu > ul > li.current > a {
    color: #D9A300;
}
#Menu > ul > li > a:hover,
#Menu > ul > li > a:hover, #Menu > ul > li.hover > a {
    color: #d9a300;
}
#Menu > ul > li.submenu.hover > a { background-color:#000; color:#d9a300;  }


#Menu ul li.submenu .menu-toggle{
    color: #FFFFFF;
}

/* main menu 2nd level */
#Menu > ul > li ul { background: #FFFFFF; }
#Menu > ul > li ul li a { color: #D9A300; }
#Menu > ul > li ul li a:hover,
#Menu > ul > li ul li.hover > a { background:#F3F5FA; color: #D9A300; }
#Menu > ul > li ul li:hover.submenu .menu-toggle, 
#Menu > ul > li ul li.hover.submenu .menu-toggle{
    color: #404040;
}

/* main menu 3rd level */
#Menu ul ul ul { background: #F3F5FA; }
#Menu ul ul ul li a { color: #D9A300; }
#Menu ul ul ul li a:hover,
#Menu ul ul li ul li.hover > a { color: #D9A300; text-decoration:underline; }
#Menu ul ul li ul li.submenu .menu-toggle{
    color: #FFFFFF;
}

/* Mobile menu */
@media only all and (max-width: 979px) {
.responsive-menu-toggle {
    background-color: #000000;
    color: #D9A300 !important;
}
    .responsive-menu-toggle.active,
    .responsive-menu-toggle:hover { background-color:#222222; color: #FFFFFF !important; }

    /* main menu 1st level */
    #Menu ul { background: #222222;}
    #Menu ul li a {color:#FFFFFF;}
	#Menu > ul > li.current > a { background-color:#D9A300; color:#FFFFFF; }
	
    /* main menu 2nd level */
    #Menu > ul > li > ul {background: #B0BFDE;}
		
}
  


/* Left menu */
ul.accordion,
.accordion ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.accordion > li {
	width:295px;
}
.accordion > li > a {
	font-size:1.0em;
    color: #222222;
	background-color:#EEEEEE;
	display:block;
	line-height:40px;
	padding:0 15px;
	text-decoration:none;
}
.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active,
.accordion > li > a.selected {
    color: #FFFFFF;
	background-color:#D9A300;
	text-decoration:none;
}

.accordion > li li > a {
	font-size:.9em;
    color: #FFFFFF;
	background-color:#D9A300;
	display:block;
	line-height:32px;
	padding:0 10px;
	text-decoration:none;
}
.accordion > li li:hover > a,
.accordion > li li:target > a,
.accordion > li li > a.active,
.accordion > li li > a.selected {
	font-size:.9em;
    color: #FFFFFF;
	background-color:#444444;
	display:block;
	line-height:32px;
	padding:0 10px;
	text-decoration:none;
}


.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #3e5706;
}

		.accordion li > .sub-menu {
			display: none;
		}
		 
		.accordion li:target > .sub-menu {
			display: block;
			position: absolute;
			left: 295px;
			width: 250px;
			z-index: 99;
			top: 0;
		}
		.accordion li.active .sub-menu {
			display: block;
			position: absolute;
			left: 295px;
			margin-top:-40px;
			width: 250px;
			z-index: 99;
		}


 
  
@media only all and (max-width: 1199px) {
	
}
@media only all and (max-width: 979px) {
	
}
@media only all and (max-width: 767px) {
	
	.top { z-index:199; background-color:#FFFFFF; margin-top:0; }
.header {
    z-index: 198;
    background-color: rgb(0, 0, 0);
}
	
	.header .logo {
		 top:10px;
		-webkit-transition: all 150ms linear; 
		-moz-transition: all 150ms linear; 
		-ms-transition: all 150ms linear; 
		-o-transition: all 150ms linear; 
		transition: all 150ms linear;
	}
.header .logo IMG {
    max-width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    -o-transition: all 0ms linear;
    transition: all 0ms linear;
}
	.is-sticky .header #Menu { margin: 0; }	
	
	
	.feature { margin-top: 0px; min-height:25px; }

}
@media only all and (max-width: 479px) {
	
	.top { font-size:.75em; }
	
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Listings Styles */

    .listing {
    }
    
    .listing .darkgrey .n-v1-cols {
        background: #444444;
    }

    .listing .darkgrey {
        background: #efefef !important;
        border: 1px solid white;
        color: #444444 !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .listing .lotsize {
        background: #333333;
    }

    .listing .lightgrey {
        background: #ffffff;
        border: 1px solid #FFFFFF;
        color: #333333;
        text-decoration: none !important;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
    }

    .listing .twelve-columns.twelve-columns-tablet.twelve-columns-mobile-landscape.lightgrey.block {
        background: #ffffff;
    }

    .listing .twelve-columns.lightgrey.block {
        background: #ffffff;
    }

    .listing a.lightgrey.item:hover {
        background: #333333;
        color: #ededed;
    }

    .listing .block {
        min-height: 120px !important;
        padding: 20px 10px !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .listing #top-bar address {
        font-size: .9em !important;
		font-weight: 500 !important;
		text-transform: none !important;
        text-overflow: ellipsis;
    }

    .listing #top-bar .detail {
        font-size: 0.7em;
        line-height: 1.8em !important;
        float: right !important;
    }

    .listing #top-bar .price {
        font-size: 1.2em;
        line-height: 1em;
        font-weight: bold;
        color: #444444 !important;
        float: left !important;
    }


    .listing .hssim-features {
        float: right;
        display: block;
        max-width: 120px;
        font-size: smaller;
        background: #cccccc;
        padding: 4px;
    }


	.listing .items {
    margin-right: 20px;
    }

    .listing .two-columns.two-columns-tablet.two-columns-mobile-landscape.four-columns-mobile-portrait.darkgrey.item.block {
        padding: 30px 0px !important;
    }

    .two-columns.two-columns-tablet.two-columns-mobile-landscape.four-columns-mobile-portrait.darkgrey.item.block h4 {
        line-height: .5em !important;
    }




 
