/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
	font-family:'Gill Sans W01 Light';
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3 {font-weight:normal; font-family:'Gill Sans W01 Bold';letter-spacing:-0.05em;}

h1 {
	font-size:60px;
	line-height:54px;
	text-transform:uppercase;
	color:#aaa;
}

h2 {
	font-size:36px;
	line-height:30px;
	margin:0 0 58px;
}

.lifestyle h1, .lifestyle h2 {color:#fed900;}
.architecture h1, .architecture h2 {color:#ff7900;}
.apartments h1, .apartments h2 {color:#34b6e4;}
.location h1, .location h2 {color:#10b675;}

p {margin:10px 0;font-size:14px; line-height:22px;}

.bold {
	font-family:'Gill Sans W01 Bold';
}

#container {
	margin:0 20px 0;
	position:relative;
}

#header {
	height:190px;
	background:#eee;
	position:relative;
}

#headerbg {
	height:100%;
	width:100%;
	position:absolute;
	overflow:hidden;
}

#logo {
	display:block;
	margin:0 auto 10px;
	padding:20px 0 0;
	width:291px;
	position:relative;
	z-index:2;
}

#nav {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.navbg {
	position:absolute;
	width:25%;
	height:100%;
	z-index:1;
	background:#fff;
}

#navleft {left:0;}

#navright {right:0;}

#nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	display:block;
	width:700px;
	position:relative;
	z-index:2;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	padding:0 0 10px 0;
}

#nav li span {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background:#fff;
	display:block;
}

#nav li.selected span {display:none;}

#nav a {
	display:block;
	height:24px;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:0.05em;
	color:#000;
	position:relative;
	z-index:2;
	padding:10px 20px 0;
}
#nav li.selected a {color:#fff;}

#language {
	position:absolute;
	top:10px;
	left:10px;
	font-size:12px;
	color:#fff;
}

#language a {color:#000;text-decoration:none;}

#hero {
	position:relative;
	margin:20px 0 0;
	height:800px;
}

#heroHolder {
	height:100%;
	overflow:hidden;
	position:relative;
}

.hero {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
}

#heroTabs {
	position:absolute;
	bottom:0;
	left:20px;
	right:20px;
}

.heroTab {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background:#fff;
	width:23%;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}

#tab-location {margin-right:0;}

.tabtitle {
	margin:12px 16px;
	display:block;
}

.tabheading {
	top:21px;
	left:16px;
	right:16px;
	bottom:21px;
	display:block;
	display:none;
	position:absolute;
}
.tabheading img {display:block;position:relative;}

.tabheading img.cta {
	position:absolute;
	top:-10px;
	right:0;
	z-index:4;
}

.gradientTab {
	height:15px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display:none;
}

#tab-lifestyle .gradientTab {
	background: #fed900; /* Old browsers */
	background: -moz-linear-gradient(left,  #fed900 0%, #34b6e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fed900), color-stop(100%,#34b6e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fed900 0%,#34b6e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fed900 0%,#34b6e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fed900 0%,#34b6e4 100%); /* IE10+ */
	background: linear-gradient(to right,  #fed900 0%,#34b6e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed900', endColorstr='#34b6e4',GradientType=1 ); /* IE6-9 */
}

#tab-architecture .gradientTab {
	background: #ea1d2d; /* Old browsers */
	background: -moz-linear-gradient(left,  #ea1d2d 0%, #f58220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea1d2d), color-stop(100%,#f58220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ea1d2d 0%,#f58220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ea1d2d 0%,#f58220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ea1d2d 0%,#f58220 100%); /* IE10+ */
	background: linear-gradient(to right,  #ea1d2d 0%,#f58220 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1d2d', endColorstr='#f58220',GradientType=1 ); /* IE6-9 */
}

#tab-apartments .gradientTab {
	background: #0071ce; /* Old browsers */
	background: -moz-linear-gradient(left,  #0071ce 0%, #c3a7e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0071ce), color-stop(100%,#c3a7e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0071ce 0%,#c3a7e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0071ce 0%,#c3a7e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0071ce 0%,#c3a7e2 100%); /* IE10+ */
	background: linear-gradient(to right,  #0071ce 0%,#c3a7e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ce', endColorstr='#c3a7e2',GradientType=1 ); /* IE6-9 */
}

#tab-location .gradientTab {
	background: #00ae42; /* Old browsers */
	background: -moz-linear-gradient(left,  #00ae42 0%, #1bb6a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00ae42), color-stop(100%,#1bb6a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00ae42 0%,#1bb6a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00ae42 0%,#1bb6a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00ae42 0%,#1bb6a4 100%); /* IE10+ */
	background: linear-gradient(to right,  #00ae42 0%,#1bb6a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ae42', endColorstr='#1bb6a4',GradientType=1 ); /* IE6-9 */
}

.content-row {
	margin:80px 60px 0;
	position:relative;
}

.left {float:left;}
.right {float:right;}

.copy {
	width:33.33%;
	position:relative;
}

.copy.left .inner {margin-right:40px;}
.copy.right .inner {margin-left:40px; text-align:right;}

.cn .copy.right .inner {text-align:left;}

.image, #form {
	width:66.66%;
	position:relative;
}
.image.top, .copy.under {width:100%;}

.image.half {width:49%;}
.image.half.middle {width:49%; margin-left:0.5%; overflow:hidden;}
.image.quarter {width:24.9%;}
.image.third {width:32.33%; margin-right:0.5%;}

.image img {width:100%; height:auto;}
.image.resized {position:relative; overflow:hidden;}
.image.resized img {display:block; position:relative;}

.aerialkey {
	float:left;
	margin:20px 10px 0;
}

#indicators {
	width:38px;
	right:24px;
	position:fixed;
	top:50%;
}

.indicator {
	width:38px;
	height:31px;
	display:block;
	margin:4px 0;
}
.indicator {background:url(../img/section-control.png) left bottom;}
.indicator:hover, .indicator.selected {background:url(../img/section-control.png) left top;}

.lifestyle .indicator {background:url(../img/section-control-lifestyle.png) left bottom;}
.lifestyle .indicator:hover, .lifestyle .indicator.selected {background:url(../img/section-control-lifestyle.png) left top;}

.architecture .indicator {background:url(../img/section-control-architecture.png) left bottom;}
.architecture .indicator:hover, .architecture .indicator.selected {background:url(../img/section-control-architecture.png) left top;}

.apartments .indicator {background:url(../img/section-control-apartments.png) left bottom;}
.apartments .indicator:hover, .apartments .indicator.selected {background:url(../img/section-control-apartments.png) left top;}

.location .indicator {background:url(../img/section-control-location.png) left bottom;}
.location .indicator:hover, .location .indicator.selected {background:url(../img/section-control-location.png) left top;}

.column {
}
.form-tabs {
	border-bottom:1px solid #e6e6e6;
}
.form-tab {
	display:inline-block;
	width:200px;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border:1px solid #e6e6e6;
	border-bottom:none;
	color:#aaa;
}

.form-tab.selected {
	background:#34b6e4;	
	color:#fff;
}

input, select, textarea {
	/*width:200px;***************************************************************************************************/
	padding: 0 5px;
	border: 1px solid #ccc;
	background:#e6e6e6;
	display:block;
	float:left;
	margin-bottom:12px;
	height:33px;
	margin:0 20px 12px 0;
}

input[type="checkbox"], .chceckbox {
	width:auto;
	height:auto;
	margin:3px 7px 0 0;
}

select, textarea {
	/*width:210px;*********************************************************************************************************/
	padding:4px 5px;
}

select.multiple {
	height:78px;
}
/*textarea {width:200px;height:70px;}*************************************************************************************/
textarea{ width:100%;}
label {clear:both;display:block;}

#datepicker {
	display:block;
	width:80px;
}
.timefield {
	width:80px;
	float:left;
	margin-right:16px;
}

input.error, select.error {
	border-color:red;
}

input.left, select.left {margin:0 16px 12px 20px;}

.response {
	margin-left:0;
	font-size:14px;
}

#footer {
	height:80px;
	font-size:10px;
	padding:5px 0 0;
	position:relative;
	margin:20px 60px 20px;
}

.home #footer {margin:20px 0;}

#bridgehilllogo {
	/*width:97px;
	height:60px;
	margin: -30px 0 0 -49px;
	left:50%;
	top:50%;
	position:absolute;*/
	float:left;
	margin-top:10px;
}

#footer a {color:#666;}

#copyright {float:left; margin:3px 0 0 20px;}

#rare {
	position:absolute;
	bottom:10px;
	right:0;
	
	font-size:10px;
	color:#666;
	margin-top:20px;
	font-family: Arial, Helvetica, "Helvetica Neue", Gotham, sans-serif;
}

#rare a {
	display:inline-block;
	width:33px;
	height:11px;
	overflow:hidden;
}
#rare a img {
	display:block;
}

#rare a img:hover {margin-top:-11px;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/********************************************
 new classes new form
*********************************************/

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  color: #f04124;
  font-size:11px;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

.sm-50{display:block; float:left; width:50%;}
.sm-100{ display:block; float:left; width:100%}


.sm-50 input, .sm-50 select { width:80%; display:block;}
.test{ border:1px solid #000;}

.column{ max-width:800px}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin: 0 0 2rem;
    font-family: inherit;
    font-size: 1rem;
    color: #7a7b80;
    background-color: #e6e6e6;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #ccc;
    background: #e6e6e6;
    outline: none;
    box-shadow: 0 0 5px #f4f4f4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select {
    -moz-appearance: none;
    background-color: #e6e6e6;
	background-image: none;
    /**/background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #7a7b80;
    font-family: inherit;
    font-size: 1rem;
    height: 2.4375rem;
    line-height: normal;
    margin: 0 0 2rem;
    padding: 0 5px;
	letter-spacing: 2px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1d1f29; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1d1f29; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1d1f29; }

input::placeholder,
textarea::placeholder {
  color: #1d1f29; }

.selected{
	color: #1d1f29;
}
placeholder{
	color: #1d1f29;
}
.thanks_box{
	padding:15px 0 80px 0;
	font-size:24px;
	color:#aaa
}

.thanks_box h2{
	color:#aaa;

}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1130px) {
    /* Style adjustments for viewports that meet the condition */
	h1 {
		font-size:48px;
		line-height:44px;
		text-transform:uppercase;
	}
	
	h2 {
		font-size:28px;
		line-height:25px;
		margin:0 0 38px;
	}
	
	.tabheading img.cta {display:none;}
}

@media only screen and (max-width:960px) {
	
	.tabheading img {width:100%; height:auto;}
	
	.tabheading img.cta {display:none;}
	
	.content-row {margin-bottom:40px;}

	.copy {
		width:auto;
		position:relative;
		margin-bottom:40px;
	}
	
	.copy.left .inner {margin-right:0;}
	.copy.right .inner {margin-left:0; text-align:left;}
	
	.image, #form {
		width:auto;
		position:relative;
	}
	 #form {width:100%;}
	
	.image img {width:100%; height:auto;}

}

@media only screen and (max-width:640px) {
	h1 {font-size:36px; line-height:30px;}
	
	.navbg {display:none;}
	.content-row, #footer {
		margin:25px 0 0;
	}
	.tabheading {top:5px; left:5px; right:5px; bottom:auto; display:block;}
	
	.tabheading img { display:none;}
	 .selected .tabheading img.cta { display:block; width:100%; height:auto;top:10px;}
	#hero {height:320px}
	
	#header {height:auto;}
	
	#nav {position:relative;left:auto;bottom:auto; right:auto; background:#fff;}
	#nav ul {width:100%;}
	#nav li a {background:#fff;}
	#nav li.selected a {background:#34b6e4;}
	#nav li span {display:none;}
	
	#nav li {
		float:none;
	}
	
	#indicators {display:none;}
	
	#bridgehilllogo img {width:85px; height:auto;}
	#copyright {width:140px;}
	
	#rare {float:none; clear:both; position:relative; bottom:auto; right:auto; margin-bottom:20px;}
}



@media only screen and (min-width:1200px) {
	.form{ max-width:700px;}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
