/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 
 

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 1300px) {
/*Add rules here*/
#masthead-left {
	display:none;	
	}

}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
#masthead-left {
	display:right;	
	}

}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
#masthead-left {
	display:right;	
	}

}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
#portal h2 {
	font-size: 1.75em;
	color: #666;
}
#portal ul li {
	text-align: left;
	font-size: 1.5em;
	color: #666;
	padding-right: 1em;
	padding-left: 1em;
	list-style-position: inside;
	padding-top: .5em;
}
.portaltext {
	padding-top: 100px;
}
#portal {
	min-height: 500px;
}


.btn2 {
	padding: 3px;
}
.btn2 h3 {
	background-color: #66b2b2;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #000;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	color: #FFF;
}
.btn2 h3 a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn2 h3 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
}

.parallax-window {
	clear: both;
	min-height: 100px;
	background: transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.parallax-text {
	background-color: rgba(0,0,0,.6);
	background-size: cover;
	color: #FFF;
	font-size: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	clear: both;
}

.parallax-text h1 {
	font-size: 3em;
	line-height: 200px;
	color: #FFF;
}

.container {
	position:relative;
	width:100%;
	}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
	background-color: #000;
	background: rgba(0,0,0,.80);
}

.container:hover .overlay {
	opacity: 1;
	width: 100%;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.container .overlay .text a{
	color: #FFF;
}



.btn h3 {
	background-color: #000;
	text-align: center;
	padding-top: 0.2em;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;
	border: thin solid #663;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px 10px 10px 10px;
}
.btn h3 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.btn h3 a:hover{
	color: #CCC;
	text-decoration: none;
}
.btn h4 {
	background-color: #4797a8;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #000;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px 10px 10px 10px;
	color: #FFF;
}
.btn h4 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .8em;
}
.btn h4 a:hover{
	color: #CCC;
	text-decoration: none;
}
#lower-nav ul .btn h5{
	background-color: #4797a8;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: thin solid #663;
	max-width: 110px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 10px 10px 10px 10px;
	color: #060;
}
#lower-nav ul .btn h5 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .9em;
}
#lower-nav ul .btn h5 a:hover{
	color: #FF0;
	text-decoration: none;
}

#home {
	min-height: 600px;
	clear: both;
	max-height: 600px;
}
.home-transparency {
	background-color: rgba(0,0,0,.50);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}
#layout-container #homefloorplans .parallax-window .parallax-text a {
	color: #FFF;
	text-decoration: none;
}

#home_stmt  {
	font-family: 'Saira Semi Condensed', sans-serif;

	padding-top: 15%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50%;
	color: #FFF;
	font-size: 4em;
	text-shadow: 0px 0px 0px #000000;
	padding-right: 10%;
	padding-left: 10%;
	font-weight: normal;
	padding-top: 10%;
}
#home_stmt .home_stmt_2 {
	font-family: 'Saira Semi Condensed', sans-serif;

	font-size: .60em;
	color: #FFF;
	font-weight: normal;
}
.line {
	width: 40%;
	height: 0;
	border: 1px solid #fff;
	margin: 7px;
	display:inline-block;
	text-align: center;
}

.line-container {
	position:relative;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 20px;
	padding-top: 0.75em;
	text-shadow: 0px 0px 0px #000000;
}

#luxury {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #70ad47;
}
.luxury-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/flash/tyler2.jpg);
}
.luxury-transparency {
	background-color: rgba(125,152,171,.85);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}
#luxury p {
	line-height: 3em;
	padding: 1em;
	color: #F5F5F5;
}
#luxury h1 {
	font-size: 4em;
	padding-top: 0em;
	padding-bottom: 0em;
	font-weight: bold;
	color: #CCC;
}
#luxury h2 {
	font-size: 3em;
	padding-top: 1em;
	padding-bottom: 0em;
	color: #CCC;
}
.luxury-col1 .vanilla-column.column-50.padded {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#features-home {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990;
}
.features-home-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/flash/tyler2.jpg);
}
.features-home-transparency {
	background-color: rgba(0,0,0,.85);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}
#features-home p {
	line-height: 1.65em;
	padding: .5em;
	color: #990;
}

#features-home h1 {
	font-size: 4em;
	padding-top: 0em;
	padding-bottom: 0em;
	color: #990;
}
#features-home h2 {
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: 0em;
	color: #990;
}
.features-home-col1 .vanilla-column.column-50.padded {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
.spacer1 {
	clear: both;
	min-height: 300px;
	background-attachment: fixed;
	background-image: url(../images/backgrounds_page/background06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.spacer2 {
	clear: both;
	min-height: 300px;
	background-attachment: fixed;
	background-image: url(../images/backgrounds_page/flowers-light.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.spacer3 {
	clear: both;
	min-height: 300px;
	background-attachment: fixed;
	background-image: url(../images/backgrounds_page/backgroundz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_stmt  {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-family: 'Anton', sans-serif;
	padding-top: 15%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50%;
	color: #FFF;
	font-size: 4em;
	text-shadow: 2px 2px 2px #000000;
	padding-right: 10%;
	padding-left: 10%;
	font-weight: normal;
	padding-top: 15%;
}
#home-features {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #70ad47;
}
#layout-container .parallax-window .parallax-text a {
	color: #FFF;
	text-decoration: none;
}

.home-features-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/flash/tyler2.jpg);
}
.home-features-transparency {
	background-color: rgba(125,152,171,.85);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}
#home-features p {
	line-height: 1.75em;
	padding: 1em;
	color: #990;
}
.link {
	text-align: right;
	color: #990;
	margin-right: .5em;
	margin-left: .5em;
	font-weight: bold;
	font-size: .9em;
}
.link a{
	text-align: right;
	color: #3066FF;
	text-decoration: none;
	font-size: 0.9em;
}

#home-features h1 {
	font-size: 4em;
	padding-top: 0em;
	padding-bottom: 0em;
	font-weight: bold;
	color: #CCC;
}
#home-features h2 {
	font-size: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #990;
}
.home-features-col1 .vanilla-column.column-50.padded {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#homefloorplans {
	clear: both;
}
.homefloorplans-background {
	background-color: #FFF;
}

.homefloorplans-transparency {
	/*background-color: rgba(125,152,171,.5);*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2em;
	clear: both;
}
#layout-container #features .features-background .features-transparency .vanilla-row .column-group.max-100.max-980 .vanilla-column.column-50.padded ul ul {
	text-indent: 2em;
	font-size: .85em;
}

.homefloorplans-transparency h2 {
	color: #FFF;
	padding: 1em;
	font-size: 2em;
}

.opm-panel-content  h2 {
	color: #666;
}
#p7OPM_1 ul p {
	color: #CCC;
}

.opm-panel-content  p {
	color: #666;
}
#location {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #70ad47;
}
.location-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/backgrounds_page/background09.jpg);
}
.location-transparency {
	background-color: rgba(125,152,171,.9);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}



#lower-nav {
	clear: both;
	background-color: #333;
}
#features {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #70ad47;
}
.features-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/flash/tyler2.jpg);
	clear: both;
}
.features-transparency {
	background-color: rgba(125,152,171,.85);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
}
#features p {
	line-height: 3em;
	padding: 1em;
	color: #F5F5F5;
}
#features ul li {
	font-size: 1.5em;
	line-height: 2em;
	color: #FFF;
	list-style-type: none;
	text-align: left;
}

#features h1 {
	font-size: 4em;
	padding-top: 0em;
	padding-bottom: 0em;
	font-weight: bold;
	color: #CCC;
}
#features h2 {
	font-size: 3em;
	padding-top: 1em;
	padding-bottom: 0em;
	color: #CCC;
}
.features-col1 .vanilla-column.column-50.padded {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
.headergfx .hgtrans {
	background-color: #36C;
	background: rgba(72,119,153,.5);
}

#lower-nav ul li {
	list-style-type: none;
	color: #FFF;
}
#lower-nav a {
	text-decoration: none;
	color: #FFF;
}
.container-placeholder {
	min-height: 800px;
	text-align: center;
	padding: 20px;
	margin-top: 100px;
}
.history h2 {
	padding: 1em;
	color: #002f57;
}
.history p {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}


.headergfx {
	background-color:#FFF;
	background-size:auto;
	min-height: 150px;
}

.headergfx .hgtrans {
	background: rgba(0,0,0,.10);

}

.hgtrans .hgtext h1  {
	line-height: 150px;
	z-index: 99;
	color: #002f57;
}


.management-header .headergfx{
	background-color:#FFF;
	background-size:auto;
	min-height: 150px;
}
.history {
	padding-bottom: 2em;
}

.contact-header .headergfx{
	background-color:#FFF;
	background-size:auto;
	min-height: 150px;
}
.contact-header .headergfx .hgtrans{
	background: rgba(0,0,0,.10);

}
.contact-header .hgtrans .hgtext  h1{
	line-height: 150px;
	z-index: 99;
	color: #002f57;
}
#layout-container #footer .vanilla-row .column-group.max-100 .vanilla-column.column-33 a .scalable {
	max-height: 26px;
	max-width: 60px;
}
.vanilla-row.max-1440 {
	clear: both;
}
.column-group.max-100 {
	clear: both;
}
#layout-container #masthead #masthead-right #p7DMM_1 #p7DMMu_1 li #p7DMMt1_5 {
	font-size: 1.5em;
	margin-top: -5px;
}
.upper-case {
	text-transform:uppercase;
}
#location p {
	font-size: 1.2em;
	line-height: 2em;
	color: #FFF;
}
#features-home ul li {
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: left;
	color: #990;
	list-style-type: square;
}
#features-home ul  {
	color: #990;
	list-style-type: square;
	margin-left: 2em;
	margin-right: 2em;
}
#layout-container #features-home .features-home-background .features-home-transparency .vanilla-row .column-group.max-100.max-980 .features-home-col1 .vanilla-column.column-50.padded .vanilla-row .column-group.max-100 .vanilla-column.column-50 img {
	padding-top: 2em;
	padding-bottom: 2em;
}
#masthead #masthead-left img {
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
}
#layout-container #features-home .features-home-background .features-home-transparency .vanilla-row .column-group.max-100.max-980 .vanilla-column.column-50.padded ul ul li {
	font-size: .95em;
}
#layout-container #gallery .gallery-background .gallery-transparency .vanilla-row .3D-tours {
	clear: both;
}
.gallery {
	clear: both;
}
