.listings-category-map-main{
	padding-bottom: 0;
	margin: 0;
}
@media only screen and (max-width: 40em) { /* < 641px */ 
	.listings-category-map-main{
		display: none; /* no map in comp on mobile */
	}
}
/*tablet only*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .listings-category-map-main{
        display: none; /* no map in comp on tablet */
    }
}
.listings-category-map.magnific-map{
	max-width: 100%;
	width: 1500px;
}
/*.listings-category-map.magnific-map.map-ready{
	top: 0;
}*/
.listings-category-map.magnific-map{
	/*left: 5px;*/
	
	/*width: 1505px;
	top: 0px;
	left: -4px;*/
    width: 1506px;
    top: 0px;
    left: 3px;
}
.listings-category-map.magnific-map.map-ready{
	width: 1505px;
	top: 0px;
	left: -4px;
}
@-moz-document url-prefix() { 
  	.listings-category-map.magnific-map{
		left: 6px;
		width: 1508px;
		top: 8px;
    	left: 3px;
	}
	.listings-category-map.magnific-map.map-ready{
		left: -4px;
		top: 0;
		width: 1508px;
	}
}
@media screen and (min-width:0\0) { /* ie hack */
	.listings-category-map.magnific-map{
		left: -4px;
		width: 1509px;
	}
}
.listings-category-map .loading-outer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #F9F4DE;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.listings-category-map .loading-outer .loading{
	height: 20px;
	width: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.listings-category-map .loading-outer.text .loading{ /* status message / error */
    width: 80%;
    text-align: center;
}
.listings-category-map .loading-outer .loading i{
	font-size: 45px;
}
.listings-category-map-main .default.button-container{
	display: block;
	width: 100%;
	background-color: #EFEDE4;
	text-align: right;
	padding: 30px 40px 30px;
	color: #787070;
}
.listings-category-map .mfp-close{
	background-color: #01bda3;
    background-image: url("/includes/public/assets/images/icon-close-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    opacity: 1;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: -9999px;
	background-size: auto auto;
    height: 75px;
    top: 0px;
    width: 75px;
}
.listings-category-map .mfp-close:focus{
	top: 0px;
}
.button-container .view-map{
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #787070;
	letter-spacing: 2px;
}
.button-container .view-map img{
	margin-left: 13px;
    position: relative;
    top: -1px;
}
.default.button-container {}
.attached.button-container{}

/*listings button*/
.listings .attached.button-container{
	padding-top: 9px;
    text-align: right;
}

.category-map-infowindow.infoWindow{
	padding: 0;
	position: relative;
}
.category-map-infowindow .image{
	display: block;
	width: 100%;
}
.category-map-infowindow .image img{
	width: 100%;
}
.category-map-infowindow .category{
	color: #ff8143;
    display: block;
    font-family: "freight-big-pro",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 2px;
}
.category-map-infowindow h5{
	color: #6d6559;
	font-size: 18px;
	line-height: 19px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 0;
}
.category-map-infowindow h5 a{
	color: #6d6559;
	font-weight: normal;
}
.category-map-infowindow .links{
	margin-bottom: 0;
    margin-top: 11px;
}
.category-map-infowindow .links a{
	border: 2px solid #ff8143;
    color: #ff8143;
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 45px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 7px 4px 2px;
    text-align: center;
    text-transform: uppercase;
    width: 165px;
}
.category-map-infowindow .content{
	padding: 21px 20px 0;
}
.listings-category-map div.gm-style-iw{
	left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 315px !important;
    max-width: 100% !important;
    overflow: visible;
}
.listings-category-map .gm-style-iw > div{
	margin-bottom: -5px !important;
    max-width: none !important;
    width: 315px !important;
}
.listings-category-map .info_window_outer{
	z-index: 100 !important;
}
.listings-category-map .close-button{
	left: 3px !important;
    opacity: 1 !important;
    overflow: visible !important;
    right: auto !important;
    top: 3px !important;
}
.listings-category-map .close-button .close{
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	background-image: url("/includes/public/assets/images/icon-close-white.png");
	width: 40px;
	height: 40px;
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	opacity: 1;
}
.magnific-map .gMapHolder{
	
}
.magnific-map .gMapHolder{
	height: 100vh;
}
.itinContainer {
	height: 28px;
    position: absolute;
    right: 16px;
    top: 11px;
    width: 25px;
}
.mfp-wrap .mfp-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 105px !important;
}
.mfp-bg{
	background-color: #fff !important;
}