@font-face {
	font-family: 'Vandella';
	src: url('/assets/fonts/VandellaRegular.eot');
	/* IE9 Compat Modes */
	src: url('/assets/fonts/VandellaRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/assets/fonts/VandellaRegular.woff') format('woff'), /* Modern Browsers */
	url('/assets/fonts/VandellaRegular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/assets/fonts/VandellaRegular.svg#VandellaRegular') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

body {
	font-family: "Vandella", Georgia;
}

body {
	overflow-x: hidden;
}

body,
p {
	color: #404041;
}

a {
	color: #009f95;
}

a:hover,
a:focus {
	color: #7b7b81;
}

p,
li {
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {}

ul.inline li {
	display: inline-block;
	margin: 0 20px;
	padding: 10px 0;
	font-weight: 600;
	white-space: nowrap;
}

p.lead {
	font-size: 1.3em;
	margin-bottom: 30px;
	font-weight: 400;
}

/*   @media only screen and (max-width: 767px) { p.lead { font-size: 21px; line-height: 26px; margin-bottom: 30px; } } */

@media only screen and (max-width: 480px) {
	p.lead {
		font-size: 1.2em;
	}
}

p.lead small {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	p.lead small {
		font-size: 15px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: #009f95;
	font-weight: 400;
}

h2 {
	font-size: 2.7em;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 2.2em;
		display: block !important;
	}
}

h3 {
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 20px;
}


h4 {
  font-family: "nimbus-sans";
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 1.2em;
	}
}

body.sub h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #404041;
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 1.2em;
	}
}

blockquote {
	font-family: "omnes-pro", sans-serif;
	font-size: 3em;
	line-height: 1.2;
	font-weight: 400;
	color: #009f95;
	padding: 50px 0;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 50px 0;
}

@media only screen and (max-width: 767px) {
	blockquote {
		font-size: 2em;
	}
}


@media only screen and (max-width: 480px) {
	h3.quote {
		font-size: 3em;
	}
}

body.home blockquote {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 0 !important;
	padding: 30px 0;
}

/* .container .row { max-width: 1238px; padding: 75px 30px; margin-right: auto; margin-left: auto; }
  @media only screen and (max-width: 992px) { .container .row { padding: 75px 30px; } }
  @media only screen and (max-width: 767px) { .container .row { padding: 40px 15px 40px 15px; } .container.nopad .row { padding-left: 30px;} }
  @media only screen and (max-width: 480px) { .container .row { padding: 40px 0; } } */

.divider {
	background: #ccc;
	height: 1px;
	display: block;
	margin: 50px 0;
}

@media only screen and (max-width: 480px) {
	.divider {
		margin: 30px 0;
	}
}

header {
	/* height: 120px !important; */
	width: 100%;
	z-index: 999;
}

/* header .row { padding-top: 60px !important; padding-bottom: 20px !important; } */

header h1 {
	float: left;
	line-height: .5;
	padding-left: 1rem;
}

header h1 svg.logo {
	width: 6.5rem;
}

footer img.logo {
	width: 8rem;
}

@media only screen and (max-width: 991px) {
	/* header h1 img { width: 200px !important; } */
}

@media only screen and (max-width: 480px) {
	/*   .row header { height: 80px !important; } */
	.row header .row {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.topbar.shrink nav {
		z-index: 0;
		margin-top: 30px;
	}
	/*   #main-feature { margin-top: 80px !important; } */
}

.topbar {
	box-shadow: 1px 18px 27px -20px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, .9);
	border-bottom: 1px solid #fff;
	font-size: .875rem;
}

@media only screen and (min-width: 992px) {
	.topbar {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000	;
		/* background: blue;  */
		padding: 18px 0 13px 0;
	}
	.topbar .row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	/* .main-wrapper { margin-top: 110px !important; } */
}

@media only screen and (max-width: 991px) {
	header {
		z-index: 2;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;

		align-items: center;
		/* starting point */
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.topbar.shrink header,
	.topbar header {
		background: rgba(255, 255, 255, .97);
	}
	.topbar .container .row {
		padding: 0 !important;
	}
	.main-wrapper {
		margin-top: 0 !important;
	}
	.topbar {
		/* margin-left: -15px; margin-right: 15px; padding: 0 10px; */
	}
}

@media only screen and (min-width: 992px) {
	.topbar {
		position: fixed;
		width: 100%;
		z-index: 10000;
	}
}

@media only screen and (min-width: 480px) {
	.topbar.shrink {
		/* height: 100px !important; background: #fff;  */
	}
	/*
  .topbar.shrink .row header { height: 100px !important; }
  .topbar.shrink .row header .row { padding-top: 15px !important; padding-bottom: 15px !important; }
*/
	.topbar.shrink .row header .row {}
	/* Commented out the logo size shrink as it was causing bugs on tablet/phone on scroll */
	/*   .topbar.shrink header h1 img { width: 230px !important; } */
	/*   .topbar.shrink nav { margin-top: 40px; } */
}

nav {
	/* margin-top: 95px; */
	color: #009f95;
}

@media only screen and (max-width: 991px) {
	nav {
		float: none;
		text-align: center;
	}
}

nav>.row {
	padding-left: 0 !important;
}

/* nav ul { padding-right: 20px; } */

nav ul li {
	font-size: 1em;
	letter-spacing: .12rem;
	font-weight: 600;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: right;
	display: inline-block;
	text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
	nav ul li {
		margin-left: 15px
	}
}

@media only screen and (max-width: 1030px) {
	nav ul li {
		/*font-size: 13px;*/
		margin-left: 10px
	}
}

@media only screen and (max-width: 991px) {
	nav ul li {
		margin-left: 0;
		padding: 0;
	}
}

nav ul li:first-child {
	margin-left: 0 !important;
}

nav ul li:last-child {
	margin-right: 0 !important;
}

nav ul li a {
	color: #009f95;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

nav ul li a:hover,
nav li a.at,
nav .dropdown-menu li a:hover {
	color: #9d9d9d;
}

nav a.dropdown-item:hover { color: #80cfca !important; }

nav p {
	margin: 0 0 5px 0;
	color: #009f95;
	text-transform: uppercase;
	letter-spacing: .12rem;
	font-size: 1em;
}

nav p a {
	color: #009f95;
	font-weight: 600;

}

@media only screen and (max-width: 1200px) {
	nav p span {
		display: none;
	}
}

nav .dropdown {}

nav .dropdown-menu {
	text-align: left;
	background: #009f95;
	padding-bottom: 10px;
}

nav .dropdown-menu li,
nav .dropdown-menu li:first-child {
	margin: 0;
	padding: 0 23px;
}

nav .dropdown-menu li a {
	color: #fff;
	padding: 10px 0 !important;
}

nav .dropdown-menu {
	padding-top: 9px;
}

@media only screen and (max-width: 991px) {
	.dropdown-menu {
		position: relative;
	}
}

@media only screen and (min-width: 1060px) {
	.topbar nav ul li a {
		padding: 6px 2px;
	}
}

/*
.topbar nav ul li a.at { background: url('/assets/img/nav-at.png') bottom center no-repeat; }
.topbar nav.open ul li a.at, .topbar nav.close ul li a.at { background: none; }
*/

/****** SECTION SPECIFIC STYLES *******/

.main-wrapper {
	background: #fff;
	overflow-x: hidden;
}

/* .main-wrapper { z-index: 999; background: #fff; position: relative; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; min-height: 100%; } */

/*   @media only screen and (max-width: 767px) { .main-wrapper { background-size: contain; } } */

.home #main-feature {
	height: 80vh;
	background: none;
}

#main-feature {
	/* height: auto; */
	/* position: absolute; top: 175px;*/
	/* background: grey url('/assets/img/home1!.jpg') center center; */
}

#main-feature.container {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

/* .home #main-feature .row { position: absolute; z-index: 998; bottom: 50px; } */

#main-feature .row,
body.sub #main-feature .row h2 {
	position: relative;
	left: 0;
	right: 0;
	background: transparent;
	padding: 15px;
	z-index: 120
}

/* @media only screen and (max-width: 992px) { #main-feature .row { position: relative; top: 50%; transform: perspective(1px) translateY(-50%); } } */

@media only screen and (max-width: 480px) {
	body.sub #main-feature .row h2 {
		font-size: 30vw;
		padding: 15px;
	}
}

.home #main-feature .row {
	z-index: 1000;
}

@media only screen and (min-width: 992px) {
	body.sub #main-feature .row {
		margin-top: 120px;
		margin-bottom: 120px;
		background: none;
	}
}

@media only screen and (max-width: 991px) {
	body.sub #main-feature .row {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	/* #main-feature .row { transform: none; } */
	body.sub #main-feature .row {
		background: none
	}
}

@media only screen and (max-width: 448px) {
	body.sub #main-feature .row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.home #main-feature .row {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

/* @media only screen and (max-width: 992px) { .home #main-feature .row { top: 25vw; } } */

.home #main-feature img.logo {
	max-width: 25rem;
	min-width: 250px;
}

@media only screen and (max-width: 767px) {
.home #main-feature img.logo {
	max-width: 20rem;
  }
}

@media only screen and (max-width: 480px) {
.home #main-feature img.logo {
	max-width: 10rem;
  }
}


/* #main-feature h2 { font-size: 2.5em; text-transform: uppercase; } */

#main-feature h3 {
	/* font-size: 50px; */
	line-height: 1.1em;
	margin-bottom: 30px;
	display: block;
}

@media only screen and (max-width: 767px) {
	#main-feature h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}

#main-feature h3 span.hidden-sm {
	font-size: 32px;
	display: block;
}

#main-feature .lead {
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 10px;
}

#main-feature .lead strong {}

@media only screen and (max-width: 767px) {
	#main-feature .lead {
		padding-top: 0px;
	}
}

#main-feature .overlay {
	margin: 0 -15px;
	background: rgba(0, 0, 0, 0.50);
}

@media only screen and (max-width: 767px) {
	#main-feature .overlay {
		margin: 0 -15px;
	}
}

.image-darken {
	position: absolute;
	background: rgba(0, 0, 0, .25);
	z-index: 110;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#feature-slider {}

.home #feature-slider div {
	height: 80vh;
}

#feature-slider div {
	height: 100%;
	background-size: cover !important;
	-webkit-box-shadow: inset 0px 0px 40px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 40px -5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 40px -5px rgba(0, 0, 0, 0.25);
}

#feature-slider>div {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	/* border-bottom: 10px solid #fff;  */
}
#feature-slider .zeroa {
	background: url('/assets/img/00a.jpg') center center;
}
#feature-slider .zerob {
	background: url('/assets/img/00b.jpg') center center;
}

#feature-slider .one {
	background: url('/assets/img/01.jpg') center center;
}

#feature-slider .two {
	background: url('/assets/img/02.jpg') center center;
}

#feature-slider .tre {
	background: url('/assets/img/03.jpg') center center;
}

#feature-slider .fou {
	background: url('/assets/img/04.jpg') center center;
}

#feature-slider .fiv {
	background: url('/assets/img/05.jpg') center center;
}

#feature-slider .six {
	background: url('/assets/img/06.jpg') center center;
}

#feature-slider .sev {
	background: url('/assets/img/07.jpg') center center;
}

#feature-slider .eig {
	background: url('/assets/img/08.jpg') center center;
}

#feature-slider .thirteen {
	background: url('/assets/img/13.jpg') center center;
}

#feature-slider .fourteen {
	background: url('/assets/img/14.jpg') center center;
}

#feature-slider .fifteen {
	background: url('/assets/img/15.jpg') center center;
}

#feature-slider .sixteen {
	background: url('/assets/img/16.jpg') center center;
}

#feature-slider .seventeen {
	background: url('/assets/img/17.jpg') center center;
}

#feature-slider .eighteen {
	background: url('/assets/img/18.jpg') center center;
}

#feature-slider .nineteen {
	background: url('/assets/img/19.jpg') center center;
}

/* Home page: partner logos */

.partners {
	padding: 1.375rem 0;
}

/* @media only screen and (max-width: 768px) {
    .partnerse { padding: 1rem 0; }
  } */

.partners--logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}

.partners--logo .partners--logo__image {
	width: 100%;
}

@media (min-width: 768px) {
	.partners--logo .partners--logo__image {
		width: 70%;
	}
}

/* @media only screen and (max-width: 768px) {
	.partners--logo .partners--logo__image {
		width: 24vw;
	}
} */

/* 
 * Home page: joy feature 
 ***/

#fade.joy-feature__flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1600px;
}

.joy-feature--image__flex {
	margin: auto;

}


@media only screen and (max-width: 768px) {
	.joy-feature--image__flex {
  	margin-bottom: 2rem;
	}
}



@media only screen and (min-width: 768px) {
	.joy-feature--image__flex {
		width: 40%
	}
}

.joy-feature__flex img {
	width: 100%;
}

.joy-feature--content__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	width: 100vw;
	padding: 0 2rem;
}

@media (min-width: 768px) {
	.joy-feature--content__flex {
		padding: 0 5rem;
	}
}

.joy-feature--content__flex blockquote{
  color: #6c6c6c;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.joy-feature--content__flex {
		width: 60%;
	}
}

.joy-feature--content--title {
	text-align: center;
}

.joy-feature--content--title + div {
	text-align: center;
}
@media (min-width: 48rem) {
	.joy-feature--content--title + div {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.joy-feature--content--blockqoute {
		display: none;
	}
}

/* 
 * Home Page: mosaic section 
 ***/

.mosaic-tile--heading {
	font-family: "Vandella", Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: 2.5rem;
}

@media (min-width: 512px) {
	.mosaic-tile--heading {
		font-size: 3rem;
	}
}

.mosaic-tile--image::after {
	content: '&';
}

/* 
 * Home page: services-cta 
 ***/

.service-cta--heading {
	color: #fff;
}

.service-cta--card,
.instagram--card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  align-items: center;
	padding: 2rem 3rem;
	margin: 1rem 0;
	background: #fff;
	box-shadow: 1px 2px 40px rgba(0, 0, 0, .25);
}

.service-cta--card {
	flex-basis: 100%;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.service-cta--card > * {
	max-width: 100%;
}

.service-cta--card h3 {
	font-weight: 500;
	font-size: 1.5em;
}


.service-cta--card--svg-icon-coffee {
	width: 1rem;
}

.service-cta--card--svg-icon-wine {
	height: 1.125rem;
}


@media only screen and (max-width: 480px) {
	.service-cta--card, .instagram--card {
			padding: 1.5rem 1rem;
	}
}




@media only screen and (min-width: 768px) {
	.service-cta--card,
	.instagram--card {
		margin: 1rem;
	}
}

@media only screen and (min-width: 970px) {
  .service-cta--card {
    flex-basis: 40%;
  }
}

.instagram--card {
	padding-bottom: .5rem;
	margin-bottom: 2.5rem;
}

/* 
 * Home Page: social media section
 ***/

.instagram,
.cta-new {
	padding: 5rem 1rem 5rem 1rem;
	background-image: url('/assets/img/bkg-triangles.png');
}

.cta-new {
	padding-top: 8rem;
	padding-bottom: 8rem;
}


@media only screen and (max-width: 480px) {
	.cta-new {
  	padding-top: 4rem;
  	padding-bottom: 4rem;
	}
}


.service-cta--card-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.service-cta--card-buttons>a {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.service-cta--card-buttons>a {
		width: 45%;
	}
}

/* 
 * Begin Neighborhoods Sub Sections
 ***/

body.sub #main-feature {
	padding: 5rem 0;
	background: url('/assets/img/02.jpg') center center;
	background-size: cover !important;
}

body.whyus #main-feature {
	background: url('/assets/img/02.jpg') center center;
}

body.sub #main-feature .row h2 {
	display: inline-block;
}

#main-feature .row h2 span {
	line-height: 1.2;
	display: block;
	font-size: 50%;
	color: #6f6f6f;
	letter-spacing: .5em;
}

#cta {
	background: url('/assets/img/01.jpg') center center;
	margin-bottom: 60px;
}

/* Background photos for Neighborhoods */

body.atwaterv #main-feature,
body.atwaterv #cta {
	background: url('/assets/img/city/atwater.jpg') center center;
	background-size: cover !important;
}

body.eagleroc #main-feature,
body.eagleroc #cta {
	background: url('/assets/img/city/eaglerock.jpg') center center;
	background-size: cover !important;
}

body.echopark #main-feature,
body.echopark #cta {
	background: url('/assets/img/city/echopark.jpg') center center;
	background-size: cover !important;
}

body.losfeliz #main-feature,
body.losfeliz #cta {
	background: url('/assets/img/city/losfeliz.jpg') center center;
	background-size: cover !important;
}

body.pasadena #main-feature,
body.pasadena #cta {
	background: url('/assets/img/city/pasadena.jpg') center center;
	background-size: cover !important;
}

body.silverla #main-feature,
body.silverla #cta {
	background: url('/assets/img/city/silverlake.jpg') center center;
	background-size: cover !important;
}

.neighborhood-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.neighborhood-hero--eyebrow {
	background-color: #fff;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 110;
	font-family: "omnes-pro";
	letter-spacing: .2rem;
}

.neighborhood-hero--title,
.hero--title {
	font-family: "Vandella", Georgia, 'Times New Roman', Times, serif;
	color: white;
	font-size: 5rem;
	padding-top: 1rem;
	text-transform: capitalize;
	z-index: 110
}

@media only screen and (min-width: 768px) {
	.neighborhood-hero--title,
	.hero--title {
		font-size: 10vw;
		padding-top: 15px;
	}
}

.neighborhood-content,
.section-padding {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Featured Styles */

body.home #featured p.lead {
	display: inherit;
	max-width: 54.75rem;
	margin: 2rem auto;
}

body.home #featured h2 {
	/* display: none;  */
	margin-top: 0 !important;
}

body.home #featured.container {
	margin-top: 0 !important;
}

#featured p.lead {
	display: none;
}

#featured .mosaic,
#explore .mosaic,
#instagram .mosaic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 970px) {
	#explore .mosaic>div {
		width: 19vw;
	}
}

@media only screen and (min-width: 970px) {
	#featured .mosaic>div {
		width: 24vw;
	}
}

@media only screen and (min-width: 970px) {
	#instagram .mosaic>div {
		width: 16vw;
	}
}

/* 
 * Home Page: Sotheybys
 ***/

.sothebys {
	padding: 7rem 2rem;
}

.sothebys--copy {
	font-size: .875rem;
}

.sothebys {
	padding: 2rem 1rem;
}

.sothebys--copy {
	font-size: .875rem;
	text-align: center;
}

.sothebys img {
	margin-bottom: 1rem;
}

@media (min-width: 32rem) {
	.sothebys {
		padding: 7rem 2rem;
	}

	.sothebys--copy {
		text-align: left;
	}
}

@media (min-width: 64rem) {
	.sothebys article {
		width: 75%;
		margin: 0 auto;
	}
}

/*
#feature-slider .tre { background: url('../img/03.jpg') center center; }
#feature-slider .fou { background: url('../img/04.jpg') center center; }
#feature-slider .fiv { background: url('../img/05.jpg') center center; }
#feature-slider .six { background: url('../img/06.jpg') center center; }
#feature-slider .sev { background: url('../img/07.jpg') center center; }
#feature-slider .eig { background: url('../img/08.jpg') center center; }
#feature-slider .nin { background: url('../img/09.jpg') center center; }
#feature-slider .ten { background: url('../img/10.jpg') center center; }
#feature-slider .ele { background: url('../img/11.jpg') center center; }
#feature-slider .twl { background: url('../img/12.jpg') center center; }
#feature-slider .thi { background: url('../img/13.jpg') center center; }
#feature-slider .frt { background: url('../img/14.jpg') center center; }
#feature-slider .fif { background: url('../img/15.jpg') center center; }
*/

#service.container {
	position: relative;
	background: url('/assets/img/02.jpg') top center;
	background-size: cover;
	padding: 100px 0;
	margin-bottom: 6rem;
}

@media only screen and (max-width: 480px) {
  #service.container {
/*     background-position-x: right; */
	}
}

#service.container div.text-center {
	position: relative;
	z-index: 120;
}

#service .inner {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	padding: 0 30px 0;
	margin: 0 0 50px 0;
}

#atlanta.container.alt {
	background: url('/assets/img/bkg-atlanta-alt.jpg') top center;
	background-size: cover;
}

#atlanta.container.alt .row {
	padding-top: 45px;
	padding-bottom: 220px;
}

#gallery.container {
	background: url('/assets/img/bkg-gallery.jpg') top center;
	background-size: cover;
	margin-bottom: 10px;
}

body.home #gallery.container .row {
	padding-top: 200px;
	padding-bottom: 200px;
}

#atlanta img {
	max-width: 270px;
}

#grid {
	background: url('/assets/img/bkg-divider-vert.png') top center repeat-y;
}

@media only screen and (max-width: 991px) {
	#grid {
		background: none;
	}
}

#grid .row .gitem,
#grid .gitem-alt {
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (max-width: 480px) {
	#grid .row .gitem,
	#grid .gitem-alt {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#grid .row p {
	padding: 0 0 20px 0;
}

#grid .divider {
	margin: 40px 0;
}

#grid.alt {
	background: none;
}

#grid.alt .divider {
	margin: 0;
}

#grid.alt h3 {
	margin-bottom: 15px;
}

#grid.alt p {
	padding: 0;
}

#grid .gitem,
#grid .gitem-alt {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#grid .gitem.top,
#grid .gitem-alt.top {
	border-top: none;
}

#grid .gitem.last,
#grid .gitem-alt.last {
	border-right: none;
}

#grid .gitem,
#grid .gitem-alt {
	position: relative;
	z-index: 10;
}

#grid .gitem a,
#grid .gitem-alt a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

#grid .gitem a,
#grid .gitem-alt a {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

#grid .gitem a:hover,
#grid .gitem-alt a:hover {
	background: rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

body.work #grid .gitem {
	min-height: 250px;
}

@media only screen and (min-width: 1200px) {
	body.work #grid .gitem {
		min-height: 250px;
	}
}

@media only screen and (max-width: 1470px) {
	body.work #grid .gitem {
		min-height: 220px;
	}
}

@media only screen and (max-width: 1200px) {
	body.work #grid .gitem {
		min-height: 170px;
	}
}

body.services #grid .gitem {
	min-height: 430px;
}

@media only screen and (min-width: 1200px) {
	body.services #grid .gitem {
		min-height: 460px;
	}
}

/*
#grid .gitem.m { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#grid .gitem.l, #grid .gitem.m, #grid .gitem.r { border-top: 1px solid #ccc !important; }
*/

/*
#grid .gitem:nth-child(odd)  { background: red; }
#grid .gitem:nth-child(even) { background: blue; }
*/

/*
#grid .col-md-4 { -webkit-transition: 0.25s; transition: 0.25s;}
#grid .col-md-4:hover { background: #f0f0f0; -webkit-transition: 0.25s; transition: 0.25s;}
*/

/*
NO LONGER USED AS WE NEED A MIN HEIGHT
#grid .holder { overflow: hidden; }
#grid .gitem { padding-bottom: 100%; margin-bottom: -100%; }
*/

/*
#grid .gitem-l { border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; }
#grid .gitem-r { border-bottom: 1px solid #cccccc; }
*/

.row fox {
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
	display: inline-block;
}

.row .box p:last-child {
	margin-bottom: 0;
}

.reversed .row .box {
	background: rgba(0, 0, 0, 0.85);
}

#gallery .row .box {
	display: inline-block;
}

body.home #gallery .row {
	padding-top: 200px;
	padding-bottom: 200px;
}

.row.row-centered {
  display: flex;
  justify-content: center;
}

/*
.kb { width: 100%; height: 700px; overflow: hidden; }
canvas#kb-container { width: 100%; height: auto; }
*/

body.home .margtop60 {
	margin: 0;
}

#intro {
	position: relative;
}

@media only screen and (max-width: 767px) {
	#intro {}
}

@media only screen and (max-width: 479px) {
	#intro {}
}

#intro p {
	font-size: 1.2em;
}

.home #intro {
	/* background: rgba(0, 0, 0, 1); */
	background: url('/assets/img/map.png');
	background-position: 50% 50px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

.home #intro.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fadeIn.long {
	-webkit-animation-duration: 2s;
}

.delay {
	-webkit-animation-delay: 1s;
}

.delay.one {
	-webkit-animation-delay: .1s;
}

.delay.two {
	-webkit-animation-delay: .2s;
}

.delay.tre {
	-webkit-animation-delay: .3s;
}

.delay.fou {
	-webkit-animation-delay: .4s;
}

.delay.fiv {
	-webkit-animation-delay: .5s;
}

.delay.six {
	-webkit-animation-delay: .6s;
}

.delay.sev {
	-webkit-animation-delay: .7s;
}

.delay.eig {
	-webkit-animation-delay: .8s;
}

.delay.nin {
	-webkit-animation-delay: .9s;
}

.delay.ten {
	-webkit-animation-delay: 1s;
}

/* #detail.container { margin-left: -5px; margin-right: -5px; } */

/* Basic shared styles between all mosaic grids and hover styles */

.mosaic {
	margin-left: -5px;
	margin-right: -5px;
}

.mosaic a {
	display: block;
}

.mosaic a {
	margin: 10px 10px;
}

.instagram .mosaic a {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/*
.mosaic .col-sm-3:first-child .hover a { margin-left: 5px; border-left: 1px solid red;  }
.mosaic .col-sm-3:last-child .hover a { margin-right: 5px; border-right: 1px solid green;  }
*/

.mosaic .hover {
	display: relative;
}

.mosaic .hover img {
	width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transition: all .25s ease-in-out;
}

.mosaic .hover a:hover img {
	width: 100% !important;
	transform: scale(1.03);
}

.mosaic .hover a {
	position: relative;
	overflow: hidden;
}


.mosaic .hover a.noclick:hover img {
	transform: none;
}

.mosaic .hover a.noclick {
  cursor: default;
}

.mosaic .hover a.noclick:hover {
	opacity: 1;
}



.mosaic .hover a:hover {
	opacity: .8;
	color: #404041;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

#explore .mosaic .hover a div { margin-top: -2.9em; }

.mosaic .hover a div {
	position: absolute;
	top: 60%;
	left: 0;
	margin-top: -3.9em;
	width: 100%;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	z-index: 1
}

.mosaic .hover a strong {
	color: #009f95;
	background: rgba(255, 255, 255, 0.9);
	font-size: 1.2em;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
}

.mosaic .hover a:hover div {
	width: 100%;
}

.mosaic .hover a div span {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #333;
}

.mosaic .hover a div span em {
	font-style: normal;
	font-size: .8em;
}

.mosaic img {
	vertical-align: middle;
}

.mosaic a img:hover {
	opacity: 1;
}

.mosaic .hover a div.dark-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	opacity: .25;
	z-index: 0;
}

.instagram .mosaic .hover {
	background: white;
}

ul.inline.mosaic li {
	margin: 10px 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

ul.inline.mosaic li.filter-btn-current {
	border: none;
}

/*
#masonry .hover {
	width: 25% !important;
}
*/


@media only screen and (max-width: 1280px) {
	#masonry .hover {
		width: 33.333% !important;
	}
}


@media only screen and (max-width: 979px) {
	#masonry .hover {
		width: 50% !important;
	}

	#masonry .hover:nth-of-type(3) {
		left: 25% !important;
		transition: all .5s ease-in-out;
	}
}

@media only screen and (max-width: 480px) {
	#masonry .hover {
		width: 100% !important;
		left: 0% !important;
	}

	#masonry .hover:nth-of-type(3) {
		left: 0% !important;
	}
}

#masonry .hover {
	float: left;
}

#masonry .hover img {
	display: block;
	max-width: 100%;
}

#masonry:after {
	content: '';
	display: block;
	clear: both;
}

.filter-btn {
	cursor: pointer;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: none;
	color: #009f95 !important;
}

.filter-btn:hover {
	opacity: 1
}

.filter-btn-current {
	color: #fff !important;
	background: #009f95;
}

.filter-btn-current:hover {
	opacity: 1;
}

body.clients .clients #masonry .hover {
	width: 33.333% !important;
	padding: 0 20px 15px 20px;
}

@media only screen and (max-width: 980px) { 
    body.clients .clients #masonry .hover {
  	width: 50% !important;
    padding: 0 20px 15px 20px;
    }
  }

@media only screen and (max-width: 767px) { 
    body.clients .clients #masonry .hover {
  	width: 100% !important;
  	padding: 0 0 15px 0;
    }
  }

body.listings #masonry .hover, #masonry.featured .hover {
	width: 33.33%;
}

body.clients .clients #masonry .hover a {
	border-bottom: 1px solid #ccc;
}

body.clients .clients #masonry .hover cite {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}

/* Section specific overrides on mosaic grids and hover styles */

/* #work, #directors, #about { background: rgba(0, 0, 0, 0.9); } */

/* #work .hover a { color: #1db1fc; background: url('/assets/img/hover-work.png') center center no-repeat;} */

/* #work .hover a:hover span { color: #1db1fc; } */

#contact .hover a {
	background: none;
}

#contact .hover a span strong {
	font-size: 40px;
	line-height: 50px;
}

#contact .hover a span {
	opacity: 1;
	margin-top: -3em;
}

#contact .hover a:hover {
	color: #fff;
}

#contact .hover a:hover img {
	opacity: 1;
}

#contact {}

#contact h4 {
	font-size: 20px;
}

#contact h3 {
	margin-bottom: 25px;
}

/* #contact a { margin: 0 0 20px 0; display: inline-block; } */

#contact a [class*="fui-"] {
	display: inline-block;
	font-size: 24px;
	margin: 0 10px 0 0;
}

#contact form input,
#contact form textarea,
#contact form select {
	color: #212121;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#contact .links {
	font-weight: 700;
	border-bottom: 2px solid #ebedee;
	margin: 0 0 25px 0;
	padding-bottom: 15px;
}

#contact label {
	color: #6e7172;
	font-weight: 700;
	margin-bottom: 5px;
}

#contact input,
#contact select {
	height: 45px;
}

#contact button.btn {
	background: #009f95;
	border: none;
	margin: 0 0 25px 0;
}

#contact button.btn span {
	margin-right: 10px;
}

#contact button.btn:after {
	content: ''
}

#contact .help-block li {
	color: #333;
}

/* 
 * Footer
 ***/

footer {
	background: #1b2127;
	font-size: 13px;
}

footer .row {
	padding: 60px 0 40px 0 !important;
}

footer p,
footer a {
	color: #fff;
}

footer .social {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 544px) {
	footer .social {
		justify-content: flex-end
	}
}

footer .social img {
	height: 30px;
	width: auto;
}

footer strong {
	text-transform: uppercase;
	font-size: 17px;
}

footer ul {
	float: right;
}

@media only screen and (max-width: 767px) {
	footer ul {
		float: none;
	}
}

footer li {
	display: inline;
}

footer li {
	padding-left: 20px;
}

.legal p {
	margin-bottom: .125rem;
	font-size: .85rem;
}

svg.footer--social--icons {
	height: 1.5rem;
	margin: .5rem;
	width: auto;
	max-width: 3rem;
}

svg.footer--social--icons path.cls-1 {
	fill: #d9d9d9;
}

.project {
	position: relative;
	/* background: grey */
}

.next,
.prev {
	position: absolute;
	font-weight: bold;
	-webkit-transition: .3s;
	transition: .3s;
	/* height: auto; */
	top: 50%;
	margin-top: -50px;
}

.prev {
	left: -40px;
}

.next {
	right: -40px;
}

.next,
.prev,
.cycle-pager {
	cursor: pointer;
	/* display: block; */
}

.next:hover,
.prev:hover {
	opacity: .3;
}

.cycle-pager {
	/* position: absolute; margin-top: 55px; */
	margin-top: 25px;
}

.cycle-pager span {
	color: #ccc;
	font-size: 30px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.cycle-pager span:hover {
	color: #aaa;
}

.cycle-pager span.cycle-pager-active {
	color: #000;
}

#cta h2 a {
	color: #fff;
}

.specs h4 {}

.specs div p {
	color: #6f6f6f;
	font-size: 16px !important;
}

button.btn.botcta, a.btn.botcta {
	font-size: 16px;
	z-index: 100000;
	bottom: 45%;
	right: -88px;
	position: fixed;
	transform: rotate(90deg);
}

@media only screen and (max-width: 992px) {
  button.btn.botcta, a.btn.botcta { display: none;  }
}


#contact input[type=checkbox] {
	width: 20px;
	min-width: 20px !important;
	-webkit-appearance: checkbox;
}

.mw-container {
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media only screen and (max-width: 480px) {
	.mw-container {
  	padding: 0 0;
	}
}

.joy-feature__flex {
	padding: 2rem 0;
}



.slide .logo
{
	padding-top: 7px;
}


.wow {
	visibility: hidden;
}

#feature-slider {
	position: relative;
	overflow:hidden;
}

#feature-slider .slide {display: none;}
.title {
  color: white;
}
.hero--subtitle .hero--title {
  display: block;
  line-height: 1.2;
}

.text-center {
  text-align: center !important;
}

.full-width {
  width: 100% !important;
}


@media (min-width: 992px) {
  .ada-container {
    display: none;
  }
}



@media only screen and (max-width: 991px){
nav.open li a {
    justify-content: center;
} 
}

.error {
  background: #f2d0d0 !important;
  border: 1px solid red !important;
}