html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
fieldset {
	min-width: inherit;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}/** * 2.0 - Genericons */
.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}/** * 3.0 Typography */
body, button, input, select, textarea {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
p {
	margin-bottom: 1.6em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}/** * 4.0 Elements */
hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 1.3333em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table, th, td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.8;
}/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
}/** * 5.0 Forms */
button, input, select, textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}
input:focus, select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled], input[disabled], select[disabled], textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 0.375em;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	outline: 0;
}
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
.search-form input[type="submit"], .widget .search-form input[type="submit"] {
	padding: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
body, html {
	font-family: 'Assistant', Helvetica, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	min-height: 100%;
}
h1, h2, h3 {
	font-family: 'Merriweather', Garamond, serif;
	font-weight: 300;
	font-style: italic;
}
h1 strong, h2 strong, h3 strong {
	font-family: 'Merriweather', Garamond, serif;
	font-weight: 700;
	font-style: italic;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 30px;
	font-size: 3.0rem;
	color: #000;
}

@media (min-width: 768px) {
h2 {
	font-size: 34px;
	font-size: 3.4rem;
}
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
}

@media (min-width: 768px) {
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
}
h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	color: #000;
}

@media (min-width: 768px) {
h4 {
	font-size: 24px;
	font-size: 2.4rem;
}
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	font-size: 15px;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
p {
	font-size: 18px;
	font-size: 1.8rem;
}
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #966E41;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
/*ul, ol {
	list-style: none;
}*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #966E41;
	border: 0;
	margin: 0 auto 40px;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}/* ---------------------------------------- *//* P R E L O A D I N G S T Y L E/* ---------------------------------------- */
.mask-color {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #000;
}
mask-color-front {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #000;
}
.mask-color-port {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: rgba(255,255,255,.6);
	display: none;
}
.wslogo {
	background: url(../img/leander-gold.png) no-repeat;
	width: 225px;
	height: 168px;
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 50px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#preview-area {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 220px;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate-pin 2.0s infinite linear;
	animation: rotate-pin 2.0s infinite linear;
}
.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #966E41;
	border-radius: 100%;
	-webkit-animation: bounce-pin 2.0s infinite ease-in-out;
	animation: bounce-pin 2.0s infinite ease-in-out;
}
.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotate-pin {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes rotate {
100% {
transform: rotate(360deg)
}
}
@-webkit-keyframes bounce-pin {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes bounce-pin {
0%, 100% {
transform: scale(0.0)
}
50% {
transform: scale(1.0)
}
}/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.navbar-brand {
	float: left;
	height: 85px;
	line-height: 20px;
	padding: 0px 0px 0px 15px;
}
.on {
	background-color: rgba(51, 51, 51, 1) !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.on .navbar-brand {
	height: 55px;
	line-height: 20px;
	padding: 0px;
}
.navbar-brand img {
	transition: all 0.8s;
	height: 81px;
	width: auto;
}
.on .navbar-brand img {
	height: 50px;
	width: auto;
	transition: all 0.8s;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}

@media (min-width: 768px) {
#menu.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	font-size: 1.4rem;
}
}

@media (min-width: 992px) {
#menu.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-size: 1.6rem;
}
}

@media (min-width: 1200px) {
#menu.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	font-size: 1.8rem;
}
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #966E41;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #966E41 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #966E41;
	border-color: #966E41;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 10px 25px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 25px;
	left: 0px;
}
.section-title p {
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(255,255,255,1);
	margin: 0px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.section-addition p {
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(255,255,255,1);
}
.section-addition {
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(255,255,255,1);
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
.section-title p {
	font-size: 18px;
	font-size: 1.8rem;
}
.section-addition p {
	font-size: 18px;
	font-size: 1.8rem;
}
.section-addition {
	font-size: 18px;
	font-size: 1.8rem;
}
}

@media (min-width: 992px) {
.section-title p {
	font-size: 22px;
	font-size: 2.2rem;
}
.section-addition p {
	font-size: 22px;
	font-size: 2.2rem;
}
.section-addition {
	font-size: 22px;
	font-size: 2.2rem;
}
}

@media (min-width: 1200px) {
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(255,255,255,0.00);
	border: solid 2px #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 50px;
	margin-top: 20px;
	transition: all 0.5s;
	line-height: 16px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #966e41;
	background-color: rgba(255,255,255,1);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}/* Header Section */
#header {
}
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #000000;
	height: 100vh;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
	height: 100vh;
}
.introimg {
	padding: 0px 0px 60px 0px;
}
.introimg img {
	max-width: 150px;
	height: auto;
}
.intro h1 {
	color: #fff;
	font-size: 2.6em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 100px;
	text-align: center;
}

@media (min-width: 768px) {
.introimg img {
	max-width: 100%;
	height: auto;
}
.intro h1 {
	font-size: 3.6em;
	margin-bottom: 40px;
}
.intro p {
	font-size: 32px;
	font-size: 3.2rem;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 100px;
}
}

@media (min-width: 998px) {
}

@media (min-width: 1024px) {
}/* About Section */
#about-leander-holdings, #aboutus {
	padding: 40px 0;
}
#aboutus {
	background: #efefef;
	text-align: center;
}
#about-leander-holdings h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
#about-leander-holdings .about-text {
	margin-left: 10px;
}
#about-leander-holdings .about-img {
	display: block;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
#about-leander-holdings .about-img img {
	max-width: 150px;
	height: auto;
}

@media (min-width: 768px) {
#about-leander-holdings .about-img img {
	max-width: 100%;
	height: auto;
}
}
#about-leander-holdings p {
	line-height: 28px;
	margin: 15px 0 30px;
	font-size: 20px;
	font-size: 2.0rem;
}

@media (min-width: 768px) {
#aabout-leander-holdings, #aboutus {
	padding: 100px 0;
}
#about-leander-holdings p {
	line-height: 38px;
	margin: 15px 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
}
}/* Testimonials */
#testimonials {
	padding: 40px 0;
	background: #000;
	color: #fff;
}
#testimonials p {
	line-height: 21px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	font-family: "Merriweather", Garamond, serif;
	font-style: italic;
	font-weight: 300;
}

@media (min-width: 768px) {
#testimonials p {
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
}
}

@media (min-width: 998px) {
#testimonials p {
	line-height: 38px;
	font-size: 24px;
	font-size: 2.4rem;
}
}/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
.carousel-inner > .item {
	padding-right: 5%;
}/* Control buttons */
#quote-carousel .carousel-control {
	background: none;
	color: #fff;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 0px;
	top: 40%;
}/* Previous button */
#quote-carousel .carousel-control.left {
	left: -12px;
}/* Next button */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #fff;
}
#quote-carousel .carousel-indicators .active {
	background: #966E41;
}
#quote-carousel img {
	width: 250px;
	height: 100px
}/* End carousel */
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
.item blockquote p:before {
	content: '\f10d';
	font-family: 'Fontawesome';
	font-size: 40px;
	font-size: 4rem;
	left: -52px;
	margin-right: 10px;
	position: absolute;
	top: 16px;
	color: #966E41;
}
}

@media (min-width: 1024px) {
.item blockquote p:before {
	font-size: 60px;
	font-size: 6rem;
	left: -72px;
}
}
.item blockquote small {
	color: #966E41;
	font-family: "Merriweather", Garamond, serif;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
}

@media (min-width: 768px) {
.item blockquote small {
	font-size: 14px;
	font-size: 1.4rem;
}
}

@media (min-width: 998px) {
.item blockquote small {
	font-size: 16px;
	font-size: 1.6rem;
}
}/** MEDIA QUERIES*//* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
}/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
}/* Menu Section */
.bg-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
}
#residential-developments {
	padding: 0 0 60px 0;
}
#residential-developments .section-title {
}
#commercial-developments .section-title {
}
#residential-developments .section-title, #commercial-developments .section-title {
	height: 250px;
	min-height: 50%;
	position: relative;
}

@media (min-width: 768px) {
#residential-developments .section-title, #commercial-developments .section-title {
	height: 500px;
	min-height: 50%;
}
}

@media (min-width: 1024px) {
#residential-developments .section-title, #commercial-developments .section-title {
	height: 500px;
	min-height: 50%;
}
}
#residential-developments .section-title h2 {
	color: #fff;
}
#residential-developments img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#residential-developments h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#residential-developments .menu-section hr {
	margin: 0 auto;
}
#residential-developments .menu-section {
	margin: 0 20px 80px;
}
#residential-developments .menu-section-title {
	font-size: 26px;
	font-size: 2.6rem;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#residential-developments .menu-item {
	margin: 35px 0;
	font-size: 18px;
	font-size: 1.8rem;
}
#residential-developments .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	font-size: 1.7rem;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#residential-developments .menu-item-description {
	font-style: italic;
	font-size: 15px;
	font-size: 1.5rem;
}
#residential-developments .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}/* Portfolio Section */
#commercial-developments {
	padding: 0 0 50px 0;
}
#commercial-developments .section-title h2 {
	color: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #966E41;
}
ol.type li a:hover {
	color: #fff;
	background-color: #966E41;
}
.portfolio-items {
	border: solid 1px #fff;
}
.portfolio-items img {
	width: 100%;
	height: auto;
}
.portfolio-items > div[class*="col-"] {
	padding: 0;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
	border: solid 1px #fff;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 15% 15px 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	line-height:1;
}
.hover-bg .hover-text > h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
hover-bg .hover-text > p {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	font-weight: 300;
}
.hover-bg:hover .hover-text > p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}/* Team Section */
#contact-leander {
	color: #fff;
	background: #000 url(../img/PKWFVA~L.jpg) center top no-repeat;
	background-size: cover;
}
#contact-leander .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.8);
}
#contact-leander h2, #team p {
	color: #fff;
}
#contact-leander hr {
	background: #fff;
}
#contact-leander h3 {
	color: #fff;
	font-weight: 400;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 5px 0 20px;
}
#team img {
	width: 280px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
}/* Call Reservation Section */
label {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
	font-size: 1.6rem;
}
.contactdetails {
	font-size: 16px;
	font-size: 1.6rem;
}
#MapA {
	width: 100%;
	height: 220px;
	margin-bottom: 40px
}

@media (min-width: 768px) {
.contactdetails {
	font-size: 16px;
	font-size: 1.6rem;
}
#MapA {
	width: 100%;
	height: 320px;
}
}

@media (min-width: 1024px) {
.contactdetails {
	font-size: 21px;
	font-size: 2.1rem;
}
#MapA {
	width: 100%;
	height: 420px;
}
}
.contactdetails a {
	color: #FFF;
}
.contactdetails a:hover {
	color: #966E41;
}
.address, .tel, .fax, .email {
	position: relative;
	padding: 0 30px;
}
.address:before, .tel:before, .fax:before, .email:before {
	content: "\f276";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;/*--adjust as necessary--*/
	color: #966E41;
	font-size: 18px;
	font-size: 1.8rem;
	padding-right: 0.5em;
	position: absolute;
	top: 2px;
	left: 0;
}
.tel:before {
	content: "\f095";
}
.fax:before {
	content: "\f1ac";
}
.email:before {
	content: "\f2b6";
}/* Call Reservation Section */
#call-reservation {
	padding: 90px 0;
	color: #fff;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eb640+50,779936+100 */
	background: rgb(0,0,0); /* Old browsers */
	border-top: solid 2px #fff;
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #8eb640;
}
#call-reservation h2 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}/* Footer Section*/
#footer {
	background: #FFF;
	padding: 20px 0 20px 0;
}
#footer h3 {
	color: #966E41;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,966E41+50 */
	background: rgb(119,153,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#966E41', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	font-size: 2.6rem;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	font-size: 1.5rem;
	color: #000
}
#footer a {
	color: #966E41;
}
#footer a:hover {
	color: #999;
}
a.scrollup {
	bottom: 20px;
	display: none;
	position: fixed;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.85);
	border: 2px solid #966e41;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 0px;
	padding: 3px 8px;
	text-transform: uppercase;
}
a.scrollup:hover {
	background-color: rgba(255, 255, 255, 0.85);
	border: 2px solid #000;
	color: #966e41;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* Privacy */
.article {
	padding: 30px;
}