﻿.font-64_white
{
	color: #fff !important;
	font-size: 42px;
	font-family: sans-serif;
	font-weight: bold;
}

.overlayBACK
{
	position: absolute;
	height: 178px;
	width: 262.5px;
	background-color: #000;
	opacity: 0.7;
	/*z-index:999;*/
}

.overlay1BACK
{
	position: absolute;
	top: 32%;
	left: 29%;
	z-index: 1000;
}

.bor
{
	border: 1px solid #999;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.Sector_name
{
	font-family: sans-serif;
	font-size: 20px;
	color: #000;
}

.Degination
{
	font-family: sans-serif;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.sector-box
{
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	box-shadow: 4px 4px 26px #f4f4f4;
}


.carousel-caption1
{
	position: absolute;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.effects .img
{
	position: relative;
	overflow: hidden;
}

	.effects .img:nth-child(n)
	{
	}

	.effects .img:first-child
	{
		/*margin-left: -15px;*/
	}

	.effects .img:last-child
	{
		margin-right: 0;
	}

	.effects .img img
	{
		display: block;
		height: auto;
	}

.overlay
{
	display: block;
	position: absolute;
	background: #444;
	opacity: 0.8;
	overflow: hidden;
	transition: all 0.5s;
}

a.expand
{
	display: block;
	position: absolute;
	text-align: left;
	z-index: 100;
	padding: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.effects .overlay
{
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}

	.effects .overlay a.expand
	{
		left: 20%;
		right: 0;
		top: 35%;
		margin: 0 auto -50px auto;
	}

.effects .img.hover .overlay
{
	height: 100%;
}
