@charset "utf-8";

body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background: url(../images/bg-thumb.png);	
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.space10 { height:10px;}
.space20 { height:20px;}
.space30 { height:30px;}
.space40 { height:40px;}
.space50 { height:50px;}
.space60 { height:60px;}
a { color: #818181; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
a:hover { color: #23527C; text-decoration: none; }

.nopadding { padding: 0 !important; margin: 0 !important; }

.navbar-toggle { background: url(../images/bg-thumb.png);}
.navbar-collapse { background: url(../images/bg-thumb.png);}

#back-top { bottom: 20px; position: fixed; right: 25px; z-index: 9;}

/*--------------------------- Header ---------------------------*/

.pullcontainer a#pull { display: none; }

p { text-align: left; font-size: 16px; color: #2d3639; font-weight: 300; line-height: 1.8em; margin-top: 25px; font-family: 'Roboto Slab', serif; }

<!--nav { margin-top: 50px; background:rgba(248,251,253,0.9); height:32px; margin: 0 auto;}-->
.logo-holder { background: url(../img/logo.png) no-repeat center center; width: 220px; height: 100px; position: absolute; top: 20px; left:42%; display:none; }
.responsive-logo { display: hidden; }



  #header-section{ position:absolute; width:100%; top:0; z-index:100;}
  .logo { float: left;}
  #nav { background: white; height:32px; margin: 0 auto; margin-top: 70px; opacity: 0.9; }  
  #nav ul { padding: 7px 0 10px; margin: 0; }
  #nav li {display: inline-block; vertical-align: top; font-size:16px; line-height: 24px;font-weight: bold; letter-spacing: 0; white-space: normal; margin: 0 0 0 50px; }
  #nav li a { display: block; color: #005aaa; font-family: 'Roboto', sans-serif; text-transform:uppercase; }
  #nav li a:hover { text-decoration: none;  color: #faa519; }
  #nav li.active a { color: #faa519; }
  
  .nav-opener { display: none; float: right; width: 31px; height: 31px; position: relative; text-indent: -9999px; overflow: hidden; }

.menu-logo a {
padding: 0px !important;
margin-top: -45px;
}

.menu-logo img {
padding: 15px 50px;
background: white; 
}


.nav-opener:before, .nav-opener:after, .nav-opener span { background: #333; border-radius: 4px; position: absolute; top: 17px; left: 3px;
  right: 3px; height: 3px; margin-top: -2px;b-webkit-transition: all 0.2s linear; transition: all 0.2s linear; }

.nav-opener:before { content: ''; top: 8px; left: 30%; }

.nav-opener:after { content: ''; top: 26px; }

.nav-active .nav-opener span { opacity: 0; }

.nav-opener:hover { opacity: .9; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5%;
  right: 5%; }

.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
			
/*--------------------------- Header ---------------------------*/

/*--------------------------- slider ---------------------------*/
.bannertite { background:rgba(255,255,255,0.9); font-size:25px; font-family: 'Roboto Slab', serif; position:absolute; bottom:20px; left:8%; padding:10px 20px}


.slider-template .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider-template .arrow {
  z-index: 100;
}
.slider-template .slider-tumb {
  position: absolute;
  bottom: 28px;
  z-index: 30;
  width: 100%;
  text-align: center;
}
.slider-template .slider-tumb li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.slider-template .slider-tumb li.active {
  pointer-events: none;
}
.slider-template .slider-tumb li span {
  width: 11px;
  height: 11px;
  background: #ffffff;
  display: block;
  position: relative;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.slider-template .slider-tumb li span:hover {
  background: #faa519;
}
.slider-template .slider-tumb li.active span {
  background: #faa519;
}
.slider-template .slider-tumb li.active span:hover {
  background: #faa519;
}

/*--------------------------- slider end ---------------------------*/

/*--------------------------- Home ---------------------------*/
#projects { background:#f4f4f4; padding:50px 0;}
.thumb-name{background:#008dd2; font-family: 'Roboto Slab', serif; padding:10px 15px 10px 15px; color:#faf7f3; font-weight:300; font-size:14px;}

 h1 { position: relative;  margin-top: 20px;}
 h1.one { margin-top: 0; }
 h1.one:before { content: ""; display: block; border-top: solid 1px #dce9f5;
    width: 100%; height: 1px; position: absolute; top: 50%; z-index: 1;
  }  
 h1.one span { background:#f4f4f4; padding: 0 20px; position: relative; z-index: 5; font-family: 'Roboto Slab', serif; color:#034ea2; font-size:33px;}
 h2 { font-size:20px; font-weight: 300; font-family: 'Roboto Slab', serif; color:#2d3639; margin:0 0 10px 0;}

footer {padding: 30px 0; }
#copyright  { background-color:#dadada; padding: 8px 0;}
#copyright  p { font-size: 12px; margin: 0; font-family: 'Roboto Slab', serif; color:#848e97; }
footer p { font-size: 13px; margin: 0; font-family: 'Roboto Slab', serif; color:#848e97; }
.footer-leftcol p { text-align: left; font-family: 'Roboto Slab', serif; color:#848e97; font-weight:normal; }
.footer-rightcol p { text-align: right; font-family: 'Roboto Slab', serif; color:#848e97; font-weight:normal;}
.bold-16p { font-size: 20px; font-weight: 400; font-family: 'Roboto Slab', serif; color:#6d3a04; }
.line { border-bottom:1px solid #cacaca; padding-bottom:5px; margin-bottom:15px;}

.footer-leftcol h4 { font-size: 18px; font-weight: 400; font-family: 'Roboto Slab', serif; color:#848e97; margin-bottom:0;}
.footer-leftcol h4::after {display: none;}
.footer-leftcol ul { padding: 0; }
.footer-leftcol li { list-style: none; display: block; line-height:25px;}
.footer-leftcol li a { color:#848e97; font-family: 'Roboto Slab', serif; font-size:12px; text-transform:uppercase;  }

.footer-midcol { margin-left: auto; margin-right: auto; }
.footer-midcol ul { padding: 0; }
.footer-midcol li { list-style: none; display: inline-block; margin-right: 15px; }
.footer-midcol li a { background:#adadad; }
.footer-midcol li a:hover { opacity:1; }
.btn-google-plus {border-radius: 50%; border:none;}
.btn-twitter {border-radius: 50%; border:none;}
.btn-facebook {border-radius: 50%; border:none;}
.enquiry-xs { font-size:30px; color:#034ea2; font-family: 'Roboto Slab', serif; margin:20px 0; display:none;}


/*--------------------------- Home ---------------------------*/

/*--------------------------- ABOUT US ---------------------------*/
.hero { background: url(../img/inner-bg.jpg) no-repeat top center #e8e7e6; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 250px; }
#about { background:#f4f4f4; padding:50px 0;}
.aboutcontent { padding:0 100px;}
.careers { padding:0 100px; width:80%; margin:0px auto;}

#about p{ color:#628aae;}
h4 { font-family: 'Roboto Slab', serif; color:#fffff; font-size:20px;font-weight: 300;}
/*h4::after { content: " "; border: solid 1px #ea2c90; display: block; width: 35px; margin: 10px auto; }*/

h5 { font-family: 'Roboto Slab', serif; color:#034ea2; font-size:15px;}
h5::after { content: " "; border: solid 1px #faa519; display: block; width: 17%; margin: 10px auto; }
#team {background:#fff; padding:50px 0;}
/*--------------------------- ABOUT US ---------------------------*/


/*--------------------------- ENQUIRY ---------------------------*/
form input
{
	background: none repeat scroll 0% 0% #fff;
	padding:5px 10px;
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom:10px;	
	box-shadow: none;
	border: 1px solid #bdc3cf;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;

}
form textarea
{
	width: 100%;
    border-radius: 3px;
    box-shadow: none;
    background: none repeat scroll 0% 0% #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
	height: 80px;
	margin-top: 0px;
	font-family: inherit;
	border: 1px solid #bdc3cf;	
	resize: none;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
input.submit
{
background: #344a94;
border: medium none;
color: #FFF;
padding: 10px 20px;
font-size: 14px;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
margin-top: 10px;
transition: background 0.3s ease-in;
cursor: pointer;
display: block;
border-radius : 5px;
width:auto;
}
input.submit:hover
{
	background:#f4a32f;
}
form input:focus
{
	border: 1px solid #bdc3cf;
	background-color: #fff;
}
form textarea:focus
{
	border: 1px solid #bdc3cf;
	background-color: #fff;
}

/*--------------------------- Projects ---------------------------*/

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  margin-right:20px;
  background-color: #fff;
  border: 0px solid #ddd !important;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/*.nav-tabs { font-family: 'Roboto Slab', serif; font-size:15px; width: auto;
    cursor: auto;}

.nav-pills li a { background: #e9e9e9; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
  margin-right: 0px; padding:10px 20px; border: 0px solid #181A1C; }

.nav-pills li a:hover{ background: #181A1C; border: 0px solid #e63d3d; color:#fff}

.nav-pills li.active>a {
  color: #fff;
  background-color: #181A1C !important;
}
*/

.controls {
display: inline-block;
margin: 0 0 20px 0px;
vertical-align: top;
}
.controls li {
cursor: pointer;
list-style-type: square;
}
.controls li.active {
background: #181A1C;
  color: #fff !important;
}


#Grid {
font-size: 0.1px;
}
#Grid:after {
content: '';
display: inline-block;
width: 100%;
}
#Grid .mix {
opacity: 0;
display: none;
}
#Grid .gap {
display: inline-block;
width: 0px !important;
}



.ih-item.square {
  position: relative;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
}
.ih-item.square.effect6.colored .info h3 {
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border: 1px solid #cfcfcf;
margin: 0.8em 0;
}
.ih-item.square.effect6 .info {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
 
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height:14px;
  font-family: 'Roboto Slab', serif;
  padding: 10px;
  background: #ea2c90;
  opacity:0.8;
  margin: 90px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}


/*--------------------------- Asn Elite Luxury ---------------------------*/

#overview {   padding:100px 0;}
#masterplan { padding:100px 0;}
#floorplans {background:#f4f4f4; padding:100px 0;}
#amenities { padding:100px 0;}
.amenities-content { width: 740px; margin: 0px auto;}
#specifications { padding:150px 0; background:#f4f4f4;}
#photogallery { padding:100px 0;}
#neighborhood {padding:100px 0; background:#f4f4f4;}
#location { padding:100px 0;background:#f4f4f4; }
#enquiry {padding:100px 0; background:#f4f4f4;}
#downloads{padding:120px 0;}
#associated{padding:100px 0; background:#f4f4f4;}

.project-menu{height:60px;}
.scroller{}

.navbar-inverse {font-size: 14px;text-transform: uppercase;background: url(../images/bg-thumb.png);}
.navbar-inverse .navbar-nav>li>a { color:#000; }
.navbar-nav>li>a:hover{color: #ea2c90 !important;}
.navbar-nav>li>a:focus{color: #ea2c90 !important;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color:#000 !important;
  background-color: #fff;
  
}

 #Menuitems {
    display:none;
} 

#master-plan{position:relative; width:1140px; margin:0px auto;}

.dot1{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:260px; left:370px;}
.dot1:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot1 a{display:block; height:20px; width:20px;}

.dot2{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:278px; left:412px;}
.dot2:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot2 a{display:block; height:20px; width:20px;}

.dot3{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:260px; left:630px;}
.dot3:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot3 a{display:block; height:20px; width:20px;}

.dot4{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:300px; left:760px;}
.dot4:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot4 a{display:block; height:20px; width:20px;}

.dot5{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:265px; left:885px;}
.dot5:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot5 a{display:block; height:20px; width:20px;}

.dot6{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:360px; left:1020px;}
.dot6:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot6 a{display:block; height:20px; width:20px;}

.dot7{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:390px; left:1010px;}
.dot7:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot7 a{display:block; height:20px; width:20px;}

.dot8{width:20px; height:20px; position:absolute; background:url(../img/elite/dot1.gif) no-repeat center center; top:395px; left:610px;}
.dot8:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot8 a{display:block; height:20px; width:20px;}

.dot9{width:20px; height:20px; position:absolute; background:url(../img/dot1.gif) no-repeat center center; top:395px; left:220px;}
.dot9:hover{background:url(../img/elite/dot2.gif) no-repeat center center;}
.dot9 a{display:block; height:20px; width:20px;}
#master-plan1{display:none;}

.pro-logo {  width: 250px; position: absolute;left: 50%; margin-left: -125px;margin-top: 15%;  z-index:5; }
.project-img{position:relative; text-align:center;margin-top: 128px;}
.project-img img{ height:auto;}

.tab-content {
  margin: 0px 0 0 0px;
 background: url(../images/bg-thumb.png);
  padding: 0px;
}
.tab-content .padding {
  padding: 20px 40px !important;
}
.tab-content .table th {
  background-color: #034ea2 !important;
  border-right: 1px #FFFFFF solid;
  text-align: center;
  border-bottom: 0px solid #ddd !important;
  font-size: 13px;
  color: #fff;
}

.tab-content .table td {
  color: #747473;
  text-align: center;
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

.tab-content h3 {
  margin: 0px 0px 15px 0px;
  color: #faa519;
  font-size: 18px; 
  font-weight: 900;
  font-family: 'Roboto Slab', serif;
}

.floorlayer {
  background: #f7f0dd !important;
  margin: 127px 0 0 0;
  width: 100%; }
  
 .specifications{width:800px; margin:0px auto;}
 .specifications p{ text-align: left; margin:5px 0 10px 0px; color: #3A3C3D;}
 .specifications h6 { font-size:15px; margin:0px; }
 .specifications h4 { font-size:17px; margin:0px; }
 .specifications h4::after {
		  content: " ";
		  border: solid 0px #faa519;
		  display: block;
		  width: 35px;
		  margin: 0px auto;
		}


.sub-head{ font-size:16px; margin-bottom:20px; margin-top:10px; color:#034ea2; font-family: 'Roboto Slab', serif;}
.neighborhood{margin-bottom:40px;}
.neighborhood ul{margin:0px; padding:0px;}
.neighborhood ul li{list-style:none; /*font-family: 'Oswald', sans-serif; font-weight:300;*/ color:#848e97; font-size:13px; margin-bottom:10px;}
.neighborhood ul li span{float:right;}

.enquire-area{width:740px; margin:-10px auto 60px auto;}
.enquire-area1{width:740px; margin:0px auto;}
.custom-input{border-radius:0px; padding:15px; height:auto; border:solid 1px #88b5e7; background:#fff; box-shadow:none; font-size:14px; margin-bottom:15px;}
.custom-btn{border-radius:0px; background:#034ea2; border:none 0px; font-size:16px; font-weight:400; padding:15px;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}
.custom-btn:hover{background:#4c92e1;}
.form-control:focus {
  border-color: #88b5e7;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.amenity-bg1{padding:30px; float:left; font-size:15px; width:100%; min-height:200px; color:#fff; background:#a8d3eb;}
.amenity-bg2{padding:30px; float:right; font-size:15px; width:100%; min-height:200px; color:#fff; background:#73b9df;}

/*--------------------------- Asn Elite Luxury ---------------------------*/

#back-to-top {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#000000;
    line-height:1em;
	padding-top:5px;
	font-size:25px;
	text-align:center;
	color:#fff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {

    background-color:#ea2c90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/************************************************************************************
NAV
*************************************************************************************/
 #nav-wrap {
    margin-top: -2px;
	display:none;
}
/* menu icon */
 #menu-icon {
    display: none;
    /* hide menu icon initially */
}
#menu, #menu li {
    margin: 0;
    padding: 0;
}
#menu li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

#leftNav li {
    background-attachment: scroll;
    background-clip: border-box;
    
    background-image: url("../images/sunny-1-1.gif");
    background-origin: padding-box;
	color: #2d3639;
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
	font-size: 16px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 4px;
}

.navbar-nav {
	margin-top: 50px;
	/*
    float: left;
	margin-top: 85px;
	*/
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left:0;

   
}


.navbar-nav > li {
    margin-left: 33px;
    margin-right: 30px;
}
.navbar-nav > li {
	padding-left: 3px;
    padding-right: 1px;
}
.navbar-brand{
	margin:auto;
	text-align:center;
	/*
	position:relative;
	margin-top: -45px;
	*/
}
.navbar-brand a img{
	clear: both;
    margin-top: -87px;
	padding-left: 36px;
    max-width: 135px;
    max-height: 98px;
    text-align: center;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > li > a:hover, .nav > li > a:focus {
   
    background-color: #ea2c90;
}
.product .img-responsive {
    margin: 0 auto;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-left: 23px;
}
		
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
 {
    color: #ea2c90;
    cursor: default;
    background: url(../images/bg-thumb.png);
    border: 1px solid #ddd;
}
.nav-tabs > li.active > a:focus{
    border: 1px solid #ddd;
	border-right:0px;
    border-bottom-color: transparent;
}
.nav-tabs > li > a:hover
{	
    color: #ffffff;		
    background-color: #ea2c90;
}
.nav-heights
{
	padding-bottom:90px;
}

.linearrrow
{
content: " ";
border: solid 2px #ea2c90;
width: 35px;
margin: 10px auto;
}
.linearrow:after
{

border-bottom: solid 2px blue;
display: block;
width: 80px;

}
h3
{
font-family: bold;
font-size: 18px;
color: #fffff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding:10px 9px;
}

#Product_photo {
    padding: 5px 25px 15px 0px;
    float: left;
    width: 300x;
    margin: 0px 0 0 0px;
}

.address  p{
text-align: center;
font-size: 16px;
color: #2d3639;
font-weight: 300;
font-family: 'Roboto Slab', serif;
margin:0px;
}

#navhigh li a:after {
	content: '';
	display: block;
	margin: auto;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

#navhighh li.nav-brand a:hover:after
{
	border-bottom:0px;
}
#navhigh li a:hover:after {
	width: 100%;
	border-bottom: solid 4px #ea2c90;
	margin-top:8px;
	
}
#navhigh li a.selected:hover:after {
	display: none;
}
#navhigh li a.selected
{
content: " ";
border-bottom: solid 4px #ea2c90;
}
#navhigh li.navbar-brand  a.selected,#navhigh li.navbar-brand  a:hover:after,li.navbar-brand a:hover:after
{
	border-bottom:0px;
}
 li.navbar-brand a.selected,li.navbar-brand a:hover
{
	border-bottom:0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}



/* nav link */


/* nav dropdown */
/* #menu ul {
    background: #fff;
    padding: 2px;
    position: absolute;
    border: solid 0px #ccc;
    display: none;
    width: 200px;
}
#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#menu li:hover > ul {
    display: block;
}*/


/*--------------------------- Projects ---------------------------*/


