/*
	.header{
		background-color: none;
		height:120px;
	}
	.hamburger {
	    display: block;
	    top: 40px;
	
	}
	.navi {
	    position: relative;
	    top: 120px;
	    display: none;
	    z-index: 1;
	}
	.navi li {
		display: block;
	}
	.navi ul {
	    float: none;
	    background: #232a33;
		max-width:100%;
	}
	.navi li a:link, .navi li a:visited {
		display: block;
		float: none;
	    text-align: left;
		padding: 25px 25px;
		font-size: 16px;
		color: #fff;
		border-top: none;
		border-left: 5px solid transparent;
	}
	.navi li a:hover, .navi li a.selected {
		border-top: none;
		border-left: 5px solid #16a9e1;
		background-color: #000000;
	}
	.navi li:last-of-type a{
		xpadding: 25px 50px 25px;
	}
	.navi li:last-of-type img {
		xmax-width: 27px;
		position: relative;
		xtop: 5px;
	}
	.contact{
		position:relative;
		top: 0px;
		right:0px;
	}
*/









.business-img {
   position: relative;
}




#nrny-map {
     width:100%;
     height:80%;
     position: relative;
     min-height: 1000px;
}

#map-canvas {
    width: 100%;
    height: 100%;    
}
.map-modal .left-corner{
	z-index:-1;
}
.fs-table {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

.fs-table-cell {
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
}

.fs-middle {
    vertical-align: middle;
    overflow-y: hidden;

}

a.filter-button.selected {
    color: red;
}

.map-tools {
    position: absolute;
    top: 10px;
    right: 10px; 
    z-index: 9;
}

.map-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background-color: #1f2130;
    opacity: 0.5;
}

.map-modal {
    position: absolute;
    display: table;
    top; 0;
    bottom: 0;
    z-index: 16;
    width: 100%;
    height: 100%;
}

.map-modal-box {
    background-color: white;
    width: 555px;
    margin: auto;
    text-align: center;
}

.map-modal-box-top {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #932785;
    color: white;
}

.map-modal-box-bottom {
	    width: 100%;
    xpadding-top: 70px;
    xpadding-bottom: 70px;
    background-color: #e3f0f5;
    color: black;
	display:table;
}
.map-modal-box-bottom p {
	font-size: 11px;
    line-height: 17px;
}
.map-modal-box img {
    width: 100%;
}








/* O */
.map-modal-box-top {
	padding: 50px 0px 40px;
}
.map-modal-box-top h4 {
	font-size: 12px;
	letter-spacing: 1px;
}
.map-modal-box-top h1 {
	font-size: 30px;
	letter-spacing: 1px;
	padding: 5px 0px 10px;
}
.map-modal-box-top p {
	font-size: 12px;
    line-height: 17px;
	padding: 0px 35px 0px;
	color: #fafafa;
}

.map-modal-box-bottom h3 {
	letter-spacing: 0px;
	font-size: 16px;
	font-family: 'GothamBook', sans-serif;
}

.map-modal-box-bottom img{
	width: 38px;
	height: 38px;
	max-width: 38px;
}
.map-modal-box-bottom.dev img{
	width: 28px;
	height: 38px;
	max-width: 38px;
}
.map-modal-box-bottom .filter-button { 
	display: inline-block;
	background: #e4f0f5;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 8px;
	margin: 0px 3px;
	border: 4px solid transparent;
	position: relative;
}
.map-modal-box-bottom .filter-button::after {
	content: '+';
	background:  #f09b08;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 14px;
	color: white;
	position: absolute;
	bottom: -6px;
    right: -0px;
    padding: 0px 5px;
    display: inline-block;
    line-height: 19px;
}
.map-modal-box-bottom .filter-button.f-entertainment.selected {
	border: 4px solid #932785;
}
.map-modal-box-bottom .filter-button.f-entertainment.selected::after {
	display: none;
}

.map-modal-box-bottom .filter-button.f-arts.selected {
	border: 4px solid #932785;
}
.map-modal-box-bottom .filter-button.f-arts.selected::after {
	display: none;
}


.map-modal-box-bottom .filter-button.f-dining.selected {
	border: 4px solid #15b2e6;
}
.map-modal-box-bottom .filter-button.f-dining.selected::after {
	display: none;
}

.map-modal-box-bottom .filter-button.f-retail.selected {
	border: 4px solid #28a149;
}
.map-modal-box-bottom .filter-button.f-retail.selected::after {
	display: none;
}

.map-modal-box-bottom .filter-button.f-services.selected {
	border: 4px solid #f09b08;
}
.map-modal-box-bottom .filter-button.f-services.selected::after {
	display: none;
}


.map-modal-box-bottom .filter-button.f-event.selected {
	border: 4px solid #932785;
}
.map-modal-box-bottom .filter-button.f-event.selected::after {
	display: none;
}


.map-modal-box-bottom .filter-button.f-bike.selected {
	border: 4px solid #15b2e6;
}
.map-modal-box-bottom .filter-button.f-bike.selected::after {
	display: none;
}

.map-modal-box-bottom .filter-button.f-wifi.selected {
	border: 4px solid #28a149;
}
.map-modal-box-bottom .filter-button.f-wifi.selected::after {
	display: none;
}

.map-modal-box-bottom .filter-button.f-train.selected {
	border: 4px solid #f09b08;
}
.map-modal-box-bottom .filter-button.f-train.selected::after {
	display: none;
}
.f-entertainment::before {
	content: 'Arts';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
	font-family: 'GothamBook';
}

.f-arts::before {
	content: 'Arts';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-dining::before {
	content: 'Food';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-retail::before {
	content: 'Retail';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-services::before {
	content: 'Services';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
	font-family: 'GothamBook';	
}


.f-event::before {
	content: 'Local Events';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 8px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-bike::before {
	content: 'Bike Stations';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 8px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-wifi::before {
	content: 'WiFi Kiosks';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 9px;
	width: 100%;
	font-family: 'GothamBook';
}
.f-train::before {
	content: 'Train Station';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 8px;
	width: 100%;
	font-family: 'GothamBook';	
}

.f-residential::before {
	content: 'Residential';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 10px;
	width: 100%;
	font-family: 'GothamBook';	
}
.f-commercial::before {
	content: 'Commercial';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 10px;
	width: 100%;
	font-family: 'GothamBook';	
}
.f-mixed::before {
	content: 'Mixed Use';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 10px;
	width: 100%;
	font-family: 'GothamBook';	
}
.map-modal-box-bottom .filter-button.f-residential.selected {
	border: 4px solid #932785;
}
.map-modal-box-bottom .filter-button.f-commercial.selected {
	border: 4px solid #28a149;
}
.map-modal-box-bottom .filter-button.f-mixed.selected {
	border: 4px solid #15b2e6;
}
.map-tools .f-entertainment::before {
	content: none;
}
.map-tools .f-arts::before {
	content: none;
}
.map-tools .f-dining::before {
	content: none;
}
.map-tools .f-retail::before {
	content: none;
}
.map-tools .f-services::before {
	content: none;
}

.map-tools .f-event::before {
	content: none;
}
.map-tools .f-bike::before {
	content: none;
}
.map-tools .f-wifi::before {
	content: none;
}
.map-tools .f-train::before {
	content: none;
}


.map-tools .f-residential::before {
	content: none;
}
.map-tools .f-commercial::before {
	content: none;
}
.map-tools .f-mixed::before {
	content: none;
}
.residential-cl{
	color:#932785!important;
}
.commercial-cl{
	color:#28a149!important;
}

.mixed-use-cl{
	color:#15b2e6!important;
}

.residential-bk{
	background-color:#932785!important;
}
.commercial-bk{
	background-color:#28a149!important;
}

.mixed-use-bk{
	background-color:#15b2e6!important;
}


.map-tools {
	top: 15px;
	right: 15px;
}
.map-tools img {
    width: 26px;
    height: 32px;
    max-width: 32px;
}
.map-tools .filter-button { 
	display: block;
    background: #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 6px;
	margin: 10px 0px;
	border: 4px solid transparent;
	position: relative;
}
.map-tools .filter-button::after {
	content: '+';
	background:  #f09b08;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 14px;
	color: white;
	position: absolute;
	bottom: -6px;
    right: -0px;
    padding: 0px 5px;
    display: inline-block;
    line-height: 19px;
}
.map-tools .filter-button.f-entertainment.selected {
	border: 4px solid #932785;
}
.map-tools .filter-button.f-entertainment.selected::after {
	display: none;
}
.map-tools .filter-button.f-arts.selected {
	border: 4px solid #932785;
}
.map-tools .filter-button.f-arts.selected::after {
	display: none;
}


.map-tools .filter-button.f-dining.selected {
	border: 4px solid #15b2e6;
}
.map-tools .filter-button.f-dining.selected::after {
	display: none;
}

.map-tools .filter-button.f-retail.selected {
	border: 4px solid #28a149;
}
.map-tools .filter-button.f-retail.selected::after {
	display: none;
}

.map-tools .filter-button.f-services.selected {
	border: 4px solid #f09b08;
}
.map-tools .filter-button.f-services.selected::after {
	display: none;
}


.map-tools .filter-button.f-event.selected {
	border: 4px solid #932785;
}
.map-tools .filter-button.f-event.selected::after {
	display: none;
}


.map-tools .filter-button.f-bike.selected {
	border: 4px solid #15b2e6;
}
.map-tools .filter-button.f-bike.selected::after {
	display: none;
}

.map-tools .filter-button.f-wifi.selected {
	border: 4px solid #28a149;
}
.map-tools .filter-button.f-wifi.selected::after {
	display: none;
}

.map-tools .filter-button.f-train.selected {
	border: 4px solid #f09b08;
}
.map-tools .filter-button.f-train.selected::after {
	display: none;
}


.map-tools .filter-button.f-residential.selected {
	border: 4px solid #932785;
}
.map-tools .filter-button.f-residential.selected::after {
	display: none;
}
.map-tools .filter-button.f-commercial.selected {
	border: 4px solid #28a149;
}
.map-tools .filter-button.f-commercial.selected::after {
	display: none;
}
.map-tools .filter-button.f-mixed.selected {
	border: 4px solid #15b2e6;
}
.map-tools .filter-button.f-mixed.selected::after {
	display: none;
}
.map-modal-box-bottom .filter-button{
	width: 62px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.map-modal-box-bottom .f-dining img{
	width: 32px;
	height: 32px;
	text-align: center;
	top: 3px;
    position: relative;	
}
.map-modal-box-bottom .f-retail img{
	width: 32px;
	height: 39px;
	text-align: center;
    position: relative;	
}
.map-modal-box-bottom .f-services img{
	width: 32px;
	height: 32px;
	text-align: center;
    position: relative;	
}
.map-tools .filter-button{
	width: 52px;
	height: 52px;
	text-align: center;
}
.map-tools .f-dining img{
    width: 22px;
    height: 26px;
    top: 3px;
    position: relative;
}
.map-tools .f-retail img{
    width: 26px;
    height: 33px;
    position: relative;
}
.map-tools .f-services img{
	width: 25px;
	height: 28px;
	position: relative;
}
.map-info-win {
	max-width: 320px;
	display: block;
}

.map-info-win img {
	width: 100%;
	display: block;
}
.map-info-win-top {
	background:#932785;
	color: white;
    padding: 10px 20px;
	display: block;
}
.map-info-win-top h1 {
	font-size: 22px;
	letter-spacing: 0px;
	padding: 20px 0px 5px;
}
.map-info-win-top p {
	font-size: 14px;
	line-height: 16px;
	color: #fafafa;
	margin-bottom: 0px !important;
	padding-bottom: 20px;
	
}
.map-info-win-bottom {
	background: #e4f0f5;
    padding: 20px 20px 20px;
	position: relative;
	display: block;
}

.map-info-meta {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	font-family: 'GothamBook';
	color:#333;
    
}
.map-info-directions{
	xdisplay: inline-block;
	display: none;

	xtext-align: center;
	xbackground: #0aade4;
	x-webkit-border-radius: 100px;
	x-moz-border-radius: 100px;
	xborder-radius: 100px;
 	xbox-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	x-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
	x-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	xpadding: 6px;
	xposition: absolute;
	xright: 30px;
	xtop: -26px;	  
}

.map-info-directions:hover {
 
    background: #0ba1d3;  
}

.map-info-directions img {
	width: 40px !important;
}
.gm-style .gm-style-iw {
	overflow: visible !important;
	max-width:319px;
	padding: 0;
}
.gm-style > div > div > div > div {
	max-width:319px!important;
}
.gm-style > div > div > div > div > div {
	max-width:319px!important;
}
.gm-style > div > div > div > div > div > div{
	max-width:319px!important;
}

.gm-style-iw .gm-style-iw-c {
padding: 0px !important;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
}
.gm-style {
padding:0px !important;
}
.gm-style .gm-style-iw-t::after {
display:none !important;
}
.gm-style .gm-style-iw-tc::after,
.gm-style .gm-style-iw-tc::before {
	display: none !important;
}
.gm-ui-hover-effect{
	top:0px!important;
	right:0px!important;
}

.gm-style .gm-style-iw + div {
    xdisplay: none; /* <-- this will generally work on the fly. */
    xvisibility: hidden; /* this 2 lines below are just for hard hiding. :) */
    xopacity: 0;
}

.parking-map .gm-style .gm-style-iw,
.parking-map .gm-style .gm-style-iw-c,
.parking-map .gm-style > div > div > div > div,
.parking-map .gm-style > div > div > div > div > div,
.parking-map .gm-style > div > div > div > div > div > div {
	max-width: 480px !important;
	width: 480px !important;
}

.parking-map .gm-style .gm-style-iw-d {
	max-height: 80vh !important;
	overflow: auto !important;
}

.parking-map .gm-ui-hover-effect {
	display: none !important;
}

.parking-map .parking-popup-overlay {
	position: absolute;
	inset: 0;
	z-index: 18;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	pointer-events: none;
}

.parking-map .parking-popup-overlay.is-open {
	display: flex;
}

.parking-map .parking-popup-shell {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parking-map .parking-info-win {
	max-width: 600px;
	width: 600px;
	position: relative;
	background: #e4f0f5;
	color: #452140;
	font-family: 'GothamBook', sans-serif;
	pointer-events: auto;
}

.parking-map .parking-info-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	border: 0;
	background: transparent;
	color: #555;
	font-size: 28px;
	line-height: 1;
	font-family: Arial, sans-serif;
}

.parking-map .parking-bk {
	background: #452140;
	padding: 36px 34px 26px;
}

.parking-map .parking-bk h1 {
	font-size: 26px;
	line-height: 1.05;
	letter-spacing: 3px;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-family: 'GothamBook', sans-serif;
}

.parking-map .parking-bk h4 {
	font-size: 14px;
	letter-spacing: 4px;
	font-family: 'GothamMedium', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-right: 54px;
}

.parking-map .parking-bk p {
	font-size: 15px;
	line-height: 1.4;
	padding: 20px 0 0;
}

.parking-map .parking-info-win > img {
	height: 235px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display: block;
}

.parking-map .parking-info-bottom {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 16px 24px;
	padding: 20px 34px 26px;
	color: #452140;
}

.parking-map .parking-info-meta {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #452140;
	font-family: 'GothamMedium', sans-serif;
}

.parking-map .parking-info-meta span {
	display: block;
}

.parking-map .parking-info-meta .parking-types {
	margin-top: 16px;
}

.parking-map .parking-info-meta .parking-facility-link {
	margin-top: 28px;
	display: inline-block;
}

.parking-map .parking-info-contact {
	border-left: 2px solid #452140;
	padding-left: 16px;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: 2px;
	text-transform: none;
	color: #452140;
	display: block;
}

.parking-map .parking-info-contact strong {
	text-transform: uppercase;
	display: block;
	font-family: 'GothamMedium', sans-serif;
}

.parking-map .parking-info-contact p {
	margin: 0;
}

.parking-map .parking-info-directions {
	display: block;
	margin-top: 22px;
}

.parking-map .parking-info-directions strong {
	text-transform: uppercase;
	display: block;
	font-family: 'GothamMedium', sans-serif;
	margin-bottom: 12px;
}

.parking-map .parking-info-directions-links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.parking-map .parking-map-link {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-indent: -9999px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.parking-map .parking-google-map {
	background-image: url("https://www.gstatic.com/images/branding/product/1x/maps_64dp.png");
}

.parking-map .parking-apple-map {
	background-image: linear-gradient(90deg, #efe2c6 0 25%, #f7f7f7 25% 50%, #45b5ff 50% 75%, #75cf52 75% 100%);
	position: relative;
}

.parking-map .parking-apple-map:after {
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #0a7cff;
	box-shadow: inset 0 -6px 0 rgba(255,255,255,.95);
	transform: rotate(-28deg);
}

.parking-map .parking-facility-link,
.parking-map .parking-facility-link:visited,
.parking-map .parking-facility-link:focus,
.parking-map .parking-facility-link:active {
	background: #279dd3 !important;
	background-color: #279dd3 !important;
	border-color: #279dd3 !important;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 16px;
	box-shadow: none;
}

.parking-map .parking-facility-link:hover {
	background: transparent !important;
	background-color: transparent !important;
	border-color: #279dd3 !important;
	color: #279dd3 !important;
}

#parking-map-list .business-img {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	margin-bottom: 20px;
}

#parking-map-list .business-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	margin-bottom: 0 !important;
}




#map-canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(1) {
	display: none !important;
}


 /*style the box*/  
         .gm-style .gm-style-iw {
            xbackground-color: #3C61AD !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            min-height: 120px !important;
            xpadding-top: 10px;
            display: block !important;
         }    
     
         /*style the p tag*/
         .gm-style .gm-style-iw #google-popup p{
            xpadding: 10px;
         }
         
     
        /*style the arrow*/
        .gm-style div div div div div div div div {
            xbackground-color: #3C61AD !important;
            padding: 0;
            margin: 0;
            padding: 0;
            top: 0;
            color: #fff;
            font-size: 16px;
        }
        
        /*style the link*/
        .gm-style div div div div div div div div a {
            xcolor: #f1f1f1;
            xfont-weight: bold;
        }
    
		 
	
    
  
   
#clear-header .header .logo {
    display: none;
}  
  
#nrny-map .logo {
    z-index: 1;
}
  
  
@media (min-width: 1400px){
    .map-tools {
    	top: 200px;
    	right: 68px;
    }

}
@media (max-width: 1400px){
    .map-tools {
    	top: 200px;
    	right: 68px;
    }
}
@media (max-width: 1200px){
    .map-tools {
    	top: 200px;
    	right: 54px;
    }
}
@media screen and (min-width:999px) and (max-height:1000px){
    .map-tools {
    	top: 150px;
    	right: 54px;
    }

}

@media (min-width: 999px){
/*
    .header {
        display: none !important;
    }
*/

}

@media (max-width: 998px){
    .map-tools {
    	top: 100px;
    	right: 50px;
    }
    
    .header {
        display: none;
    }

}
@media (min-height:801px){

}
@media (max-height:800px){

}

@media (max-width: 768px){

	.parking-map .gm-style .gm-style-iw,
	.parking-map .gm-style .gm-style-iw-c,
	.parking-map .gm-style > div > div > div > div,
	.parking-map .gm-style > div > div > div > div > div,
	.parking-map .gm-style > div > div > div > div > div > div,
	.parking-map .parking-info-win {
		max-width: 320px !important;
		width: 320px !important;
	}

	.parking-map .parking-info-win {
		max-height: calc(100vh - 32px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.parking-map .parking-popup-overlay {
		padding: 16px;
	}

	.parking-map .parking-bk {
		padding: 58px 28px 32px;
	}

	.parking-map .parking-bk h1 {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.parking-map .parking-bk h4 {
		font-size: 18px;
		letter-spacing: 5px;
		padding-right: 62px;
	}

	.parking-map .parking-bk p {
		font-size: 15px;
		line-height: 1.35;
	}

	.parking-map .parking-info-bottom {
		display: block;
		padding: 28px;
	}

	.parking-map .parking-info-contact {
		margin-top: 24px;
		padding-left: 18px;
	}

}


@media (max-width: 667px){


	
	#nrny-map {
	     height:100%;
	}

	.map-modal-box {
    width: auto;
    }

	.map-modal-box-top {
		padding: 35px 0px 20px;
	}
	#nrny-map .fs-table-cell {
		padding: 0px 10px;
	}
	#nrny-map {
		min-height: 0px;
	}
	.map-modal-box-top h1 {
		font-size: 24px;
	}
	.map-modal-box-bottom {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.map-modal-box-bottom h3 {
		font-size: 12px;
	}	
	#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div, #map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4), #map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
		background: transparent;
		box-shadow: 0;
		xwidth: 200px !important;
	}
	.gm-style .gm-style-iw{
		max-width:300px !important;
		width:300px !important;
		
	}
	.gm-style-iw{
		max-width:300px;
	}
	.gm-style .gm-style-iw > div{
		max-width:300px !important;
		width:300px !important;
	}

	.gm-style > div > div > div > div{
		max-width:300px!important;
	}
	.gm-style > div > div > div > div > div {
		max-width:299px!important;
	}
	.gm-style > div > div > div > div > div > div{
		max-width:299px!important;
	}


}

@media (max-width: 468px){


	.map-tools {
		top: 90px;
		right: 20px;
	}

    #nrny-map .logo {
        xdisplay: block;
        left: 30px;
    }

}

@media (max-width: 468px) {

    #map-canvas > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div {
        width: 230px !important;
        max-width: 230px !important;
        max-height: none !important;
        overflow: visible;
    }
    
    #map-canvas > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > div {
        width: 230px !important;
        max-width: 230px !important;
        max-height: none !important;
        overflow: visible;
    }
    
    .map-info-meta {
        font-size: 12px;
    }

/*
    .map-info-win-top h1 {
        padding-top: 0px;
        font-size: 14px;
    }

    .map-info-win-top p {
        font-size: 12px;
        padding-bottom: 0px;
    }
    

    
    .map-info-win-bottom a {
        padding: 10px;
    }
*/
    
/*
    .map-info-win img {
        display: none !important;
    }
*/

}



.navi li a:link, .navi li a:visited {
	color: #325764;
}

.solid .navi li a:link, .solid .navi li a:visited {
	color: #fff;
}
 

.hamburger__top-bun, .hamburger__mid-bun, .hamburger__bottom-bun {
    background: #325764;
}
.hamburger.open > span.hamburger__top-bun, .hamburger.open  > span.hamburger__mid-bun, .hamburger.open  > span.hamburger__bottom-bun {
	background: #fff ;
}
