html{height:100%;}
body {
    margin: 0;
	height:100%;
    padding: 0;
}
img {
    border: medium none;
}
a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.banner.header-top {
    height:100%;
	width:100%;
	max-height:800px;
	display:inline-block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0px;
}

.banner.header-top.relative{ position:relative; }

.banner.banner2{height:220px; position:relative;}

.absolute{ position:absolute; }

.project-status{ 
	position: absolute;
	top:0px;
	left:0px; 
}

.banner.banner2 .banner-collapse{ 
	position: absolute;
	bottom: 50px;
	right: 49%;
	color: #FFFFFF;
	font-size: 50px;
	padding: 0 10px;
	z-index: 101;
	transform: rotate(0deg);
}

.banner .banner-collapse{ 
	position: absolute;
bottom: 50px;
right: 49%;
color: #FFFFFF;
font-size: 50px;
padding: 0 10px;
z-index: 101;
transform: rotate(180deg);
	
}
 
.project-status .btn{ 
 border-radius:0px;
 font-weight:700; 
 font-size:16px;
 border-radius:0 15px 15px 0;
 box-shadow:rgba(0,0,0,0.7) 1px 1px 2px;
 cursor: unset;
}


.banner img {
    height: auto;
    left: 0;
    width: 100%;
	position:static;
}
.name {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom:44px;
    color:#ffffff;
    padding:0px 0 0px;
    position:absolute;
    right:0px;
    z-index:100;
}
.name h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 5px;
	float: left;
	position: static;
	width: 100%
}
.name h4 {
    color: #ffffff;
    margin-bottom: 5px;
}
.name p {
    color: rgb(34, 34, 34);
}
.breadcrumb{margin-bottom:20px;}
.top-link {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.header-top .menu .nav.navbar-nav {
    display: inline-block;
	text-align:center;
	width:100%;
	z-index:100;
	height:40px; 
}
.object-visible .menu{display:block;}
.agency-logo {
    width: 150px;
    height: 150px;
    display: table;
    background-color: #FFFFFF;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.agency-logo a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.agency-logo a img {
    max-height: 140px;
    max-width: 140px;
    height: auto;
    width: auto;
}

.microsite-menu{ 
    position: absolute;
    bottom: 0;
    z-index: 100;
    height: auto;
    right: 0;
}

.header-top .menu .nav.navbar-nav {width:100%; margin:0; padding:0;}

.header-top .menu .nav.navbar-nav li{
	width: auto;
    min-width: 100px;
}

.header-top .menu .nav.navbar-nav > li > a{
	margin-bottom:-2px;
}
.header-top .menu .nav.navbar-nav li.active a{
	background-color:#ffffff;
	color:#666;
}
.header-top .menu .nav.navbar-nav li a {
	color:#ffffff;
    font-weight: 600;
	text-decoration:none;
    padding:13px;
	font-size:14px;
}

.menu ul li a span{display:inline-block;}

.menu ul li a:hover {
    background-color: rgb(204, 204, 204);
}

.menu ul li img {
    display: inline-block;
    height: auto;
    margin: 5px 8px;
    width: 30px;
}
.subNavBtn {
    display: block;
    margin: 0;
    padding: 15px 2% 0;
    text-align: center;
    text-decoration: none;
}
.detail {
    display: block;
    padding: 145px 0 95px;
    text-align: center;
}

.detail h2 {
    border-bottom: 1px solid rgb(204, 204, 204);
    height:18px;
    margin-bottom: 30px;
}

.detail h2 span{ background-color:#FFFFFF; padding:0px 10px;  }

.detail-banner {
    display: inline-block;
    max-width: 100%;
    padding: 0 10px;
    width: 900px;
}
.detail-banner div {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.detail-banner div img {
    display: inline-block;
    width: 100%;
}
.detail-banner div span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 200px;
}
.detail-banner div span a.contact {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    top: 40%;
    width: 120px;
}
.detail-banner p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}
.detail-banner ul.cont {
    list-style: inherit;
    margin: auto;
    padding: 0 14px;
    text-align: left;
}
.detail-banner ul.cont li {
    font-size: 15px;
    line-height: 1.7;
}
.detail-banner ul.location-detail {
    display: block;
    margin-top: 50px;
    text-align: center;
}

ul.location-detail li div i{ display:block; text-align:center; font-size:30px; }

.detail-banner ul.location-detail li{ min-height:150px; }
.detail-banner ul.location-detail li div {
    display: block;
    margin-bottom: 10px;
}
.detail-banner ul.location-detail li div img {
    height: auto;
    width: 30px;
}
.appartment-det {
    background-color:rgb(238, 238, 238);
    display:block;
    padding:145px 0 95px;
    text-align:center;
}
.appartment-det h2 {
    margin-bottom: 30px;
	font-size:23px;
	text-align:center;
    text-transform:uppercase;
}
.appartment-det h3 {
    border-bottom: thin solid rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    padding-bottom: 10px;
	font-size:18px;
}
.appartment-det h3 span {
    font-size: 13px;
}
.inner {
    display: inline-block;
    text-align: left;
    width: 1100px;
	max-width:100%;
	padding:0 10px;
}
.config-box {
    background:#eee;
    display: inline-block;
    margin-bottom: 20px;
	width:100%;
}
.config-box .left {
    display:inline-block;
	padding:0;
}

.config-box .left img{min-height:270px;}

.config-box .right {
    display: inline-block;
    vertical-align: top;
	padding:15px;
}
.config-box .right h3 {
    border: medium none;
}
.config-box .right .det {
    display: inline-block;
    vertical-align: top;
}
.config-box .right .det h3 {
    border-bottom: thin solid rgb(221, 221, 221);
    padding-bottom: 8px;
}
.config-box .right .pricing {
    border-left:thin solid rgb(221, 221, 221);
    display: inline-block;
    vertical-align: top;
}
.config-box .right .pricing a.contact {
    border: 1px solid rgb(110, 84, 35);
    border-radius: 3px;
    color: rgb(110, 84, 35);
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 40%;
    width: 120px;
}
.config-box .right .pricing h4 {
    border: thin solid rgb(221, 221, 221);
    display: block;
    font-size: 26px;
    padding: 10px;
    text-align: left;
}
.config-box .right .pricing h4 span {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 14px;
}
.config-box .right .pricing p {
    color: rgb(102, 102, 102);
    font-size: 13px;
    text-align: left;
}
.config-box .right .pricing p span {
    color: rgb(34, 34, 34);
    display: block;
    font-size: 20px;
}
.config-box .right .pricing a {
    display: block;
    font-size: 14px;
    text-decoration: underline;
}
.appartment-icon {
    display: inline-block;
    font-size: 12px;
    height: 90px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    vertical-align: top;
    width: 50px;
}
.none {
    opacity: 0.3;
}
.appartment-icon span {
    border: thin solid rgb(204, 204, 204);
    display: block;
    height: 28px;
    padding: 6px;
}
.appartment-icon img {
    display: block;
    height: 24px;
    margin: auto;
    opacity: 0.7;
    width: auto;
}
.products {
    float: left;
    margin-left: 0;
    position: relative;
    width: 100%;
}
.products .prev {
    background: rgb(255, 255, 255) url("../images/arrow-prev.png") no-repeat scroll 0 0;
    border-radius: 50% 0 0 50%;
    color: rgba(0, 0, 0, 0);
    left: 0;
    position: absolute;
    top: 30%;
    width: 23px;
    z-index: 10;
}
.products .next {
    background: rgb(255, 255, 255) url("../images/arrow-next.png") no-repeat scroll 0 0;
    border-radius: 0 50% 50% 0;
    color: rgba(0, 0, 0, 0);
    left: auto;
    position: absolute;
    right: 1px;
    top: 30%;
    width: 21px;
    z-index: 10;
}
.products .pagination {
    display: inline-block;
    height: auto;
    margin-top: 0;
    overflow: auto;
    text-align: center;
    width: 100%;
}
.products .pagination li {
    display: inline-block;
    list-style: outside none none;
    margin: 2px 4px;
    width: auto;
}
.products .pagination li a {
    background: rgb(249, 249, 249) none repeat scroll 0 0;
    display: block;
    height: 76px;
    margin: 1px;
    width: 102px;
}
.products .pagination li a img {
    border: thin solid rgb(204, 204, 204);
    float: left;
    height: 100%;
    width: 100%;
}
.products .pagination li.current a {
    border: 1px solid rgb(127, 127, 127);
    margin: 0;
}
.amenities {
    display: block;
    padding: 100px 0;
    text-align: center;
}
.amenities h2 {
    font-size: 31px;
    text-align: center;
	margin-bottom:20px;
}
.amenities p {
    color: rgb(102, 102, 102);
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 50px;
}
ul.amen-icon {
    display: inline-block;
    width: 100%;
}
ul.amen-icon li div {
    display: block;
    height: 110px;
    padding: 15px 0;
    text-align: center;
    vertical-align: top;
    margin: 10px 0;
}
ul.amen-icon li img {
    height: 30px;
	display:inline-block;
    width: auto;
}
ul.amen-icon li span {
    display: block;
}
.interiors-mumbai {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    display: block;
    padding: 50px 0;
    text-align: center;
}
.interiors-mumbai h2 {
    margin-bottom: 23px;
    text-transform: uppercase;
}
.interiors-box {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    height: 600px;
    margin: 1%;
    padding: 1%;
    vertical-align: top;
    width: 26%;
}
.interiors-box p {
    color: rgb(102, 102, 102);
    font-size: 13px;
    margin-bottom: 40px;
}
.interiors-box p span {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
}
.map-area {
    display: block;
    padding: 91px 0;
    text-align: center;
}
.map-area iframe {
    margin-bottom: 20px;
}
.map-area h3 {
    margin-bottom: 15px;
}
.map-area h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.insight {
    display:block;
	padding:10px;
    text-align:center;
}
.insight p {
    font-size: 14px;
	margin-bottom:30px;
    line-height: 2.2;
}
.lifestyle2 {
    display: block;
    padding: 10px;
    text-align: center;
}
.lifestyle2 h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}
.lifestyle2 figure {margin-bottom:20px;
}
.lifestyle2 figure img {
    border: thin solid rgb(221, 221, 221);
    height: auto;
    width: 100%;
	max-width:200px;
	max-height:200px;
}
.lifestyle2 .cont {
    border: thin solid rgb(221, 221, 221);
    text-align: left;
    vertical-align: top;
}
.lifestyle2 .cont h3 {
    text-align: left;
}
.lifestyle2 .cont p {
    color: rgb(102, 102, 102);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: justify;
}
ul.info {
    margin-top: 30px;
	display:inline-block;
	width:100%;
}
ul.info li {
    border-right: thin solid rgb(221, 221, 221);
    color: rgb(102, 102, 102);
    font-size: 14px;
    padding: 0px 0;
    text-align: center;
}
ul.info li:last-child{ border:none; }
ul.info li span {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 30px;
    margin: 10px 0;
}
.contact {
    background-color: rgb(238, 238, 238);
    display: block;
    padding: 50px 0;
    text-align: center;
}
.contact .det {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: inline-block;
    margin-right: 6%;
    padding: 2% 5%;
    text-align: center;
    width: 34%;
}
.contact .det img {
    max-height: 150px;
    width: auto;
}
.contact .det h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.contact .det p {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.contact .det p.phn {
    font-size: 22px;
    font-weight: 600;
}
.contact .det p.phn img {
    height: 25px !important;
    margin-right: 7px;
    vertical-align: middle;
}
.contact-form{display:inline-block;width:100%;}
.contact-form .form-control{ border-radius:0;}
.contact h2 {
    margin-bottom: 20px;
}
footer {
    color:#232323;
	display:inline-block;
    text-align:left;
    width:100%;
}
footer section {
    vertical-align: top;
}
footer section h3 {
    border-bottom: thin solid rgb(0, 0, 0);
    color: #232323;
    font-size: 13px;
    margin-right: 33%;
    padding-bottom: 9px;
    width: 99%;
}
footer section ul {
    border-top: thin solid rgb(68, 68, 68);
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 99%;
}
footer section ul li a {
    color: #454545;
    font-size: 12px;
}
footer section ul li a:hover {
    color: #000000;
}
footer section p {
    border-top: thin solid rgb(68, 68, 68);
    color: rgb(152, 152, 152);
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 12px;
    width: 66%;
}
.new-fld {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(58, 58, 58);
    color: rgb(204, 204, 204);
}
.subs {
    background-color: rgb(244, 129, 30);
    border: thin solid rgb(244, 129, 30);
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.subs input {
    background-color: transparent;
    border: medium none;
    padding: 10px;
}
.subs:hover {
    background-color: rgb(244, 129, 30);
    background-image: none;
}
footer section p {
    border-top: thin solid rgb(68, 68, 68);
    color: rgb(152, 152, 152);
    display: inline-block;
    font-size: 13px;
    margin: 0 0 10px;
    padding-top: 12px;
    width: 66%;
}
.bottom-strip {
    background-color: rgb(0, 0, 0);
    height: 30px;
    line-height: 1.8;
    padding: 0 15px 20px;
    text-align: left;
}
.bottom-strip p {
    color: rgb(204, 204, 204);
    display: inline-block;
    font-size: 13px;
    width: auto;
}
.bottom-strip span {
    float: right;
    text-align: right;
}
.bottom-strip span a {
    color: rgb(204, 204, 204);
}
.subMenu {
    z-index: 1000;
}
.gallery-box {
	height: 220px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	border: #777 thin solid;
	width: 100%;
}
.gallery-box img {
    height:auto;
    max-width:100%;
    min-height:100%;
    min-width:100%;
    width:auto;
}
.location-list {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    z-index: 4;
    width:250px;
}
.location-list .list-group-item {
    cursor: pointer;
}
.location-list .list-group-item .inline-block{width:100%;}

.location-list .list-group-item:hover {
    background-color: #f5f5f5;
}
.location-list .list-group-item-heading {
    background-color: #f5f5f5;
    border-bottom: medium none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.location-list .list-group-item-heading .btn {
    margin: 0;
}
.location-list p {
    border: medium none;
    margin-bottom: 0;
}
.location-list .location-icon {
    display: inline-block;
    float: left;
    width: 10%;
}
.location-list .location-dist {
    display: inline-block;
    float: left;
    margin-left: 3%;
    width: 85%;
}
.near-by-list {
    position: relative;
}
.near-by-list ul {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%) repeat scroll 0 0;
    border-bottom: thin solid rgb(221, 221, 221);
    margin: 0;
    padding: 0;
    width: 100%;
}
.near-by-list > ul li {
    border-right: thin solid #ddd;
    color: rgb(102, 102, 102);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    margin: 0;
    min-width: auto;
    padding: 5px 10px;
    text-align: center;
}
.near-by-list li:hover {
    background-color: #ffffff;
}
.near-by-list li.current {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.near-by-list .panes {
    display: inline-block;
    padding: 1%;
    vertical-align: top;
    width: 76%;
}
.near-by-list .panes section p {
    background-image: url("../image/location-icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 3%;
    text-align: left;
    width: 47%;
}
.near-by-list .panes section p span {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    display: block;
    float: right;
    padding: 5px;
    width: 90px;
}
.near-by-list h2 {
    border-bottom: thin solid rgb(238, 238, 238);
    margin-bottom: 5px;
}
.p-0{padding:0;}

.main-heading {
    margin-bottom: 40px;
    text-align: center;
}
.flat-data-box li > div{
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
}
.flat-data-box li > div p{ text-align:center; font-size:20px;}
.flat-data-box li > div h5{color:#666;font-size:14px;}
.flat-data-box li > div h5 span{
	display: block;
	color: #000000;
	margin: 5px 0; 
}
.config-box h3{margin-bottom:0px; color:#333; padding-bottom:8px}
.flat-data-box li div:hover{background-color:#eeeeee;} 
.config-box h3.prc{font-weight:800;}
.menu ul{position:relative;}
.menu ul li{position:static;}
.menu .header{position:absolute;left:0;right:0;}
.menu .header h1{font-size: 25px;
    margin: 15px 0;}
.flat-menu{margin-top:30px;}
.flat-menu h1{font-size:22px;margin-bottom:20px;}
.flat-type {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    display: block;
	margin-top:20px;

}
.flat-type ul {
    width: auto;
	background-color:#ddd;
}
.flat-type ul li {
    min-width: 120px;
	padding-bottom:20px;
}

.flat-type ul li a{
	padding:19px 0; text-align:center; position:relative; 
	border-radius:5px !important;
}

.flat-type ul li.active a span{
    background-color: #fff;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -13px;
	transform: rotate(45deg);
	right: 15px; 
}

.flat-pricing { border:#ddd thin solid; }
.flat-pricing .heading{ background-color:#eeeeee;}
.flat-pricing .heading > div{ padding:8px 12px; font-weight:600;} 
.flat-pricing .data > div{ color:#000000; padding:15px; font-weight:300; border-bottom:#ddd thin solid; font-size:13px; } 
.microsite-gallery{background-color:#151515; min-height:100%; position:relative; }
.microsite-gallery .image-wrap{ display: table;
    height: 100%;
    width: 100%;}
.microsite-gallery .image-wrap div{display:table-cell;text-align:center;vertical-align:middle;}
.microsite-gallery img{ width:auto;height:auto;max-height:450px;display:inline-block; max-width:100%; }
.microsite-gallery .owl-carousel.thumbnails{ position:absolute; bottom:0; height:auto; min-height:auto; }
.microsite-gallery .thumbnails .item{padding:5px 3px;}
.microsite-gallery .thumbnails .item img{ height:60px; width:100%; }
.microsite-gallery .nav-tabs {padding-left:5px; padding-top:5px; background-color:#333333; position:absolute;z-index:100; width:100%; }
.microsite-gallery .nav-tabs > li > a{color:#CCCCCC;}
.microsite-gallery .nav-tabs > li.active > a{color:#CCCCCC; background-color:#151515; }
.microsite-gallery .nav-tabs > li:hover > a{color:#CCCCCC; background-color:#151515; }
.microsite-gallery .owl-carousel{ height:100%; position:absolute; }
.microsite-gallery .owl-carousel .owl-wrapper-outer{ height:100%; }
.microsite-gallery .owl-carousel .owl-wrapper-outer .owl-wrapper{ height:100%; }
.microsite-gallery .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item{ height:100%; }
.microsite-gallery .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item{ height:100%;}


.owl-buttons .owl-next {
	
   background-color: transparent !important;
    border-bottom: 3px solid #cccccc;
    border-radius: 0;
    border-right: 3px solid #cccccc;
    box-shadow: none;
    color: transparent;
    height: 40px;
    padding: 10px 5px !important;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(-45deg);
    width: 40px;
}
.owl-buttons .owl-prev {
   background-color: transparent !important;
    border-bottom: 3px solid #cccccc;
    border-radius: 0;
    border-left: 3px solid #cccccc;
    box-shadow: none;
    color: transparent;
    height: 40px;
    padding: 10px 5px !important;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: rotate(45deg);
    width: 40px;
}

ul.location-detail{ width:100%; display:inline-block; }

ul.location-detail li{ margin-bottom:10px !important;}

ul.location-detail li > div{ 
 height: auto;
 background-color: #FFF;
 display: inline-block;
 width: 100%;
 padding: 20px;
 text-align: center;
 }

ul.location-detail li > div img{ display:inline-block; }

ul.location-detail li > div h4{ font-size:15px; margin-top:5px; height:36px; }

/* .gm-style-iw {
    background-color: none !important;
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    height: 121px !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
*/
.project-grid .light-gray-bg {
    min-height: 155px;
}
   
.developer-logo{ max-width:100%; max-height:70px; width:auto; height:auto;
  display:inline-block; }

.gm-style span.marker {
 background:#dddddd !important; }
    .marker p { font-size:13px; margin:0; color:#ffffff; padding:0 5px;
     }   
.marker p.heading {
    background-color: #fff;
    color: rgb(244, 129, 30);
    font-weight: 600; padding:2px 5px}





.infobox {
  background: rgb(244, 129, 30);
  color: #F1F1F1;
  height:100px;
  line-height: 20px;
  position: absolute;
}
.infobox:before, .infobox:after {
  border-color: transparent transparent transparent #212121;
  border-style: solid;
  border-width: 20px 20px 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 0;
  left: -1px;
  position: absolute;
  width: 0;
  z-index:2
}
.infobox:after {
  border-color: transparent transparent transparent #FFFFFF;
  border-width:24px 24px 0;
  z-index:1
}
.infobox .close {
background: none repeat scroll 0 0 #212121;
display:none;
float: right;
font-size: 17px;
height: 25px;
line-height: 22px;
position: relative;
right: -25px;
text-align: center;
top: 0;
width: 25px;
}

.infobox .content {
  margin:0;
}

.desc{ font-size:14px; line-height:2; padding:20px 0; background-color:#FFFFFF; }

.microsite-menu2{ padding-top:85px; }
.footer-social-link{ display:inline-block; width:100%; }

.project-right { 
	min-height: 100%;
	top: 100%;
	float: right;
}

.project-left {
background-color: #e5e5e5;
position: absolute;
top: -480px;
padding-top: 5px;
bottom: 0;
}

.main-container {
    padding:20px 0;
	display:inline-block;
	width:100%;
	position:relative;
}

@media only screen and (max-width:1024px)
{
.banner{height:auto; }	
.banner .left-image{ width:100%; }
.banner .right-image{ display:none;} 
	
}


@media only screen and (min-width:767px)
{
.prcg .panel-body{padding:20px 0;}
.flat-pricing{display:table; width:100%;}
.flat-pricing .row{display:table-row;}
.flat-pricing .row > div{display:table-cell; vertical-align:middle;}
.flat-data-box li {display: inline-block;}
.flat-data-box li > div{margin-bottom:0px;}
.menu ul.navbar-collapse.collapse {display:table !important; width:100%;}	
.menu ul li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    transition: background 0.5s ease 0s;
    width:auto;
	float:none;
}
}
@media only screen and (max-width:767px)
{
.contact-form{padding:20px;}	
.menu ul li{width:100%;text-align:left;}	
.menu ul li a{border-top:#dddddd thin solid;}
.flat-pricing .data{padding:5px;}	
.flat-pricing .data > div{border:none;padding:5px;}	
.flat-pricing .data > div span.visible-xs{display:inline-block !important; width:38%;}
.flat-pricing .row {margin:0; border:#ddd thin solid;}
.flat-pricing .ng-binding{ font-size:15px;font-weight:600; }
.flat-pricing .heading{ display:none; }
.flat-type{margin-bottom:20px;}
.flat-type ul{margin:0;}
.name{ top:auto; bottom:0; width:100%; }
.name h2{font-size:18px;}
.name h4{font-size:14px;}
.main-heading {margin: 40px 0;}
}

@media only screen and (max-width:667px)
{
.banner .left-image{ width:100%; height:auto; }
.banner .left-image img{ width:100%; height:auto; min-height:250px; }
	
.menu ul li a {text-align:left; border-top:#ddd thin solid; }	
.menu ul li a span{display:inline-block;}
}
@media only screen and (max-width:500px)
{
	
.gallery-box{height:auto;}	
.mobile{width:100%; padding:0;}
.config-box .right .pricing{border:none;}
.config-box .left{border:none;margin-bottom:15px; }
}

