/* Google Maps */
@media only screen and (max-width: 767px) {
	
.map-responsive{
   margin:  40px 40px 40px 40px;
}

#routemap-sidebar {

padding-top:  400px;

}

#gmap {
		/*overflow-y: hidden;
		margin: -40px -15px 0 -15px;
		position: fixed !important; 
		height: 100% !important;
		width: 200px !important;*/
       margin: 40px 25px 0px 0px;
/*zIndex: 1;*/

        z-index: 99 !important;
        overflow: hidden;
        position: absolute;
		padding-left:20px;
        padding-right:60px;
        padding-bottom:100px;
		height: 400px !important;
		width: 385px !important;

	}

	html.mobile-device #gmap {
		position: fixed !important; 
		height: 100% !important;
		width: 100% !important;
	  
	}
}

@media only screen and (min-width: 768px) {
	#gmap {
		bottom: 0;
		/*height: auto !important;*/
		height: 100%;
       width: 100% !important;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
		min-height: 100%;
	}
}