

/* Images */
.map img {
	max-width: 100%;
	border-radius: none;
	margin-bottom: 1em;
}

.map #main img {
	border-radius: 5px;
}


.map {
	position: relative;
}

.map .pullout {
	width: 315px;
	padding: 10px;
	box-sizing: padding-box;
	box-shadow: 0 0 10px #888;
	background: #FFF;
	display: none;
	position: absolute;
}

.map .pullout:after {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -20px;
	right: 75px;
	border-top: 20px solid #FFF;
}


.map .pullout:after
{
	border-bottom: 20px solid #fff;
	border-top: none;
	top: -20px;
	left: 75px;
}


.map .red-pin {
    border-radius: 13px;
    display: block;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 26px;
    font-size: 0px; 
    text-indent: -999px;
    background: url(../img/balcony-home/red-pin.png);
    background-repeat: no-repeat;
    background-size: 31px 51px;    
    width:51px;
    height: 50px;    
}	
	
.map .pullout img {
	clear: both;
	float: left;
	margin-right: 5px;
}

.map .pullout h4 {
	margin-left : 30px;
}

.map .pullout h4 span.small {
	font-size: 12px;
	color: #666;
	margin-left: 0px;
	position: relative;
	top: -10px !important;
}

.map .pullout h4 span.number {
	background: #cf1b22;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	line-height: 40px;
	padding: 0 8px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left : -30px;
}

.map .pullout .info {
	font-size: 12px !important;
}

.map .pullout .info address {
	margin-bottom: 10px;
}

.map .pullout .info small {
	font-size: 10px;
}

.map .pullout .info a.read-more {
	background: #cf1b22;
	color: #FFF;
	padding: 5px 10px;
	float: right;
	margin-top: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}




span.red-pins{
	text-transform : uppercase;
	font-weight : 700;
	color : #cf1b22;
}

span.blue-pins{
	text-transform : uppercase;
	font-weight : 700;
	color : #237bbe;
}


.mobile-map-alt{
	display :none;
}




@media (max-width: 767px) {

td.totals{
	width: 62%;
}

section#main section {
	/*padding : 0;*/
	
}


	
	.map  .map{
		display :none;
		
	}
	
	.map .mobile-map-alt{
		display :block;
	}
	
	.map .mobile-map-alt .grand-stand{
		position: relative;
    width: 100%;
    text-align: left;
	display :block;
		
	}
	.map .mobile-map-alt .red-pin{
		position: relative;
    width: 100%;
    text-align: left;
		
	}
	

	.map .mobile-map-alt #red-pin-1,
	.map .mobile-map-alt #red-pin-2,
	.map .mobile-map-alt #red-pin-3, 
	.map .mobile-map-alt #red-pin-4, 
	.map .mobile-map-alt #red-pin-5,
	.map .mobile-map-alt #red-pin-6,
	.map .mobile-map-alt #red-pin-7,
	.map .mobile-map-alt #red-pin-8,
	.map .mobile-map-alt #red-pin-9,
	.map .mobile-map-alt #red-pin-10,
	.map .mobile-map-alt #red-pin-11,
	.map .mobile-map-alt #red-pin-23,
	.map .mobile-map-alt #red-pin-24
	{
	top: 0;
    left: 0;
	text-indent : 0;
	font-size : inherit;
}

.key{
	display :none;
}

#red-pin-1, #red-pin-2, #red-pin-3, #red-pin-4, #red-pin-5, #red-pin-6, #red-pin-7, #red-pin-8, #red-pin-9, #red-pin-10, #red-pin-11, #red-pin-23, #red-pin-24 {
  width:100%;
  height: auto;
  background: none;
  background-repeat: no-repeat;
  background-size: 51px 51px;
}
	
	

	
}

@media (min-width: 992px) {

	.container1 {
		width: 970px;
	}

}

@media (min-width: 1200px) {

	.container1 {
		width: 1170px;
	}

}


@media (max-width: 500px) {

td.totals {
   }
}


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

}




