

body{
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 200;
}
.navbar-right {
    margin-right: 0px !important;
    padding: 6 20px;
}

@font-face {
    font-family: 'DINPRO';
    src: url('../fonts/DINMEDIUM.TTF');
    /*src: local('dinregularwebfont'), url('../fonts/dinregularwebfont/dinregularwebfont.woff') format('woff'), url('../fonts/dinregularwebfont/dinregularwebfont.ttf') format('truetype');*/
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.otf');
    /*src: local('dinregularwebfont'), url('../fonts/dinregularwebfont/dinregularwebfont.woff') format('woff'), url('../fonts/dinregularwebfont/dinregularwebfont.ttf') format('truetype');*/
}

a.left.carousel-control {
    
}

a.right.carousel-control {
    
}

/* Contact Number */
.toll {
    background-color: #4cc85b;
    color: #fff;
    right: 0;
    padding: 12px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    top: 50px;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*width: 200px;*/
    z-index: 20;
    cursor: pointer;

    -webkit-animation: whatsapp 1s infinite;  /* Safari 4+ */
  -moz-animation: whatsapp 1s infinite;  /* Fx 5+ */
  -o-animation: whatsapp 1s infinite;  /* Opera 12+ */
  animation: whatsapp 1s infinite;  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes whatsapp {
  0%, 49% {
    background-color: rgb(117, 209, 63);
  }
  50%, 100% {
    background-color: #e50000;
  }
}
#call-number {
    /* font-family: 'Open Sans', Arial, sans-serif; */
    position: fixed;
    vertical-align: top;
    /* padding: 0 0 24px 0px; */
    right: 0;
    top: 5%;
    /* width: 280px; */
    z-index: 9999;
}
#call-number .content {
    position: absolute;
    top: 54px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    width: 239px;
    margin: 0 0 0 -8px;
    padding: 0 23px 0;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#call-number p {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0 6px;
    color: #fff; 
}
.change{
    background:#000;
    color:#fff;
}
/* End of Contact Number */


/* Contact Number */
.toll1 {
    background-color: #E02712;
    color: #fff;
    right: 0;
    padding: 12px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    top: 50px;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*width: 200px;*/
    z-index: 20;
    cursor: pointer;

    -webkit-animation: contactno 1s infinite;  /* Safari 4+ */
  -moz-animation: contactno 1s infinite;  /* Fx 5+ */
  -o-animation: contactno 1s infinite;  /* Opera 12+ */
  animation: contactno 1s infinite;  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes contactno {
  0%, 49% {
    background-color: #e50000;
  }
  50%, 100% {
    background-color: rgb(117, 209, 63);
  }
}

#call-number1 {
    /* font-family: 'Open Sans', Arial, sans-serif; */
    position: fixed;
    vertical-align: top;
    /* padding: 0 0 24px 0px; */
    right: 0;
    top: 12%;
    /* width: 280px; */
    z-index: 9999;
}
#call-number1 .content1 {
    position: absolute;
    top: 54px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    width: 239px;
    margin: 0 0 0 -8px;
    padding: 0 23px 0;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#call-number1 p {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0 6px;
    color: #fff; 
}
.change1{
    background:#000;
    color:#fff;
}
/* End of Contact Number */


.certificate-modal .close{
    padding: 0 12px;
}

.top-buffer2 {
    margin-top: 40px;
}

.projectoverview img {
    margin: 10px 0;
    padding: 0 0;
}

.projectoverview p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.projectoverview{
  text-align: center;
  margin: 0 auto;
}

#amenities h3, #amenities p {
    text-align: center;
}

.extra-btn a {
    color: #fff;
    padding: 10px;
    background-color: #9c7e1f;
}

.another_div {   
        padding: 65px 25px;    
    background-color: #963d51;
}



.rera-certificate{
    cursor: pointer;
}
.carousel-caption p{

    font-weight: 400;
    padding-top: 5px;

}
.nopadding{
	padding: 0;
}

.bannerpatch img.img-responsive {
    width: 280px;
    position: relative;
    bottom: 50px;
}


.bannerpatch {
    position: absolute;
    top: 77px;
    left: 6px;
    text-transform: uppercase;
    z-index: 999;
    font-size: 15px;
    /* background: rgba(0,0,0,0.7); */
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 600;
    border-radius: 3px;
    /* border: 1px solid #fff; */
    /* -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    /* box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
}
.navbar-default {
	background-color: #fff;
	position: fixed;
	margin-bottom: 0;
	height: 90px !important;
    font-family: 'DINPRO';

}
.nav>li>a {
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'DINPRO';

    /*font-weight: bold;*/
    color: #000 !important;
    padding: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    /*border-bottom: 1px solid #000;*/
    line-height: 30px;
}
.navbar-nav>li {
	padding: 24px 15px;
}
.navbar-brand {
	height: auto;
	padding: 10px 15px;
	width: 100%;
}
.navbar-brand>img{
	margin: 0px auto;
    /* padding-top: 16px;*/
}
.carousel-inner{
    top: 10px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left: inherit;
	
    padding: 0px;
    /*border: 1px solid #58443D;*/
    text-align: center;
}
#dropdownMenuButton{
	background: inherit;
	color: #000;
	font-weight: bold;
	padding: 6px 12px;
	border-bottom: 1px solid #000;
	border-radius: inherit;

}
.dropdown-menu{
	background-color: #000;
	min-height: 100px;
	border-radius: inherit;
}
.dropdown-item{
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	color: #fff;
}
.dropdown-menu{
	min-width: 120px;
}

.dropbtn {
	background-color: inherit;
	text-transform: uppercase;
	color: #000;
	padding: 4px 0;
	/*font-size: 16px;*/
	border-bottom: 1px solid #000;
	/*font-weight: bold;*/
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 30px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #000;color: #A68749;}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color:inherit;
}

/*.circle {
    width: 178px;
    height: 110px;
    position: absolute;
    background: #efefef!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border: 4px solid #d6af55; */
  
}*/

/*Slider*/
#slider{
	position: relative;
}
.audio-toggle, .play-pause-toggle{
	display: none !important;
}
.aslide{
	position: relative !important;
}
.carousel {
	position: relative;
	margin-top: 80px;
}
.carousel img{
	width: 100%;
}
.ame-border {
    width: 100%;
    position: absolute;
    top: 28px;
    right: 0;
}

/*About*/
#aboutUs{
	padding: 100px 0px 50px;
    border-bottom: 1px solid #000;
}
.about-inner{
	/*margin: 40px 0;*/
}
.about-bg{
	background: url('../img/about/about-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin: 40px 0;
}
.about-lamp{
	position: absolute;
	right: 0;
	top:0;
}
.aboutus-block{
	    height: 75vh;
   border: 10px solid;
  border-image-source: linear-gradient(45deg, rgb(133 222 118), rgb(59 116 142));
  border-image-slice: 1;
}
.about-content{
	margin: 40px;
}
.aboutusContent{
    display: table;
    height: 64vh;
    padding: 55px;
}
.abouttxt{
    /*vertical-align: middle;
    display: table-cell;*/
}

.location-adv img {
    margin: 0 auto;
    text-align: center;
}

.proj-txt {
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
}

.proj-block {
    margin: 15px 0;
    height: 70px;
}

.config-listing {
    padding: 5px 0;
}

.config-content {
    /*padding: 25px 0;*/
}

.about-content p{
	color: #63a16b;
	    font-size: 15px;
	font-weight: 500;
	/*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'BebasNeueRegular';*/
    text-align: justify;

}
.patch1 {
    position: absolute;
    left: -65px;
    width: 169px;
    bottom: 0px;
    background: #fff;
}
.aboutus-img{
    /*border: 3px solid #fff;*/
}
.aboutusbg-outer{
    position: relative;
    right: 240px;
}
.section-head{
	text-transform: uppercase;
	color: #fff;
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'BebasNeueRegular';
    font-size: 50px;
    padding: 10px 0;

}
.underline1{
	width: 200px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}
.dots{
	position: relative;
	top: -10px;
	left: 50px;
}

.dots li{
	display: inline-block;
	float: left;
	color: #fff;
}

/*Configuration*/
#configuration{
	/*background-color: #334144;*/
    padding: 100px 0 0 0;
    
}

.bottom-head {
    text-align: center;
    border-right: 1px solid #EBEBEB;
    padding: 0;
    /*background-color: #DDDDDD;*/

}
.bottom-head a {
    text-decoration: none;
    display: block;
    height: 120px;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.buy-media {
    position: absolute;
    bottom: 0;
    height: 150px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    background-color: #dcffb4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .2s ease,height .2s ease;
    -moz-transition: -moz-transform .2s ease,height .2s ease;
    -o-transition: -o-transform .2s ease,height .2s ease;
    transition: transform .2s ease,height .2s ease;
}
.bottom-head h6 {
    font-size: 1em;
    color: #919090;
    font-family: 'Montserrat-Regular';
    margin: 0.5em 0 0;
}
.bottom-head a:hover .buy-media{
    height:200px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    background-color: #caeca2;
    position: absolute;
    bottom:0;
    left: 0;
}
.config-box{
    /*background-color: #DDDDDD;*/
}
.config-BHK {
    font-family: 'BebasNeueRegular';
    font-size: 26px;
    color:#6dbb7f;
}
.dwnarrow{
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
}
.pricepopupdiv {

}
table{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

}
table td{
	width: 30%;
	color: #fff;
}
table th{
	background: #fff;
	color: #000;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	padding: 5px;
}
.config-img{
	position: absolute;
}
.config-img img{
	bottom: -130px;
	position: absolute;
}
.sqft{
    color: #6dbb7f;
    font-weight: bold;
}
.pricepopup {
    background: #77bf84;
    color: #fff;
    padding: 5px;
    margin: 15px 0;
    font-weight: bold;

}
.configmainbox {
    margin: 70px 0 0 0;
}
.highlights{
	color: #fff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	/*margin: 40px 0;*/
	margin-bottom: 20px;
	padding-left: 12px;

}
.highlights li{
	line-height: 1.9;

}
.table {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.config-listing {
    padding: 5px 0;
    background-color: #963d51;
    color: #fff;
}

/*Floorplan*/

.patch3 {
    position: absolute;
    z-index: 9;
    bottom: -67px;
}
.parch2 {
   position: absolute;
    right: -55px;
    top: -53px;
    width: 231px;
}
#floorplan{
    /*background: url(../img/floorplan-bg.jpg);*/
    background:linear-gradient(0deg,rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url(../img/floorplan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.floorplan-heading{
    height: 350px;
    max-width: 450px;
    display: table;
}
.floor-head {
    display: table-cell;
    vertical-align: middle;
        text-align: center;
}
#floorplan .ug-tile-navigation-wrapper {
    display: none;
}
/*Amenities*/

#amenities{
    padding:50px 0;
    /*background-color: rgba(0,0,0,0.6);*/
    /*background: url(../img/ame-bg.jpg);*/
    background:linear-gradient(0deg,rgb(0 0 0 / 85%),rgb(0 0 0 / 71%)),url(../img/ame-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.amenities-block{
	/*border-radius: 50%;
	border: 1px solid #000;*/
}
section{
	position: relative;
}
.ame-border{
	width: 100%;
	position: absolute;
	top: 52px;
    right: 0;
}
.ame-head
{
    width: 75%;
    text-align: right;
}

.square {
  width: 150px;
  height: 150px;
  background: #619753;
  position: absolute;
  bottom: -22px;
  right: -42px;
}



.amenities-circle{
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.white{
	display: none;

}
.black{
	display: block;
}
.amenities-circle:hover .black{
	display: none;
}
.amenities-circle:hover .white{
	display: block;
	display: block;
	position: absolute;
	top: 0;
}
.amenities-circle:hover{
 background-color: #75ab6d;
 border: 2px solid #75ab6d;
}
.amenities-circle img{
 margin: 25px;
}
.amenities-container{
 padding: 45px 0;
}
.circle-block{
 /*margin-bottom: 25px;*/
 height: 180px;
}
.circle-block h4{
 font-size: 13px;
 text-transform: uppercase;
 font-weight: 500;
 /*font-family: 'Open Sans', sans-serif;*/
 font-family: 'Montserrat', sans-serif;
 text-align: center;
 color: #fff;

}
.st0{

}
.st0 {
 stroke-dasharray: 1000;
 /* stroke-dashoffset: 800; */ 
 animation: draw1 8s linear alternate;
}
@keyframes draw1 {
 from {
  stroke-dashoffset: 1200;
}
to {
  stroke-dashoffset: 600;
}
}

.amenitieshead {
	/*position: relative;
	left: 5%;
	top: 220px;*/
    height: 400px;
    max-height: 400px;
    display: table;
}
.ame-section-head{
	text-transform: uppercase;
	font-size: 45px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'BebasNeueRegular';


}
.ame-img img{
    width: 400px;
}

/*Specification*/
#specification{
    background: url(../img/specification.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.speci-img {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.spe-section-head{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}
.specification-container{
    padding: 50px 0;
}
.specification-inner{
    /*padding: 50px 0;*/

}
.spe-head{
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
.speci-listing{
    padding: 10px 0;
}
.speci-listing ul{
    padding: 0;
}
.speci-listing ul li{
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.specification-div{
    padding: 10px 0;
}

/*Floorplan*/
#floorplan{
	padding: 50px 0;

}

.nGY2 .nGY2GThumbnailImg{
	left: 0 !important;
}
.floor-lamp img{
	height: 450px;
}

/*Location*/

.patch4 {
    position: absolute;
    top: -28px;
    left: 40px;
    z-index: 9;
}
#location{
	background-color: #fff;
	padding: 50px 0;
}
#ContactForm{
	background-color: #fff;
	padding: 0 20px;
	/*margin-top: 18px;*/
}
.form-control{
	border-radius: inherit;
}
.input-group {
	position: relative;
	display: table;
	text-align: center;
	margin: 6px auto;
	width: 100%;
}
.floor-lamp{
	position: absolute;
	right: 0;
	margin-top: -60px;
}
.floorplan-anchor{
	border: 1px solid #000 !important;
}
#location h3 {
    margin: 0;
    /*padding: 0 18px 0 15px;*/
    font-size: 40px;
}

.location-adv p {
 font-size: 12px;
 font-weight: 500;
}
.location-adv {
    padding: 10px 0;
}
.location-new img {
    width: 100%;
    height: 530px;
}

/*New Gallery*/

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}

/*Gallery*/
#gallery{
	/*padding: 50px 0;*/
    margin: 0 auto;
    height: 480px !important;
}
.gal-bg{
	/*background: url('../img/gal-bg.jpg');*/
    background-color: #334144;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 450px;*/

}
.bg-overlay{
	/*background-color: rgba(0,0,0,0.85);*/
	background-size: cover;
	width: 100%;
}
.gal-block{
	padding: 60px 40px;
}
.gal-lamp{
	position: absolute;
	left: 25px;
	margin-top: -24px;
}
.gal-lamp img{
	width: 200px;
}

.gal-head{
	position: relative;
	/* bottom: 54%; */
	margin-top: 270px;
}
.gal-list{
	margin: 20px 0;
}
.gal-list img{
	border: 2px solid #fff;
}
.gal-date{
	font-size: 15px;
}
.clients-inner {
    padding: 50px 0 0 0;
    background: #75ab6d;
    color: #fff;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;
}
.slick-slide img {
    margin: 0 auto;
}
.clients-inner h3 {
 margin: 0px 0 20px 0;
 display: table-cell;
 vertical-align: middle;
     text-align: center;
}
.gallery-heading {
    height: 400px;
    max-height: 400px;
    display: table;
}
.clients-fd {
    padding: 20px 0;
}


/*Address*/
#address{
	padding: 20px 0;
    background-color: #9e9d9d;
    color: #fff;
        text-align: center;
}
#address h5{
	padding: 0;
	margin: 15px 0px 3px;
    	font-size: 18px;
}
#address p{
	/*text-transform: uppercase;*/
	font-size: 13px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	text-align: center;
	margin: 0;
	font-weight: 500;

}

/*Footer*/
#footer{
	padding: 20px;
    margin-bottom: 45px;
    /*background-color: #334144;*/
}
#footer h5{
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

}

.maharera {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.maharera a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}



/*Gallery Plugin*/
.demo-gallery > ul {
	margin-bottom: 0;
}
         /*   .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
                }*/
                .demo-gallery > ul > li a {
                	border: 1px solid #FFF;
                	border-radius: inherit;
                	display: block;
                	overflow: hidden;
                	position: relative;
                	/*float: left;*/
                }
                .demo-gallery > ul > li a > img {
                	-webkit-transition: -webkit-transform 0.15s ease 0s;
                	-moz-transition: -moz-transform 0.15s ease 0s;
                	-o-transition: -o-transform 0.15s ease 0s;
                	transition: transform 0.15s ease 0s;
                	-webkit-transform: scale3d(1, 1, 1);
                	transform: scale3d(1, 1, 1);
             /* height: 100%;
             width: 100%;*/
         }
         .demo-gallery > ul > li a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery > ul > li a .demo-gallery-poster {
         	/*background-color: rgba(0, 0, 0, 0.1);*/
         	bottom: 0;
         	left: 0;
         	position: absolute;
         	right: 0;
         	top: 0;
         	-webkit-transition: background-color 0.15s ease 0s;
         	-o-transition: background-color 0.15s ease 0s;
         	transition: background-color 0.15s ease 0s;
         }
         .demo-gallery > ul > li a .demo-gallery-poster > img {
         	left: 50%;
         	margin-left: -10px;
         	margin-top: -10px;
         	opacity: 0;
         	position: absolute;
         	top: 50%;
         	-webkit-transition: opacity 0.3s ease 0s;
         	-o-transition: opacity 0.3s ease 0s;
         	transition: opacity 0.3s ease 0s;
         	border: none !important;
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.7);
         }
         .demo-gallery .justified-gallery > a > img {
         	-webkit-transition: -webkit-transform 0.15s ease 0s;
         	-moz-transition: -moz-transform 0.15s ease 0s;
         	-o-transition: -o-transform 0.15s ease 0s;
         	transition: transform 0.15s ease 0s;
         	-webkit-transform: scale3d(1, 1, 1);
         	transform: scale3d(1, 1, 1);
         	height: 100%;
         	width: 100%;
         }
         .demo-gallery .justified-gallery > a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery .justified-gallery > a .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.1);
         	bottom: 0;
         	left: 0;
         	position: absolute;
         	right: 0;
         	top: 0;
         	-webkit-transition: background-color 0.15s ease 0s;
         	-o-transition: background-color 0.15s ease 0s;
         	transition: background-color 0.15s ease 0s;
         }
         .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
         	left: 50%;
         	margin-left: -10px;
         	margin-top: -10px;
         	opacity: 0;
         	position: absolute;
         	top: 50%;
         	-webkit-transition: opacity 0.3s ease 0s;
         	-o-transition: opacity 0.3s ease 0s;
         	transition: opacity 0.3s ease 0s;
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.5);
         }
         .demo-gallery .video .demo-gallery-poster img {
         	height: 48px;
         	margin-left: -24px;
         	margin-top: -24px;
         	opacity: 0.8;
         	width: 48px;
         }
         .demo-gallery.dark > ul > li a {
         	border: 3px solid #04070a;
         }
         .home .demo-gallery {
         	padding-bottom: 80px;
         }

         /*Instant Form*/

         label.error {
         	color: red;
         	font-size: 12px;
         	font-weight: 400;
         	/* margin: 0; */
         	float: left;
         	/* position: relative; */
         	/* top: -4px; */
         	left: 0;
         }
         .modal-header {
         	border-bottom: 1px solid #3D1E19;
         }


         .spek_exprt {
         	width: 250px;
         	text-align: center;
         	/*background-color: #DADADA;*/
         	background-color: rgba(218, 218, 218, 0.87);
         	padding: 10px;
         	-webkit-border-radius: 0 10PX 10PX 0;
         	-moz-border-radius: 0 10PX 10PX 0;
         	border-radius: 0 10PX 10PX 0;
         	POSITION: RELATIVE;
         	top: -160px;
         	z-index: 50;
         	border: 1px solid #fff;
         }
         .spek_exprt .btn-default,
         #instant-callback-div .btn-default {
         	width: 100% !important;
         	background: #75ab6d;
         	color: #fff;
         	border-color: #75ab6d;
       /*  	-webkit-border-radius: 3px;
         	-moz-border-radius: 3px;
         	border-radius: 3px;*/
         }
         #instant-callback-div {
         	/*font-family: 'Open Sans', Arial, sans-serif;*/
         	position: fixed;
         	vertical-align: top;
         	/* padding: 0 0 24px 0px;*/
         	right: -247px;
         	top: 32%;
         	/*width: 280px;*/
         	height:0;
         	z-index: 1000;
         }
         #instant-callback-div .form-control{
         	height: 30px;
         }
         #instant-callback-div .input-group{
         	margin: 8px auto;
         }
         #instant-callback-div .instant-switch {
         	background: url(../img/schdulesitevisit.jpg) no-repeat scroll 0 0;
         	-webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	-moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
         	cursor: pointer;
         	display: inline-block;
                height: 143px;
         	vertical-align: top;
         	width: 30px;
         	/*border: 1px solid #fff;*/
         	position: relative;
         	/*-webkit-border-radius: 10px 0 0 10px;
         	-moz-border-radius: 10px 0 0 10px;
         	border-radius: 10px 0 0 10px;*/
         }
         #instant-callback-div .content-switcher {
         	background-color: #fff;
         	display: inline-block;
         	width: 245px;
         	margin: 0 0 0 -4px;
         	padding: 0 16px 12px;
         	vertical-align: top;
         	-webkit-border-bottom-left-radius: 6px;
         	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
         	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
         	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
         	-moz-border-radius-bottomleft: 6px;
         	-webkit-border-bottom-left-radius: 6px;
         	border-bottom-left-radius: 6px;
         }
         #instant-callback-div h4 {
         	border-bottom: 1px solid #EDEDED;
         	/*margin-bottom: 20px;*/
         	padding-bottom: 15px;
         	padding-top: 5px;
                font-size: 16px;
         }
         #instant-callback-div p {
         	margin: 5px 0 !important;
         	padding: 4px 0;
         	font-size: 12px;
         }

/*#instant-callback-div input {
    display: block;
    width: 90%;
    margin: 6px 0;
    border: 1px solid #CCC;
    padding: 6px 10px;
    }*/

    #instant-callback-div input[type="submit"]:hover {
    	background-color: #333;
    	color: #FFF;
    }
    #instant-callback-div input[type="submit"] {
    	width: 100%;
    }
    #hide {
    	background-color: #FFFFFF;
    	-webkit-border-radius: 0 5px 0 0;
    	-moz-border-radius: 0 5px 0 0;
    	border-radius: 0 5px 0 0;
    	height: 32px;
    	position: absolute;
    	right: 7px;
    	top: 7px;
    	width: 40px;
    	cursor: pointer;
    	font-size: 12px;
    	line-height: 13px;
    	margin-bottom: 0;
    }
    #hide img {
    	opacity: 0.3;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	transition: all 0.3s ease 0s;
    }
    #hide img:hover {
    	opacity: 0.7;
    }

    /*Popup Form*/

    h3.modal-title {
    	font-size: 16px;
    	text-align: center;
    	color: #334144;
    	font-weight: bold;
    }
    #popupModal .modal-dialog{
    	width: 35%;
    }
    #popupModal button#submitf {
    	background-color: #334144;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    }
    .modal-content{
    	border-radius: inherit;
    }

    /*Price Popup*/
    .pricepop{
    	color: #fff;
    	text-decoration: none;
    }
    .pricepop:hover{
    	text-decoration: none;
    	color: #fff;
    }

    #price .modal-dialog {
    	width: 35%;
    }
    #price button#submitf {
    	background-color: #334144;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #334144;
    }
    #submitf{
    	background-color: #334144;
    	color: #fff;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #334144;
    }

    /*Book A site visit*/
    #bookvisit {
     left: 25px;
    position: fixed;
    vertical-align: top;
    right: 0;
    bottom: 7px;
    left: 0;
    width: 0%;
    height: 28px;
    top: 35%;
    z-index: 1000;
    }
    #bookvisit .booksitevisit-switch {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    vertical-align: top;
    width: 125px;
    position: relative;
    bottom: 32px;
    }
    .field {
    	width: 100%;
    	float: left;
    	color: #000;
    	padding: 10px 0;
    	font-size: 15px;
    }
    .visit-time input, .visit-date input {
    	width: 30%;
    	margin-right: 2%;
    	padding: 6px;
    	border: 1px solid #E3E3E3;
    	color: #adadad;
    	font-weight: 500;

    }
    .visit-time select {
    	width: 30%;
    	padding: 6px;
    	border: 1px solid #E3E3E3;
    	color: #adadad;
    	font-weight: 500;
    }

    .carousel-caption {
        position: absolute;
        left: 0;
        right: 15%;
        bottom: 0;
        z-index: 10;
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        width: 100%;
        background: rgba(0,0,0,0.7);
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
        width: 30px;
        height: 30px;
        margin-top: 85px;
        font-size: 30px;
    }


    /*Amenities*/

/*    .ug-thumb-selected::before{
        border-bottom: 1px solid blue;
        -webkit-box-shadow: 0 1px 0 0 red;
        -moz-box-shadow: 0 1px 0 0 red;
        box-shadow: 0 1px 0 0 red;
        content: "";
        margin: 0 auto; 
        position: absolute;
        top: 45%; left: 0; right: 0;
        width: 95%;
        z-index: -1;
    }
    */

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
        bottom: 100px;
    } 

    .ug-thumb-wrapper.ug-tile img.ug-thumb-image{
        background-color: #fff !important;
        padding: 24px 30px !important;
    }
    #gallery1 .ug-carousel-wrapper .ug-thumb-wrapper.ug-tile img.ug-thumb-image {
        background-color: #c3c2c2 !important;
        padding:25px 55px !important;
    }
    .ame-border2 {
        width: 100%;
        position: absolute;
        top: 38px;
        right: 4px;
    }
    #inquiryForm {
        background-color: #ececec94;
        bottom: -18px;
        -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
        padding: 0 0 15px 0;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
    #inquiryForm h4 {
        margin: 14px 0 0;
        color: #000;
        font-weight: 600;
    }
    #inquiryForm .input-group-addon {
        background-color: #75ab6d;
        color: #fff;
        border-color: #75ab6d;
    }
    #inquiryForm .btn-default {
        background-color: #75ab6d;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        border-color: #75ab6d;
    }
    .form-control:focus {
        border-color: #87c352;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(139, 197, 63, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(139, 197, 63, 0.6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(139, 197, 63, 0.6);
    }
    .form-control {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #inquiryForm label.error {
        display: none!important;
    }
    .has-error .input-group-addon {
        background-color: #f2dede !important;
        border-color: #a94442 !important;
        color: #a94442!important;
    }
    #navigation .navbar-brand {
        padding: 0 35px;
    }
    #navigation .navbar-brand img {
        width: 135px;
        padding: 5px;
    }
    .inquireButton {    padding: 5px;
        background-color: #519f50;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        bottom: 0;
        -webkit-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
        box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
        color: #fff;
        cursor: pointer;
        display: none;
        font-family: "Roboto Condensed";
        font-size: 18px;
        font-weight: 400;
        padding: 5px 20px;
        position: fixed;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 1000;
        width: 100%;
    }
    .inquireButton:hover,
    .inquireButton:focus {
        background-color: #98D346;
        color: #fff;
    }
