
@font-face {
    font-family: 'Gibson-Regular';
    src: url('fonts/gibson-regular-webfont.eot');
    src: url('fonts/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gibson-regular-webfont.woff') format('woff'),
         url('fonts/gibson-regular-webfont.ttf') format('truetype'),
         url('fonts/gibson-regular-webfont.svg#Gibson-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'GibsonLight-Regular';
    src: url('fonts/gibson-light-webfont.eot');
    src: url('fonts/gibson-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gibson-light-webfont.woff') format('woff'),
         url('fonts/gibson-light-webfont.ttf') format('truetype'),
         url('fonts/gibson-light-webfont.svg#GibsonLight-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('fonts/gibson-semibold-webfont.eot');
    src: url('fonts/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gibson-semibold-webfont.woff') format('woff'),
         url('fonts/gibson-semibold-webfont.ttf') format('truetype'),
         url('fonts/gibson-semibold-webfont.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
	background-color:#6a757d;
}

a {
	text-decoration:none;
	color:#86CAEF;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}


a:hover {
	color:#0072AE;
}

.grey {
	color:#ccc;
}

ul {
	margin:15px 0;
}

ul li {
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	list-style-type:disc;
	margin-left:18px;
}

span.bold {
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
	color:#fff;
}

span.regular {
	font-size:16px;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-style:italic;
}



#header {
	height:104px;
	width:100%;
	position:fixed;
	background-color:#fff;
	z-index:50000;
}

#column1 {
	width:25%;
	float:left;
	height:104px;

}

#menuColumn {
	width:100%;
	float:left;
	height:104px;
	position:relative;
	text-align:center;
	margin:0;
}

#menuColumn a.main {
	/*margin:26px 20px;*/
	font-size:13px;
	display:block;
	display:inline-block;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
}

#menuColumn .active {
	color:#2E8DC1;
	/*text-decoration:underline;*/
}

#column3 {
	width:25%;
	float:left;
}

img#logo {
	position:absolute;
	top:12px;
	left:50px;
}

#caption_ground {
	height:312px;
	background-color:#0072ae;
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:19000;
}

#caption_holder {
	height:100%;
	position:relative;
	width:100%;
}

#caption_ground #bottombar{
	height:52px;
	width:100%;
	background-color:#404041;
	position:absolute;
	bottom:0;
	text-align:center;
}

#caption_ground #bottombar a.subnav {
	margin:19px 20px 0;
	display:block;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
	color:#efefef;
}

#caption_ground #bottombar a.subnav:hover {
	color:#86CAEF;
}

#caption {
	width:100%;
	height:100%;
	max-width:920px;
	position:relative;
	margin:0 auto;
}

#caption p {
	color:#E0EDF3;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:23px;
	margin:0 30px;
	text-align:center;
	padding-top:40px;
}

#caption #captionlogo {
	width:284px;
	height:50px;
	background:url(../images/bosa_logo.png) center right no-repeat;
	position:absolute;
	left:50%;
	margin-left:-142px;
	bottom:16px;
}

#caption #captionlogo a {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
}

#caption a.close {
	height:30px;
	width:30px;
	background:url(../images/up.png) no-repeat;
	position:absolute;
	top:7px;
	left:50%;
	margin-left:-15px;
}

#caption a.open {
	height:50px;
	width:600px;
	background:url(../images/open.png) no-repeat bottom center;
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:20px;
	display:none;
	text-align:center;
	color:#fff;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-size:16px;
	/*letter-spacing:1px;*/
}

#bottombar a.open {
	height:30px;
	width:30px;
	background:url(../images/open.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:435px;
	top:11px;
	display:none;
}

#captionlogo p{
	color:#fff;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:10px;
	margin-top:22px;
	padding:0;
	margin:22px 0 0;
}

#homeimage {
	width:100%;
	height:520px;
	float:left;
	background:url(../images/soloday.jpg) no-repeat center bottom;
	background-size:cover;
	position:relative;
	margin-top:104px;
}

#homeimage #feature {
	height:75px;
	width:100%;
	max-width:650px;
	background:url(../images/arrow.png) no-repeat bottom right;
	position:relative;
	margin:409px auto 0;
}

#homeimage #feature h1{
	color:#fff;
	font-size:31px;
	font-family: 'Gibson-Semibold', Helvetica, Arial, sans-serif;
	margin:7px 0;
	text-shadow: 2px 2px 0 #000;
}

#homeimage #feature h2{
	color:#fff;
	font-size:22px;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 0 #000;
}

#homeimage #feature a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}

#footer {
	background-color:#6a757d;
	width:100%;
	height:auto;
	float:left;
	display:none;
}

#footerContain {
	width:100%;
	max-width:920px;
	height:100%;
	margin:0 auto;
	padding-top:30px;

}

#footerContain .contact1 {
	width:30%;
	float:left;
	height:auto;
	margin-top:10px;
	position:relative;
}

#footerContain .contact2 {
	width:40%;
	float:left;
	height:auto;
	margin-top:10px;
	position:relative;
	text-align:right;
}

#footerContain h1 {
	font-size:12px;
	color:#fff;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
	margin-bottom:8px;
}

#footerContain p {
	font-size:12px;
	color:#bbbdbf;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
	margin-bottom:4px;
}

#footerContain .contact1 a{
	font-size:12px;
	color:#bbbdbf;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
}

#footerContain .contact2 a {
	color:#fff;
}

#footerContain .contact2 a:hover {
	color:#86CAEF;
}

#footerContain .contact1 a:hover{
	color:#fff;
}

.keyline {
	height:1px;
	width:100%;
	background-color:#7d868c;
	float:left;
	margin-top:30px;
}



#footerContain #footercolumn1 {
	width:25%;
	float:left;
	font-size:12px;
	color:#bbbdbf;
	margin-top:30px;
}

#footerContain #footercolumn2 {
	width:50%;
	float:left;
	margin-top:27px;
	text-align:center;
}

#footerContain #footercolumn2 a,
#footerContain #footercolumn1 a {
	color:#bbbdbf;
	margin:0 20px;
	font-size:12px;
}

#footerContain #footercolumn1 a {
	margin:0;
}

#footerContain #footercolumn2 a:hover {
	color:#fff;
}

#footerContain #footercolumn3 {
	margin-top:11px;
	width:25%;
	float:left;
	height:auto;
}

a#bosalink {
	background:url(../images/footer_logo.png) no-repeat;
	width:151px;
	height:43px;
	float:right;
	margin-bottom:50px;
}

#projects {
	float:left;
	width:100%;
	position:relative;
	background-color:#404041;
}

#grid {
	position:relative;
	background-color:#404041;
	width:100%;
	min-height:600px;
	height:auto;
	display:none;
	overflow:hidden;
}

.gridcolumn {
	width:33%;
	float:left;
	height:auto;
}

.gridground {
	width:33%;
	z-index:0;
	height:100%;
	position:absolute;
	top:0;
}

#gridground1 {
	left:0;
	background-color:#555;
}

#gridground2 {
	width:34%;
	left:33%;
	background-color:#333;
}

#gridground3 {
	left:67%;
	background-color:#777;
}

.gridproject {
	width:100%;
	float:left;
	height:auto;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	background-color:#000;
}

.gridproject-thumbimage {
	width:100%;
	float:left;
}

.gridproject p {
	color:#fff;
	position:absolute;
	bottom:11px;
	left:11px;
	margin-right:11px;
	font-size:14px;
	text-shadow: 1px 1px 0 #000;
}

.gridproject-logocontainer {
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
}

.gridproject-logocontainer img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 28px;
	min-width: 50px;
	margin-top: auto;
}

@media screen and (max-width: 920px) {
	.gridproject-logocontainer {
		bottom: 11px;
		left: 11px;
		right: 11px;
	}

	.gridproject-logocontainer img {
		max-height: 13px;
	}
}

.gridproject-soldcontainer {
	position:absolute;
	top: 0;
	left: 0;

	background-color: #fffc31;

	display: flex;
	justify-content: center;
	align-items: center;
}

.gridproject-soldtext {
	font-size: 3rem;
	padding: 0.5rem 1rem;
}

@media screen and (max-width: 920px) {
	.gridproject-soldtext {
		font-size: 1rem;
		padding: 0.5rem 1rem;
	}
}

.gridArrow {
	height:65px;
	width:65px;
	position:absolute;
	bottom:15px;
	right:15px;
	display:none;
	background:url(../images/arrow.png) no-repeat center center;
}

a#gridview {
	width:auto;
	height:22px;
	overflow:hidden;
	background:url(../images/grid_icon.png) no-repeat;
	background-position:0 -22px;
	color:#86CAEF;
	padding-left:30px;
	line-height:23px;
	font-size:12px;
	position:absolute;
	left:50%;
	top:15px;
	margin-left:-100px;
}

a#mapview {
	width:auto;
	height:22px;
	overflow:hidden;
	background:url(../images/map_icon.png) no-repeat;
	color:#fff;
	padding-left:25px;
	line-height:23px;
	font-size:12px;
	position:absolute;
	right:50%;
	top:15px;
	margin-right:-100px;
}

#googlemap {
	width:100%;
	height:auto;
	float:left;
}

#breadcrumbbar {
	height:52px;
	width:100%;
	background-color:#404041;
	position:fixed;
	top:104px;
	z-index:30000;
}

#projectgallery {
	height:600px;
	width:100%;
	float:left;
	position:relative;
	margin-top:156px;
	background-color:#141414;
	text-align:center;
	overflow:hidden;
}

#projectgallery #imageholder {
	position:absolute;
	top:0;
	left:0;
	width:30000px;
}

#projectgallery img {
	float:left;
	margin:0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	max-height: 600px;
}

#projectdetails {
	height:auto;
	float:left;
	background-color:#0072ae;
	width:100%;
}

#detailsholder {
	width:100%;
	max-width:920px;
	margin:0 auto;
	height:100%;
	padding:0 20px;
}

#detailsmap {
	float:left;
	width:480px;
	height:300px;
	margin:40px 0;
}

#headerbosa {
	width:149px;
	height:37px;
	position:absolute;
	top:30px;
	right:40px;
	background:url(../images/bosa.png) no-repeat;
}

#headerbosa a{
	width:100%;
	height:100%;
	display:block;
}

#footerSearch,
#search {
	width:auto;
	height:25px;
	background-color:#86CAEF;
	position:absolute;
	top:38px;
	right:50px;
	padding-right:25px;
}

#search input ,
#footerSearch input{
	border:none;
	color:#fff;
	background-color:#86CAEF;
	height:20px;
	padding-left:8px;
	width:120px;
	float:left;
}

/*#footerSearch{
	width:130px;
}*/

#footerSearch input {
	background-color:#8D9599;
}

#search #button,
#footerSearch #footerbutton {
	height:23px;
	width:25px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/search.png) no-repeat center center;
}

#footerSearch {
	background-color:#8d9599;
	right:0;
	top:0;
}


#hidden {
	display:none;
}

#breadcrumbbar #controls {
	width:100%;
	max-width:920px;
	position:relative;
	margin:0 auto;

}


#breadcrumbbar #controls a#backtogrid {
	width:40px;
	height:30px;
	overflow:hidden;
	background:url(../images/backtogrid.png) no-repeat;
	position:absolute;
	left:0;
	top:10px;
}

#breadcrumbbar #controls a#backtomap {
	width:40px;
	height:30px;
	overflow:hidden;
	background:url(../images/backtomap.png) no-repeat;
	color:#fff;
	position:absolute;
	left:50px;
	top:10px;
}

#breadcrumbbar #controls a#backtomap:hover,
#breadcrumbbar #controls a#backtogrid:hover {
	background-position:0 -30px;
}

#breadcrumbbar #controls p.projectinfo {
	color:#fff;
	width:auto;
	text-align:center;
	line-height:53px;
	font-size:17px;
	text-transform:uppercase;
	font-family: 'Gibson-Regular', Helvetica, Arial, sans-serif;
}

#breadcrumbbar #controls #iconsholder {
	position:absolute;
	right:0;
	width:auto;
	top:17px;
}

#breadcrumbbar #controls #iconsholder .icon {
	width:13px;
	height:13px;
	margin-left:2px;
	border:1px solid #86CAEF;
	float:left;
	cursor:pointer;
}

#projectdescription {
	max-width:400px;
	color:#fff;
	height:auto;
	float:left;
	margin:40px 40px 40px 0;
}

#projectdescription a:hover{
	color:#000;
}

#projectdescription h1{
	margin-bottom:20px;
	font-size:26px;
}

#projectdescription p{
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:18px;
}

#gallerynext {
	position:absolute;
	width:40px;
	height:80px;
	right:20px;
	top:50%;
	margin-top:-40px;
	background:url(../images/right.png) no-repeat;
	z-index:20000;
	cursor:pointer;
}

#galleryprev {
	position:absolute;
	width:40px;
	height:80px;
	left:20px;
	top:50%;
	margin-top:-40px;
	background:url(../images/left.png) no-repeat;
	z-index:20000;
	display:none;
	cursor:pointer;
}

#searchresults{
	width:100%;
	background-color:#86CAEF;
	height:0;
	overflow:hidden;
	float:left;
	position:relative;
	/*margin-top:104px;*/
	color:#fff;
}


#searchcontainer {
	width:100%;
	position:relative;
	margin:0 auto;
	max-width:920px;
	height:auto;
	overflow:hidden;
	padding-top:50px;
}

#searchcontainer h1 {
	float:left;
	width:100%;
	height:30px;
	padding-bottom:10px;
	border-bottom:1px solid #AED5E5;
	background:url(../images/largemagnify_white.png) no-repeat center left;
	font-size:22px;
	line-height:45px;
	padding-left:30px;
}

#resultscontainer {
	float:left;
	width:105%;
	margin-top:50px;
	text-align:center;
}

.resultsunit {
	width:200px;
	margin-right:40px;
	margin-bottom:30px;
	display:block;
	display:inline-block;
}

.resultsunit img {
	width:200px;
	height:200px;
	float:left;
}

.resultsunit h2 {
	float:left;
	margin-top:10px;
	font-size:15px;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
}

.resultsunit a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

#searchclose {
	position:absolute;
	right:0;
	top:53px;
	height:30px;
	width:30px;
	background:url(../images/close.png) no-repeat;
	cursor:pointer;
}

#content {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	background-color:#f1f1f1;
	display:none;
}

.chunk {
	width:100%;
	max-width:600px;
	position:relative;
	margin:0 auto;
	padding:50px 0 50px 20px;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}

.chunk h1 {
	font-family: 'Gibson-SemiBold', Helvetica, Arial, sans-serif;
	font-size:28px;
	line-height:32px;
	text-align:right;
	color:#0072AE;
	margin-top:0;
	margin-bottom:10px;
}

.chunk .leftcol {
	width:200px;
	float:left;
	position:relative;
	margin-right:40px;
}

.chunk .rightcol {
	max-width:340px;
	float:left;
	position:relative;
}

.chunk .rightcol a{
	margin-right:10px;
	line-height:20px;
}

.chunk .rightcol ul {
	margin-top:0;
}

.chunk .rightcol ul li {
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	list-style-type:disc;
	margin-left:18px;
	float:left;
	width:85%;
}

.chunk .rightcol img {
	margin-bottom:10px;
}

.brochureLink {
	display: inline-block;
    margin-bottom: 25px;
	font-size: 1.5rem;
}

.chunk h2 {
	font-size:20px;
	margin:3px 0 8px 0;
	float:left;
	width:100%;
}

.chunk h3 {
	width:100%;
	margin-bottom:10px;
	font-size:18px;
	float:left;
}

.chunk p {
	float:left;
	color:##404041;
	font-size:16px;
	line-height:20px;
	margin:0 0 25px 0;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	width:90%;
}

#preloader {
	width:30px;
	height:30px;
	background:url(../images/loader.gif) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:50%;
	margin-top:-15px;
}

#popupground {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position:fixed;
	width:0;
	height:0;
	background-color:#000;
	z-index:50000;
}

#popupcontent {
	padding:20px;
	background-color:#fff;
	position:fixed;
	z-index:51000;
	width:1000px;
	height:600px;
	display:none;
	overflow:hidden;
}

a#closepopup {
	position:absolute;
	right:50px;
	top:40px;
	background:url(../images/blue_close.png) no-repeat;
	width:30px;
	height:30px;
}

#windowcontent {
	height:auto;
	max-width:400px;
}

#windowcontent img {
	width:150px;
	float:left;
}

#windowcontent h1 {
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	font-family: 'Gibson-SemiBold', Helvetica, Arial, sans-serif;
	width:230px;
	font-size:16px;
}

#windowcontent p {
	float:left;
	font-family: 'GibsonLight-Regular', Helvetica, Arial, sans-serif;
	width:230px;
	margin-left:20px;
	margin-bottom:40px;
	font-size:13px;
}

#windowcontent {
	height:auto;
	width:500px;
}


#windowcontent a.map-more-info{
	color:#fff;
	font-size:13px;
	background-color:#86CAEF;
	padding:5px 8px;
	position:absolute;
	bottom:0;
	right:0;
}

#windowcontent a.map-more-info:hover{
	background-color:#0072AE;
}

#divider {
	width:340px;
	margin:50px 0;
	height:1px;
	background-color:#ccc;
	float:left;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#breadcrumbbar #controls a#backtomap {
		display:none;
	}

	#breadcrumbbar #controls a#backtogrid {
		left:10px;
	}

	#breadcrumbbar #controls #iconsholder {
		display:none;
	}

	#breadcrumbbar #controls p.projectinfo {
		text-align:right;
		margin-right:10px;
		font-size:16px;
		line-height:48px;
	}

	#caption a.open {
		font-size:13px;
	}
}