html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000000;
    border: none;
    color: #ffffff;
    /* font-family: 'Asap', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Asul', sans-serif; */
    font-family: 'Constantia';
    text-align: center;
    z-index: 0;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(images/landingFinal.png);
    background-position: center;
    background-size: 100% 100%;
}
#main-landing {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/landing.png);
	background-position: center;
	background-size: 100% 100%;
	opacity: 1.0;
	z-index: 100;
}
a {
	text-decoration: none;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #efefef;
}
a:hover {
	color: #b41414;
}
a:active {
	color: #ffce07;
}
a img {
    border: none;
}
.red {
    color: #b41414;
}
.yellow {
    color: #ffce07;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.image-left {
	float: left;
	margin: 0 2.5% 0 0;
}
.align-left {
	text-align: left;
}
.two-column {
    float: left;
    width: 45%;
    margin: 0 2%;
    text-align: left;
}
.fullPage {
	width: 100%;
}
.fullPageImg {
	float: left;
	width: 20%;
	margin: 1%;
}
#woodBrosTwp {
	width: 100%;
}

/* Top Navigation */

#nav-top {
	position: fixed;
	top: 0;
    height: 4em;
    padding: 0;
	border-bottom: 1px solid #b41414;
	z-index: 1;
}
.title-home {
	float: left;
	text-align: left;
}
#title-number {
	margin: 0 0 0 2em;
	font-size: 0.8em;
}
.right-menu-open {
	float: right;
	height: 2.2em;
	margin: 0.75em 8px 0 0;
	line-height: 2.2em;
	font-size: 1.6em;
}
.right-menu-img {
	float: right;
	height: 0.7em;
	margin: 0.7em 12px 0 12px;
}
#right-menu-cont {
    display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	height: 90%;
	background: rgba(0,0,0,1) 100% 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}
.right-menu-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 32px;
	font-size: 24px;
	color: #000000;
	background-color: #b41414;
}
.right-menu-close:hover {
	color: #000000;
}
.right-menu-close:visited {
	color: #000000;
}
.right-menu-header {
    font-weight: bold;
    border-bottom: 1px solid #b41414;
}
.right-menu-btns {
	float: left;
	width: 100%;
	height: 40px;
	margin: 2px 0;
	padding: 0;
    border: none;
}
.right-menu-btns li {
	list-style: none;
}
.right-menu-btns span {
	margin: 0 0 0 90px;
	text-align: left;
}
#about-us a {
    background: transparent url(images/btn-about-us.png) 0 -40px no-repeat;
}
#agents a {
    background: transparent url(images/btn-agents.png) 0 -40px no-repeat;
}
#careers a {
    background: transparent url(images/btn-careers.png) 0 -40px no-repeat;
}
#relocation a {
	background: transparent url(images/btn-relocation.png) 0 -40px no-repeat;
}
#luxury-homes a {
    background: transparent url(images/btn-luxury-homes.png) 0 -40px no-repeat;
}
#selling-your-property a {
    background: transparent url(images/btn-selling-your-property.png) 0 -40px  no-repeat;
}
#rates-and-financing a {
    background: transparent url(images/btn-rates-and-financing.png) 0 -40px no-repeat;
}
#contact-us a {
    background: transparent url(images/btn-contact-us.png) 0 -40px no-repeat;
}
#open-house a {
    background: transparent url(images/btn-open-house.png) 0 -40px no-repeat;
}
#search-by-address a {
    background: transparent url(images/btn-search-by-address.png) 0 -40px no-repeat;
}
#search-by-city a {
    background: transparent url(images/btn-search-by-city.png) 0 -40px no-repeat;
}
#search-by-map a {
    background: transparent url(images/btn-search-by-map.png) 0 -40px no-repeat;
}
#search-by-school a {
    background: transparent url(images/btn-search-by-school.png) 0 -40px no-repeat;
}
#search-by-subdivision a {
    background: transparent url(images/btn-search-by-subdivision.png) 0 -40px no-repeat;
}
#single-family-residential a {
    background: transparent url(images/btn-single-family-residential.png) 0 -40px no-repeat;
}
#multi-family-residential a {
    background: transparent url(images/btn-multi-family-residential.png) 0 -40px no-repeat;
}
#residential-lots a {
    background: transparent url(images/btn-residential-lots.png) 0 -40px no-repeat;
}
#commercial-and-industrial a {
    background: transparent url(images/btn-commercial-and-industrial.png) 0 -40px no-repeat;
}
#acreage-and-farms a {
    background: transparent url(images/btn-acreage-and-farms.png) 0 -40px no-repeat;
}
#about-us a:hover {
    background: transparent url(images/btn-about-us.png) 0 0 no-repeat;
}
#agents a:hover {
    background: transparent url(images/btn-agents.png) 0 0 no-repeat;
}
#careers a:hover {
    background: transparent url(images/btn-careers.png) 0 0 no-repeat;
}
#relocation a:hover {
	background: transparent url(images/btn-relocation.png) 0 0 no-repeat;
}
#luxury-homes a:hover {
    background: transparent url(images/btn-luxury-homes.png) 0 0 no-repeat;
}
#selling-your-property a:hover {
    background: transparent url(images/btn-selling-your-property.png) 0 0  no-repeat;
}
#rates-and-financing a:hover {
    background: transparent url(images/btn-rates-and-financing.png) 0 0 no-repeat;
}
#contact-us a:hover {
    background: transparent url(images/btn-contact-us.png) 0 0 no-repeat;
}
#open-house a:hover {
    background: transparent url(images/btn-open-house.png) 0 0 no-repeat;
}
#search-by-address a:hover {
    background: transparent url(images/btn-search-by-address.png) 0 0 no-repeat;
}
#search-by-city a:hover {
    background: transparent url(images/btn-search-by-city.png) 0 0 no-repeat;
}
#search-by-map a:hover {
    background: transparent url(images/btn-search-by-map.png) 0 0 no-repeat;
}
#search-by-school a:hover {
    background: transparent url(images/btn-search-by-school.png) 0 0 no-repeat;
}
#search-by-subdivision a:hover {
    background: transparent url(images/btn-search-by-subdivision.png) 0 0 no-repeat;
}
#single-family-residential a:hover {
    background: transparent url(images/btn-single-family-residential.png) 0 0 no-repeat;
}
#multi-family-residential a:hover {
    background: transparent url(images/btn-multi-family-residential.png) 0 0 no-repeat;
}
#residential-lots a:hover {
    background: transparent url(images/btn-residential-lots.png) 0 0 no-repeat;
}
#commercial-and-industrial a:hover {
    background: transparent url(images/btn-commercial-and-industrial.png) 0 0 no-repeat;
}
#acreage-and-farms a:hover {
    background: transparent url(images/btn-acreage-and-farms.png) 0 0 no-repeat;
}
#about-us a:active {
    background: transparent url(images/btn-about-us.png) 0 -80px no-repeat;
}
#agents a:active {
    background: transparent url(images/btn-agents.png) 0 -80px no-repeat;
}
#careers a:active {
    background: transparent url(images/btn-careers.png) 0 -80px no-repeat;
}
#relocation a:active {
	background: transparent url(images/btn-relocation.png) 0 -80px no-repeat;
}
#luxury-homes a:active {
    background: transparent url(images/btn-luxury-homes.png) 0 -80px no-repeat;
}
#selling-your-property a:active {
    background: transparent url(images/btn-selling-your-property.png) 0 -80px  no-repeat;
}
#rates-and-financing a:active {
    background: transparent url(images/btn-rates-and-financing.png) 0 -80px no-repeat;
}
#contact-us a:active {
    background: transparent url(images/btn-contact-us.png) 0 -80px no-repeat;
}
#open-house a:active {
    background: transparent url(images/btn-open-house.png) 0 -80px no-repeat;
}
#search-by-address a:active {
    background: transparent url(images/btn-search-by-address.png) 0 -80px no-repeat;
}
#search-by-city a:active {
    background: transparent url(images/btn-search-by-city.png) 0 -80px no-repeat;
}
#search-by-map a:active {
    background: transparent url(images/btn-search-by-map.png) 0 -80px no-repeat;
}
#search-by-school a:active {
    background: transparent url(images/btn-search-by-school.png) 0 -80px no-repeat;
}
#search-by-subdivision a:active {
    background: transparent url(images/btn-search-by-subdivision.png) 0 -80px no-repeat;
}
#single-family-residential a:active {
    background: transparent url(images/btn-single-family-residential.png) 0 -80px no-repeat;
}
#multi-family-residential a:active {
    background: transparent url(images/btn-multi-family-residential.png) 0 -80px no-repeat;
}
#residential-lots a:active {
    background: transparent url(images/btn-residential-lots.png) 0 -80px no-repeat;
}
#commercial-and-industrial a:active {
    background: transparent url(images/btn-commercial-and-industrial.png) 0 -80px no-repeat;
}
#acreage-and-farms a:active {
    background: transparent url(images/btn-acreage-and-farms.png) 0 -80px no-repeat;
}

/* Main */

#main-cont {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}
#downarrow {
	width: 10%;
	margin: 0 45%;
	text-align: center;
}
a.downarrow {
	text-align: center;
}
img.downarrow {
	height: 4em;
}

/* News */

#news-cont {
	display: none;
	width: 98%;
	margin: 2em 2% 0 0;
}
.fb-post {
	clear: both;
	width: 100%;
	border: 5px solid rgba(50,50,50,0.75);
}
.fb-header {
	float: right;
	width: 80%;
}
.fb-name {
	float: left;
	width: 60%;
}
.fb-date {
	float: right;
	width: 38%;
	margin: 1.5em 2% 0 0;
	text-align: right;
}
.fb-message {
	float: left;
	width: 80%;
}
a.fb-image {
	float: left;
	width: 18%;
	margin: 1%;
	height: auto;
}
img.fb-image {
	width: 100%;
}
.fb-caption {
	float: left;
	width: 80%;
}
.fb-story {
	float: left;
	width: 80%;
}
.fb-link {
	clear: both;
	width: 100%;
}

/* Nav Btm */

#nav-btm {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4em;
	margin: 0;
	border-top: 1px solid #b41414;
	z-index: 1;
}
#nav-btm-cont {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.nav-btm-link {
    width: 40%;
    margin: 0 5%;
    padding: 0;
    font-size: 2em;
    text-align: center;
}

/* About Us */

#about-us-cont {
	display: none;
	width: 98%;
	margin: 2em 2% 0 0;
}
#about-us-summation {
	color: #b41414;
	margin: 0;
}

/* Agents */

#agent-top {
    width: 100%;
    height: 2.5em;
	margin: 0;
	padding: 0;
    text-align: center;
	border-bottom: 1px solid #b41414;
}
.agent-page {
    height: 2.5em;
    margin: 0;
    padding: 0;
	color: #efefef;
    list-style: none;
    text-align: center;
}
.agent-page li {
    display: block;
    float: left;
    width: auto;
    height: 2.5em;
    margin: 0 1.5em 0 0;
    padding: 0;
	line-height: 2.5em;
	text-align: center;
}
.agent-page a {
    width: 100%;
    height: 2.5em;
    margin: 0;
    padding: 0;
    color: #b41414;
    display: block;
}
.agent-page a:hover {
    color: #efefef;
}
.agent-page a:active {
    color: #ffce07;
}
.agent-full {
	width: 90%;
	margin: 0;
	padding: 10px 0;
}
a.agent-full-pic {
    float: left;
    width: 24%;
	margin: 0 1% 10px 0;
	padding: 0;
}
img.agent-full-pic {
    width: 100%;
}
.agent-full-name {
    float: left;
    width: 24%;
	margin: 1% 1% 10px 0;
	padding: 0;
	font-size: 2em;
	text-align: center;
}
.agent-full-title {
    float: left;
    width: 24%;
	margin: 1% 1% 10px 0;
	padding: 0;
	font-size: 1.75em;
	text-align: center;
}
p.agent-full-email {
    float: left;
    width: 24%;
	margin: 1% 1% 10px 0;
	padding: 0;
	font-size: 1.75em;
	text-align: center;
}
a.agent-full-email {
	width: 100%;
	height: 100%;
}
.agent-full-info {
	float: right;
    width: 75%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.5em;
	text-align: left;
}
#agent-bottom {
	clear: both;
    width: 100%;
	margin: 10px 0;
    text-align: center;
	border-top: 1px solid #b41414;
}

/* Search */

.search {
	width: 95%;
	height: 2000px;
	margin: 0 2.5%;
}
/* Careers */

#career-opening {
	width: 80%;
	margin: 0 10%;
	text-align: center;
}
#first-choice {
	display: block;
    width: 100%;
    height: 50px;
}
a.first-choice {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
}
span.first-choice {
	float: right;
	width: 80%;
	height: 30px;
	padding: 10px 0;
	text-align: left;
}
#first-choice a {
	background: transparent url(images/btn-first-choice.png) 0 0 no-repeat;
}
#first-choice a:hover {
	background: transparent url(images/btn-first-choice.png) 0 -50px no-repeat;
}
#first-choice a:active {
	background: transparent url(images/btn-first-choice.png) 0 -100px no-repeat;
}
#career-bottom {
    clear: both;
    width: 98%;
}
#syndication {
    width: 90%;
	margin: 0 5%;
	background: rgba(0,0,0,0.5);
}

/* Selling */

.left-text {
    float: left;
    width: 95%;
    margin: 2.5%;
}
.right-text {
    float: right;
    width: 95%;
    margin: 2.5%;
}
.left-pic {
    float: left;
    width: 95%;
    margin: 2.5%;
}
.right-pic {
    float: right;
    width: 95%;
    margin: 2.5%;
}
.divider {
    clear: both;
    height: 2.5%;
    border-bottom: 1px solid #b41414;
}

/* Rates and Financing */

#fin-total {
    clear: both;
    width: 80%;
    margin: 0 10%;
	padding: 2% 0;
    border: 1px solid #b41414;
    text-align: center;
}
#btn-calculate {
	width: 32%;
	height: 4em;
	margin: 0.5% 32%;
	padding: 0 1%;
	font-weight: bold;
	font-family: 'Asul', sans-serif;
}
.section {
	clear: both;
    text-align: left;
}
.section-header {
	width: 100%;
	margin: 1% 0 0 0;
	padding: 0;
	border-bottom: 1px solid #b41414;	
}
.fin-row {
	clear: both;
	width: 100%;
	margin: 0.1em 0;
}
.details {
    font-size: 0.75em;
    color: #b41414;
}
.note {
    clear: both;
    width: 80%;
    margin: 0 10%;
	padding: 0;
    text-align: center;
    font-size: 0.75em;
}
.border {
	width: 100%;
	margin: 1px 0;
	border-bottom: 1px solid #b41414;
}
.three-column-left {
	float: left;
	height: 2em;
	padding: 0 1%;
	text-align: left;
	font-family: 'Asul', sans-serif;
}
.three-column-center {
	float: left;
	height: 2em;
	padding: 0 1%;
	text-align: center;
	font-family: 'Asul', sans-serif;
}
.three-column-input {
	float: left;
	height: 2em;
	padding: 0 1%;
	text-align: center;
	font-family: 'Asul', sans-serif;
}
.three-column-right {
	float: left;
	height: 2em;
	padding: 0 1%;
	text-align: right;
	font-family: 'Asul', sans-serif;
}
.three-column-note {
	float: left;
	padding: 0 1%;
	text-align: left;
	font-family: 'Asul', sans-serif;
	font-size: 0.7em;
}
.legend {
	width: 100%;
	margin: 1% 0;
	padding: 0;
	border-bottom: 3px double #b41414;
}
.four-column {
    float: left;
    width: 23%;
    margin: 0;
	padding: 0 1%;
	text-align: center;
}
.row {
	clear: both;
	width: 90%;
	height: 1em;
	margin: 1% 0;
	padding: 1% 0;
	line-height: 1em;
}

/* Contact Us */

#contact {
	width: 300px;
	height: 620px;
    margin: 5px;
	padding: 5px;
    text-align: left;
	font-family: 'Asul', sans-serif;
	font-size: 2.5em;
	background: none #000000 100% 100%;
}
#name {
    width: 280px;
	height: 2.5em;
    margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
}
#phone {
    width: 280px;
	height: 2.5em;
    margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
}
#email {
    width: 280px;
	height: 2.5em;
    margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
}
#comments {
    width: 280px;
	height: 200px;
    margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
	font-size: 1.5em;
}
#contact-us-send {
	float: left;
	width: 110px;
	height: 2em;
	margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
	font-size: 1.5em;
}
#contact-us-reset {
	float: right;
	width: 110px;
	height: 2em;
	margin: 5px;
	padding: 5px;
	font-family: 'Asul', sans-serif;
	font-size: 1.5em;
}

/* Satellites */
#title-img {
	width: 100%;
}
#l-title-sat {
	width: 80%;
	margin-right: 20%;
	text-align: center;
}
#r-title-sat {
	width: 80%;
	margin-left: 20%;
	text-align: center;
	color: #ffce07;
}
#iframe-sat {
	width: 100%;
	height: 2400px;
}

/* Printing */

@media screen {
	#wbrPrintLogo {
		display: none;
	}
	.page-break {
		display: none;
	}
}

@media print {
	html, body {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000000;
		font-size: 0.25cm;
		background-color: #ffffff;
		overflow: hidden;
	}
	#navTop {
		width: 100%;
		height: 3cm;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
	}
	#logoCont {
		width: 50%;
		height: 3cm;
		margin: 0;
		padding: 0;
	}
	.wbrLogo div {
		width: 75%;
		height: 3cm;
		margin: 0;
		padding: 0;
	}
	.wbrLogo img {
		display: none;
	}
	#wbrPrintLogo {
		max-width: 100%;
		max-height: 100%;
	}
	.twpLogo div {
		width: 25%;
		height: 3cm;
		margin: 0;
		padding: 0;
	}
	#mailingAddress {
		width: 50%;
		height: 3cm;
		margin: 0;
		padding: 0;
		font-size: 0.2cm;
	}
	#navBtnsCont {
		display: none;
	}
	.facebook div {
		display: none;
	}
	#navBorder {
		display: none;
	}
	.border {
		width: 100%;
		margin: 1pt 0;
		padding: 0;
		border: 0.01pt solid #b41414;
	}
	#searchCont {
		display: none;
	}
	#searchTypeCont {
		display: none;
	}
	#ourListCont {
		display: none;
	}
	#main {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#lTitle {
		color: #000000;
	}
	#rTitle {
		color: #000000;
	}
	#titleImg {
		margin: 0 auto;
	}
	.page-break {
		border: 1px solid #b41414;
		page-break-before: always;
	}
	.mainPic div {
		width: 11cm;
		margin: 0 auto;
	}
	.mainPic img {
		max-width: 100%;
	}
	.openStatus {
		display: none;
	}
	div.search {
		width: 11.75cm;
		height: 20.6cm;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	.search iframe {
		position: relative;
		width: 30cm;
		height: 40cm;
		top: -9.05cm;
		left: -10.55cm;
		margin: 0;
		padding: 0;
		transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-webkit-transform:scale(0.7);
	}
	
	/* Selling */

	#sellingMain {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.leftDiv {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.rightDiv {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.leftText {
		float: none;
		width: 90%;
		margin: 1mm 1cm;
		font-size: 10pt;
	}
	.rightText {
		float: none;
		width: 90%;
		margin: 1mm 1cm;
		font-size: 10pt;
	}
	.leftPic {
		float: left;
		width: 20%;
		margin: 1mm 1cm;
	}
	.rightPic {
		float: right;
		width: 20%;
		margin: 1mm 1cm;
	}
	.divider {
		clear: both;
		width: 100%;
		height: 1mm;
		border-bottom: 1pt solid #b41414;
	}
	
	/* Careers */
	#careerVideo {
		display: none;
	}
	#careerLeft {
		float: none;
		width: 90%;
		page-break-inside: avoid;
	}
	#careerRight {
		float: none;
		width: 90%;
		page-break-inside: avoid;
	}
	#logoSyndication {
		width: 80%;
		margin: 0 auto;
	}
	
	/* Rates and Financing */
	
	.btn-apply-now {
		display: none;
	}
	.gershman-img {
		float: none;
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.gershman {
		display: none;
	}
	.section {
		page-break-inside: avoid;
	}
	.note {
		width: 90%;
		margin: 0;
		padding: 0;
	}
	.three-column {
		width: 25%;
		height: auto;
		margin: 0 2.5%;
		padding: 0;
	}
	.four-column {
		width: 17.5%;
		height: auto;
		margin: 0 2.5%;
		padding: 0;
	}
	.four-column-ind {
		width: 17.5%;
		height: auto;
		margin: 0 2.5%;
		padding: 0;
	}
	.row {
		clear: both;
		width: 90%;
	}
	#fin-total {
		clear: both;
		width: 85%;
		height: auto;
		margin: 2.5%;
		padding: 0;
	}
	
	.title {
		font-size: 0.375cm;
	}
	#navRight {
		display: none;
	}
}