/* ==========================================================================
Base Styles and Bootstrap Modifications
========================================================================== */
html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
body.modal-open {
	overflow: visible;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */textarea {
	resize: vertical;
}
/* ==========================================================================
General styles
========================================================================== */html, body {
	height: 100%;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #4f5357;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.modal-header {
	background: #007A1F;
}
.modal-header h2 {
	color: white;
	color: #ffffff;
}
.modal-header h4 {
	color: white;
	color: #ffffff;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #fff;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #007A1F;
	color: white;
}
.important_check {
	display: none;
}
hr:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #83bc45;
}
a img {
	background: transparent;
}
/* Titles */h1, h2, h3, h4, h5 {
	font-family: "Raleway";
	font-weight: 300;
	color: #007A1F;
}
/* Paragraph & Typographic */p {
	line-height: 1.5em;
	margin-bottom: 2em;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
small {
	font-size: 12px;
}
blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote cite:before {
	content: "-- "
}
/* Images */.overflow-image {
	margin-top: -65px;
}
/* Links */a {
	color: #83bc45;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
Wrap Sections
========================================================================== */#headerwrap {
	/* background-image:url(../../images/topbg_03.png); */
	margin-top: -50px;
	padding-top: 70px;
	/* text-align:center; */
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 350px;
	width: 100%;
	background-color: rgba(0, 122, 31, 0.96);
	position: absolute;
	top: 0;
	z-index: -1;
	color: #ffffff;
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
}
#headerwrap h1, #headerwrap h2, #headerwrap h3, #headerwrap h4, #headerwrap h5, #headerwrap h6, #headerwrap p {
	font-family: "Raleway";
	font-weight: 300;
	color: #ffffff;
}
#headerwrap h4 {
	line-height: 1.6em;
}
#headerwrap h4 span {
	font-size: 1.5em;
	margin-top: 0px;
	margin-right: 10px;
}
#headerwrap h1 {
	color: #ffffff;
	margin-top: 30px;
	padding-bottom: 0px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
#headerwrap p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(22, 22, 22, 0.7);
}
/* ==========================================================================
Box Sections
========================================================================== */.white h1 {
	padding-top: 35px;
}
.white p {
	padding-top: 25px;
}
/* Section Dividers */.section-divider {
	z-index: 999;
	width: 100%;
	display: table;
	max-height: 450px;
	border-bottom: 2px solid #83bc45;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-top: 45px;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: inherit;
	text-align: center;
}
.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}
.textdivider p {
	color: white;
	font-size: 25px;
}
/* Section Dividers Backgrounds */.divider1 {
	background-image: url('../../images/FBSC_WooliesCafeCEMPBC_2339.jpg')
}
.divider6 {
	background-image: none;
	background-color: rgba(255, 255, 255, 0);
}
/* ==========================================================================
Services Section
========================================================================== */
.service-trigger:before {
	width: 100%;
	top: 50px;
	color: #3498db;
	font-size: 36px;
	text-align: center;
	position: absolute;
	left: 0;
}
.service-content {
	padding: 15px 20px;
	background: #e6eaed;
	display: block;
	height: auto
}
.service-content p:last-child {
	margin: 0;
}
/* ==========================================================================
Image Mask
========================================================================== */.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: rgba(0, 122, 31, 0.96);
	text-align: center;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
}
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	margin: 0;
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	right: 0;
	left: 0;
}
.grid figcaption a:hover {
	text-decoration: underline;
	color: #83bc45;
}
/* Caption Style */.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	margin: 0 auto;
}
/* ==========================================================================
Blog Section
========================================================================== *//* ==========================================================================
MEDIA QUERIES
========================================================================== */
/*ipad portrait*/.container-80 {
	max-width: 100%;
	margin: 40px 0%;
	width: 100%;
}
body {
	background-color: #324768;
	background-size: 100%;
}
.navbar-default {
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
}
#page {
	background-color: rgba(242, 242, 233, 0.98);
	overflow: hidden;
	min-height: 50px;
	margin-top: 240px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(255, 255, 255, 1);
}
#page.container {
}
#page.container .container {
	width: auto;
}
ul.inline_half {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
ul.inline_half li {
	font-family: 'Raleway';
	list-style: none;
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0 0 40px 0;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 0px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0);
	-webkit-transition: 150ms ease-in-out;
	-moz-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	-ms-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
}
ul.inline_half li:hover {
	-webkit-box-shadow: 0 4px 12px rgba(60, 30, 50, .4);
	-moz-box-shadow: 0 4px 12px rgba(60, 30, 50, .4);
	box-shadow: 0 4px 12px rgba(60, 30, 50, .4);
}
ul.inline_half li p {
	display: block;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 6px 10px;
	text-align: center;
}
ul.inline_half li p strong {
	display: block;
	font-size: 17px
}
ul.inline_half li p i {
	display: none;
	font-style: normal;
	margin: 4px auto;
	height: 0px;
	opacity: 0;
}
ul.inline_half li:hover p i {
	display: block;
	height: auto;
	opacity: 1;
}
ul.inline_half li p small {
	display: block;
	line-height: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
ul.inline_half li p span {
	background-color: rgba(155, 125, 125, 0.8);
	color: #ffffff;
	width: 28px;
	height: 28px;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	border-radius: 100%;
	margin-left: -14px;
	margin-right: 7px;
}
ul.inline_half li img {
	max-width: 80%;
	margin: 10px 10%;
	vertical-align: middle;
}
ul.hours {
	font-size: 14px;
	margin-left: 0;
	padding-left: 10px;
}
ul.hours li {
	list-style: none;
	margin-left: 0;
	padding: 9px 8px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0;
}
ul.hours li:nth-child(odd) {
	background-color: #f7f7f7;
}
ul.hours li strong {
	display: inline-block;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
}
.fb_bg {
	background-color: #3b5998;
	color: #ffffff;
}
.fb_bg_badge {
	background-color: #3b5998;
	color: #ffffff;
	position: absolute;
	height: 220px;
	width: 220px;
	overflow: hidden;
	border-radius: 100%;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 1);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 1);
	font-size: 14px;
	text-align: center;
	margin: -220px 0 0 0;
	right: 10%;
	z-index: 1;
}
.fb_bg_badge h1 {
	font-size: 22px;
	display: block;
	width: 80%;
	margin: 30px auto 0;
}
.fb_bg_badge p {
	font-size: 16px;
	display: block;
	width: 80%;
	margin: 0 auto 0;
	line-height: 1.2em;
}
.fb_bg_badge img {
	width: 74%;
	margin: 30px auto;
	height: auto;
}

.leasing_badge {
	background-color: #f43349;
	color: #ffffff;
	position: absolute;
	height: 130px;
	width: 220px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 1);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 1);
	font-size: 14px;
	text-align: center;
	margin: -220px 0 0 0;
	padding:16px 0;
	left: 10%;
	z-index: 1;
}

.leasing_badge h1{
	color:#FFFFFF;
	display:block;
	text-align:center;
	width:90%;
	margin:0 5%; 
	font-size:40px;
	font-weight:700;padding:0;
	text-transform:uppercase;}
	
	.leasing_badge h1 small {
		font-size:16px; display:block;
		color:#FFFFFF;
	}
	
.leasing_badge a.btn-default  {
	color:#f43349;
	font-size:14px;
	font-weight:bold;
	margin:10px 10% 0;
	width:80%;
	text-transform:uppercase;
	border-color: transparent;}

.googlemap {
	width: 100%;
	min-height: 280px;
}
.googlemapfix {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.googlemap {
	width: 100%;
	min-height: 480px;
}
#touchmap {
	position: absolute;
	overflow: hidden;
	width: 94.5%;
	height: 480px;
	margin: -480px 0 0 0;
	z-index: 999;
	color: #ffffff;
	background-color: rgba(0, 122, 31, 0.39);
	padding: 0;
}
#touchmap a {
	color: #ffffff;
	width: 95%;
	height: 480px;
	line-height: 480px;
	text-align: center;
	display: block;
	font-size: 1em;
	text-shadow: 0 1px 1px rgba(0, 122, 31, 0.79);
	text-decoration: none;
}
.contact-row ol {
	margin: 30px 0 0 0;
	padding: 0
}
.contact-row ol li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
	margin-bottom: 6px;
	font-family: "Raleway";
	font-weight: 300;
	color: #007A1F;
	font-size: 18px;
}
.contact-row span.glyphicons {
	display: inline-block;
}
footer {
	padding: 60px 0;
}
footer, footer p, footer h1, footer h2, footer h5 {
	color: #ffffff;
}
p.punch {
	background-color: #83bc45;
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 0.6em 0.2em;
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
}
p.punch span {
	padding-right: 1em;
	margin-left: -0.5em;
}

@media screen and (min-width: 769px) {
#headerwrap {
	height: 250px;
}
}

@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
body .header {
	background-attachment: scroll;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width: 769px) {
#headerwrap h1 {
	font-size: 80px;
}
#headerwrap p {
	font-size: 30px;
	line-height: 38px;
}
}

@media screen and (min-width: 769px) {
.container-80 {
	max-width: 90%;
	margin: 40px 5%;
	width: 90%;
}
}

@media screen and (min-width: 769px) {
body {
	background: url(../../images/bg2.jpg) no-repeat;
	background-attachment: scroll;
	background-position: right 0;
	background-color: #324768;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
}

@media screen and (min-width: 769px) {
#page {
	background-color: rgba(242, 242, 233, 0.98);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 0px 8px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	min-height: 50px;
	margin-top: 500px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
}
}

@media screen and (min-width: 769px) {
ul.inline_half li {
	width: 48%;
	padding: 0;
	margin: 0 2% 40px 0;
}
ul.inline_half li:nth-child(3n) {
	margin-right: 2%;
}
ul.inline_half li:nth-child(even) {
	margin-right: 0;
}
}

@media screen and (min-width: 993px) {
ul.inline_half li {
	width: 28.7%;
	padding: 0;
	margin: 0 6% 40px 0;
}
ul.inline_half li:nth-child(even) {
	margin-right: 6%;
}
ul.inline_half li:nth-child(3n) {
	margin-right: 0;
}
}

@media screen and (max-width: 768px) {
.navbar-header .navbar-brand {
	display: inline-block !important;
	visibility: visible !important;
	max-width: 80%;
}
.navbar-header .navbar-brand img {
}
.contact-row ol li {
	display: block;
}
}

@media screen and (min-width: 769px) {
#touchmap {
	display: none;
}
}
