@charset "utf-8";
/* CSS Document */
.round_corners {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px !important; /* future proofing */
	z-index:1000000 !important;
	}
	
#gmap_contact1 a {
	display: block !important;
	widows: 100% !important;
	height: 100% !important;
	border-style:none !important;
	cursor:pointer !important;
	background-image:url(../images/maps/map_main_office.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#gmap_contact2 a {
	display: block !important;
	widows: 100% !important;
	height: 100% !important;
	border-style:none !important;
	cursor:pointer !important;
	background-image:url(../images/maps/map_workshop.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#gmap_contact3 a {
	display: block !important;
	widows: 100% !important;
	height: 100% !important;
	border-style:none !important;
	cursor:pointer !important;
	background-image:url(../images/maps/map_beirut_office.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}


@media all and (min-width: 769px) {
#gmap_contact1 {width:100%; height:300px;position:relative;}
#gmap_contact2  {width:100%; height:300px;position:relative;}
#gmap_contact3 {width:100%; height:300px;position:relative;}
}


@media all and (min-width: 601px) and (max-width: 768px) {
#gmap_contact1 {width:100%; height:150px;position:relative;}
#gmap_contact2  {width:100%; height:150px;position:relative;}
#gmap_contact3 {width:100%; height:150px;position:relative;}
}


@media all and (min-width: 481px) and (max-width: 600px) {
#gmap_contact1 {width:100%; height:150px;position:relative;}
#gmap_contact2  {width:100%; height:150px;position:relative;}
#gmap_contact3 {width:100%; height:150px;position:relative;}
}

@media all and (max-width: 480px) {
#gmap_contact1 {width:150px; height:150px;position:relative;}
#gmap_contact2  {width:150px; height:150px;position:relative;}
#gmap_contact3 {width:150px; height:150px;position:relative;}
}

