/*map */

.overlay-bg5 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	z-index:100;
	background:url(../images/grey.png);
}
.overlay-content5 {
		font-size:13px;
		background-color:#666;
		padding: 1%;
		width: 24%;
		position: relative;
		top: 35%;
		left: 50%;
		margin: 0 0 0 -12%; /* add negative left margin for half the width to center the div */
		-webkit-box-shadow: 0 8px 6px -6px #333;
	   -moz-box-shadow: 0 8px 6px -6px #333;
	   box-shadow: 0 8px 6px -6px #333;
	   behavior: url(pie/PIE.php);
	   text-align:center;
	   color:#FFF;   
	}

 .close-btn5 {
		cursor: pointer;
		border: 1px solid #333;
		padding: 1% 3%;
	}
	
	 .close-btn5:hover {
        background: #999;
    }


/*.sequence {background-color:#000; color:#fff; display: inline-block; text-align: center;padding-left:7px; padding-right:7px; padding-top:1px; padding-bottom:3px;  min-width:22px;}*/
.sequence {display: inline-block;}
.sequence2 {margin-left:40px; margin-top:-20px; border-bottom:1px solid #000;}
.sequence3 {float:right; font-size:13px; margin-top:-54px;}

span {}
.text 
{
    border: 1px solid black;  
}
 
#map_canvas 
{
    width:100%;
    height:380px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

#sidebar
{  padding-top:40px;
	color:#000;
	font-size:15px;
 	width:100%;
    overflow: auto;
    overflow-x: hidden;
    z-index: 30;
}

#sidebar2
{  padding-top:40px;
	color:#000;
	font-size:17px;
 	width:700px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 30;
}
           
.row{padding:5px;}




/*.gm-style .gm-style-iw div {
font-weight: none !important;
font-size: 15px !important;
}*/

.infowin {width:165px; height:120px; color:#000;}

@media only screen and (max-width : 768px) {
    
    .overlay-content5 {
	
		width: 80%;
		position: relative;
		top: 35%;
		left: 50%;
		margin: 0 0 0 -40%; /* add negative left margin for half the width to center the div */
		-webkit-box-shadow: 0 8px 6px -6px #333;
	   -moz-box-shadow: 0 8px 6px -6px #333;
	   box-shadow: 0 8px 6px -6px #333;
	   behavior: url(pie/PIE.php);
	   text-align:center;
	   color:#FFF;   
	}
    
}