/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
input[type=text],input[type=password], textarea {
  -webkit-transition: all 0.60s ease-in-out;
  -moz-transition: all 0.60s ease-in-out;
  -ms-transition: all 0.60s ease-in-out;
  -o-transition: all 0.60s ease-in-out;
  outline: none;
  border: 1px solid transparent; }

input[type=text]:focus,input[type=password]:focus,textarea:focus{
  box-shadow: 0 0 5px #92c8ff;
  border: 1px solid #92c8ff;
  background: #fff !important; }
  
ul,ol,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}
.clear{
	clear:both;
	}	

#fullsized_print{
  background: url("jquery-fullsizable.png") repeat scroll -96px 125px;
  height: 33px;
  position: absolute;
  right: 80px;
  top: 0;
  width: 34px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Smaller than standard 960 (devices and browsers) */



	@media only screen and (min-width: 959px) {
	body{
		background:#fff;
		font-family: 'SegoeUI';
	}
.soldOutOrNewOpeningImageBig {
    width: 27%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
/*.posi{
    position:fixed;
    margin-top: 0;
    top:0;
}*/	
/*sticky header style */
.posi {background:#fff; border-bottom: 1px solid #ccc; height: 55px; left: 0; margin-top: 0;  position: fixed; top: 0; width: 100%; z-index: 100;}
.posi .breadCrumb {font-family: "SegoeUI"; margin: 12px auto; width: 53%; float:none;}

.mainContainer{
	width:100%;
	float:left;
	position:relative;
	}
.master{
	width:1000px;
	position:relative;
	margin:0 auto;
	}
.topBg{
	background:url(/img/topNavBg.jpg) left top repeat-x;
	}
.footerBg{
	background:url(/img/topNavBg.jpg) left top repeat-x;
	}			
.noDisplay{
	display:none;
	}
header {
	width: 100%;
	float: left;
	position: relative;
	margin:12px 0 0 0;
}
	
header .logo{
	width:165px;
	position:absolute;
	left:0;
	top:0;
	}	
	

.navWrapper {
	float: left;
	position: relative;
	width: 50%;
	margin:25px 0 0 26%;
}
.navWrapper .menu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 0 10px;
}
nav {
	float: right;
	width: 70%;
	border-radius:6px 6px 0 0;
	font-family: 'SegoeUI';
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav ul li {
	float: left;
	width: auto;
	color: #7e7e7e;
	text-transform: uppercase;
}
nav ul li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 14px 20px;
}
nav ul li a:hover {
	color: #000;
}
nav ul li.separator {
	width: 220px !important;
}
.navWrapper .menu {
	float: right;
	max-width: 92em;
}
.navWrapper .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	z-index: 9;
}
.navWrapper .menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.navWrapper .menu ul li {
	padding: 0px;
	font-size: 13px;

}	
.navWrapper .menu ul li:hover > ul {
	display: block;
}
.navWrapper .menu ul li a {
	display: block;
	text-decoration: none;
	color: #737373;	
}
.navWrapper .menu ul li > a {
	padding: 10px 15px;
}
.navWrapper .menu ul li > a:hover, .navWrapper .menu ul li > a.active{
	color:#4bb033;	
}
.noBorderRight {
	border-right:0 !important;
}
.navWrapper .menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 180px;
	background: #6e402b;
}
.navWrapper .menu ul ul > li {
	position: relative;
	width: 100%;
	text-align: left;
	font-size:14px;
	line-height:15px;
	text-transform:none;
}
.navWrapper .menu ul ul > li a {
	padding: 10px;
	height: auto;
	color: #007cb8;
}
.navWrapper .menu ul ul > li a:hover, .navWrapper .menu ul ul > li a.activeForWebScn {
	background-color: #613622;
	padding-left:20px;
	color: #464646;
}
.navWrapper .menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.navWrapper .menu ul ul ul.openInLeft {
	left:-100%;	
}
.navWrapper .menu > ul > li {
	display: inline-block;
}
.navWrapper .menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
nav ul li a.home-img{
	width:auto;
	height:30px;
	display:inline-block;
	background:url(/img/home-img.png) left 5px no-repeat;
	}
nav ul li a.home-img:hover{
	
	}	
.marginTop{
	margin-top:-5px;
	}
	
header .headerSearch {
	width: 22%;
	float: right;
	margin-top:32px;
}
header .headerSearch span {
	cursor: pointer;
	display: inline-block;
	height: 29px;
	position: absolute;
	right:6px;
	top: 32px;
	width: 34px;
	background: url(/img/search-img.png) left top no-repeat;
}
header .headerSearch input {
	width: 200px;
	color: #6b7279;
	font-size: 11px;
	padding: 6px 6px 7px;
	border-radius: 2px;
	border:1px solid #d1d1d1;
	font-family: 'SegoeUI';
}
.homeSliderSection{
width:100%;
float:left;
height:481px;
overflow:hidden;
position:relative;	
	}	
.homeSpotLight{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/sportlightBg.png) left top repeat-x;
}
.homeSpotLight .flexslider{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.homeSpotLight .bg1{
background:url(/img/sportlight-1-new.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg2{
background:url(/img/sportlight-2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg3{
background:url(/img/sportlight-3.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg4{
background:url(/img/sportlight-4.jpg) center top no-repeat;
height:481px;
background-size:cover;
}

.homeSpotLight .bg5{
background:url(/img/sportlight-5.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg6{
background:url(/img/banner1.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg7{
background:url(/img/banner2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.homeSpotLight .bg8{
background:url(/img/township.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.closeArrow{
	width:10px;
	position:absolute;
    right: -23px;
    top: -46px;

	}
.closeArrow img{
	cursor:pointer;
	 transition-duration: 0.6s;
    transition-property: transform;
	}	
.closeArrow img:hover{
	transform:rotate(180deg) scale(1.2);
	}
.bgSection{
	width:50%;
	height:481px;
	position:absolute;
	left:0;
	top:480px;
	opacity:0;
	background:url(/img/banner-repeatBg.png) left top repeat-x;
	}
.underSection{
	width:86%;
	float:left;
	color:#434343;
	font-size:12px;
	margin:50px 7% 20px;
	font-family: 'SegoeUI';
	position:relative;
	}
.underSection h2{
	font-size:40px;
	color:#42a92a;
	line-height:30px;
	margin-bottom:20px;
	text-transform:uppercase;
	}
.underSection h2 span{
	font-size:23px;
	color:#666868;
	display:block;
	margin-left:5px;
	}
.underSection p{
	margin-bottom:5px;
	}
.underSection strong{
	font-size:19px;
	color:#000;
	}	
.underSection a{
	color:#86c376;
	font-weight:bold;
	text-decoration:none;
	}
.underSection a:hover{
	text-decoration:underline;
	}
.underSection .left{
	width:48%;
	float:left;
	position:relative;
	margin-top:15px;
	}
.underSection .left img{
	width:100%;
	height:100%;
	}	
.underSection .left:hover span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/floorHoverImg.png) center center no-repeat;
	background-size:cover;
	cursor:pointer;
	}	
.underSection .right{
	width:42%;
	float:left;
	margin-left:5%;
	margin-top:15px;
	}
.underSection .right ul{
	list-style:none;
	}					
.underSection .right ul li{
	text-transform:uppercase;
	padding:3px 0 3px 18px;
	font-weight:normal;
	font-size:11px;
	font-family: 'Segoe-Light';
	border-bottom:1px dotted #a6a6a5;
	background:url(/img/greenArrow.png) left 8px no-repeat;
	}
.underSection .right ul li a{
	color:#303030;
	text-decoration:none;
	}		
.underSection .right ul li a:hover{
	text-decoration:none;
	}
.bannerTabSection{
	width:100%;
	float:left;
    margin-top: -24px;
    position: relative;
	background:url(/img/grayBgRepleatHome.png) left top repeat-x;
	}	
.bannerTab{
	width:100%;
	float:left;
	font-family: 'SegoeUI';
	position:relative;
	}
.bannerTab ul{
	list-style:none;
	}		
.bannerTab ul li{
	float:left;
	padding:14px 20px 0 0;
	margin-top:22px;
	display:block;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	position:relative;
	}
.bannerTab ul li.active .upEro{
	width:20px;
	height:20px;
	top:-9px;
	left:43%;
	position:absolute;
	display:inline-block;
	background:url(/img/upEro.png) center top no-repeat;
	}	
.bannerTab ul li.active{
	background:#4bb033;
	color:#fff;
	}
.bannerTab ul li.active h3{color:#fff;}
.bannerTab ul li.active span{ color:#d9ecd6;}
			
.grayBg{
	background:#eaeaea;
	}
	
.bannerTab h3{
	font-size:17px;
	color:#161616;
	text-transform:uppercase;
	line-height:18px;
	font-weight:bold;
	display:inline-block;
	padding-bottom:10px;
	border-bottom:4px solid transparent;
	}		
.bannerTab h3 span{
	color:#717171;
	font-size:15px;
	display:block;
	font-weight:normal;
	}
.bannerTab h3:hover{
	color:#4bb033;
	border-bottom:4px solid #4bb033;
	}
.bannerTab h3:hover span{
	color:#4bb033;
	}		
.bannerTab .flex-direction-nav li{	padding:0 !important;}	
.bannerTab .flex-direction-nav li.active{background:transparent !important;}
.bannerTab .flex-direction-nav a {width: 32px; height: 32px; margin: -42px 0 0; display: block; background:#4bb033; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.bannerTab .flex-direction-nav .flex-next { background:#4bb033 url(/img/bannerTab-RightArrow.png) 55% center no-repeat; top:57px; right:-40px; border-radius:20px;}
.bannerTab .flex-direction-nav .flex-prev {background:#4bb033 url(/img/bannerTab-LeftArrow.png) 55% center no-repeat; top:57px; left:-40px;  border-radius:20px;}
.bannerTab .flex-direction-nav .flex-disabled {opacity: .5; filter:alpha(opacity=0); cursor: default;}

.latestSection{
	width:100%;
	float:left;
	margin:25px 0;
	font-family: 'SegoeUI';
	}
.latestSection .latestNews{
	width:42%;
	float:left;
	margin-left:8%;
	margin-top:0;
	}
.latestSection .latestNews h2{
	font-size:24px;
	text-transform:uppercase;
	color:#4bb033;
	padding:5px 0 15px 70px;
	margin-bottom:30px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	background:url(/img/latest-heading-img.png) left top no-repeat;
	width:71%;
	}
.latestSection .latestNews ul{
	list-style:none;
	}		
.latestSection .latestNews ul li{
	width:100%;
	float:left;
	height:auto;
	display:block;
	margin-bottom:25px;
	font-size:13px;
	/* color:#656565; */
	font-family: 'SegoeUI';
	}
.latestSection .latestNews ul li .left{
	width:13%;
	float:left;
	height:60px;
	}
.louisBg{background:url(/img/louice-plus-img.png) left top no-repeat;}	
.louisCertBg{background:url(/img/certified.png) left top no-repeat;}
.fastiveBg{background:url(/img/twoenty-img.png) left top no-repeat;}		
.latestSection .latestNews ul li .right{
	width:60%;
	float:left;
	margin-left:5%;
	}
.latestSection .latestNews ul li .right p{
	margin:0 0 0px 0;
	padding:0;
	}				
.latestSection .latestNews ul li .right strong{
	font-size:16px;
	/*text-transform:uppercase;*/
	}
.latestSection .latestNews ul li .right a{
	text-decoration:none;
	color:#4bb033;
	text-transform:uppercase;
	display:inline-block;
	margin-top:7px;
	font-size:11px;
	font-weight:bold;
	/* padding-left:15px;
	background:url(/img/samllArrow.png) left 3px no-repeat; */
	}
		
.latestSection .latestLaunches{
	width:42%;
	float:left;
	margin-left:8%;
	}
	
.latestSection .latestLaunches h2{
	font-size:24px;
	text-transform:uppercase;
	color:#4bb033;
	padding:5px 0 15px 10px;
	margin-bottom:30px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	}
.latestSection .latestLaunches h2 a{
	font-size:24px;
	text-transform:uppercase;
	color:#4bb033;
	
	}
.latestSection .latestLaunches .launchesSlider{
	width:100%;
	float:left;
	position:relative;
	}
.latestSection .latestLaunches .launchesSlider .imgSection{
	width:40%;
	float:left;
	height:140px;
	margin-right:5%;
	}
.latestSection .latestLaunches .launchesSlider .imgSection img{
	width:100%;
	height:100%;
	}	
.latestSection .latestLaunches .launchesSlider .contentSection{
	width:45%;
	float:left;
	margin-right:5%;
	}
.latestSection .latestLaunches .launchesSlider .contentSection h4{
	font-size:16px;
	margin-bottom:5px;
	color:#000;
	}
.latestSection .latestLaunches .launchesSlider .contentSection p{
	font-size:14px;
	line-height:15px;
	}
.latestSection .latestLaunches .launchesSlider .contentSection a{
	margin-top:20px;
	display:inline-block;
	}	
.launchesSlider .flex-direction-nav a {width: 19px; height: 19px; margin: -42px 0 0; display: block; background:#4bb033; position: absolute; top: 100%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.launchesSlider .flex-direction-nav .flex-next { background:url(/img/launchesRightArrow.png) left top no-repeat; top:200px; left:160px; }
.launchesSlider .flex-direction-nav .flex-prev {background:url(/img/launchesLeftArrow.png) left top no-repeat; top:200px; left:2px;}
.launchesSlider .flex-direction-nav .flex-disabled {opacity: .5; filter:alpha(opacity=0); cursor: default;}


.indexRight_icons {
	width: auto;
	position: fixed;
	top: 30%;
	right: 0;
	z-index:99;
	font-family: 'MyriadPro-Regular';
}

.suncourtbottomLink
{
	padding:0 0 0 20px;
}
.suncourtbottomLink a{
	text-decoration:none;
	padding-right:20px;
	color:#42a92a;
	}



.indexRight_icons ul {
	list-style: none;
}
.indexRight_icons ul li {
	margin-top: 10px;
	font-size: 12px;
	right:-180px;
    position: relative;
	text-transform: uppercase;
	display: block;
}

.indexRight_icons ul li a {
	display:inline-block;
	color: #fff;
	text-decoration: none;
}
.dummy{
	width:180px;
	float:right;
	color:#000;
	padding-bottom:10px;
	background:#ececec;
	z-index:10;
	position:relative;
	}
.positionChange{
	z-index:15px;
	position:absolute;
	top:0;
	right:0;
	}	
.dummy h2{
	font-family: 'SegoeUI';
	font-size:14px !important;
	text-align:center;
	margin:10px 10px 10px 0;
	}
.dummy select{
	width: 76%;
	margin:0 0 10px 18px;
	padding: 3px 5px;
	font-size: 16px;
	color: #000;
	font-size:11px;
	font-family: 'SegoeUI';
	border: 1px solid #e3e3e3;
	background:#d4d4d4;
	}
.dummy input{
	width: 76%;
	margin:0 0 10px 18px;
	padding: 3px 5px;
	font-size: 16px;
	color: #000;
	font-size:11px;
	font-family: 'SegoeUI';
	border: 1px solid #e3e3e3;
	background:#d4d4d4;
	}			
.dummy .closeButton{
	width:10px;
	position:absolute;
	right:5px;
	top:5px;
	}
.closeButton img{
	cursor:pointer;
	 transition-duration: 0.6s;
    transition-property: transform;
	}	
.closeButton img:hover{
	transform:rotate(180deg)
	}
.submit{
	width:auto;
	float:right;
	margin-right:15px;
	text-align:right;
	display:inline-block;
	position:relative;
	}			
.Zindex{
	z-index:99;
	}

.footer{
	width:100%;
	float:left;
	padding:25px 0 20px;
	position:relative;
	}
.footer .social {
	width:23%;
	float:left;
	color:#616161;
}
.footer .social p{
	font-size:11px;
	margin:3px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer .social ul {
 list-style:none;
}
.footer .social ul li {
 background:#747575;
 display:inline-block;
 padding:2px 4px;
 margin-right:5px;
 text-align:center;
 cursor:pointer;
 border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 transition: all 300ms ease 0s;
}
.footer .social ul li.fb:hover {
 background:#3b5998;
 border-radius:0;
}
.footer .social ul li.tw:hover {
 background:#00aced;
 border-radius:0;
}
.footer .social ul li.gp:hover {
 background:#f63e28;
 border-radius:0;
}
.footer .social ul li.yt:hover {
 background:#ff3132;
 border-radius:0;
}
.footer .fotterLink{
	width:75%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer .fotterLink p.tolfree{
	font-size:12.6px;
	color:#626d76;
	text-align:;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:5%;
	}
.footer .fotterLink p.tolfree span{
	margin:0 5px;
	}	
.footer .fotterLink p.tolfree img{
	margin:-5px 5px 0 0;
	}
.footer .fotterLink ul{
	list-style:none;
	float:right;
	}					
.footer .fotterLink ul li{
	float:right;
	margin-left:20px;
	font-size:12px;
	text-transform:uppercase;
	}					
.footer .fotterLink ul li a{
	text-decoration:none;
	color:#616161;
	transition: all 600ms ease 0s;
	}
.footer .fotterLink ul li a span{
	text-transform:lowercase;
	}	
.footer .fotterLink ul li a:hover, .footer .fotterLink ul li a.active{
	color:#4bb033;
	}
	
/*********************Internal About Us***************/
.grayBorder{
	border-top:1px solid #ebebeb;
	}
.breadCrumb {
	float: left;
	width: 100%;
	margin: 12px 0;
	font-family: 'SegoeUI';
}
.breadCrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.breadCrumb ul li {
	float: left;
	width: auto;
	margin: 0 6px;
	padding-right: 12px;
	background: url(/img/breadCrumb-icon.png) right top no-repeat;
}
.breadCrumb ul li:last-child {
	background: none;
}
.breadCrumb ul li span {
	text-transform: none
}
.breadCrumb ul li a {
	display: block;
	text-decoration: none;
	color: #a9a8a8;
	font-size: 11px;
	text-transform: uppercase;
	margin: 3px 0 0 0;
}
.breadCrumb ul li a:hover{
color: #42a92a;

	}
.breadCrumb ul li a.active {
	color: #42a92a;
}

.productWrapper{
	float:left;
	width:100%;
	padding:5px 0 10px;
	margin-top:0;
	}
.productWrapper h2{
	font-size:26px;
	color:#42a92a;
	margin-bottom:11px;
	text-transform:uppercase;
	font-family: 'Segoe';
	}
.productWrapper h2 span{
	text-transform:lowercase;
	}		
.leftNavSelect{
	display:none; 
	}

.aboutSection{
	width:100%;
	float:left;
	padding-bottom:8px;
	font-family: 'SegoeUI';
	border-bottom:1px solid #ebebeb;
	position:relative;
	z-index:20;
	}
		
.aboutSection ul{
	list-style:none;
	}
.aboutSection ul li{
	float:left;
	font-size:13px;
	margin-right:31px;
	text-transform:uppercase;
	}				
.aboutSection ul li a{
	text-decoration:none;
	color:#919191;
	padding-bottom:7px;
	}
.aboutSection ul li a span{
	text-transform:lowercase;
	}	
	
.aboutSection ul li a:hover, .aboutSection ul li a.active{
	color:#42a92a;
	border-bottom:2px solid #42a92a;
	}
.noMarginRight{ margin-right:0 !important;}
	
.internalBanner{
	width:100%;
	float:left;
	}	
.aboutUsBanner{
	background:url(/img/aboutUsBanner.jpg) center top no-repeat;
	background-size:cover;
	height:360px;
	}
.aboutGrayRepeatBg{
	background:#f5f5f5 url(/img/aboutGrayRepeatBg.jpg) left top repeat-x;
	}
.aboutContentSection{
	width:100%;
	float:left;
	font-family: 'SegoeUI';
	margin:40px 0 20px;
	font-size:14px;
	color:#656565;

	}
.sitemapSection{
	width:100%;
	float:left;
	font-family: 'SegoeUI';
	margin:40px 0 20px;
	}
.aboutContentSection h2{
	font-size:18px;
	color:#42a92a;
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	}
.aboutContentSection p{
	line-height:20px;
	margin-bottom:20px;
	text-align:justify;
	}
.aboutContentSection p a{
	color:#4bb033;
	}	
.aboutContentSection ul{
	list-style:none;
	}		
.aboutContentSection ul li{
	display:block;
	padding-left:20px;
	margin-bottom:15px;
	font-size:14px;
	color:#656565;
	background:url(/img/bulutsGreen.png) left 6px no-repeat;
	text-align:justify;
	}
		
.aboutContentSection .left{
	width:44%;
	float:left;
	padding-right:5%;
	}
.aboutContentSection .left span.underLineGreen{
	color:#42a92a;
	text-decoration:underline;
	}			
.aboutContentSection .right{
	width:45%;
	float:left;
	padding-left:5%;
	border-left:1px solid #e5e5e5;
	}
.chaimenBg{
	background:url(/img/chaimenBg.jpg) right top no-repeat;
	min-height:600px;
	}

.aboutContentSection .vmvIcon{
	width:25%;
	float:left;
	height:177px;
	}
	
.aboutContentSection .vmvIcon1{
	background:url(/img/about-vmv-icon1.jpg) 70% top no-repeat;
	}
.aboutContentSection .vmvIcon2{
	background:url(/img/about-vmv-icon2.jpg) center top no-repeat;
	}
.aboutContentSection .vmvIcon3{
	background:url(/img/about-vmv-icon3.jpg) center top no-repeat;
	}			
.aboutContentSection .vmvContent{
	width:70%;
	float:left;
	margin:20px 0 0 5%;
	}
.aboutContentSection .vmvContent h3{
	text-decoration:underline;
	font-size:24px;
	color:#2e2b2b;
	margin-bottom:20px;
	text-transform:uppercase;
	}				

/********************Greater Noida**************/
.grayBgRepleat{ background:url(/img/grayBgRepleat.jpg) left top repeat-x;}
.projectNameSlider{
width:100%;
float:left;
position:relative;
font-family: 'SegoeUI';
}
.projectNameSlider .flexslider{
width:100%;
float:left;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.projectNameSlider ul{
	list-style:none;
	}		
.projectNameSlider ul li{
	float:left;
	padding:13px 20px 14px 0;
	margin-bottom:10px;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	}
.projectNameSlider ul li.active{
	background:#4bb033;
	color:#fff;
	}
.projectNameSlider ul li.active h3{color:#fff; position:relative;}
.projectNameSlider ul li.active span{ color:#d9ecd6;}
.projectNameSlider ul li.active span.downArrow{
	display:inline-block;
	height:0px;
	width:0px;
	bottom:0px;
	position:absolute;
	border-top:10px solid #4bb033;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	}
.projectNameSlider h3{
	font-size:17px;
	color:#696969;
	text-transform:uppercase;
	line-height:18px;
	font-weight:normal;
	}		
.projectNameSlider h3 span{
	color:#a8a8a8;
	font-size:15px;
	display:block;
	}
.projectNameSlider .flex-direction-nav li{	padding:0 !important;}	
.projectNameSlider .flex-direction-nav li.active{background:transparent !important;}
.projectNameSlider .flex-direction-nav a {width: 32px; height: 32px; margin: -42px 0 0; display: block; background:#4bb033; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.projectNameSlider .flex-direction-nav .flex-next { background:#4bb033 url(/img/bannerTab-RightArrow.png) 55% center no-repeat; top:57px; right:-40px; border-radius:20px;}
.projectNameSlider .flex-direction-nav .flex-prev {background:#4bb033 url(/img/bannerTab-LeftArrow.png) 55% center no-repeat; top:57px; left:-40px;  border-radius:20px;}
.projectNameSlider .flex-direction-nav .flex-disabled {opacity: .5; filter:alpha(opacity=0); cursor: default;}
.newAdd ul li{
	margin-right:17px; /* sumit margin-right:32px; */
	}
.greaterNoidaSection{
	width:100%;
	float:left;
	font-family: 'SegoeUI';
	color:##656565;
	margin-top:15px;
	position:relative;
	z-index:11;
	}	
.greaterNoidaSection h2{
	font-size:23px;
	color:#42a92a;
	margin-bottom:12px;
	font-family: 'Segoe';
	text-transform:uppercase;
	}
.greaterNoidaSection p{
	font-size:13px;
	}

.awardsRecognition{
	width:100%;
	float:left;
	margin:20px 0 0;
	}			
.awardsRecognition ul{
	list-style:none;
	}	
.awardsRecognition ul li{
	width:21.2%;
	float:left;
	margin:0 5% 40px 0;
	height:290px;
	}
.awardsRecognition ul li p{
	font-size:12px;
	}		
.awardsRecognition ul li strong{
	font-size:14px;
	color:#42a92a;
	margin-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	}
.awardsRecognition ul li .borderDiv{
	width:86%;
	float:left;
	padding:7%;
	margin-bottom:15px;
	border:1px solid #eaeaea;
	}
.awardsRecognition ul li .borderDiv .thumbSection{
	width:100%;
	height:161px;
	float:left;
	position:relative;
	}	
.awardsRecognition ul li .borderDiv .thumbSection:hover span, .awardsRecognition ul li .borderDiv .thumbSection.active span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/plus-img.png) center center no-repeat;
	background-size:100%;
	cursor:pointer;
	}		
.awardsRecognition ul li .borderDiv .thumbSection img{
	width:100%;
	height:100%;
	}	
	
.productWrapper .typeSection {
	float: left;
	width: 90%;
	background:#42a92a;
	padding:10px 5%;
	margin-top:25px;
}
.productWrapper .typeSection ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.productWrapper .typeSection ul li {
	margin: 0 5% 0 0;
	float: left;
}
.productWrapper .typeSection ul li a {
	display: block;
	font-family: 'SegoeUI';
	font-size: 12px;
	color: #ecf5ea;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding-left: 17px;
	background: url(/img/loacationSprite.png) left 3px no-repeat;
}
.productWrapper .typeSection ul li a.active {
	color: #fff;
	background-position: left -13px;
}	

.residential{
	width:100%;
	float:left;
	position:relative;
	margin:20px 0 0;
	}			
.residential ul{
	list-style:none;
	}	
.residential ul li{
	width:21.5%;
	float:left;
	height:285px;
	margin:0 4% 40px 0;
	border:1px solid #eaeaea;
	position:relative;
	}
.residential ul li p{
	font-size:12px;
	}		
.residential ul li strong{
	font-size:14px;
	color:#42a92a;
	margin-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	}
.residential ul li .borderDiv{
	width:86%;
	float:left;
	margin:7%;
	}	
.residential ul li .borderDiv .thumbSection{
	width:100%;
	height:161px;
	float:left;
	position:relative;
	margin-bottom:15px;
	}	
.residential ul li .borderDiv .thumbSection:hover span, .residential ul li .borderDiv .thumbSection.active span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/plus-img.png) center center no-repeat;
	background-size:100%;
	cursor:pointer;
	}		
.residential ul li .borderDiv .thumbSection img{
	width:100%;
	height:100%;
	}
.greaterNoidaBanner{
	background:url(/img/greaterNoidaBanner.jpg) center top no-repeat;
	height:344px;
	}			
.atlantisTabcontent{
	width:94%;
	float:left;
	font-size:13px;
	color:#808080;
	margin:0 0 10px 0;
	}		
	
.atlantisTabcontent .overviewLeft{
	width:45%;
	float:left;
	margin-right:5%;
	}
.atlantisTabcontent .overviewLeft p{
	margin-bottom:15px;
	display:inline-block;
	text-align:justify;
	}
.atlantisTabcontent .overviewLeft p a{
	color:#808080;
	}		
.atlantisTabcontent .overviewRight{
	width:50%;
	float:left;
	position:relative;
	}
.atlantisTabcontent .overviewRight img{
	width:100%;
	}	
.atlantisTabcontent .overviewRight .blackBgSection{
	width:94%;
	position:absolute;
	bottom:0;
	padding:10px 3%;
	background:#272727;
	font-size:13px;
	color:#fff;
	}	
.e-brocher{
	width:100%;
	float:left;
	margin:20px 0 30px;
	}		
.e-brocher ul{
	list-style:none;
	}		
.e-brocher ul li{
	float:left;
	font-size:13px;
	margin-right:30px;
	}	
.e-brocher ul li a{
	width:auto;
	height:34px;
	display:inline-block;
	font-size:13px;
	color:#000;
	padding:8px 0 0 45px;
	text-decoration:none;
	}
.e-brocher ul li a.active{
	color:#4bb033;
	}	
.e-brocher ul li a.Ebrochure{
	background:url(/img/e-brocher.png) left top no-repeat;
	}
.e-brocher ul li a.EBrocher{
	background:url(/img/e-brocher.png) left top no-repeat;
	}
.e-brocher ul li a.e-brochure{
	background:url(/img/e-brocher.png) left top no-repeat;
}
.e-brocher ul li a.price{
	background:url(/img/price.png) left top no-repeat;
	}
.e-brocher ul li a.paymentPlan{
	background:url(/img/paymentPlan.png) left top no-repeat;
	}
	
	
	.e-brocher ul li a.pictureGalleryFooter
	{
		background:url(/img/Photo-gallery.png) left top no-repeat;
	}
	
.e-brocher ul li a.Parking{
	background:url(/img/paymentPlan.png) left top no-repeat;
	}
.e-brocher ul li a.AvailabilityStatus{
	background:url(/img/AvailabilityStatus.png) left top no-repeat;
	}
.e-brocher ul li a.Availability{
	background:url(/img/AvailabilityStatus.png) left top no-repeat;
	}	
.e-brocher ul li a.Construction{
	background:url(/img/construction-status.png) left top no-repeat;
	}
.e-brocher ul li a.ConstructionStatus{
	background:url(/img/construction-status.png) left top no-repeat;
	}
.e-brocher ul li a.Walkthrough{
	background:url(/img/walk-through.png) left top no-repeat;
	}
.e-brocher ul li a.LocationMap{
	background:url(/img/location-map.png) left top no-repeat;
	}
.e-brocher ul li a.NumberingPlan{
	background:url(/img/numbering-plan.png) left top no-repeat;
	}						
.routeMap{
	width:100%;
	float:left;
	margin:30px 0;
	}	

.scrSection{
	width:100%;
	float:left;
	margin-bottom:40px;
	}
.scrSection h2{
	font-size:23px;
	font-weight:normal;
	margin:0 0 8px 0;
	}
.scrSection p{
	margin:0;
	padding:0;
	}
.scrSection ul{
	list-style:none;
	margin-top:50px;
	/*margin-left:18%;*/
	}			
.scrSection ul li{
	float:left;
	text-align:center;
	margin-right:50px;
	padding:0;
	background-image:none;
	}	
.scrSection ul li a{
	display:block;
	width:197px;
	height:197px;
	color:#656565;
	text-decoration:none;
	text-transform:uppercase;
	background:url(/img/scrSprite-img.png) left top no-repeat;
	}
.scrSection ul li a p{
	margin-top:10px;
	text-align:center;
	}	
.scrSection ul li a span.scrfirst{
	display:inline-block;
	width:197px;
	height:197px;
	background:url(/img/scr-img1.png) 40% center no-repeat;
	}
.scrSection ul li a span.scrSecond{
	display:inline-block;
	width:197px;
	height:197px;
	background:url(/img/scr-img2.png) center center no-repeat;
	}
.scrSection ul li a span.scrThird{
	display:inline-block;
	width:197px;
	height:197px;
	background:url(/img/scr-img3.png) center center no-repeat;
	}
.scrSection ul li a span.scrFourth{
	display:inline-block;
	width:197px;
	height:197px;
	background:url(/img/scr-img4.png) center center no-repeat;
	}				
.scrSection ul li a:hover{
	background-position:left -197px;
	font-weight:bold;
	}
	
.commericalNOtice{
	width:74%;
	float:left;
	color:#656565;
	margin-left:12%;
	padding-bottom:25px;
	}			
.commericalNOtice th{
	font-size:14px;
	padding:15px 10px 15px 30px;
	color:#fff;
	text-transform:uppercase;
	background:#42a92a;
	text-align:left;
	}	
.commericalNOtice td{
	font-size:14px;
	padding:15px 10px 15px 30px;
	}
.commericalNOtice a{
	text-decoration:underline;
	font-style:italic;
	color:#656565;
	}	
.bgLG{background:#e8e6e6;}	
.bgLW{background:#f3f3f3;}	
.bgDG{background:#e0dfdf;}	
.bgLG{background:#e8e6e6;}
.bgLW strong{
	display:block;
	}
#readmore{
	cursor:pointer;
	}	

.contactus{
	width:100%;
	float:left;
	}
.contactus h2{
	text-align:center;
	font-size:23px;
	font-weight:normal;
	}
.contactus ul{
	list-style:none;
	}		
.contactus ul li{
	width:31.2%;
	float:left;
	background:#42a92a;
	padding:0 0 2%;
	margin:0 3% 15px 0;
	color:#fff;
	font-size:13px;
	height:130px;
	}
.contactus ul li p{
	margin:5px 15px;
	padding:0;
	}	
.contactus ul li h4{
	text-transform:uppercase;
	padding:7px 0 9px 30px;
	font-family: 'Segoe-Light';
	background:#288612 url(/img/pin-img.png) 12px 9px no-repeat;
	}
.number{
	width:75%;
	float:left;
	margin-top:5px;
	padding-left:15%;
	background:url(/img/contant-phone.png) left 5px no-repeat;
	}


.contactus1{
	width:100%;
	float:left;
	}
.contactus1 h2{
	text-align:center;
	font-size:23px;
	font-weight:normal;
	}
.contactus1 ul{
	list-style:none;
	}		
.contactus1 ul li{
	width:100%;
	float:left;
	background:#42a92a;
	/*padding:0 0 2%;*/
	margin:0 3% 15px 100;
	color:#fff;
	font-size:13px;
	height:70px;
	}
.contactus1 ul li p{
	margin:5px 15px;
	padding:0;
	}	
.contactus1 ul li h4{
	text-transform:uppercase;
	padding:7px 0 9px 30px;
	font-family: 'Segoe-Light';
	background:#288612 url(/img/pin-img.png) 12px 9px no-repeat;
	}
.number1{
	width:75%;
	
	margin-top:5px;
	margin-left:10px;
	padding-left:5%;
	background:url(/img/contant-phone.png) 10px -4px  no-repeat;
	background-size:24px;
	}

.contantDislaimer{
	width:100%;
	float:left;
	margin:10px 0;
	font-size:13px;
	}

.contantDislaimer strong{
	font-size:14px;
	}	
.contantDislaimer p{
	margin:0 0 12px;
	padding:0;
	}
.contantDislaimer a{
	text-decoration:none;
	font-style:italic;
	color:#666;
	}
.contantDislaimer a:hover{
	text-decoration:underline;
	}
.contactForm{
	width:92%;
	float:left;
	margin:20px 0 20px 8%;
	}
.contactForm h2{
	text-align:center;
	font-weight:normal;
	font-size:23px;
	margin-bottom:40px;
	}
	
.contactForm input{
	width:40%;
	display:inline-block;
	padding:12px 10px;
	border:1px solid #e5e5e5;
	color:#737373;
	margin:0 3% 25px 0;
	border-radius:4px;
	}
.contactForm label{
	width:40.7%;
	float:left;
	padding:0 10px;
	margin:0 3% 25px 0;
	}	
.contactForm label span{
	margin-right:15px;
	font-weight:bold;
	}	
.contactForm input[type="radio"]{
	width:auto;
	margin-left:5px;
	}	
.contactForm select{
	width:42.3%;
	display:inline-block;
	padding:12px 10px;
	border:1px solid #e5e5e5;
	color:#737373;
	margin:0 3% 25px 0;
	border-radius:4px;
	}
.greenButton{ 
width:90%; 
float:left;
margin-top:25px;
text-align:center;
}		
.greenButton a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#42a92a;
	padding:8px 50px;
	border-radius:2px;
	font-size:16px;
	text-transform:uppercase;
	}
.width5per{ width:5% !important; margin-right:1% !important;}
.width35per{ width:31.3% !important;}															

.disclaimer{
	width:100%;
	float:left;
	}
.disclaimer h2{
	font-size:15px;
	margin:10px 0;
	}	
.disclaimer p{
	margin:10px 0;
	}
.disclaimer ul{
	list-style:disc;
	}	
.disclaimer ul li{
	list-style:disc;
	margin-bottom:5px;
	}	
.faqSection{
	width:100%;
	float:left;
	}
.faqSection .faqhadding{
	width:100%;
	float:left;
	color:#27272;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
	height:44px;
	line-height:44px;
	background:#f5f5f5;
	margin-bottom:10px;
	}
.faqSection .faqhadding.active{
	background:#42a92a;
	color:#fff;
	}		
.faqSection .faqhadding span{
	width:8px;
	height:7px;
	margin-right:8px;
	display:inline-block;
	background:url(/img/faqSprite.png) left top; no-repeat;
	}
.faqSection .faqhadding.active span{
	background-position:left -7px;
	}	
.faqContent{
	width:100%;
	float:left;
	font-size:14px;
	margin:10px 0 20px;
	}
.faqContent p{
	margin:0 0 10px 0;
	padding:0;
	}
	
	
.latestNews{
	width:100%;
	float:left;
	margin:10px 0 0 0;
	}			
.latestNews ul{
	list-style:none;
	}	
.latestNews ul li{
	width:21.7%;
	float:left;
	height:280px;
	margin:0 4% 20px 0;
	}
.latestNews ul li p{
	font-size:12px;
	margin-bottom:3px;
	}
.latestNews ul li p span{
	width:40%;
	float:left;
	margin-left:10px;
	display:inline-block;
	}			
.latestNews ul li strong{
	/* font-size:13px;
	 color:#42a92a; 
	 font-weight:normal; */
	margin-bottom:5px;
	display:inline-block;
	
	}
.latestNews ul li .borderDiv{
	width:100%;
	float:left;
	margin-bottom:15px;
	border:5px solid #efefef;
	}
.latestNews ul li .borderDiv.active, .latestNews ul li .borderDiv:hover{
	border:5px solid #42a92a;
	}	
.latestNews ul li .borderDiv .thumbSection{
	width:100%;
	height:161px;
	float:left;
	position:relative;
	}	
/*.latestNews ul li .borderDiv .thumbSection:hover span, .latestNews ul li .borderDiv .thumbSection.active span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/plus-img.png) center center no-repeat;
	background-size:100%;
	cursor:pointer;
	}*/		
.latestNews ul li .borderDiv .thumbSection img{
	width:100%;
	height:100%;
	}
.selectYear{
	width:25%;
	position:absolute;
	top:0;
	right:0;
	}		
.selectYear select{
	width:100%;
	font-style:italic;
	border:1px solid #e3e3e3;
	padding:10px 10px;
	font-size:13px;
	}
.pagingnation{
	width:98%;
	float:left;
	margin:10px 0 30px;
	}		
.pagingnation ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	}			
.pagingnation ul li{
	float:left;
	margin-left:8px;
	color:#6c6c6c;
	cursor:pointer;
	font-size:16px;
	text-decoration:underline;
	}				
.pagingnation ul li.active{
	color:#42a92a;
	text-decoration:underline;
	cursor:default;
	}
	
.internationalEvent{
	width:100%;
	float:left;
	margin:0 0 20px;
	position:relative;

	}		
.intEvents{
	width:100%;
	float:left;
	padding:15px 0;
	}	
	
.intEvents ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.intEvents ul li{
	width:45%;
	float:left;
	margin-right:5%;
	padding-left:18px;
	color:#4b4b4b;
	font-size:12px;
	background:url(/img/bulutsGreen.png) left 7px no-repeat;
	}
.intEvents ul li p{
	margin:5px 0;
	padding:0;
	}	
.intEvents ul li strong{
	color:#000;
	display:block;
	font-size:15px;
	}			
.intEvents ul li span{
	margin:0 15px;
	}
.lightGrayBg{
	background:#f5f5f5 !important;
	}
.intEvents ul li a{
	display:inline-block;
	padding:5px 7px;
	background:#666666;
	color:#fff;
	font-size:11px;
	margin-left:20px;
	text-decoration:none;
	text-transform:uppercase;
	}			
/********************Greater Noida End**************/

.atlantisTabcontent h3{
	font-size:21px;
	color:#42a92a;
	margin-bottom:15px;
	font-family: 'Segoe';
	text-transform:uppercase;
	}
.specificationLeft{
	width:45%;
	float:left;
	padding-right:5%;
	background:url(/img/specsBorder-img.png) right 100px no-repeat;
	}
.specificationRight{
	width:45%;
	float:left;
	padding-left:5%;
	}
.specificationRight h4, .specificationLeft h4{
	font-size:18px;
	color:#000;
	margin:10px 0 18px;
	text-transform:uppercase;
	font-family: 'Segoe-Semibold';
	font-weight:normal;
	}		
.specsAccHeading{
	width:90%;
	float:left;
	color:#000;
	padding:11px 5%;
	font-size:13px;
	cursor:pointer;
	border-bottom:1px solid #e5e5e5;
	font-family: 'Segoe-Semibold';
	background:#fff url(/img/sprite-img.png) 95% -32px no-repeat;
	}
.specsAccHeading.active{
background:#42a92a url(/img/sprite-img.png) 95% 20px no-repeat;
color:#fff;
	}	
.specsMainSection{
	width:100%;
	float:left;
	color:#737373;
	margin:20px 0;
	}
.specsAccContent{
	width:90%;
	float:left;
	color:#737373;
	margin:10px 5%;
	}
.specsAccContent ul{
	margin:0;
	padding:0 0 0 13px;
	}		
.specsAccContent ul li{
	margin-bottom:5px;
	}
.specsAccContent p{
	margin-bottom:5px;
	}		

.floorPlan{
	width:100%;
	float:left;
	position:relative;
	margin:15px 0 80px;
	}

.floorPlan .boxA{
	width:47%;
	float:left;
	margin-right:5.5%;
	}
.floorPlan .boxA strong{
	display:block;
	font-size:18px;
	color:#000;
	margin-bottom:20px;
	font-family: 'Segoe';
	}		
.floorPlan .boxA .floorBorder{
	width:94%;
	float:left;
	padding:3%;
	border:1px solid #eaeaea;
	}
.floorPlan .boxA .floorBorder .floorThumb{
	width:100%;
	float:left;
	height:250px;
	position:relative;
	}
.floorPlan .boxA .floorBorder .floorThumb:hover span, .floorPlan .boxA .floorBorder .floorThumb.active span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/floorHoverImg.png) center center no-repeat;
	background-size:cover;
	cursor:pointer;
	}			
.floorPlan .boxA .floorBorder .floorThumb img{
	width:100%;
	height:100%;
	}
.floorPlan .flex-direction-nav a {width: 25px; height: 43px; margin:20px 0 0 0; display: block; background: url(/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top:100%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.floorPlan .flex-direction-nav .flex-next { background:#4bb033 url(/img/bannerTab-RightArrow.png) center center no-repeat; right:5px; }
.floorPlan .flex-direction-nav .flex-prev {background:#4bb033 url(/img/bannerTab-LeftArrow.png) center center no-repeat; left:0px;}

.photoGallery{
	width:100%;
	float:left;
	position:relative;
	margin:15px 0 20px;
	}

.photoGallery .boxA{
	width:47%;
	float:left;
	margin-right:4.5%;
	}
.photoGallery .boxA strong{
	display:block;
	font-size:21px;
	color:#000;
	margin-bottom:20px;
	font-family: 'Segoe';
	}		
.photoGallery .boxA .floorBorder{
	width:94%;
	float:left;
	padding:3%;
	border:1px solid #eaeaea;
	}
.photoGallery .boxA .floorBorder .floorThumb{
	width:100%;
	float:left;
	position:relative;
	height:330px;
	}
.photoGallery .boxA .floorBorder .floorThumb:hover span, .photoGallery .boxA .floorBorder .floorThumb.active span{
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block;
	position:absolute;
    background:url(/img/galleryrHoverImg.png) center center no-repeat;
	background-size:100%;
	cursor:pointer;
	}			
.photoGallery .boxA .floorBorder .floorThumb img{
	width:100%;
	height:100%;
	}
.photoGallery .ProertyImageCaption{
    background-color: #e2e2e2;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 7px 5px;
    text-transform: capitalize;
}
.photoGallery .flex-direction-nav a {width: 25px; height: 43px; margin:20px 0 0 0; display: block; background: url(/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top:100%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.photoGallery .flex-direction-nav .flex-next { background:#4bb033 url(/img/bannerTab-RightArrow.png) center center no-repeat; right:-12px; top:130px; }
.photoGallery .flex-direction-nav .flex-prev {background:#4bb033 url(/img/bannerTab-LeftArrow.png) center center no-repeat; left:-25px; top:120px;}

.alignLeft{
	text-align:left !important;
	}
.availabiliyTable{
    height: 100%;
    text-align: center;
    width: 100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999;
	margin:30px 0;
	}
.availabiliyTable td{
	padding:5%;
	border:1px solid #999;
	}
.headingDiv{
	width:100%;
	float:left;
    color: #42a92a;
	margin:10px 0;
    text-transform: uppercase;
	}
.headingDiv h2{
	margin:0;
	padding:0;
	  font-size: 36px;
	}			
/************font size ***********/
.font22px{font-size:23px !important; line-height:29px !important;}
.font16px{font-size:16px !important; color:#000;}
.font24px{font-size:24px; line-height:30px !important; font-family: 'Segoe-Light';}
/************font size End***********/

/************Extra***********/
.margBtm20px{ margin-bottom:20px;}
.margBtm30px{ margin-bottom:30px;}
.margTop30px{ margin-top:30px;}
.greenColor{color:#42a92a !important;}
.semiBold{font-family: 'Segoe-Semibold';}
/************Extra End***********/



.greaterNoidaSlide{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/sportlightBg.png) left top repeat-x;
}
.greaterNoidaSlide .flexslider{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.greaterNoidaSlide .bg1{
background:url(/img/greaterNoidaBanner1.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.greaterNoidaSlide .bg2{
background:url(/img/greaterNoidaBanner2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.greaterNoidaSlide .bg3{
/* background:url(/img/greaterNoidaBanner3.jpg) center top no-repeat; */
background:url(/img/township.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.greaterNoidaSlide .bg4{
background:url(/img/greaterNoidaBanner4.jpg) center top no-repeat;
height:481px;
background-size:cover;
}

.greaterNoidaSlide .bg5{
background:url(/img/greaterNoidaBanner5.jpg) center top no-repeat;
height:481px;
background-size:cover;
}

.agraSlide{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/sportlightBg.png) left top repeat-x;
}
.agraSlide .flexslider{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.agraSlide .bg1{
background:url(/img/agraBanner1.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.agraSlide .bg2{
background:url(/img/agraBanner2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.agraSlide .bg3{
background:url(/img/agraBanner3.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.agraSlide .bg4{
background:url(/img/agraBanner4.jpg) center top no-repeat;
height:481px;
background-size:cover;
}

.noidaSlide{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/sportlightBg.png) left top repeat-x;
}
.noidaSlide .flexslider{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.noidaSlide .bg1{
background:url(/img/noidaBanner1.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.noidaSlide .bg2{
background:url(/img/noidaBanner2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.noidaSlide .bg3{
background:url(/img/noidaBanner3.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.noidaSlide .bg4{
background:url(/img/noidaBanner4.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.noidaSlide .bg5{
background:url(/img/noidaBanner5.jpg) center top no-repeat;
height:481px;
background-size:cover;
}

.sportCitySlide{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/sportlightBg.png) left top repeat-x;
}
.sportCitySlide .flexslider{
width:100%;
float:left;
height:481px;
position:relative;
background:url(/img/loading.gif) center 50% no-repeat;
}
.sportCitySlide .bg1{
background:url(/img/sportcityBanner1.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.sportCitySlide .bg2{
background:url(/img/sportcityBanner2.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.sportCitySlide .bg3{
background:url(/img/sportcityBanner3.jpg) center top no-repeat;
height:481px;
background-size:cover;
}
.sportCitySlide .bg4{
background:url(/img/sportcityBanner4.jpg) center top no-repeat;
height:481px;
background-size:cover;
}


.searchTxtDv {
    border-bottom: 1px solid #ebebef;
    float: left;
    margin-top: 22px;
    padding-bottom: 15px;
    padding-left: 1%;
    padding-right: 2.5%;
    width: 96%;
}
p.searchHeading{
	font-size:26px;
	color:#42a92a;
	margin:30px 0 10px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Segoe';
	}
searchTxtDv h2{
color: #3d3762;
    font-family: 'SegoeUI';
    font-size: 26px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.searchTxtDv a{
	color:#3d3762;
	text-decoration:none;
	}
.searchTxtDv p{
 color: #4b4b4b;
   font-family: 'SegoeUI';
    font-size: 14px;
    padding: 0;
	margin-bottom:6px;
}
.noMarginTop{ margin-top:0 !important;}
.overView{
	display:none;
	}	
.overHidden{ overflow:hidden !important;}
 .welcomeOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background:rgba(0, 0, 0, 0.5);
	z-index:102;
    }
   .welcomeImg{
	width:700px;
	margin:150px auto 0;
	text-align:center;
	position:relative;
	border:3px solid #fff;
	}
.homeWelcomeImg{
	width:900px !important;
	}
.welcomeImg .flex-control-nav {width:auto; height:18px; position: absolute; right:-27%; bottom:-3px; text-align: center; z-index:8; opacity:1; border-radius: 10px; padding:6px 6px 0 6px}		
.fancyClose{
	width:44px;
	position:absolute;
	top:-21px;
	right:-23px;
	cursor:pointer;
	z-index:999;
	}		
    .welcomeOverlay.open {
	visibility: visible;
	width: 100%;
    }
.marginLeft50px{
	margin-right:121px !important;
	float:right;
	}
.soldOutOrNewOpeningImage{
	width:50%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	}
	
.soldOutOrNewOpeningImage img{
	width:100%;
	}
.soldOutOrNewOpeningImageDetail{
	width:30%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;	
	}
.aboutUsHeight{
	float:left;
	height:175px;
	overflow:auto;
	padding:0 2% 0 5% !important;
	width:39% !important;	
	}	
/************Availability  Status********18-3-15***/
.availabilityStatus{
	width:100%;
	float:left;
	color:##919191;
	font-size:14px;
	margin:20px 0;
	font-family: 'SegoeUI';
	}			
.availabilityStatus table{
	width:100%;
	border:1px solid #757575;
	}	

.availabilityStatus table th{
	padding:20px 0;
	text-align:center;
	border-right:1px solid #757575;
	border-bottom:1px solid #757575;
	}

.availabilityStatus table td{
	padding:20px 10px;
	text-align:center;
	border-right:1px solid #757575;
	border-bottom:1px solid #757575;
	}
.availabilityStatus strong.headingGreen{
	font-size:22px;
	color:#42a92a;
	text-transform:uppercase;
	}
	
.homeOverlaySection{
	width:1024px !important;
		}			
}


#yamuna-expressway{
display:none; 
font-size:14px;
line-height:18px;
width:90%; 
margin:0 0 0 2%;
font-family: 'SegoeUI';
}
#yamuna-expressway p{
	margin:10px 0;
	}







/****************fancybox overlay************/
.newsLatterSection{
	width:99%;
	float:left;
	font-size:14px;
	text-align:center;
	padding:40px 0;
	background:#fff;
	border:1px solid #CCC;
	}
.newsLatterSection h2{
	font-size:24px;
	color:#49b231;
	text-transform:uppercase;
	margin-bottom:20px;
	font-family: 'Segoe-Semibold'
	}	
.newsLatterSection a{
	color:#000;
	text-transform:uppercase;
	font-size:21px;
	font-family: 'Segoe-Semibold'
	}		
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	z-index: 102;
}
.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.internalBanner .aboutUsBg1{
background:url(/img/about-us-slidebg1.jpg) center top no-repeat;
height:360px;
background-size:cover;
}
.internalBanner .aboutUsBg2{
background:url(/img/about-us-slidebg2.jpg) center top no-repeat;
height:360px;
background-size:cover;
}
.internalBanner .aboutUsBg3{
background:url(/img/about-us-slidebg3.jpg) center top no-repeat;
height:360px;
background-size:cover;
}
.legalTxt{
	margin:10px 0 0 0;
	width:100%;
	float:left;
	font-size:12px;
	background:#DBD6D6;
color:black;
font-weight:bold;
	}
.legalTxt span{
	display:inline-block;
	font-size:10px;
	}
	.environment
	{
		width:100%;
		float:left;
		margin-top: 85px;
		
	}
.reraTxt{
	margin:10px 0 0 0;
	width:100%;
	float:left;
	font-size:12px;
	background:#DBD6D6;
color:black;
border-radius:8px;
border:2px solid #4bb033;
	}

.reraTxt span{
	display:inline-block;
	padding-left:4px;
	
	}
	.environment a
	{
		text-decoration:none;
		color:#4bb033;
	}
	
	
	.awardSectionNew{
	width:100%;
	float:left;
	margin:2% 5% 0 18px;
	/* height:150px; */
	}
.awardSectionNew img{
	width:100%;
	height:100%;
	}
.awardSectionNew p{
	font-size:12px;
	}	
	
	
.siteMapRow{float:left; width:100%; margin:0 0 25px 0;}
.siteMapRow ul{list-style:none; margin:0; padding:0;}
.siteMapRow ul li{float:left; display:block; width:20%; min-height:200px;}
.siteMapRow ul li .title{float:left; width:90%; display:block; background:#eeeeee; padding:15px 0 15px 10%; font-size:14px; font-family: 'Segoe-Semibold'; color:#42a92a;}
.siteMapRow ul li .innerLinks{float:left; width:100%; border-right:1px solid #d6d6d6;}
.siteMapRow ul li .noBorder{border:0 !important;}
.siteMapRow ul li .innerLinks ul{margin:0; padding:0; list-style:none;}
.siteMapRow ul li .innerLinks ul li{float:left; display:block; width:90%; padding:3px 0 3px 10%; min-height:inherit; font-family: 'SegoeUI'; font-size:12px;}
.siteMapRow ul li .innerLinks ul li a{color:#545454; text-decoration:none;}
.siteMapRow ul li .innerLinks ul li a:hover{color:#42a92a;}


.siteMapRow-2{float:left; width:100%; margin:0 0 25px 0;}
.siteMapRow-2 ul{list-style:none; margin:0; padding:0;}
.siteMapRow-2 ul li{float:left; display:block; width:25%; min-height:200px;}
.siteMapRow-2 ul li .title{float:left; width:90%; display:block; background:#eeeeee; padding:15px 0 15px 10%; font-size:14px; font-family: 'Segoe-Semibold'; color:#42a92a;}
.siteMapRow-2 ul li .innerLinks{float:left; width:100%; border-right:1px solid #d6d6d6;}
.siteMapRow-2 ul li .noBorder{border:0 !important;}
.siteMapRow-2 ul li .innerLinks ul{margin:0; padding:0; list-style:none;}
.siteMapRow-2 ul li .innerLinks ul li{float:left; display:block; width:90%; padding:3px 0 3px 10%; min-height:inherit; font-family: 'SegoeUI'; font-size:12px;}
.siteMapRow-2 ul li .innerLinks ul li a{color:#545454; text-decoration:none;}
.siteMapRow-2 ul li .innerLinks ul li a:hover{color:#42a92a;}
/*.whatsNewsMore{
	width:100%;
	height:200px;
	}*/		
/****************fancybox overlay End************/	

.pdfSection a{
	display: inline-block;
    float: left;
    padding: 0 40px;
	text-decoration:none;
	color:green;
	}
.pdfSection a span{
	display:block;
	}	

@font-face {
font-family: 'Segoe-Light';
src: url('fonts/segoel0.eot');
src: url('fonts/segoel0.eot?#iefix') format('embedded-opentype'),
 url('fonts/segoel0.woff') format('woff'),
 url('fonts/segoel0.ttf') format('truetype'),
 url('fonts/segoel0.svg#segoel0') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'SegoeUI';
src: url('fonts/segoeui.eot');
src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
 url('fonts/segoeui.woff') format('woff'),
 url('fonts/segoeui.ttf') format('truetype'),
 url('fonts/segoeui.svg#segoeui') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe-Semibold';
src: url('fonts/segoesb0.eot');
src: url('fonts/segoesb0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/segoesb0.woff') format('woff'),
		 url('fonts/segoesb0.ttf') format('truetype'),
		 url('fonts/segoesb0.svg#segoesb0') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Segoe';
src: url('fonts/segoerg0.eot');
src: url('fonts/segoerg0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/segoerg0.woff') format('woff'),
		 url('fonts/segoerg0.ttf') format('truetype'),
		 url('fonts/segoerg0.svg#segoerg0') format('svg');
font-weight: normal;
font-style: normal;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.soldOutOrNewOpeningImage1 {
    width: 50%;
    position: absolute;
    top: 78px;
	left: 107px;
    z-index: 99;
}

.PP{
	float: left;
	width: auto;
	color:#F00!important;
	text-transform: uppercase;
	animation: blinker 1s linear infinite !important;
	
	@keyframes blinker   
  5% { opacity: 0.0;  }
}


.PP:hover{animation:none !important}
@keyframes blinker {  
  50% { opacity: 0.0;
  }
}


.specialOffer{
	/*width:45%;*/
	float:left;
	margin:0 5% 0 0;
	/*height:150px;*/
	}
.specialOffer img{
	width:100%;
	height:100%;
	}

@media only screen and (max-width: 959px) and (min-width: 768px){
.latestSection .latestLaunches h2 a {
    font-size: 27px;
    text-transform: uppercase;
    color: #4bb033;
   
}
}

.construction-gallery{font-weight:normal;}
.construction-gallery strong{font-weight:bold;}
.latestSection .latestLaunches h2 a { text-decoration:none  }
.latestSection .latestLaunches h2 a:hover { text-decoration:underline  }
.masterplan0 {
    width: auto;
    height: 34px;
    display: inline-block;
    font-size: 15px;
    color: #000 !important;
    padding: 2px 12px 1px 10px;
    text-decoration: none;
}

.e-brocher ul li a.masterplan{
	background:url(/img/master-plan.png) left top no-repeat;
	}

.soldOutOrNewOpeningImageBig {
    width: 27%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 99!important;
}
@media only screen and (max-width: 959px) and (min-width: 768px){
.soldOutOrNewOpeningImageBig {
    width: 27%!important;
    position: absolute!important;
    top: 0!important;
    left: 5%!important;
    z-index: 99!important;
}
}
/* for printing single page */

#fullsized_print{
  background: url("jquery-fullsizable.png") repeat scroll -96px 125px;
  height: 33px;
  position: absolute;
  right: 80px;
  top: 0;
  width: 34px;
}

#zoomImg { 
	position: absolute;
    top: 0;
    display: block;   
    background: #9D9D9D;   
    width: 35px;
    height: 35px;
    right: 125px;   
    cursor: pointer; 
}
#zoomImg span{   
  background: url("zoom_plus_icon.png") no-repeat;
    position: absolute;
    top:3px;
    right: 0;   
    width: 30px;   
    height: 35px;

}
@media print {
  html, body {
    height:100%; 
    overflow: hidden;
    visibility: hidden;
  }
  #fullsized_image_holder {
    visibility: visible;
  } 
}
/* for printing single page */