/* CSS Document */
body {
	background:url(../img/body_bg.png) no-repeat center bottom;
	display:block;
	overflow-x:hidden;
}
form {
	margin-bottom:0px !important;
}
a {
	color:#3bb3c3;
}
.table {
	text-transform:capitalize;
}
.table th {
	vertical-align:middle !important;
}
table tbody tr td:first-child {
	font-weight:normal !important;
}
.top-bg {
 background:/*url(../img/top_bg.jpg) repeat-x top*/;
}
.in-top-bg {
/*background:url(../img/in_top_bg.jpg) repeat-x top;*/
}
.logo {
-webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
	display:inline-block;
	width:138px;
}
/*.container
{
	width:1040px !important;
}*/
.navbar {
	margin-bottom:0px;
	font:normal 13px "Century Gothic", Arial, sans-serif;
	text-transform:uppercase;
}
.navbar-inner {
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	margin-top: 48px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background:none !important;
	color:#57c6cf !important;
	box-shadow:none !important;
}
.nav {
	padding-top:35px;
}
.nav-collapse.collapse {
	display:block;
	float:right;
	width:80%;
}
.navbar-inner {
	margin:10px 0px;
}
.jumbotron {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #020031; /* Old browsers */
	background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* IE10+ */
	background: linear-gradient(45deg, #020031 0%, #6d3353 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
}
.jumbotron h1 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}
/* Carousel */
    .carousel {
	margin-bottom: 0px !important;
}
.carousel .container {
	position: relative;
	z-index: 9;
}
.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}
.carousel .item {
	height: 300px;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 300px;
}
.carousel-caption {
	background-color:transparent;
	position: static;
	/*	max-width: 550px;*/
	padding: 20px 40px;
	margin-top: 213px;
	min-height:47px;
	width:1154px;
	margin-left:-30px;
}
.carousel-caption h1, .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption .btn {
	margin-top: -38px;
	float:right;
	font:bold 14px "Century Gothic", Arial, sans-serif;
	text-transform:uppercase;
}
.carousel-caption .lead {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
}
.carousel-indicators {
	position: absolute;
	top: 280px;
	right: 0;
	z-index: 15;
	width: 6%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	background-color: #ffffff;
}

   .form-horizontal .control-group {
    margin-bottom: 20px !important;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { right:0 !important;}

/* Responsive CSS */

    @media (max-width: 979px) {
 .container.navbar-wrapper {
 margin-bottom: 0;
 width: auto;
}
 .carousel .item {
 height: 300px;
}
 .carousel img {
 width: auto;
 height: 300px;
}
}
 @media (max-width: 768px) {
 .navbar .btn, .navbar .btn-group {
margin-top:40px;
}
 .nav-collapse.collapse {
width:100%;
}
 .navbar .btn-navbar {
background:#3cb4c2;
}
 .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
background:#ff9600;
}
 .navbar .nav > li > a {
text-shadow:none;
font-weight:normal;
}
 .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
padding:6px 5px;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
background:#ff9600;
color:#fff;
}
.main-container {
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.ongo-proj {
width:auto !important;
}
.hallmark-desc { width:300px !important;}
.locate-tab { float:right;}
.slider-box {
	width:auto !important;
	margin-left:-30px !important;
}
 .carousel {
 margin-left: -20px;
 margin-right: -20px;
}
 .carousel .container {
}
 .carousel .item {
 height: 150px;
}
 .carousel img {
 height: 150px;
}
 .carousel-caption {
 width: auto;
 padding: 0 35px;
 margin-top: 100px;
 font-size:12px;
 margin-left:-16px;
}
 .carousel-caption h1 {
 font-size: 30px;
}
 .carousel-caption .lead, .carousel-caption .btn {
 font-size: 14px;
}
.news-strip {
display:none !important;
}
.heading { font-size:16px !important;}
.accordionPro { display:none !important;}
.partners { display:none !important;}
}
 @media (max-width: 360px) {
.carousel-caption .lead, .accordionPro { display:none !important;}
.carousel-caption .btn { float:none; margin:5px auto 0px;}
.footer-block p, .footer-block p a { text-align:center; line-height:28px !important;}
.heading { font-size:14px !important;}
.nomrg-mbl-left { margin-left:0px !important;}
.partners { display:none !important;}
 }
.news-strip {
	margin-bottom:0px;
	font:normal 14px "Century Gothic", Arial, sans-serif;
	background:#a9e9ee;
	padding:10px 0px 2px 0px;

}
.news-strip-up {

	margin-bottom:0px;
	font:normal 18px "Century Gothic", Arial, sans-serif;
	background:#a9e9ee8a;
	padding:10px 0px 2px 0px;

}
.top {
	color: #0088cc;
	font:normal 13px "Century Gothic", Arial, sans-serif;
	
}
.top:hover {
	color: #ff0000;
	font:normal 13px "Century Gothic", Arial, sans-serif;
	
}
/* Main Container */

.proj-loct {
/*padding:10px;
	background:#f7f7f7;*/
}
.proj-loct h3 {
	font:normal 18px "Century Gothic", Arial, sans-serif;
	margin:0;
	text-transform:uppercase;
	padding-bottom:10px;
}
.proj-loct h3 span {
	color:#57c6cf;
}
.hallmark-desc {
	width:530px ;
	text-align:justify;
}
.hallmark-desc h1 {
	font:normal 18px "Century Gothic", Arial, sans-serif;
	margin:0;
	text-transform:uppercase;
	padding-bottom:10px;
	color:#2b2b2b !important;
}
.main-container h1 span, .hallmark-desc h1 span {
	color:#57c6cf;
}
.hallmark-desc p {
	font: normal 13px/22px Arial, Helvetica, sans-serif;
	color:#545454;
	padding-bottom:10px;
}
.ongo-proj {
	width:200px;
}
.ongo-proj h4 {
	font:normal 14px Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:5px;
	padding-top:10px;
}
.ongo-proj p {
	font:normal 13px Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:10px;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.main-container {
	padding-top:30px;
	box-shadow: 3px 0 5px -4px rgba(113, 113, 113, 0.8), -2px 0 8px -4px rgba(113, 113, 113, 0.8);
	min-height:414px;
	background:#fff; /*margin-left:0px !important;*/
}
.main-container h1 {
	font:normal 20px "Century Gothic", Arial, sans-serif;
	margin:0;
	padding:0px 0px 10px;
	color:#3bb3c3;
}
.main-container h2 {
	font:bold 16px "Century Gothic", Arial, sans-serif;
	margin:0;
	padding:0px 0px 10px;
	color:#2b2b2b;
}
.main-container h1 small {
	font-size:13px;
}
.main-container p {
	text-align:justify;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
}
.heading:before {
	border-left: 1px solid rgb(224, 224, 224);
	content: "";
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 22px;
}
.heading:after {
	border-left: 1px solid rgb(224, 224, 224);
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 0;
	top: 22px;
}
#HomeHeading {
	margin-top: 39px;
}
.heading {
	border-bottom: 1px solid rgb(224, 224, 224);
	color: #57c6cf;
	font-size: 20px;
	height: 26px;
	margin: 29px 0 44px !important;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
}
.heading span {
	background: #fff;
	border: 1px solid rgb(224, 224, 224);
	display: inline-block;
	height: 50px;
	line-height: 52px;
	padding: 0 30px;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:normal;
}
.footer-block {
	border-top:1px solid #e8e8e8;
	padding:20px 0px;
	background:#fff;/* margin-left:0px !important;*/
	margin-top:0px;
}
.footer-block p, .footer-block p a {
	padding:0px 20px 0px 0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}
.footer-block p.social a {
	padding-right:3px !important;
	font-size:20px;
}
.fb-color {
	color:#3c5a98;
}
.tw-color {
	color:#00aaf0;
}
.gplus-color {
	color:#d81924;
}
.borderless td {
	border: none;
}
.enq-button {
	position:relative;
	right:0;
	float:left;
	top:80px;
}
.enquire-box {
	right:-244px;
	top:60px;
	position:absolute;
	z-index:999;
}
.enqu_form {
	float:left;
	border:2px solid #ff9600;
	background:#f4f4f4;
	padding:10px;
}
.hor-div {
	height:150px !important;
	width:740px !important;
}
.hor-div img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.slider-box {
	width:1200px;
	margin-left:-30px !important;
}
.inner-banner {
	width:100%;
	margin-left:0px !important;
}
.ui-slider {
	width:80% !important;
}
.property-div {
	width:97% !important;
}
.control-group {
	margin-bottom: 5px !important;
}
.enqu_form #contactForm .control-group .controls {
	margin-left:0 !important;
}
.marquee {
}
/* New table Design */


#one-column-emphasis {
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	text-transform:capitalize;
	margin-bottom:20px;
	width:100%;
}
#one-column-emphasis th {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color: #2d2d2d;
}
#one-column-emphasis td {
	padding: 10px 15px;
	color: #2d2d2d;
	border-top: 1px solid #f2f2f2;
}
.oce-first {
	background: #ebebeb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td {
	color: #2d2d2d;
	background: #ebebeb;
}
.tab-pane img {
	margin:0px 20px 20px 0px;
	height:140px;
}
.modal-body p img {
	height:100% !important;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin:  0 10px 0 10px;
	padding: 0;
	font:normal 14px "Century Gothic", Arial, sans-serif;
}
ul.newsticker li:before {
	font-family: 'FontAwesome';
	content: '\f137';
	margin:0 5px 0 -15px;
	color:#666;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font:normal 14px "Century Gothic", Arial, sans-serif;
	margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
.mgb10 {
	margin-bottom:10px;
}
ul.eme-gal {
	list-style:none;
	margin:0;
}
ul.eme-gal li {
	float:left;
}
.backcolor
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
opacity: 0.8;
}
