h1 {
	font-family: 'Mr De Haviland', cursive;
	color: #720928;
	font-size: 75px;
    margin: 15px 0 0 -15px;
    display: block;
    font-weight: normal;
}

.right-column h2 {
	margin: 40px 0 0 0;
}
h2 {
	color: #907a55;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	margin: 40px 0 25px -15px;
	padding: 0; 
	clear: both;
}
.homepage h2 {
	margin: 140px 0 30px 0;
}
h3 {
	font-weight: normal;
    font-size: 18px;
    margin: -20px 0 20px -15px;
    padding: 0;
    clear: both;
    border-top: 1px solid #CAC09C;
    font-style: italic;
    color: #CAC09C;
}
h4 {
	color: #730a29;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	margin: 10px 0 10px 9px;
	padding: 0; 
	clear: both;
}
h5 {
	font-family: 'Mr De Haviland', cursive;
	color: #720928;
	font-size: 55px;
    margin: 15px 0 0 6px;
    display: block;
    font-weight: normal;
}
.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: #720928;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active {
	color: #bcaf71;
    text-decoration: none;
    font-weight: bold;
}
ul {
	margin: 20px auto 15px;
	list-style-image: url('/images/bullets.png');
}
ul li {
	margin-top: 5px;

}
ul ul {
	margin: auto auto;
}


.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 8px 0 0 25px;
}
.custom-list li:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    background-image: url('/images/bullets.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}


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;
}
.tagline-one {
	font-family: 'Mr De Haviland', cursive;
	color: #720928;
	font-size: 43px;
    margin-top: 35px;
    display: block;
}
.tagline-two {
	color: #907a55;
	font-size: 25px;
	padding-left: 40px;
    text-transform: uppercase;
    margin-top: -20px;
    display: block;
}
.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: #720928;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	height: 29px;
	margin: 0;
	padding: 4px 0;
	z-index: 100;
}
#topbar .left {
	float: left;
	width: 50%;
}
#topbar .right {
	float: right;
	text-align: right;
}
#header {
	background: #e2dcc2;
	box-shadow: 1px 1px 25px 2px #000;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	height: 162px;
	margin: 0;
	padding: 0;
	z-index: 101;
}
.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}
#logo {
	float: left;
	padding: 8px 0px;
	margin-left: -10px;
}


/* Menu Styles */
body#home a#nav-home,
body#services a#nav-services,
body#about a#nav-about,
body#gallery a#nav-gallery,
body#info a#nav-info{
	display: block;
	padding: 0px;
	border-bottom: 3px solid #bcaf71;
}
.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: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #720928;
	text-decoration: none;
}

/*Hover state for top level links*/
#nav li:hover a {
	color: #720928;
    display: block;
	padding: 0px;
	border-bottom: 3px solid #bcaf71;
}

#nav li:hover ul a {
	background-color: #D1C79E;
	color: #3c3b39;
	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: #e2dcc2;
}

/*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%;
}
.homepage {
	background-image: url(/images/background-custom-homes-altoona-pa.jpg);
    height: 820px;
    top: 0;
    width: 100%;
}
.homepage .container {
	/*height: 780px;*/
	background: #fff;
}
.homepage .left {
	float: left;
	width: 50%;
	padding: 0 2%;
    box-sizing: border-box;
}
.homepage .right, .subpage .right {
	float: right;
	width: 50%;
    box-sizing: border-box;
}
.subpage .left {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 2% 35px;
    box-sizing: border-box;
}
.property-showcase {
	background: #ddd6c4;
    margin: 50px 0 15px 0;
    padding: 18px;
}
.property-showcase img {
	padding: 9px;
	max-width: 50%;
    width: 50%;
    box-sizing: border-box;
}
.property-showcase h5 {
	font-family: 'texgyreadventorregular', arial, verdana, sans-serif;
	color: #907a55;
	font-weight: normal;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
    font-size: 25px;
}
.property-showcase p {
	text-align: center;
    font-size: 14px;
    font-style: italic;
	margin: 0 0 15px;
}
#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;
}
.testimonials {
    font-size: 14px;
    color: #FFF;
    background-color: #B5A680;
    font-weight: normal;
    padding: 17px;
    margin: 25px 0 10px 0px;
}
.testimonial img {
    float: right;
    margin: 0px 0 10px 15px;
}
#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%;
}

.about {
	margin: -5px 13px 0px -10px;
}

.gallery-lightbox {
    text-align: center;
    background-color: #CAC09C;
    padding: 30px 30px;
    display: table;
}
.gallery-lightbox img {
    margin: 0 0 10px 10px;
    border: 0px solid #FFF;
}
.showcase-feature img {
	max-width: 100%;
}
.showcase-feature {    
	float: left;
    max-width: 75%;
    padding-right: 20px;
    box-sizing: border-box;
}
.showcase-thmbs {
	float: right;
    max-width: 20%;
	min-width: 228px;
}
.anchor {
  display: block;
  height: 162px; /*same height as header*/
  margin-top: -162px; /*same height as header*/
  visibility: hidden;	
}

@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%;
}
.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;
}
.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;
}

#footer {
    float: left;
	background-color: #520b1d;
    color: #fff;
    display: block;
    font-size: 14px;
    min-height: 58px;
    padding: 20px;
	margin-top: 0px;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer h2 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0; 
	line-height: 20px;
}

#footer a:link, #footer a:visited, #topbar a:link, #topbar a:visited {
	color: #e2dcc2;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active, #topbar a:hover, #topbar a:active {
	color: #EEEADB;
	text-decoration: none;
	font-weight: normal;
}
#footer ul {
	list-style: outside none none;
	margin: 15px 0 0;
    padding-left: 0;
    padding-right: 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;
}

/* rotator */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
	
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  margin: -2px auto 0;
  border: 0;
  }

.rslides_container {
  /*margin-top: 0px;
  margin-bottom: 0px; */
  position: relative;
  margin: 160px 0 0;
  width: 100%;
  /*float: left;*/
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -40px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 0%;
  text-indent: -9999px;
  overflow: hidden;
  height: 0%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: -40px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #fff;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  -moz-box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  width: 11px;
  height: 11px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #998575;
  }


@media (max-width: 1896px) {
#banner-centered {
    margin: 162px 0 0;
	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%;
}

}


/*--- Rotator Styles ---*/



@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;

}