h1 {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 5px solid #c5952c;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	padding: 0; 
	clear: both;
}
.right-column h2 {
	margin: 40px 0 0 0;
}
h3 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 40px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 5px solid #c5952c;
	clear: both;
}
h4 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 15px 0;
	padding: 0; 
	clear: both;
}
.special h3 {
	--color: #fff;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 5px solid #c5952c;
	clear: both;
}
a, a:visited {
	color: #c5952c;
	text-decoration: none;
}
a:hover, a:active; {
	color: #3c3b39;
	text-decoration: none;
}
ul {
	margin: -10px auto auto;
}
ul ul {
	margin: auto auto;
}
blockquote {
	float: right;
	width: 100%;
	box-sizing: border-box;
	background: #ECD8AA;
	padding: 80px 30px 50px;
	margin: 30px 0;
}
blockquote .quote {
	font-size: 28px;
}
.offset:before { 
	display: block; 
	float: left;
 	content: " "; 
  	height: 162px;      /* Give height of your fixed element */
    margin-top: -162px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
}

hr {
	clear: both;
	border: none;
}
.icon {
	padding-left: 6px;
}
body {
	font-family: 'texgyreadventorregular', arial, verdana, sans-serif;
	font-size: 14px;
	color: #3c3b39;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#wrap {
	width: 100%;
	z-index: 30;
	margin: 0;
	padding: 0;
}
#topbar {
	color: #fff;
	background: #000;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	height: 26px;
	margin: 0;
	padding: 6px 0;
	z-index: 100;
}
#topbar .left {
	float: left;
	width: 50%;
}
#topbar .right {
	float: right;
	text-align: right;
}
#header {
	background: #fff;
	box-shadow: 1px 1px 25px 2px #000;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	height: 162px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}
#logo {
	float: left;
	padding: 8px 0px;
}


/* Menu Styles */
body#home a#nav-home,
body#properties a#nav-properties,
body#about a#nav-about,
body#neighborhood a#nav-neighborhood,
body#contact-us a#nav-contact-us{
	display: block;
	padding: 0 6px;
	border-left: 5px solid #c5952c;
}
.mobile-nav {
		display: none !important;
	}
#nav {
    z-index: 600;
	margin: 45px 0 0;
	float: right;
	display: block;
    vertical-align: middle;
    width: 60%;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

/*Strip the ul of padding and list styling*/
#nav ul {
	float: right;
    list-style: /*outside*/ none none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
#nav ul ul {
	position: absolute;
	width: auto;
}

/*Create a horizontal list with spacing*/
#nav li {
	display:inline-block;
	float: left;
	padding: 0 35px 0 0;
	display: block !important;
    height: auto;
    overflow: visible !important;
	text-transform: uppercase;
}
#nav li:last-of-type {
	padding: 0px;
}

/*Style for menu links*/
#nav li a {
	display:block;
	height: 28px;
    padding: 0 6px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #3c3b39;
	text-decoration: none;
}

/*Hover state for top level links*/
#nav li:hover a {
	background: #F1E1C0;
    display: block;
	padding: 0 6px;
}

#nav li:hover ul a {
	background-color: #F1E1C0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 20px;
    margin: 0;
    padding: 10px 10px 0;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
    border-bottom: 1px solid #272723;	
	width: 220px;
}

/*Hover state for dropdown links*/
#nav li:hover ul a:hover {
	background-color: #DCB563;
}

/*Hide dropdown links until they are needed*/
#nav li ul {
	display: none;
}
#nav li ul li ul {
	display: none;
}

/*Make dropdown links vertical*/
#nav li ul li {
	display: block;
	float: none;
	position: relative;
	text-transform: capitalize;
    top: 51px;
	left: 3px;
    padding: 0;
    margin: 0;
	z-index: 1001;
}

/*Prevent text wrapping*/
#nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#nav ul li a:hover + .hidden, #nav .hidden:hover {
	display: block;
}
#nav .menu-heading {
    background-color: #000;
    color: #ffffff;
    display: block;
    font: 12px/22px sans-serif;
    height: 19px;
    padding: 3px 5px;
    text-align: left;
    text-decoration: none;
    width: 173px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font: normal 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #3c3b39;
	text-align: left;
	padding: 15px 11px;
	display: none;
	width: 100%;
	height: 25px;
}
/*Hide checkbox*/
#nav input[type=checkbox]{
    display: none;
}
#form input[type=checkbox]{
    display: inline;
}

/*Show menu when invisible checkbox is checked*/
#nav input[type=checkbox]:checked ~ #menu{
    display: block;
}
.clear {
	clear: both;
}

#page {
	height: 100%;
    width: 100%;
}
#feature {
	font-size: 16px;
	height: 724px;
	position: relative;
	margin: 160px 0 50px;
	float: left;
	width: 100%;
	background: url('/images/downtown-altoona-pa-64.jpg') no-repeat center;
	background-size: cover;
}
#feature h3 {
	color: #3c3b39;
	font-size: 33px;
}
#feature .container {
	color: #3c3b39;
	margin: 180px auto 0;
	padding: 45px 60px 60px;
	background-color: rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
}
.properties {
	float: left;
	width: 25%;
	padding: 0;
	margin: 0 0 35px;
}

#banner {
	/*height: 370px;
    background-size: cover;
    background-position: center;
    margin: 0 -172px 20px;
    overflow: hidden;*/
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner img {
	float: right;
    margin: -170px 0 0 0;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1896px) {
#banner-centered {
    margin: 162px 0 20px;
	width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}
#banner-centered img {
	position: relative;
    left: 50%;
    transform: translate(-50%,0)
}
}
@media (min-width: 1897px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 1200px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}
}
#banner-test {
	height: 360px;
    background-size: cover;
    background-position: center;
    margin: 162px 0 20px;
    overflow: hidden;
}
#banner-test img {
	float: right;
    width: 100%;
	max-width: 100%;
}
@media (max-width: 880px)
#banner-test {
    height: auto !important;
    margin: 0 0 15px !important;
}
@media screen and (orientation: portrait) {
  #banner-test1 img { 
	width: auto;
	max-width: 100%;
	margin: 0 !important; 
	}
}

@media screen and (orientation: landscape) {
 #banner-test1 img { 
	margin: 0 !important; 
	}
}
.content {
	width: 100%; 
	min-height: 400px;
	float: left;
	margin-bottom: 20px;
}
.column {
	float: left;
	width: 50%;
}
.column-image {
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}
.property {
	float: left;
	width: 100%;
	margin: 30px 0 50px;
}
.property .fluid_container {
	float: left;
	width: 46%;
}
.property img {
	float: left;
}
.property .description {
	float: right;
	padding-left: 20px;
	width: 52%;
	box-sizing: border-box;
}
.property .text {
	float: left;
	width: 300px;
	padding-right: 25px;
}
.property .links {
	float: right;
	width: 270px;
}
.listing {
	float: left;
	width: auto;
	margin: 10px 13px 35px 0;
	padding: 0;
	text-align: center;
	border: 1px solid #3c3b39;
}
.listing h4 {
	font-weight: normal;
	font-size: 22px;
	margin: 4px 0 -15px;
}
.listing .bed-bath {
	color: #737373;
	font-size: 20px;
	padding: 0 0 4px 0;
}
.eighteenth.listing {
	max-width: 48%;
}
.eighteenth.listing img {
	height: 100%;
	width: 100%;
}
.eighteenth.listing:nth-child(3n+1) {
    margin-right: 13px !important;
}
.listing:nth-child(3n+1) {
	margin-right: 0px;
}
a.button-apply {
    float: left;
	display: block;
	color: #fff;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    width: 100%;
	box-sizing: border-box;
	padding: 5px;
    margin: 8px 0 0;
    background: #3c3b39;
}
a.button-apply:active, a.button-apply:hover {
	color: #fff;
    background: #c5952c;
}
.icon-photo img {
	position: relative;
    bottom: -4px;
	margin-right: 8px;
}
.left-column {
	float: left;
	width: 75%;
	padding-right: 100px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.right-column {
	float: right;
	width: 25%;
	padding-bottom: 25px;
}
a.button-large {
    float: left;
	display: block;
	color: #3c3b39;
	font-size: 14px;
	text-decoration: none;
    width: 360px;
	box-sizing: border-box;
	padding: 22px;
    margin: 30px 60px 30px 0;
    background: #c5952c;
    border-left: 5px solid #3c3b39;
}
a.button-large:active, a.button-large:hover {
	color: #c5952c;
    background: #3c3b39;
    border-left: 5px solid #c5952c;
}
.button-large:last-of-type {
	margin-right: 0px;
}

a.button-large h3 { 
   font-size: 30px;
   font-weight: normal;
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   border: none;
  } 

a.button {
    float: left;
	display: block;
	color: #3c3b39;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    width: 270px;
	box-sizing: border-box;
	padding: 15px 22px;
    margin: 10px 25px 15px 0;
    background: #c5952c;
    border-left: 5px solid #3c3b39;
}
a.button:active, a.button:hover {
	color: #c5952c;
    background: #3c3b39;
    border-left: 5px solid #c5952c;
}
.client-logo {
	display: none !important;
}
.about {
	font-size: 16px;
}
#footer {
    float: left;
	background-color: #3c3b39;
    color: #fff;
    display: block;
    font-size: 14px;
    min-height: 58px;
    padding: 20px;
	margin-top: 30px;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer h2 {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 8px -15px;
	padding: 0 0 0 8px; 
	border-left: 5px solid #c5952c;
}
#footer a:link, #footer a:visited, #topbar a:link, #topbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active, #topbar a:hover, #topbar a:active {
	color: #d6b46c;
	text-decoration: none;
	font-weight: normal;
}
#footer ul {
	list-style: outside none none;
	margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
}
#footer p {
	color: #c4c4c4;
	margin: -4px 0 0;
}
.info {
    clear: both;
    margin: 0;
    float: left;
	width: 50%;
} 
.contact {
    margin: 0 0 0 60px;
    float: left;
	width: 20%;
} 
#copyright {
	clear: left;
	width: 100%;
	float: left;
	font-size: 12px;
	margin-top: 30px;
}
.mobile {
	display: none;
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}