@font-face {
	font-family: "CenturyGothic";
	src: url("../fonts/centuryGothic/regular/CenturyGothic.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/centuryGothic/regular/CenturyGothic.woff") format("woff"),
		url("../fonts/centuryGothic/regular/CenturyGothic.ttf") format("truetype"),
		url("../fonts/centuryGothic/regular/CenturyGothic.svg#CenturyGothic")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CenturyGothic-Bold";
	src: url("../fonts/centuryGothic/bold/CenturyGothic-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/centuryGothic/bold/CenturyGothic-Bold.woff") format("woff"),
		url("../fonts/centuryGothic/bold/CenturyGothic-Bold.ttf") format("truetype"),
		url("../fonts/centuryGothic/bold/CenturyGothic-Bold.svg#CenturyGothic-Bold")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CenturyGothicLight";
	src: url("../fonts/centuryGothic/Light/CenturyGothicLight.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/centuryGothic/Light/CenturyGothicLight.woff") format("woff"),
		url("../fonts/centuryGothic/Light/CenturyGothicLight.ttf")
			format("truetype"),
		url("../fonts/centuryGothic/Light/CenturyGothicLight.svg#CenturyGothicLight")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/roboto/Roboto-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/roboto/Roboto-Regular.woff") format("woff"),
		url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"),
		url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "RobotoLight";
	src: url("../fonts/RobotoLight.eot");
	src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
		url("../fonts/RobotoLight.woff2") format("woff2"),
		url("../fonts/RobotoLight.woff") format("woff"),
		url("../fonts/RobotoLight.ttf") format("truetype"),
		url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

/**************common css**************/

body {
	font-family: "Roboto-Regular";
	font-size: 18px;
	color: #585858;
	overflow: hidden;
}

h2,
h3 {
	color: #000;
}

.regular {
	font-family: "CenturyGothic";
}

.bold {
	font-family: "CenturyGothic-Bold";
}

.text-uppercase {
	text-transform: uppercase;
}

.title-01 {
	font-size: 30px;
}

.title-02 {
	font-size: 20px;
}

.title-01,
.title-02,
.text-01 {
	margin-top: 0;
}

.text-01 {
	color: #585858;
}

.hidden {
	display: none;
}

.grayColor {
	background-color: #f3f3f3;
}

.whitetext {
	color: #fff;
}

.margin-top-zero {
	margin-top: 0;
}

.margin-bottom-zero {
	margin-bottom: 0;
}
.uk-link:hover,
a:hover {
	text-decoration: none;
}
@media (min-width: 0px) and (max-width: 992px) {
	body {
		font-size: 14px;
	}
	.title-01 {
		font-size: 25px;
	}

	.title-02 {
		font-size: 18px;
	}
}

/**************loader css**************/

.loader,
.loader-expand {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.loader {
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100vh;
	z-index: 2000;
}
/*.loader:before {
	position:absolute;
	content:"";
	width: 0; 
	height: 0; 
	border-bottom: 100vh solid #fff; 
	border-left: 0px solid transparent;
	left:0px;
	top:0;
}
.loader:after {
	position:absolute;
	content:"";
	width: 0; 
	height: 0; 
	border-top: 100vh solid #fff;
	border-right: 0px solid transparent;
	left:0px;
	top:0;
}*/
.loader-expand {
	width: 100%;
	position: absolute;
}
/*.loader-expand:before {
	position:absolute;
	content:"";
	width: 0; 
	height: 0; 
	border-bottom: 100vh solid #fff; 
	border-left: 300px solid transparent;
	left:-300px;
	top:0;
}
.loader:after {
	position:absolute;
	content:"";
	width: 0; 
	height: 0; 
	border-top: 100vh solid #fff;
	border-right: 300px solid transparent;
	left:0px;
	top:0;
}*/
.loader-pos-change {
	left: 0;
	right: auto;
}

/**************navigation css**************/

.navigation {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	right: -500px;
	text-align: right;
	top: 0;
	width: 400px;
	z-index: 1500;
	padding-top: 100px;
}

.navigation:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 100vh solid #fff;
	border-left: 100px solid transparent;
	left: -100px;
	top: 0;
}

.navigation ul li a {
	color: #000;
	display: block;
	font-family: "CenturyGothic-Bold";
	font-size: 28px;
	margin-bottom: 15px;
	padding-right: 50px;
	position: relative;
	text-transform: uppercase;
}

.nav-opened {
	right: 0;
}

.navigation ul li a::before {
	background-color: #8dc43f;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 23px;
	width: 0%;
	z-index: 10;
}

.navigation ul li a:hover:before {
	width: 100%;
}

.navigation ul li a span {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	z-index: 20;
	position: relative;
}

.navigation ul li a.button {
	color: #8dc43f;
	border: 1px solid #8dc43f;
	padding: 15px 50px;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 50px;
}

.navigation ul li a.button:hover {
	background-color: #8dc43f;
	color: #fff;
}
.navigation ul li a.button:hover:before {
	display: none;
}

.navigation,
.navigation ul li a::before,
.navigation ul li a,
.navigation ul li a.button,
.navigation ul li a.button:hover {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/**************header css**************/

.menu {
	color: #fff;
	margin-top: 9px;
	position: relative;
	z-index: 1600;
}
.menu:hover {
	color: white;
}
.menu,
.hamburger,
.branding {
	display: inline-block;
}

.hamburger {
	width: 22px;
	height: 15px;
}

.barOne,
.barTwo {
	margin-bottom: 3px;
}
.barOne,
.barTwo,
.barThree {
	display: block;
	height: 3px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.branding {
	margin-top: 5px;
}
.branding img {
	width: 280px;
}

.menu-opened {
	color: #000;
}
.menu-opened .barTwo {
	opacity: 0;
	visibility: hidden;
}

.menu-opened .barOne,
.menu-opened .barThree {
	background-color: #000;
}
.menu-opened .barOne {
	top: 5px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}

.menu-opened .barThree {
	top: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header {
	left: 0;
	padding: 10px 15px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.47+0,0+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.47) 0%,
		rgba(255, 255, 255, 0) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.47)),
		to(rgba(255, 255, 255, 0))
	);
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.47) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.47) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.47) 0%,
		rgba(255, 255, 255, 0) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

header .row {
	margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 992px) {
	header {
		padding: 10px 20px;
	}
}
/**************banner css**************/

.banner-wrapper .row .col.s12,
.banner-wrapper .row .col.m12,
.banner-wrapper .row .col.l12 {
	padding-left: 0;
	padding-right: 0;
}

.banner {
	background-color: #000;
	position: relative;
	margin-bottom: 50px;
}

.banner .text,
.banner .slides {
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.banner .slides {
	position: absolute;
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	height: 100vh;
}

.banner .visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	/* -webkit-animation-name: kenburns;
	   -moz-animation-name: kenburns;
	     -o-animation-name: kenburns;
	        animation-name: kenburns;
	  -webkit-animation-timing-function: linear;
	     -moz-animation-timing-function: linear;
	       -o-animation-timing-function: linear;
	          animation-timing-function: linear;
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	     -o-animation-duration: 5s;
	        animation-duration: 5s; */
}

.banner .text {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	z-index: 1200;
	padding-left: 100px;
	padding-right: 100px;
}

.bannerText {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 35%;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;

	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0)),
			color-stop(50%, rgba(0, 0, 0, 0.42))
		),
		-webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(125, 185, 232, 0)));

	background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.42) 50% rgba(255, 255, 255, 0.5) 100%
		),
		-webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4)
					50%, rgba(125, 185, 232, 0) 100%);

	background: -moz-linear-gradient(
			top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.42) 50% rgba(255, 255, 255, 0.5) 100%
		),
		-moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(
						125,
						185,
						232,
						0
					)
					100%);

	background: -o-linear-gradient(
			top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.42) 50% rgba(255, 255, 255, 0.5) 100%
		),
		-o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(
						125,
						185,
						232,
						0
					)
					100%);

	background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.42) 50% rgba(255, 255, 255, 0.5) 100%
		),
		linear-gradient(
			to right,
			rgba(30, 87, 153, 0) 0%,
			rgba(0, 0, 0, 0.4) 50%,
			rgba(125, 185, 232, 0) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
}

.bannerShowText {
	opacity: 1;
	visibility: visible;
}

.bannerText,
.bannerShowText {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner .text h1 {
	font-size: 115px;
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "CenturyGothic", Arial, Sans-Serif;
}

.green-text {
	color: #86b546 !important;
}
.banner .text p {
	font-size: 30px;
	margin-bottom: 0;
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
	font-weight: 100;
}

.banner .text h1,
.banner .text a {
	color: #fff;
}
.banner .text a {
	font-size: 18px;
	border: 1px solid #fff;
	padding: 15px 45px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.bannerRow {
	height: 100vh;
	padding-left: 50px;
	padding-right: 50px;
}

.dark-transparent {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}

@media (min-width: 720px) and (max-width: 992px) {
	.banner .text h1 {
		font-size: 50px;
	}
}

/**************aboutus css**************/

.aboutus {
	background-image: url(../images/aboutus-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.text-content {
	background-color: rgba(255, 255, 255, 1);
	width: 854px;
	min-height: 400px;
	padding: 40px;
	position: absolute;
	left: 0;
	bottom: 50px;
}

.text-content .infor,
.text-content .hidee {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.text-content .infor {
	position: absolute;
	top: 40px;
	visibility: visible;
	opacity: 1;
	width: 800px;
	height: 360px;
	z-index: 99;
}

.text-content .hidee {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.commonSection .row .col.l12,
.commonSection .row .col.m12,
.commonSection .row .col.s12 {
	padding-left: 0;
	padding-right: 0;
}

.content {
	height: 100vh;
}
.content,
.text-content ul li a {
	position: relative;
}
.text-content ul {
	position: absolute;
	bottom: 30px;
}
.text-content ul li,
.text-content ul li a,
.text-content ul li span {
	display: inline-block;
}

.text-content ul li a,
.text-content ul li a:before,
.text-content ul li a:after {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.text-content ul li a {
	font-size: 20px;
	color: #000;
}

.text-content ul li span {
	color: #b4b4b4;
	margin-left: 50px;
	margin-right: 50px;
}

.text-content ul li a:before,
.text-content ul li a:after {
	position: absolute;
	content: "";
	width: 0%;
	height: 1px;
	background-color: #8dc43f;
}

.text-content ul li a:before {
	top: -4px;
	left: 0;
}

.text-content ul li a:after {
	bottom: -4px;
	right: 0;
}

.text-content ul li a:hover {
	color: #8dc43f;
}

.text-content ul li a:hover::before,
.text-content ul li a:hover::after {
	width: 100%;
}
.text-content .text-01 {
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
	font-weight: 200;
	font-size: 20px;
}

@media (min-width: 0px) and (max-width: 992px) {
	.text-content {
		padding: 0;
	}
	.text-content .infor {
		padding: 0 20px;
	}
	.text-content .infor,
	.text-content {
		width: 100%;
	}
	.text-content {
		bottom: 0;
	}

	.text-content ul li a,
	.text-content ul li span {
		font-size: 12px;
	}
	.text-content ul li span {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media all and (max-width: 465px) {
	.text-content .text-01 {
		font-size: 16px;
	}
	.text-content .title-01 {
		font-size: 22px;
	}
}
/********************availability section css*************/

.custom-table {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

.custom-table tr th {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
}

.custom-table tr th,
.custom-table tr td,
.custom-table tr td a {
	color: #000;
	font-family: "CenturyGothic-Bold";
}
.custom-table tr td,
.custom-table tr td a {
	font-size: 20px;
}

.custom-table tr td a:hover {
	text-decoration: underline;
}

.topMargin {
	margin-top: 70px;
}

.floor-plan {
	margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 992px) {
	.mapWrapper {
		width: 100%;
	}
}

/********************neighborhood section css*************/

.neighborhood-details,
.floor-details,
.parking-left-details {
	background-color: #f3f3f3;
	height: 100vh;
	padding-left: 25px !important;
	position: relative;
}
.neighborhood-details::before,
.floor-details::before,
.parking-left-details::before {
	border-right: 115px solid transparent;
	border-top: 100vh solid #f3f3f3;
	content: "";
	height: 0;
	position: absolute;
	right: -114px;
	top: 0;
	width: 0;
	z-index: 11;
}

.accordionHeader {
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}

.verti,
.horiz {
	width: 19px;
	height: 2px;
	background-color: #000;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.verti {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 10px;
	top: 14px;
}

.horiz {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: -20.5px;
}

.expander {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordionBody-inner {
	margin-left: 20px;
}
.accordionBody ul {
	margin-top: 0px;
}
.accordionBody ul li {
	background-image: url(../images/gray-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.accordionBody ul li a {
	font-size: 16px;
	color: #000;
}

.accordionBody {
	margin-bottom: 20px;
	display: none;
}
.floors .verti,
.horiz {
	width: 18px;
}
.floors .verti {
	top: 12px;
}
.customScroll {
	height: 460px;
}

.map {
	width: 100%;
}

.map,
.neighborhood-details {
	height: 100vh;
}
.map,
.floor-details {
	height: 100vh;
}
.map,
.parking-left-details {
	height: 100vh;
}
.content {
	overflow: hidden;
}

@media (min-width: 0px) and (max-width: 992px) {
	.verti {
		top: 13px;
	}

	.verti,
	.horiz {
		width: 15px;
	}
	.horiz {
		top: -19px;
	}
	.floors .verti,
	.horiz {
		width: 15px;
	}
	.floors .verti {
		top: 12px;
	}
	.accordionBody ul li a {
		font-size: 14px;
	}
	.neighborhood-details::before {
		display: none;
	}
	.neighborhood-details {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/********************parking section css*************/

.parking-details {
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	width: 500px;
	height: 340px;
	position: absolute;
	left: 50px;
	bottom: 50px;
}

.parking-details ul li {
	position: relative;
}

.parking-details ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #dedede;
}

.parking-details ul li a {
	color: #000;
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
	margin-left: 29px;
}

.parking-details ul li a .legend {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.parking-details ul li a .blue {
	background-color: #ca83f6;
}

.parking-details ul li a .red {
	background-color: #f75a51;
}

.parking-details ul li a .yellow {
	background-color: #ffba00;
}

@media (min-width: 0px) and (max-width: 992px) {
	.parking-details {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.parking-details ul li::before {
		display: none;
	}
	.parking-details ul li a,
	.parking-details ul li a .legend {
		margin-left: 0;
	}
}

/******************** parking section css *************/

.contactUs {
	background-image: url(../images/contactus.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.seperator {
	background-color: #ccc;
	display: inline-block;
	height: 100px;
	position: relative;
	top: 0;
	width: 2px;
}

.contactUs .top-margin {
	margin-top: 80px;
}
.success {
	display: none;
}
@media all and (min-width: 1600px) {
	.contactUs .top-margin {
		margin-top: 10%;
	}
}
@media all and (max-width: 600px) {
	.contactUs .contactInformation.top-margin {
		margin-top: 0px;
	}
	.contactUs .input-wrapper {
		margin-bottom: 15px;
	}
}
.form-wrapper {
	width: 600px;
	margin: 0 auto;
	margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 720px) {
	.form-wrapper {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contactUs .seperatorWrapper {
		display: none;
	}

	.contactUs .addressInfo,
	.contactUs .contactInformation p.whitetext {
		text-align: center;
	}
	.contactUs .form-wrapper {
		margin-top: 15px;
	}
}

/******************** Contact us section css *************/

.input-wrapper,
.custom-form {
	position: relative;
	margin-bottom: 30px;
}

.input-wrapper label {
	position: absolute;
	top: 0;
	z-index: 10;
	letter-spacing: 5px;
	font-size: 16px;
}
.custom-form {
	z-index: 20;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.contactUs .button,
.input-wrapper label {
	font-family: "CenturyGothic-Bold";
	text-transform: uppercase;
}
.contactUs .button {
	padding: 10px 30px;
	border: none;
	font-size: 14px;
}

.contactUs .button-green,
.input-wrapper label {
	color: #fff;
}
.contactUs .button-green {
	background-color: #8dc43f;
}

.input-wrapper label,
.input-wrapper label.onFocus {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.input-wrapper label.onFocus {
	top: -35px;
	font-size: 14px;
}

/********** Amenities Page Styling Starts Here **************/
#amenities {
	background: url("../images/contactus.jpg") no-repeat 0 0 / cover;
}
#service-provider {
	background: url("../images/service-provider-bg.jpg") no-repeat 0 0 / 100% 100%;
}
#amenities .content .col,
#service-provider .content .col {
	position: relative !important;
	height: 100%;
}
#amenities .content {
	position: relative;
}
.side-reveal {
	width: 40%;
	height: 100%;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	background: #80b940;
	color: white;
	display: none;
}
.side-reveal:before {
	border-top: 100;
}
#amenities .amenities-text {
	margin-top: 30%;
}

#amenities .amenities-text {
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.amenities-text p {
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
	font-weight: 200;
}
.amenities-text ul li a {
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
	font-weight: 200;
}
.text-justify {
	text-align: justify;
}
.amenities-items {
	padding-left: 40px !important;
}
.amenities-items .item {
	display: inline-block;
	width: 250px;
	background: white;
	padding: 15px;
	margin-right: 100px;
	margin-bottom: 50px;
	height: 58px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.amenities-items .item:hover {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #8dc43f;
	color: white;
}
.amenities-items .item:hover p {
	color: white !important;
}
.amenities-items .item:hover .bevel-left {
	border-right: 25px solid #8dc43f;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.amenities-items .item:hover .bevel-right {
	border-left: 25px solid #8dc43f;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.amenities-items .item .bevel-left {
	content: "";
	border-right: 25px solid #fff;
	border-top: 58px solid transparent;
	border-bottom: 0px;
	border-left: 0px;
	position: absolute;
	left: -25px;
	top: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.amenities-items .item .bevel-right {
	content: "";
	border-left: 25px solid #fff;
	border-bottom: 58px solid transparent;
	border-top: 0px;
	border-right: 0px;
	position: absolute;
	right: -25px;
	top: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.amenities-items .item:nth-child(2n) {
	float: none;
}
.amenities-items .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.amenities-items .item p {
	display: inline-block;
	color: #333;
	margin: 0px;
}
.amenities-diamond .item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40% 0;
	background-color: rgba(145, 198, 74, 0.9);
	color: white;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.amenities-diamond .item img {
	width: 60px;
	margin-top: -15px;
}
.amenities-diamond .item .title {
	position: absolute;
	left: 0px;
	bottom: -113px;
	padding-top: 10px;
	text-align: center;
	color: white;
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
	font-weight: 200;
	background: rgba(30, 30, 30, 0.7);
	width: 100%;
	height: 113px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.amenities-diamond .item:hover > .title {
	bottom: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.item-cards-inner {
	height: 100%;
	position: absolute;
	top: 0px;
}
.item-cards {
	width: 500px;
	display: none;
	position: relative;
	z-index: 999;
	left: 100px;
	top: 95px;
	min-height: 488px;
}
.item-cards.show {
}
.item-cards .card {
	display: none;
	position: absolute;
	top: 0px;
}
.item-cards .card.show {
	width: 100%;
}
.item-cards .card-title {
	font-size: 30px;
	color: #000;
	font-family: "CenturyGothic-Bold", Arial, Sans-Serif;
}
.item-cards .cards-nav div {
	position: absolute;
	top: 25%;
}
.item-cards .cards-nav div .fa {
	font-size: 30px;
	color: #8dc43f;
}
.item-cards .cards-nav div a:hover .fa {
	text-shadow: 1px 2px 3px #717171;
}
.cards-nav .prev {
	left: -35px;
}
.cards-nav .next {
	right: -35px;
}
.card {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.card-image {
	position: relative;
	height: 250px;
}
.card-image img {
	height: 250px;
}
.tenant-portal-points li {
	margin-bottom: 15px;
	vertical-align: middle;
	line-height: 1em;
}
.amenities-list li {
	margin-bottom: 15px;
	vertical-align: middle;
	line-height: 1em;
}
.amenities-list li a {
	color: white;
}
.amenities-list li:hover a {
	color: #afafaf;
}
.amenities-list li:hover::before {
	background: #afafaf;
}
.amenities-list li:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #86b546;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.tenant-portal-points li:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #86b546;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media all and (min-width: 1600px) {
	.amenities-diamond {
		width: 750px !important;
		margin-top: 10%;
		margin-left: 20% !important;
	}
}
@media all and (max-width: 1599px) and (min-width: 1240px) {
	.amenities-diamond {
		margin-top: 5%;
	}
	#amenities .amenities-text {
		margin-top: 25%;
	}
	.amenities-diamond {
		margin-top: 8%;
	}
	.item-cards {
		width: 620px;
		left: 65px;
		top: 95px;
		min-height: 488px;
		height: auto;
	}
	.diamond-box-wrap {
		width: 200px !important;
		height: 200px !important;
	}
	.amenities-diamond .item .title {
		bottom: -93px;
		height: 93px;
	}
}
@media all and (max-width: 1366px) {
	.card .card-content p {
		font-size: 16px;
	}
	.item-cards {
		height: 488px;
		width: 595px;
	}
	.item-cards .card {
		height: 488px;
		overflow-y: auto;
		position: absolute;
		top: 0px;
		width: 100%;
	}
	.item-cards-inner {
		height: 488px;
		overflow-y: auto;
		position: absolute;
		top: 0px;
	}
}
@media all and (max-width: 1240px) {
	.item-cards {
		width: 500px;
	}
	.item-cards .card .transport-links .col.m6 {
		width: 100% !important;
		float: none;
		margin-top: 60px;
	}
	.item-cards .card .transport-links .col.m6:first-of-type {
		margin-top: 40px;
	}
}
@media all and (max-width: 1240px) {
	body {
		overflow: auto;
	}
	section .had-container > .row {
		margin-bottom: 0px;
	}
	#amenities .amenities-text {
		margin-top: 25%;
	}
	.diamond-box-wrap {
		width: 200px !important;
		height: 200px !important;
	}
	.amenities-diamond .item .title {
		bottom: -93px;
		height: 93px;
	}
	.amenities-diamond {
		margin-top: 10% !important;
		text-align: center;
	}
	#amenities .content {
		height: auto;
		min-height: 100vh;
	}
}
@media all and (max-width: 992px) {
	#amenities .amenities-text {
		margin-top: 15%;
	}
}
.amenity-modal-wrap {
	position: fixed;
	z-index: 99;
}
.amenity-modal-open .black-overlay {
	position: fixed;
	z-index: 51;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.amenity-modal-wrap.amenity-modal-open .layer-bg-top {
	-ms-transform: rotate(-80deg);
	-webkit-transform: rotate(-80deg);
	-moz-transform: rotate(-80deg);
	-o-transform: rotate(-80deg);
	transform: rotate(-80deg);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
}
.amenity-modal-wrap.amenity-modal-open .layer-bg-btm {
	-ms-transform: rotate(80deg);
	-webkit-transform: rotate(80deg);
	-moz-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	-o-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.amenity-modal-wrap .layer-bg-top,
.layer-bg-btm {
	-webkit-transition: -webkit-transform 0.4s linear;
	-moz-transition: -moz-transform 0.4s linear;
	transition: -webkit-transform 0.4s linear;
	-o-transition: -o-transform 0.4s linear;
	-moz-transition: transform 0.4s linear, -moz-transform 0.4s linear;
	transition: transform 0.4s linear;
	transition: transform 0.4s linear, -webkit-transform 0.4s linear,
		-moz-transform 0.4s linear, -o-transform 0.4s linear;
}
.layer-bg-top {
	top: -200%;
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
}
.layer-bg-btm {
	top: 150%;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.layer-bg {
	position: fixed;
	z-index: 52;
	width: 150%;
	height: 150%;
	background: #fff;
	left: -80%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.loader-expand .layer-bg-top,
.loader-expand .layer-bg-btm {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: -moz-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: -o-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out,
		-moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.loader-pos-change .layer-bg-top,
.loader-expand .layer-bg-btm {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: -moz-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: -o-transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out,
		-moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.loader-expand .layer-bg-top {
	-ms-transform: rotate(-80deg);
	-webkit-transform: rotate(-80deg);
	-moz-transform: rotate(-80deg);
	-o-transform: rotate(-80deg);
	transform: rotate(-80deg);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
}
.loader-expand .layer-bg-btm {
	-ms-transform: rotate(80deg);
	-webkit-transform: rotate(80deg);
	-moz-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	-o-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
/* .loader-pos-change .layer-bg-top {
    -webkit-transform: rotate(-232deg);
       -moz-transform: rotate(-232deg);
        -ms-transform: rotate(-232deg);
         -o-transform: rotate(-232deg);
            transform: rotate(-232deg);
    -webkit-transform-origin: bottom right;
       -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
}
.loader-pos-change .layer-bg-btm {
    -webkit-transform: rotate(231deg);
       -moz-transform: rotate(231deg);
        -ms-transform: rotate(231deg);
         -o-transform: rotate(231deg);
            transform: rotate(231deg);
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
} */
.loader-pos-change .layer-bg {
	left: 40%;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.amenity-modal-wrap .layer-close {
	display: none;
}

@media all and (max-width: 1024px) {
	.layer-bg {
		display: none;
	}
	.amenity-modal-wrap .black-overlay {
		background: #fff;
		opacity: 1;
	}
	.amenity-modal-open .layer-close {
		position: absolute;
		top: 86px;
		right: 22px;
		color: #7b7b7b;
		z-index: 999;
		border: 1px solid #7b7b7b;
		width: 40px;
		height: 40px;
		text-align: center;
		padding-top: 7px;
		display: block;
		cursor: pointer;
	}
	.item-cards {
		top: 125px;
		left: 40px;
	}
}

@media all and (min-width: 1600px) {
	.item-cards {
		top: 115px;
		left: 150px;
		width: 750px;
	}
	.card-image {
		height: auto;
	}
	.card-image img {
		height: auto;
	}
	.item-cards .cards-nav div {
		top: 38%;
	}
}
.card-image .btn-floating.halfway-fab {
	position: absolute;
	right: 30px;
	bottom: -20px;
	background: #8dc43f !important;
}
.card-content {
	background: transparent;
}
.card-content p {
	font-family: "CenturyGothicLight", Arial, Sans-Serif;
}
.text-center {
	text-align: center;
}

@media all and (max-width: 665px) {
	.amenity-modal-open {
		width: 100%;
	}
	.item-cards {
		width: 75%;
		left: 40px;
	}
	.card-image {
		height: auto;
	}
	.card .card-image img {
		height: auto;
	}
	#amenities .amenities-text {
		padding-left: 20px;
	}
	.item-cards .card .transport-links .col.m6:first-of-type {
		margin-top: 35px;
	}
	.item-cards .card .transport-links .col.m6 {
		margin-top: 35px;
	}
	.branding img {
		width: 240px;
	}
}
/**************** Service Providers ******************/
.serviceProvider-text {
	padding-left: 50px;
}
.serviceProvider-text p {
	font-family: "RobotoLight", sans-serif;
	font-weight: 300;
}
.serviceProvider-text p strong {
	font-family: "Roboto-Regular", sans-serif;
	font-weight: 600;
}
.providers-column {
	overflow: hidden;
}
.providers-img img {
	max-width: 230px;
	margin-bottom: 40px;
}
.service-content {
	margin-top: 15%;
	overflow: hidden;
}
.vcenter {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
}
/****************** new css *********************/

#map {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100vh;
}

.zero-pad {
	padding: 0px !important;
}

/* Left sidebar fixed width */

#spaces .floor-details,
#neighbor .neighborhood-details,
#parking .parking-left-details {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100vh;
	display: inline-block;
	width: 225px;
	background: #f3f3f3;
	z-index: 9;
}
#parking .parking-left-details {
	width: 240px;
}

.svgfloor-empty {
	fill: #8dc43f;
}
/* .floor-plan .floors a.empty {
    color: #8DC63E;
    pointer-events: auto;
} */
#svgObject svg {
	width: 300px;
	height: 475px;
}
#svgObject svg .active {
	fill: #daca27;
	cursor: pointer;
	pointer-events: auto;
}
.blueprint #svgObject {
	overflow: hidden;
	margin: auto;
}
.blueprint #svgObject.placehold {
	background: url("images/placeholder.png") no-repeat center center / auto 100%;
}
.blueprint {
	width: 100%;
	height: 550px;
	overflow: hidden;
	text-align: center;
}
.suiteImg {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.zero-mar {
	margin: 0px !important;
}
.floor-plan {
	max-height: 760px;
}

.acordionOpened {
	display: block;
}
#scroller {
	position: relative;
}
#dining {
	margin-top: 0px;
}
#map2 {
	height: 100%;
	width: 100%;
}
.section-svg {
	background: url("../images/availability.jpg") no-repeat 0 0 / cover;
	position: relative;
	height: 100%;
}
.svg-section-inner {
	background: white;
	height: -webkit-calc(100vh - 160px);
	height: -moz-calc(100vh - 160px);
	height: calc(100vh - 160px);
	position: absolute;
	top: 80px;
	right: 28px !important;
}
.floors .accordionHeader,
.poi-list .accordionHeader {
	font-size: 20px;
	margin-top: 0px;
}
.accordionHeader:hover {
	color: #000;
}
.parking-left-details .poi-list .accordionHeader {
	font-size: 16px;
	margin-top: 0px;
}
.parking-left-details .poi-list .accordionHeader span {
	font-size: 20px;
}
.parking-left-details .poi-list #residence {
	font-size: 16px;
}
.parking-left-details .poi-list #residence img {
	width: 60px;
	margin-left: 5px;
	vertical-align: middle;
}
.neighborhood-details h2 {
	font-size: 24px;
}
#adolphus {
	-webkit-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.section-svg .floor-plan {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.section-svg .floor-plan.hidden {
	opacity: 0;

	-webkit-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
}
.section-svg .floor-plan.show {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
}
.accordionBody .suite {
	margin-top: 0px;
	font-size: 20px;
}
.floor-plan .title-02 {
	font-size: 28px;
	font-family: "CenturyGothic-Bold", Arial, Sans-Serif;
	font-weight: 600;
}
.floor-plan .title-03 {
	font-size: 30px;
	font-weight: 100;
	font-family: "CenturyGothic", Arial, Sans-Serif;
}
.floor-plan .title-04 {
	font-size: 20px;
	font-family: "CenturyGothic", Arial, Sans-Serif;
}
.floor-plan .floor-name {
	margin-top: 20px;
	margin-bottom: 10px;
}
.floor-plan .suite-no {
	margin-top: 0px;
	margin-bottom: 10px;
}
.floor-plan .suite-no b {
	font-weight: normal;
}
.floor-plan .sft {
	margin-top: 0px;
	margin-bottom: 10px;
}
.floor-plan .titles {
	display: flex;
	align-items: center;
}
.accordionHeader .floor-name {
	font-size: 20px;
}
.btn.btn-adolphus-green {
	background-color: #8dc63e;
}
.btn.btn-adolphus-green:hover {
	background-color: #afd67a;
}

.expand-floor-details,
.collapse-floor-details {
	display: none;
}

/*********************** Snippets CSS *********************/
// draw button
.transport-links .nearest-transport {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	margin-top: 10px;
}
.nearest-transport .btn-draw {
	margin-top: 10px;
}
.btn-draw {
	position: relative;
	display: inline-block;
	color: #86b546;
	border-bottom: 2px solid #86b546;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn-draw:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	background: #86b546;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
		-moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.btn-draw > span {
	position: relative;
	display: block;
	padding: 2px 10px;
	color: inherit;
}
.btn-draw > span:before,
.btn-draw > span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #86b546;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
		-moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.btn-draw > span:before {
	height: 2px;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.btn-draw > span:after {
	height: 100%;
	width: 2px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.btn-draw:hover:after,
.btn-draw:hover > span:before,
.btn-draw:hover > span:after {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.btn-draw:hover:after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.btn-draw:hover > span:before {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.btn-draw:hover > span:after {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.btn-draw:hover {
	color: #fff;
	background-color: #86b546;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.dart-rail {
	margin-top: 25px;
}
.dart-button {
	position: relative;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	color: #87b646;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	border: 2px solid #87b646;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 60px 20px 55px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 200px;
	display: inline-block;
	height: 66px;
}
.dart-button span {
	text-transform: none;
	position: absolute;
	color: #153979;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.dart-button:hover {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: 2px solid #87b646;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #f5f5f5;
	color: #f5f5f5;
}
.dart-button:hover > span {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out 0.1s;
	-o-transition: all 0.25s ease-in-out 0.1s;
	-moz-transition: all 0.25s ease-in-out 0.1s;
	transition: all 0.25s ease-in-out 0.1s;
	color: #fff;
	top: 0px;
	left: 0px;
}
.dart-button:hover:before {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #666666;
	z-index: 9;
}
.dart-button:hover:after {
	color: #fff;
	z-index: 9;
}
.dart-button:before,
.dart-button:after {
	content: "";
	position: absolute;
	top: -14px;
	left: -12px;
	width: 158px;
	height: 25px;
	z-index: 9;
}
.dart-button:before {
	border: 2px solid #666666;
	background-color: #fff;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	transform: skew(-25deg);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.dart-button:after {
	content: "Public Transportation";
	font-size: 0.45em;
	top: -7px;
	left: 0px;
	color: #0fc500;
}
.ridecentric {
	margin-top: 25px;
}
.ridecentric .dart-button span {
	left: 15px;
}
.ridecentric .dart-button:after {
	content: "Executive Car Service";
}
/* Animation effect on texts */
.text-content .slideInLeft {
	-webkit-transition-timing-function: cubic-bezier(0, 0.34, 0.26, 0.58);
	-moz-transition-timing-function: cubic-bezier(0, 0.34, 0.26, 0.58);
	-o-transition-timing-function: cubic-bezier(0, 0.34, 0.26, 0.58);
	transition-timing-function: cubic-bezier(0, 0.34, 0.26, 0.58);
}
.infor .title-01 .fadeInUp {
	-webkit-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-moz-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-o-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
}
.text-content .text-01 .fadeInUp {
	-webkit-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-moz-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-o-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
}
.text-content ul li a .fadeInUp {
	-webkit-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-moz-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	-o-transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
	transition-timing-function: cubic-bezier(0.26, 0.44, 0.96, 0.37);
}
input:focus:not([type]):not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #8dc43f;
	-webkit-box-shadow: 0 1px 0 0 #8dc43f;
	-moz-box-shadow: 0 1px 0 0 #8dc43f;
	box-shadow: 0 1px 0 0 #8dc43f;
}
/******************* Media Quaries below ******************/
@media all and (min-width: 1600px) {
	.blueprint {
		width: 100%;
		height: 550px;
	}
	.blueprint #svgObject {
		width: 370px;
		height: 550px;
	}
	#svgObject svg {
		width: 370px;
		height: 550px;
	}
	.customScroll {
		height: 760px;
	}
	.floor-plan .titles {
		margin-top: 40px;
	}
}
@media all and (max-width: 1450px) {
	#spaces .section-svg.l11 {
		width: 84.667%;
	}
	#spaces .section-svg.offset-l1 {
		margin-left: 15.333%;
	}
}
@media all and (max-width: 1400px) {
	.svg-section-inner {
		height: -webkit-calc(100vh - 110px);
		height: -moz-calc(100vh - 110px);
		height: calc(100vh - 110px);
	}
	.blueprint {
		height: 380px;
	}
}
@media all and (max-width: 1400px) and (min-width: 1024px) {
	.service-content {
		margin-top: 8%;
	}
}
@media all and (max-width: 1182px) {
	#spaces .section-svg.l11 {
		width: 84.667%;
	}
	#spaces .section-svg.offset-l1 {
		margin-left: 15.333%;
	}
}
@media all and (max-width: 993px) {
	.floors .accordionHeader,
	.poi-list .accordionHeader {
		font-size: 18px;
	}
}
@media all and (max-width: 860px) {
	.providers-img img {
		max-width: 170px;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 1023px) and (min-width: 721px) {
	.svg-section-inner {
		width: -webkit-calc(100% - 280px) !important;
		width: -moz-calc(100% - 280px) !important;
		width: calc(100% - 280px) !important;
	}
	.section-svg #adolphus.m3 {
		display: none;
	}
	.section-svg .floor-plan {
		width: 100% !important;
	}
}
@media (min-width: 0px) and (max-width: 720px) {
	.banner .text h1 {
		font-size: 25px;
	}
	.banner .text p {
		font-size: 14px;
	}
	.banner .text a {
		font-size: 14px;
		padding: 12px 30px;
	}
	#adolphus {
		display: none;
	}
	.section-svg .floor-plan.hidden {
		opacity: 1;
	}
	.expand-floor-details {
		display: inline-block;
		width: 25px;
		height: 40px;
		background: white;
		-webkit-box-shadow: 0px 0px 4px 2px #545454;
		-moz-box-shadow: 0px 0px 4px 2px #545454;
		box-shadow: 0px 0px 4px 2px #545454;
		position: absolute;
		left: 0px;
		top: 80px;
		z-index: 9;
		border: cadetblue;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		text-align: center;
		line-height: 20px;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.collapse-floor-details {
		display: inline-block;
		width: 25px;
		height: 40px;
		background: white;
		-webkit-box-shadow: 0px 0px 4px 2px #545454;
		-moz-box-shadow: 0px 0px 4px 2px #545454;
		box-shadow: 0px 0px 4px 2px #545454;
		position: absolute;
		left: 250px;
		top: 80px;
		z-index: 9;
		border: cadetblue;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		text-align: center;
		line-height: 20px;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.expand-floor-details .material-icons {
		font-size: 22px;
		line-height: 40px;
		color: black;
	}
	.collapse-floor-details .material-icons {
		font-size: 22px;
		line-height: 40px;
		color: black;
	}
	.floor-details,
	.neighborhood-details,
	.parking-left-details {
		padding-left: 15px !important;
		position: absolute;
		top: 0px;
		height: 100vh;
		width: 250px !important;
		z-index: 9;
		overflow: hidden;
		-webkit-box-shadow: 0px 0px 5px 2px #838383;
		-moz-box-shadow: 0px 0px 5px 2px #838383;
		box-shadow: 0px 0px 5px 2px #838383;
		-webkit-transition: all 0.22s;
		-o-transition: all 0.22s;
		-moz-transition: all 0.22s;
		transition: all 0.22s;
	}
	.floor-details {
		left: 0px !important;
	}
	.neighborhood-details,
	.parking-left-details {
		left: 0px !important;
	}
	.svg-section-inner {
		background: white;
		height: auto;
		position: absolute;
		top: 50px;
	}
	.floor-details .title-01,
	.neighborhood-details .title-01 {
		font-size: 22px;
	}
	.hide-left {
		left: -100% !important;
		-webkit-transition: all 0.22s;
		-o-transition: all 0.22s;
		-moz-transition: all 0.22s;
		transition: all 0.22s;
	}
	.customScroll {
		height: 440px;
	}
	.section-svg {
		width: 100% !important;
		float: right !important;
	}
	.section-svg.reveal {
		width: 75% !important;
		-webkit-transition: all 0.6s ease-in;
		-o-transition: all 0.6s ease-in;
		-moz-transition: all 0.6s ease-in;
		transition: all 0.6s ease-in;
		float: right !important;
	}
	.floor-plan .titles {
		margin-top: 15px;
	}
	.blueprint {
		height: 360px;
	}

	.neighborhood-details::before,
	.floor-details::before {
		border-right: 0px;
		border-top: 0px;
		right: 0px;
	}
	.accordionHeader .floor-name {
		font-size: 18px;
	}
}
@media all and (max-width: 600px) {
	.providers-img img {
		max-width: 170px;
		margin-bottom: 10px;
	}
	.serviceProvider-text {
		padding-left: 20px;
	}
	.diamond-box-wrap {
		width: 180px !important;
		height: 180px !important;
	}
	.amenities-diamond .item img {
		width: 45px;
		margin-top: -5px;
	}
	.amenities-diamond .item .title {
		bottom: -84px;
		height: 84px;
	}
	.navigation {
		padding-top: 70px;
	}
}
@media all and (max-width: 397px) {
	.section-svg .floor-plan {
		background: white;
	}
}
@media all and (max-width: 390px) {
	.branding img {
		width: 160px;
	}
}
