.logo>a>img {
	height: 50px;
}

@media ( min-width : 768px) {
	.logo>a>img {
		height: 80px;
	}
}

strong {
	color: #006699;
}

#header-area{
height:135px;
}

.navbar-static-top {
	background: #006699;
	border: none;
	margin-bottom: 0px;
}

.glyphicon-hand-up {
	position: relative;
	top: -9px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.navbar-inverse .nav-justified>li>a {
	color: #ddd;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.navbar-inverse .nav-justified>li>a:hover {
	color: #FFF;
	background: #0099CC;
}

.navbar-inverse .nav-justified>li.active>a {
	color: #FFF;
	background: #0099CC;
}

@media ( min-width : 768px) {
	.nav-justified {
		height: 50px;
		width: 100%;
	}
}

.slider {
	height: 400px;
}

.welcome-text {
	position: relative;
	padding-bottom: 5px;
}

.divider {
	display: block;
	width: 85%;
	/*width: 90%;*/
	border: 1px solid #eee;
}

.footer-wrapper {
	text-align: center;
	height:40px;
	
}

.f-cont{
background: #006699;
padding:7px 0 0 0;
color: #fff;
}

.services-short>div>div>h3 {
	text-align: center;
}

.services-short>div>div>p {
	text-align: justify;
}

.services-short {
	position: relative;
}

.services-short-wrapper {
	padding: 10px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.services-short-wrapper:hover {
	box-shadow: 0px 0px 15px 2px #999;
	z-index: 23;
}

.content>h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.content>p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

@media ( min-width : 768px) {
	.content>p {
		margin-left: 50px;
		margin-right: 50px;
		text-align: justify;
	}
}

#map_canvas {
	width: 95%;
	min-height: 300px;
	background: #efefef;
}

@media ( min-width : 768px) {
	#map_canvas {
		width: 95%;
		min-height: 400px;
		background: #efefef;
	}
}

.contact {
	border-right: 1px solid #eee;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.construct>div {
	margin: 0px auto;
	width: 280px;
	margin-top: 20px;
}

.construct>div>img {
	width: 280px;
}

@media ( min-width : 768px) {
	.construct>div {
		width: 400px;
		margin: 0px auto;
		margin-top: 20px;
	}
	.construct>div>img {
		width: 100%;
	}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
	/* Carousel base class */
.carousel {
	height: 400px;
	margin-bottom: 60px;
	border: none;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 400px;
	border: none;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
	border: none;
}

.prev-arrow {
	position: absolute;
	top: 40%;
	left: 20%;
	display: block;
	background: url('../images/prev-arrow.png') no-repeat;
	height: 70px;
	width: 24px;
}

.next-arrow {
	position: absolute;
	top: 40%;
	right: 20%;
	display: block;
	background: url('../images/next-arrow.png') no-repeat;
	height: 70px;
	width: 24px;
}

.sc-message,.wr-message {
	display: none;
}

.follow-icon {
	position: relative;
	top: 0px;
}

.follow-icon ul {
	list-style-type: none;
}

.social {
	float: left;
	margin: 5px;
}

.icon {
	display: block;
	height: 25px;
	width: 25px;
	padding: 2px;
	border-radius: 10px 0px 10px 0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.icon:hover {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
}

.facebook {
	background: url('../images/trans-fb.png') #999;
}

.facebook:hover {
	background: url('../images/trans-fb.png') #3b5998;
}

.twitter {
	background: url('../images/trans-twt.png') #999;
}

.twitter:hover {
	background: url('../images/trans-twt.png') #00aced;
}

.plusgoogle {
	background: url('../images/trans-pg.png') #999;
}

.plusgoogle:hover {
	background: url('../images/trans-pg.png') #dd4b39;
}

.lin {
	background: url('../images/trans-in.png') #999;
}

.lin:hover {
	background: url('../images/trans-in.png') #007bb6;
}

.data-content {
	border-left: 1px solid #eee;
}