

/* All mobile phones. These are styles that are generic to all mobile phones. */
@media screen and (max-width : 500px) {
	.map_container {
		margin-left: 0 !important;
		height: auto !important;
	}
	#lightbox7 #suite_map_background {
		width: auto !important;
		height: auto !important;
	}
	#lightbox7 .suite_pin_container {
		opacity: 0.99;
		z-index: auto;
	}
	#lightbox7 .suite_pin_label,
	#lightbox7 .suite_pin_arrow {
		/*z-index: auto !important;*/
	}

	#lightbox7 .spl_suite_info {
		font-size: 13px;
	}
	#lightbox7 .spl_suite_info span[class^="icon-"] {
		font-size: 11px;
	}
	/*#lightbox7 .spl_cta {
		margin-top: 3px;
		padding-top: 3px;
		color: #06c;
	}
	#lightbox7 .spl_cta:after {
		 content: '';  
	    display: block;  
	    width: 5px;  
	    height: 5px;  
	    border-right: 1px solid #06c;  
	    border-top: 1px solid #06c;  
	    position: relative;  
	    left: 131px;
	    top: -12px;  
	    -webkit-transform: rotate(45deg);  
	    -moz-transform: rotate(45deg);  
	    -o-transform: rotate(45deg);  
	    transform: rotate(45deg);  
	}*/

}


/* LISTING SUITE MAP */

#suite_map_background {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	display:none;
}
#lightbox7 #suite_map_background {
	width: 100%;
	display: block;
}
#sc_grid {
	z-index: 1;
	position: absolute;
	margin-top: -413px;
}
.sc_row {
}
.sc_cell {
	float: left;
}
.suite_pin_container {
	height: 46px;
    width: 46px;
    border-radius: 31px;
    background: rgba(159, 204, 249, .5);
    text-align: center;
    padding: 8px;
    position: absolute;
    margin-left: -31px;
    margin-top: -31px;
    z-index: 100;
}
.suite_pin_container:hover {
    cursor: pointer;
}
.mini_map_content .suite_pin_container:hover {
	cursor: default;
}
.suite_pin_container.gray {
	background: rgba(230, 230, 230, 0.5) !important;
	background-color: rgba(230, 230, 230, 0.5) !important;
}
.suite_pin_container.med {
	height: 60px;
	width: 60px;
	border-radius: 38px;
	margin-left: -38px;
    margin-top: -38px;
}
.suite_pin_container.large {
	height: 74px;
	width: 74px;
	border-radius: 45px;
	margin-left: -40px;
    margin-top: -40px;
}
.suite_pin_halo {
	height: 26px;
    width: 26px;
    border-radius: 21px;
    background: rgba(0, 102, 204, .5);
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}
.gray .suite_pin_halo {
	background: rgba(200, 200, 200, 0.5) !important;
}
.med .suite_pin_halo {
	height: 38px;
	width: 38px;
	border-radius: 25px;
	margin-top: 5px;
}
.large .suite_pin_halo {
	height: 46px;
	width: 46px;
	border-radius: 29px;
	margin-top: 9px;
}
.suite_pin {
	height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #0066cc;
    border: 2px solid #8fc1f5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}
.gray .suite_pin {
	background: rgba(100, 100, 100, 0.5) !important;
	border-color: #CCC !important;
}
.med .suite_pin {
	height: 30px;
	width: 30px;
	border-radius: 17px;
	margin-top: 2px;
}
.large .suite_pin {
	height: 34px;
	width: 34px;
	border-radius: 19px;
	margin-top: 4px;
}
.suite_pin_container.xsmall {
	height: 7px;
	width: 8px;
	padding: 6px;
	border-radius: 15px;
	margin-left: -10px;
	margin-top: -9px;
	background: none !important;
}
.suite_pin_container.xsmall .suite_pin_halo {
	height: 8px;
	width: 8px;
	background: none !important;
	margin-top: -7px;
	margin-left: -6px;
}
.suite_pin_container.xsmall .suite_pin {
	height: 8px;
	width: 8px;
	border-radius: 7px;
	margin-top: -2px;
	margin-left: -2px;
}
.suite_pin_container.xsmall .suite_pin_label {
	bottom: 27px;
	margin-left: -18px;
}
.suite_pin_container.xsmall .suite_pin_label_arrow {
	top: -9px;
	margin-left: -34px;
}
.suite_pin_label {
	position: absolute;
    bottom: 58px;
    left: -20px;
    width: 90px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 13px;
    padding: 6px;
   	text-transform: uppercase;
    display: none;
  	border-radius: 3px;
  	border: 1px solid #bbb;
  	-webkit-box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	-moz-box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	z-index: 101;
}
.suite_pin_label.verbose {
	width: 140px !important;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
    left: -48px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.med .suite_pin_label.verbose {
	bottom: 72px;
}
.suite_pin_label:hover {
	cursor: pointer;
}
.suite_pin_label.right {
	left: -87px !important;
}
.suite_pin_label.left {
	left: -7px !important;
}
.suite_pin_label [class^=icon-] {
	font-size: 9px !important;
}
.suite_pin_label .icon-fas-fa-ticket-alt {
	font-size: 8px !important;
}
.spl_suite_type {
	font-family: 'RobotoMedium';
	margin-bottom: 5px;
	color: #06c;
	font-size: 14px;
	line-height: 15px;
}
.spl_suite_info {
	font-weight: normal;
	margin-bottom: 3px;
	color: #555;
	font-size: 14px;
}
.spl_suite_info span[class^="icon-"] {
	font-size: 11px;
}

.verbose .spl_suite_price {
	font-family: 'RobotoMedium';
	color: #000;
	float: right;
}
.suite_pin_label_arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	top: 3px;
	display: none;
	z-index: 102;
}
.suite_pin_label_arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	-moz-box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	box-shadow: 2px 2px 6px 0px rgba(120, 120, 120, 0.6);
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	border: 1px solid #bbb;
	background: #fff;
}

.mini_map_content .suite_pin_label:hover {
	cursor: default;
}
.suite_pin_label .instant_book_icon {
	padding: 0 !important;
}
.med .suite_pin_label {
	width: 100px;
	margin-top: -88px;
	margin-left: 0;
	font-size: 16px;
	bottom: 72px;
}
.large .suite_pin_label {
	width: 100px;
	margin-top: -100px;
	margin-left: -15px;
	font-size: 16px;
}
.map_container {
	border: 1px solid #d5d5d5;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
#no-location-msg { 
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*padding: 40px 0;*/
    text-align: center;
    background: rgba(227, 240, 254, .9);
    width: 100%;
    height: 200px;
    color: #222;
    z-index: 2;
	box-sizing: border-box;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 50px;
	line-height: 26px;
}
#no-location-msg div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: perspective(1px) translateY(-50%);
}
#map_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}