﻿/*___________________________________________________
Author: iColab Softwares Pvt. Ltd. <http://icolabsoft.com/>
Version: 2.2012
Client URL: http://www.cdcri.org
Developed by: PerfectCoder <http://www.perfectcoder.com/> 
by Bhavesh Rathod <gulonline@gmail.com>
_____________________________________________________*/

#contact-map {
	border-width: 2px;
	border-color: #CCCCCC;
	margin: 0px auto 18px auto;
	height: 500px;
	width: 991px;
	border-top-style: solid;
	position: relative;
}
#map_canvas {
	width: 990px;
	height: 500px;
	position: relative;
	z-index: 99;
}
#contact-map .contact-box {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 270px;
	position: absolute;
	right: 50px;
	bottom: 100px;
	z-index: 99;
	background-color: #FFFFFF;
	opacity: 0.2;
	line-height: 1.5em;
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow: inset 0 0 10px #ccc;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#contact-map:hover .contact-box {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#contact-map .contact-box h1 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #006699;
	font-weight: 700;
	margin-bottom: 5px;
}
#contact-map .contact-box h1.admission {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #006699;
	font-weight: 700;
	margin-top: 20px;
}

#contact-map .contact-box h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006699;
	font-weight: 400;
}
#contact-map .contact-box h3 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006699;
	font-weight: 400;
}

#content {
	padding: 10px;
}
#content #firstHeading {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #006699;
	font-weight: 700;
	margin-bottom: 5px;
}
