

/* +++++ GENERAL +++++ */
html	{
  height:100%;
  background:#000000;
}
#logo a {
  width: 256px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  margin-left: 15px;
}
.form-control, .btn {
	border-radius: 0;
}
h1, h2, h3, h4, h5, h6 { color: #000000; font-family: 'Helvetica Neue','Helvetica' , sans-serif; font-weight: 700; padding-top: 24px;}
h1 { font-size: 35px; margin-bottom: 30px; margin-top: 30px; }
h2 { font-weight: 200; font-size: 36px; color: #000000;line-height: 36px;}
h3 { font-weight: 200; font-size: 28px; color: #000000;line-height: 42px;}
.homepage h2 {text-align: center;padding: 0 0 12px 0; }
p { font-size: 18px; line-height: 24px; margin-bottom: 12px; font-weight: 300;color: #1C1C1B;}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.centered { text-align: center; }
.fix-height { width:100%; }
.container {
  width:calc(100% - 15px);
  max-width:1340px;
}
.row {
  margin-left:0px;
  margin-right:0px;
}

/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	color: #1f8dc4;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}
a:hover,
a:focus { color: #7b7b7b; outline: 0; text-decoration: none; }
a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.greylink {display: block;text-align: center;}
.homepage .greylink { margin-top: 2em;}
.greylink a{
  background: none repeat scroll 0 0 #bec0c2;
  color: #1c1c1b;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
}
.yellowlink {display: block;text-align: left;  margin-top: 0.5em;
}
.yellowlink a{
  background: none repeat scroll 0 0 #fcb034;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 10px;
}
.bluelink.center {display: block;text-align: center;}
.homepage .bluelink { margin-top: 1em;}
.homepage .journal { margin-bottom:1em; }
.bluelink a{
  background: none repeat scroll 0 0 #1f8dc4;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
.Btn,
.form-group .btn {
  display:inline-block;
  padding:15px 30px;
  background:#1F8DC4;
  color:#FFFFFF;
  font-size:15px;
  font-weight:300;
  text-transform:uppercase;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.Btn:hover,
.form-group .btn:hover {
  background:#0E628C;
  color:#FFFFFF;
}
/* +++++ DECORATIVE FEATURES +++++ */
.borderbottom:after {content:" "; display:block;border-bottom: 1px solid #1C1C1B;padding: 15px}
/** SEARCH PAGE **/
img.shadow {
-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.4);
box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.4);
}



/* PAGE */
#page p {
	font-size: 15px; line-height: 1.5em; margin-bottom: 1em; font-weight: 300;color: #1C1C1B;
}

#page .big {
	font-size: 18px; line-height: 1.5em; margin-bottom: 1em; font-weight: 300;color: #1C1C1B;padding-top: 1.5em;
}

/* SIDEBAR */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 1.5em;
}

#sidebar li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-weight: 300;
}



/** HEADER **/
.Header {
  background:#000000;
  margin:0px 0px 20px 0px;
  padding:40px 0px;
}
.Header a.Logo {
  display:block;
  float:left;
  width:100%;
  max-width:255px;
}
.Header a.Logo img {
  width:100%;
  max-width:256px;
  max-height:70px;
}
.Header ul.Navigation {
  display:block;
  list-style:none;
  margin:0px 20px 0px 280px;
  padding:0px;
  text-align:right;
}
.Header ul.Navigation li {
  display:inline-block;
  vertical-align:middle;
  position:relative;
}
.Header ul.Navigation a {
  display:block;
  position:relative;
  color:#FFFFFF;
  font-size:15px;
  padding:20px 0px;
  margin:0px 0px 0px 40px;
  letter-spacing:0.2px;
  font-weight:300;
  text-transform:uppercase;
}
.Header ul.Navigation a span {
  display:block;
  position:relative;
  z-index:2;
}
.Header ul.Navigation a:before {
  content:'';
  position:absolute;
  z-index:1;
  left:0;
  bottom:0;
  width:0px;
  height:3px;
  background:#1F8DC4;
  -webkit-transition:width .3s ease-in-out;
  -moz-transition:width .3s ease-in-out;
  -ms-transition:width .3s ease-in-out;
  -o-transition:width .3s ease-in-out;
  transition:width .3s ease-in-out;
}
.Header ul.Navigation a.active:before,
.Header ul.Navigation a:hover:before {
  width:100%;
}
.NavTrigger {
  display:none;
  background:#333333;
  margin:15px 0px 0px auto;
  padding:10px;
  width:50px;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.NavTrigger:hover {
  background:#1F8DC4;
}
.NavTrigger span {
  display:block;
  width:100%;
  height:2px;
  background:#FFFFFF;
}
.NavTrigger span.NavTrigger--01,
.NavTrigger span.NavTrigger--02 {
  margin:0px 0px 5px 0px;
}
@media screen and (max-width:1080px){
  .Header ul.Navigation a {
    margin:0px 0px 0px 20px;
    font-size:14px;
  }
}
@media screen and (max-width:960px){
  .Header ul.Navigation {
    margin:40px 0px 0px 0px;
    text-align:center;
    clear:both;
    border-top:1px solid #333333;
  }
  .Header ul.Navigation a {
    margin:0px 0px 0px 20px;
    font-size:14px;
  }
}
@media screen and (max-width:960px) and (min-width:641px){
  .Header a.Logo {
    float:none;
    margin:0px auto;
  }
}
@media screen and (max-width:640px){
  body {
    padding:160px 0px 0px 0px;
  }
  .Header {
    position:fixed;
    display:block;
    top:0px;
    width:100%;
    z-index:999;
  }
  .NavTrigger {
    display:block;
  }
  .Header ul.Navigation {
    display:none;
  }
  .Header ul.Navigation li {
    display:block;
  }
  .Header ul.Navigation li a {
    margin:0px;
  }
  .Header ul.Navigation a:before {
    height:100%;
    top:0;
  }
}
@media screen and (max-width:420px){
  .Header a.Logo {
    max-width:180px;
  }
  .NavTrigger {
    margin:5px 0px 0px auto;
  }
}



/* +++++ WRAP SECTIONS +++++ */
#homebanner, #fullwidth {
	display: block;
	width: 100%;
	max-width: 1280px;
}
#homebanner {
  margin:40px auto;
}
#fullwidth {
  margin:0px auto 40px auto;
}
#homebanner img, #fullwidth img {
	margin: 0 auto;
}
.nomargin {margin-bottom: 0 !important;}
.upper {
	text-transform: uppercase;
}
#ww { background-color: #f2f2f2; padding-bottom: 70px; padding-top: 70px; }



/** HOME **/
.HomepageBox-wrapper {
  max-width:1280px;
  margin:80px auto;
}
.HomepageBox-wrapper .HomepageBox {
  width:calc(50% - 40px);
}
.HomepageBox.HomepageBox--left {
  float:left;
}
.HomepageBox.HomepageBox--right {
  float:right;
}
.HomepageBox .HomepageBox-img {
  display:block;
  padding:75% 0px 0px 0px;
}
.HomepageBox .HomepageBox-text {
  display:block;
  padding:20px 0px;
}
.HomepageBox .HomepageBox-text strong {
  display:block;
  font-size:26px;
  line-height:28px;
  margin:0px 0px 10px 0px;
}
.HomepageBox .HomepageBox-text .Text {
  display:block;
  color:#999999;
}
.HomeWelcome {
  background:#F0F7FA;
  padding:80px 20px;
  margin:0px -1em;
}
.HomeWelcome-content {
  max-width:600px;
  margin:80px auto;
}
#page .HomeWelcome-content p {
  font-size:1.6em;
}
.HomeWelcome-content big {
  font-weight:bold;
  font-size:1.8em;
  line-height:1.2em;
}
.HomeWelcome-content .Btn {
  display:block;
  margin:0px auto;
  text-align:center;
  max-width:180px;
}
@media screen and (max-width:1280px){
  .HomepageBox-wrapper {
    margin:40px auto;
  }
  .HomepageBox-wrapper .HomepageBox {
    width:calc(50% - 20px);
  }
}
@media screen and (max-width:960px){
  .HomepageBox .HomepageBox-text strong {
    font-size:22px;
    line-height:24px;
  }
}
@media screen and (max-width:760px){
  .HomepageBox-wrapper .HomepageBox,
  .HomepageBox.HomepageBox--left,
  .HomepageBox.HomepageBox--right {
    float:none;
    width:100%;
    display:block;
    clear:both;
  }
  .HomepageBox.HomepageBox--left {
    margin:0px 0px 40px 0px;
  }
}
@media screen and (max-width:680px){
  .HomeWelcome {
    padding:40px 20px;
  }
  #page .HomeWelcome-content p {
    font-size:1.3em;
  }
}
@media screen and (max-width:480px){
  #page .HomeWelcome-content p {
    font-size:1.1em;
  }
}



/** FOOTER **/
.Footer {
  background:#000000;
  color:#FFFFFF;
  padding:40px 20px;
  margin:40px 0px 0px 0px;
}
.Footer.Footer--noMargin {
  margin:0px;
}
.Footer-margins {
  max-width:1280px;
  margin:0px auto;
}
ul.FooterLinks {
  list-style:none;
  margin:0px;
  padding:0px;
}
ul.FooterLinks--left {
  float:left;
  font-size:20px;
  font-weight:300;
}
ul.FooterLinks--right {
  float:right;
  text-align:right;
  font-size:22px;
}
ul.FooterLinks li {
  display:inline-block;
  vertical-align:middle
}
ul.FooterLinks--left li {
  margin:0px 20px 0px 0px;
}
ul.FooterLinks--right li {
  margin:0px 0px 0px 10px;
}
ul.FooterLinks li a {
  display:block;
}
ul.FooterLinks--left li a,
ul.FooterLinks--right li a:hover {
  color:#FFFFFF;
}
ul.FooterLinks--left li a:hover,
ul.FooterLinks--left li a.active,
ul.FooterLinks--right li a {
  color:#1F8DC4;
}
@media screen and (max-width:480px){
  ul.FooterLinks--left,
  ul.FooterLinks--right {
    float:none;
    text-align:center;
  }
  ul.FooterLinks--left li{
    display:block;
    margin:0px 0px 20px 0px;
  }
}



/** JOURNAL LIST INCLUDE **/
.JournalList {
  list-style:none;
  margin:0px;
  padding:0px;
}
.JournalList li {
  display:block;
}
.JournalList li.BlogPostBox {
  display:none;
}
.JournalList li.BlogPostBox--active {
  display:block;
}
.JournalList li:not(.JournalList-last){
  margin:0px 0px 40px 0px;
  padding:0px 0px 40px 0px;
  border-bottom:1px solid #CCCCCC;
}
.JournalList li .JournalList-img {
  display:block;
  padding:75% 0px 0px 0px;
}
.JournalList li .JournalList-text {
  display:block;
  margin:10px 0px;
}
.JournalList li .Title {
  display:block;
  font-size:18px;
  line-height:22px;
  margin:0px 0px 10px 0px;
  font-weight:bold;
}
.JournalList li .Text {
  display:block;
  color:#999999;
}



/** PROFILE **/
.ProfileLogos {
  list-style:none;
  margin:20px 0px;
  padding:0px;
}
.ProfileLogos li {
  display:inline-block;
  vertical-align:middle;
  margin:0px 20px 0px 0px;
}
.ProfileLogos li.ccnh {
  max-width:200px;
}
.ProfileLogos li.ghwl {
  max-width:140px;
}
.ProfileLogos li img {
  width:100%;
}
.BlockquoteLink {
  padding:20px;
  margin:40px 0px;
  background:#EFEFEF;
  border:none;
}
.BlockquoteLink h3 {
  margin:0px;
}
@media screen and (max-width:540px){
  .ProfileLogos {
    text-align:center;
  }
  .ProfileLogos li {
    display:block;
    width:100%;
    margin:0px auto 20px auto;
  }
}



/** AGENTS **/
.AgentList {
  list-style:none;
  margin:40px 0px 0px 0px;
  padding:0px;
  font-size:0px;
}
.AgentList li {
  display:inline-block;
  vertical-align:top;
  width:33.33%;
}
.AgentList li .AgentBox {
  display:block;
  margin:0px 20px 40px 0px;
  font-size:14px;
}
.AgentList li .AgentBox .AgentBox-logo {
  margin:0px 0px 10px 0px;
  max-width:200px;
}
.AgentList li .AgentBox .AgentBox-logo img {
  width:100%;
  max-width:260px;
  max-height:195px;
}
.AgentList li .AgentBox .AgentBox-tel {
  font-weight:bold;
}
.AgentList li .AgentBox .AgentBox-url {
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media screen and (max-width:1080px){
  .AgentList li {
    width:50%;
  }
}
@media screen and (max-width:991px){
  .AgentList li {
    width:33.33%;
  }
}
@media screen and (max-width:760px){
  .AgentList li {
    width:50%;
  }
}
@media screen and (max-width:480px){
  .AgentList li {
    display:block;
    width:100%;
  }
}



/** JOURNAL **/
.Journal-list {
  font-size:0px;
}
.Journal-list .post {
  display:inline-block;
  vertical-align:top;
  width:33.33%;
}
.Journal-list .post .spacing {
  margin:20px 10px;
  font-size:14px;
}
.Journal-list .post .post-image-wrapper {
  display:block;
  /* padding:75% 0px 0px 0px; */
}
.Journal-list .post .title {
  display:block;
  font-size:18px;
  line-height:22px;
  margin:0px 0px 10px 0px;
  font-weight:bold;
}
.Journal-list .post p {
  color:#999999;
}
.pagination-wrapper {
  text-align:center;
  margin:40px 0px;
  padding:40px 0px 0px 0px;
  border-top:1px solid #EFEFEF;
}
.pagination-wrapper .paging-prev,
.pagination-wrapper .paging-next,
.pagination-wrapper .paging-numbers,
.pagination-wrapper .paging-numbers li {
  display:inline-block;
  vertical-align:middle;
}
.pagination-wrapper .paging-numbers {
  list-style:none;
  margin:0px 20px;
  padding:0px;
  border:1px solid #EFEFEF;
}
.pagination-wrapper .paging-numbers li.paging-numbers-separator {
  display:none;
}
.pagination-wrapper .paging-numbers li a,
.pagination-wrapper .paging-numbers li span {
  display:block;
  padding:15px;
  border:1px solid #EFEFEF;
  width:60px;
}
.pagination-wrapper .paging-numbers li a:hover,
.pagination-wrapper .paging-numbers li span {
  background:#1F8DC4;
  color:#FFFFFF;
}
@media screen and (max-width:1080px){
  .Journal-list .post {
    width:50%;
  }
}
@media screen and (max-width:680px){
  .Journal-list .post {
    display:block;
    width:100%;
  }
  .Journal-list .post .spacing {
    margin:20px 0px 40px 0px;
  }
  .pagination-wrapper .paging-numbers {
    display:none;
  }
}



/* glyphicon Configuration */
.glyphicon { color:#1f8dc4; font-size:40px; }



/* Developments */
.developments .row {
	padding-bottom: 2em;
}
.developments .development {
	opacity: 0;
	transition: all 0.7s ease-in-out 0s;
	margin-bottom: 1.5em;
}
.developments .development.out {
	opacity: 0;
}
.lt-ie9 .developments .development img {
	border:1px solid #CCCCCC;
}
.developments .development a {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.developments .development a:hover {
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.developments span {
	color: #333;
	font-weight: 200;
	letter-spacing: 0.5px;
}
.developments .title {
	font-family: 'Helvetica Neue','Helvetica' , sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0px;
	color:#7B7B7A;
}
.development img.img-hover,
.development a:hover img.img-static{
  display:none;
}
.development a:hover img.img-hover {
  display:block;
}



/** SUBMENU **/
.submenu {
	width:100%;
	display:block;
	text-align:right;
  margin:0px 0px 40px 0px;
}
.submenu ul {
	float:right;
	margin:0;
  padding:0;
  text-align:right;
  font-size:0px;
}
.submenu li {
  position:relative;
  display:inline-block;
	text-align:right;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	list-style:none;
  height:40px;
}
.submenu li a {
  position:relative;
  display:block;
  padding:11px 10px 12px 10px;
	color:#FFFFFF;
}
.submenu li.submenu-first a {
  padding:11px 10px 12px 40px;
}
.submenu li a span {
  position:relative;
  z-index:2;
}
.submenu li.submenu-first a .submenu-angle {
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  left:0;
  width:40px;
}
.submenu li.submenu-first a .submenu-angle:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:40px 0 0 40px;
  border-color:transparent transparent transparent #FFFFFF;
}
.submenu li a:hover,
.submenu li a.active {
  color:#FFFFFF;
}
.submenu li a:after {
  content:'';
  position:absolute;
  z-index:1;
  top:0;
  bottom:100%;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}
.submenu li a:hover:after,
.submenu li a.active:after {
  bottom:0;
}
@media screen and (max-width:680px){
  .submenu {
    border-top:none !important;
  }
  .submenu ul {
  	float:none;
    text-align:left;
  }
  .submenu li {
    display:inline-block;
    width:calc(50% - 2px);
  	text-align:left;
    height:40px;
    border:1px solid #FFFFFF;
  }
  .submenu li a,
  .submenu li.submenu-first a {
    padding:10px;
  }
  .submenu li.submenu-first a .submenu-angle {
    display:none;
  }
}
@media screen and (max-width:380px){
  .submenu li {
    display:block;
    width:auto;
    border:none;
    border-bottom:1px solid #FFFFFF;
    height:auto;
  }
  .submenu li a,
  .submenu li.submenu-first a {
    padding:7px 10px;
  }
}



/** OVERVIEW **/
.Overview-temp h2 {
  margin:0px;
}
.overview .noSpacings {
  margin:0px;
  padding:0px;
}
.TitleBar {
  margin:0px 0px 40px 0px;
}
.TitleBar h2 {
  margin:0px;
  padding:0px;
}
.TitleBar .TitleBar-img {
  text-align:right;
}
.TitleBar .TitleBar-img img {
  width:100%;
  max-width:140px;
}
.overview .OverviewCol {
  width:48%;
}
.overview .OverviewCol--left {
  float:left;
  clear:left;
}
.overview .OverviewCol--right {
  float:right;
  clear:right;
}
.overview .OverviewTop .Logo {
  margin:0px 0px 40px 0px;
}
.overview .OverviewTop .Logo img {
  width:100%;
  max-width:300px;
}
.overview .OverviewTop .Text {
  font-weight:bold;
  font-size:1.6em;
}
.overview .OverviewTop .OverviewCol--right img {
  width:100%;
}
.overview .OverviewMid {
  margin:40px 0px;
  font-size:1.1em;
}
.overview .OverviewBase {
  list-style:none;
  margin:0px;
  padding:0px;
  font-size:0px;
}
.overview .OverviewBase .OverviewBase-img {
  display:inline-block;
  vertical-align:middle;
  width:17%;
}
.overview .OverviewBase .OverviewBase-img05 {
  width:32%;
}
.overview .OverviewBase .OverviewBase-img span {
  display:block;
  margin-right:12px;
}
.overview .OverviewBase .OverviewBase-img05 span {
  margin-right:0px;
}
.overview .OverviewBase .OverviewBase-img span img {
  width:100%;
}
@media screen and (max-width:960px){
  .overview .OverviewCol,
  .overview .OverviewCol--left,
  .overview .OverviewCol--right {
    float:none;
    width:100%;
  }
  .overview .OverviewTop .OverviewCol--right {
    margin:40px 0px;
  }
  .overview .OverviewBase .OverviewBase-img {
    width:50%;
  }
  .overview .OverviewBase .OverviewBase-img {
    margin:0px 0px 20px 0px;
  }
  .overview .OverviewBase .OverviewBase-img01 span,
  .overview .OverviewBase .OverviewBase-img03 span {
    margin:0px 10px 0px 0px;
  }
  .overview .OverviewBase .OverviewBase-img02 span,
  .overview .OverviewBase .OverviewBase-img04 span {
    margin:0px 0px 0px 10px;
  }
  .overview .OverviewBase .OverviewBase-img05 {
    display:block;
    width:100%;
  }
}
@media screen and (max-width:767px){
  #development .TitleBar,
  #development .TitleBar h2,
  #development .TitleBar h3,
  #development .TitleBar .TitleBar-img {
    text-align:center;
  }
}
@media screen and (max-width:420px){
  .overview .OverviewBase .OverviewBase-img {
    margin:0px 0px 10px 0px;
  }
  .overview .OverviewBase .OverviewBase-img01 span,
  .overview .OverviewBase .OverviewBase-img03 span {
    margin:0px 5px 0px 0px;
  }
  .overview .OverviewBase .OverviewBase-img02 span,
  .overview .OverviewBase .OverviewBase-img04 span {
    margin:0px 0px 0px 5px;
  }
}



/** OVERVIEW BANNER **/
.OverviewBanner {
  position:relative;
  display:block;
  margin:0px 0px 40px 0px;
  padding:10px;
  background:#DCDDDE;
  color:#000000;
  text-decoration:none;
  min-height:145px;
  cursor:pointer;
}
.OverviewBanner:hover {
  background:#C2C7CC;
}
.OverviewBanner .OverviewBanner-text {
  display:block;
  vertical-align:middle;
  font-size:2.6em;
  margin:0px 460px 0px 0px;
  padding:10px;
}
.OverviewBanner .OverviewBanner-text span {
  display:block;
}
.OverviewBanner .OverviewBanner-buttons {
  position:absolute;
  top:10px;
  right:10px;
  display:block;
  text-align:right;
}
.OverviewBanner .OverviewBanner-buttons .Button {
  display:inline-block;
  margin:0px 0px 0px 10px;
  text-align:center;
  padding:20px;
  width:220px;
}
.OverviewBanner .OverviewBanner-buttons .Button--coown {
  background:#E83A4F;
}
.OverviewBanner .OverviewBanner-buttons .Button--renttoown {
  background:#47B49E;
}
.OverviewBanner .OverviewBanner-buttons .Button-logo {
  display:block;
  margin:0px auto;
}
.OverviewBanner .OverviewBanner-buttons .Button-logo img {
  width:100%;
  max-width:300px;
  max-height:74px;
}
.OverviewBanner .OverviewBanner-buttons .Button-text {
  color:#FFFFFF;
  text-transform:uppercase;
  margin:20px 0px 0px 0px;
}
@media screen and (max-width:1140px){
  .OverviewBanner .OverviewBanner-text {
    max-width:400px;
    line-height:1em;
  }
}
@media screen and (max-width:960px){
  .OverviewBanner .OverviewBanner-text {
    margin:0px 0px 10px 0px;
    text-align:center;
    max-width:unset;
  }
  .OverviewBanner .OverviewBanner-buttons {
    position:static;
    top:unset;
    right:unset;
    text-align:center;
  }
  .OverviewBanner .OverviewBanner-buttons .Button {
    margin:10px;
    width:45%;
  }
  .OverviewBanner .OverviewBanner-buttons .Button .Button-logo {
    max-width:160px;
  }
}
@media screen and (max-width:680px){
  .OverviewBanner .OverviewBanner-text {
    font-size:1.8em;
  }
}
@media screen and (max-width:560px){
  .OverviewBanner .OverviewBanner-text span {
    display:none;
  }
  .OverviewBanner .OverviewBanner-buttons .Button {
    display:block;
    width:auto;
  }
}



/** AGENT BANNER **/
.AgentBanner {
  margin:0px 0px 40px 0px;
  padding:10px;
  background:#DCDDDE;
  color:#000000;
}
.AgentBanner .AgentBanner-logo {
  float:left;
  width:240px;
}
.AgentBanner .AgentBanner-logo img {
  width:100%;
  max-width:400px;
  max-height:250px;
}
.AgentBanner .AgentBanner-text {
  margin:0px 0px 0px 260px;
}
.AgentBanner .AgentBanner-text h3 {
  margin:0px;
  padding:0px;
  text-transform:uppercase;
  line-height:1.3em;
}
.AgentBanner .AgentBanner-text .AgentBanner-addr,
.AgentBanner .AgentBanner-text .AgentBanner-tel,
.AgentBanner .AgentBanner-text .AgentBanner-email {
  display:inline-block;
  vertical-align:top;
  font-weight:bold;
  padding:10px 30px 10px 0px;
}
.AgentBanner .AgentBanner-text .AgentBanner-addr .AddrEle {
  display:block;
}
.AgentBanner .AgentBanner-text .AgentBanner-addr .AddrEle--group .AddrEle {
  display:inline-block;
}
.AgentBanner .AgentBanner-text .AgentBanner-addr .AddrEle--org,
.AgentBanner .AgentBanner-text .AgentBanner-tel span,
.AgentBanner .AgentBanner-text .AgentBanner-email span {
  display:block;
  font-weight:bold;
  text-transform:uppercase;
}
.AgentBanner .AgentBanner-text .AgentBanner-tel a,
.AgentBanner .AgentBanner-text .AgentBanner-email a {
  font-weight:normal;
  font-size:1.3em;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media screen and (max-width:930px){
  .AgentBanner {
    text-align:center;
  }
  .AgentBanner .AgentBanner-logo {
    float:none;
    width:100%;
    max-width:300px;
    margin:0px auto;
  }
  .AgentBanner .AgentBanner-text {
    margin:20px 0px 0px 0px;
  }
  .AgentBanner .AgentBanner-text .AgentBanner-addr .AddrEle {
    display:inline-block;
  }
  .AgentBanner .AgentBanner-text .AgentBanner-addr,
  .AgentBanner .AgentBanner-text .AgentBanner-addr .AddrEle--org {
    display:block;
  }
}
@media screen and (max-width:620px){
  .AgentBanner .AgentBanner-text h3 {
    font-size:20px;
  }
  .AgentBanner .AgentBanner-text .AgentBanner-addr,
  .AgentBanner .AgentBanner-text .AgentBanner-tel,
  .AgentBanner .AgentBanner-text .AgentBanner-email {
    display:block;
    padding:10px;
  }
}




#development .logo{
	margin-top: 2em;
}
#development .development-logo-small {
	margin-top: 50px;
	float: right;
	max-width: 240px;
}
#development h2 {
	display: block;
	width: 100%;
	text-align: left;
}
#development h2.nospace {
	margin-top:0;
  padding-top:0;
  margin-bottom: 1em;
  color: #000;
}
#development h3 {
	font-size: 21px;
	display: block;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
}
.development-panel { margin-top:1em; }
#development .thumb {
	margin-bottom: 2em;
}
#development h4 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 21px;
}
#development h4.nospace {
	margin-top:0;
	padding-top:0;
}
#development p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 2em;
}
#development .development-title{
    font-size: 2em;
    margin-bottom: 0;
    color: #b2b3b6;
    font-weight: 300;
    line-height: 1.1em;
}

/** HADLOW STYLES **/
.HadlowSubLogo { margin:30px 0px 0px 0px; }
.HadlowSubLogo img { width:100%; max-width:506px; max-height:63px; }
.HadlowOverview .OverViewText .OverViewText--left,
.HadlowOverview .OverViewText .OverViewText--right { font-size:16px; font-weight:300; }
.HadlowOverview .OverViewText .OverViewText--left { font-weight:400; }

/* BELVEDERE STYLES */
.belvedere-spec-title{
  color:#4f2361;
}
.belvedere-spec-p{
  margin-bottom:0em !important;
}
.bold{
  font-size: 1.4em !important;
  font-weight: 400 !important;
}
.plain-text{
  font-size:1.3em !important;
  font-weight:300 !important;
}
.col-md-9.belvedere-title-bar{
  width:55%;
}
.col-md-3.belvedere-title-bar{
  width:45%;
}
.col-md-3.belvedere-title-bar .brochure {
	position: relative;
	margin-top: 2em;
	right:-109px;
}
.belvedere-small .development-logo-small {
	margin-top: 40px !important;
	float: right;
	max-width: 190px !important;

}
@media screen and (max-width:770px){
  .col-md-3.belvedere-title-bar{
    width:34%;
  }
  .col-md-3.belvedere-title-bar .brochure {
  	position: relative;
  	margin-top: 2em;
  	right:-79px;
  }
}
@media screen and (max-width:760px){
  .col-md-9.belvedere-title-bar{
    width:100%;
  }
  .col-md-3.belvedere-title-bar{
    width:100%;
  }
}
@media screen and (max-width:430px){
  .col-md-3.belvedere-title-bar .brochure {
  	position: relative;
  	margin-top: 2em;
  	right:0px;
  }
}
/**      **/


#development li {
	font-size: 15px;
	font-weight: 300;
}

#development ul {
    list-style-type: none;
    margin-left: 0em;
    padding-left: 1em;
    text-indent: -0.85em;
}
#development ul li:before {
    content: "- ";
}

#development .spec_heading {
	margin-bottom: 1em;
}

#development .housetype, .llst-item {
	background: #e7e7e8;
	padding: 1em;
	margin-bottom: 2em;
	min-height:310px;
}
#development .housetype h4, #development .llst-item h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding-top:20px;
}

#development .houselink {
  bottom: 0;
  display: block;
  left: 0;
  margin-bottom: 2em;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index:99;
}

#development .housetype .thumb {
	margin-bottom: 0em;
	border: 1px solid #231f20;
	padding: 0px;
}

.listing-photo.llst-item-photo {
	margin-bottom: 0em;
	border: 1px solid #231f20;
	padding: 0px;
}
.listing-photo.llst-item-photo img {
	display: block;
	height: auto;
	max-width: 100%;
}
.price-value {
	font-weight: bold;
}
.llst-item-brief {
	font-size: 10px;
}



.brochure {
	position: relative;
	margin-top: 2em;
	right:-8px;
}

.subline1 {
  font-size: 17px;
  margin-top: 15px;
  font-family: 'L Bauer Bodoni W01';

}
.subline1.sans {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.subline1.indent {
	padding-left: 62px;
}
.italic {
	  font-style: italic;
}

.subline2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'L Bauer Bodoni W01';

}

.tagline {

  font-family: 'L Bauer Bodoni W01';
  font-size: 72px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 18px;
  padding-bottom: 8px;
  padding-top: 10px;
  width: auto;
  display: inline-block
}

.lead {
  font-family: 'L Bauer Bodoni W01';
  font-size: 18px;
}
.lead.sans {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
}

/** PROPERTY PAGE **/
.property-header										{ padding-top:30px; padding-bottom:30px; }
.slideshow .slideshow-slides .horiz-scroll-nav			{ background:transparent; width:100px; height:100px; margin-top:-50px; }
.slideshow .slideshow-slides .horiz-scroll-prev			{ background:transparent url(images/arrow-left.png) no-repeat 50% 50%; left:30px; }
.slideshow .slideshow-slides .horiz-scroll-prev:after	{ content:" "; }
.slideshow .slideshow-slides .horiz-scroll-next			{ background:transparent url(images/arrow-right.png) no-repeat 50% 50%; right:30px; }
.slideshow .slideshow-slides .horiz-scroll-next:after 	{ content:" "; }


/* Contact Page */
/*
.contact .tel {
	color: #7b7b7a;
font-size: 28px;
font-weight: 200;
line-height: 42px;
}
*/
.contact .address {
font-size: 15px;
font-weight: 300;
line-height: 1.5em;
margin-bottom: 1.5em;
}
.contact form {
	padding-top: 35px;
}

.contact .btn.btn-primary {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 10px 15px;
  color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}


/* Carousel CSS */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;

}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .development-logo {
		max-width: 360px;
	}
	.development-heading {
		max-width: 480px;
	}

	.homepage .journal img { max-height:180px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


/* Development Specific Styles */
.navbar-toggle { background: #333;color: #fff;margin-top: 4px;}
.navbar-toggle .icon-bar {background: #fff;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #333 !important;
}
.navbar-toggle .title {font-size: 12px;text-transform: uppercase;}
/* Responsive */

/* Tablets */
@media (max-width: 768px) and (orientation:portrait) {
	#sidebar li { width:46%; margin:0px 4% 0px 0px; float:left;}
	/*.brochure {padding-top: 120px;}*/
	#development .development-logo-small{
		margin-top: 50px;
    float:none;
	}
	.eh.profile { height: auto !important;}
	.homepage h2 {margin-top: 0;}
	.journal h2 {
		margin-top: 1em;
	}
}
/* Mobiles */

@media screen and (max-device-width: 480px) and (orientation:portrait) {
	#logo a {
		width: 180px;
		height: 50px;
	}
	#logo a img {
		width: 180px;
		height: 50px;
	}
	.navbar {padding-top: 22px;}
	.navbar .navbar-nav > li > a {
		padding: 5px 15px;
		text-align: center;
	}
	h2 {
		margin-top: 0;
		font-size: 24px;line-height: 1em;
	}

	.developments .row {
		margin-bottom: 0;
	}
	ul.footer-nav {
		margin-bottom: 1.5em;
	}
	.nav.social-nav {
		display: none;
	}

	.social-icons {
		margin-bottom: 1em;
	}
	.copyright {
		clear: both;
		display: block;
		padding: 15px;
		margin-top: 10px;
		font-size: 11px;
	}
	#sidebar li { width: 100%;float: left;}
	.agent {margin-top:1em;margin-bottom: 1em; height:auto !important; }
	.agents .agentlogo {float: left; width: 110px; padding-right: 10px; display: block;height: auto;}
	.agents .agentlogo img {max-width: 100px !important; }
	.agents .agent_details {
			display: block;
			float: left;
			max-width: 180px;
	}
	.agents .agent_details .address {margin-top: 0;}
	.agents .agent_details .url a {font-size: 11px;}

	#development .development-logo-small { float: none; max-width: 200px;margin-top:20px;}
	#development h3 {font-size: 16px;line-height: 1em;margin-bottom: 0;}
	.site-layout img { padding-top: 1em; }
}



/** COOKIE BOX **/
.cookiebox p		{ font-size:10px; line-height:normal;  }
.cookiebox .btn 	{ padding:5px; font-size:12px; margin:10px 0px 0px 0px; }



/** WALKTHROUGHS **/
.ListItem-buttons {
  font-size:0px;
}
.ListItem-buttons .Btn {
  display:inline-block;
  vertical-align:middle;
  font-size:15px;
  width:calc(50% - 5px);
  text-align:center;
}
.ListItem-buttons .Btn.Btn--tour {
  margin:10px 5px 0px 0px;
}
.ListItem-buttons .Btn.Btn--view {
  margin:10px 0px 0px 5px;
}
.fancybox-skin {
  padding:0px !important;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
}



/** DEVELOPMENT SPECIFICATION **/
#development .row .col-sm-8 {
  padding-left:0px;
}
.SpecificationIntro h2 {
  margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
  font-family:'Playfair Display', serif;
	font-size:3em;
  line-height:1.2em;
  font-style:italic;
}
@media screen and (max-width:480px){
  .SpecificationIntro h2 {
  	font-size:1.6em;
  }
}
