

#modalmaps {
	visibility:hidden;
	width:460px;
	height:469px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;

	position:absolute !important;
	top:40% !important;
	left:50% !important;
	margin-top:-174px !important;
	margin-left:-180px !important;
	z-index:101;
}


#headingmaps {
	width:460px;
	height:44px;
   
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:1px 1px 0px 0px;
	-moz-border-radius:1px 1px 0px 0px;
	border-radius:1px 1px 0px 0px;
    font-family:Dosis, sans-serif;
	font-size:21px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	text-align:center;
	line-height:44px;
	color:#fff;
}
.heading-color {
    background: none repeat scroll 0 0 #555555;
    border-bottom: 1px solid #a9a588;
}
#contentmaps {
	width:460px;
	height:424px;
    
	background:#fcfcfc;
    position:relative;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 1px 1px;
	-moz-border-radius:0px 0px 1px 1px;
	border-radius:0px 0px 1px 1px;
}

#contentmaps p {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:22px;
	color:#555555;
	width:100%;
	float: left;
	margin:0 0;
}


.contact-img{float:left; margin:65px 0 0 160px;}
.position{margin: -15px 0 0 0;}
.button_maps{ cursor: pointer;}


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}


@media only screen and (max-width: 767px) {
        
	#modalmaps {
		width:284px;
		height:300px;
		padding:8px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	#headingmaps {
		width:284px;
		height:28px;

		line-height:28px;
		font-size:0.988em;
	}
	#contentmaps {
		width:284px;
		height:272px;
   	}
   	#contentmaps p {
   		/*width:284px;*/
   		font-size:0.888em;
   	}
   	.img-contact{width:80px;height:57px;}


    .contact-img{float:left; margin:65px 0 0 190px;}
}