.amazingslider-wrapper-1{
	background:#fff !important;}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.devlopment-main .col-md-3{
	padding-right:0px;}
.devlopment img{
	width:100%;}
a.btn-black:focus{
	text-decoration:none !important;
	color:#fff;}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
@media (min-width:768px){
.columns-2{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;}}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 338px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 338px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:338px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.news {
    padding: 17px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    border-bottom: 6px #f2f2f2 solid;
}
.news .title{
	margin-bottom:10px;}
.news .text a{
	display:block;}
	
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	}
#menu {
  width: 100%;
  background:#fff;
}

#menu.scrolled {
  margin: 0;
  background:#fff;
  position: fixed;
  top: 0;
  z-index:9999;
  border-bottom:1px solid #ccc;
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0,0,0,0.24);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0,0,0,0.24);
  box-shadow: -1px 7px 5px -1px rgba(0,0,0,0.24);
  transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#menu .logo img{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;}
	
#menu.scrolled .logo img{
	width:200px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;}
#menu.scrolled .navbar-right{
	margin-top:22px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;}
#black{
	background:#333;}
#black i{
	color:#fff;}
.s-icon i{
	padding:15px;}
.number{
	color:#fff;
	float:right;}
.number i{
	padding:15px 5px 15px 15px;}
.number i:last-child{
	margin-left:10px;}
.navbar-right {
    margin-top: 38px;
}
.heading {
    color: #585858;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 30px;
}
.heading span{
	background:#e22b2a;
	width:100px;
	margin:0 auto;
	height: 4px;
	display: block;
	margin-top: 8px;
	margin-bottom: 42px;
	}
.btn-red {
    background: #e22b2a;
    font-size: 13px;
    color: #fff;
    padding: 3px 20px;
    margin-top: 8px;
    display: inline-block;
    border: 0px;
}
.btn-black {    background: #000;
    font-size: 13px;
    color: #fff;
    padding: 3px 20px;
    margin-top: 8px;
    display: inline-block;}
.btn-black:hover{
	color:#fff;
	text-decoration:none;}
.btn-red:hover{
	background:#000;
	color:#fff;
	text-decoration:none;}
.devlopment{
	display:inline-block;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #F1F1F1;
	margin-bottom: 21px;
	position:relative;
	}
.devlopment img{
	width:100%;}
.sold{
	position:absolute;
	top:0;
	right:0;}
.sold img{
	width:90%;}

.devlopment h3{
	font-size: 16px;
	font-weight: 900;
	color:#333;
	text-transform: uppercase;
	}
.devlopment h5{
	font-size: 14px;
	font-weight:normal;
	color:#333;
	}
#profile{
	background:url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	padding:50px 0px;
	margin-top:50px;
	}
#profile p{
	margin: 36px 0px;
}
.pro-circle {
    border-radius: 50%;
    border: 5px solid #fff;
    height: 200px;
    width: 200px;
}
.student{
	padding: 40px 0px;
	}
.invest-icon{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	}
.invest-icon .img {
    height: 113px;
    width: 113px;
    margin: 0 auto 10px;
	border:2px solid #666;
	border-radius:50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.invest-icon .img:hover{
	border:2px solid #F00;}
.invest-icon .img1{
	background:url(../images/grey-icon/icon-1.png) no-repeat;}
.invest-icon .img1:hover{
	background:url(../images/red-icon/icon-1.png) no-repeat;}
.invest-icon .img2{
	background:url(../images/grey-icon/icon-2.png) no-repeat;}
.invest-icon .img2:hover{
	background:url(../images/red-icon/icon-2.png) no-repeat;}
.invest-icon .img3{
	background:url(../images/grey-icon/icon-3.png) no-repeat;}
.invest-icon .img3:hover{
	background:url(../images/red-icon/icon-3.png) no-repeat;}
.invest-icon .img4{
	background:url(../images/grey-icon/icon-4.png) no-repeat;}
.invest-icon .img4:hover{
	background:url(../images/red-icon/icon-4.png) no-repeat;}
.invest-icon .img5{
	background:url(../images/grey-icon/icon-5.png) no-repeat;}
.invest-icon .img5:hover{
	background:url(../images/red-icon/icon-5.png) no-repeat;}
.invest-icon .img6{
	background:url(../images/grey-icon/icon-6.png) no-repeat;}
.invest-icon .img6:hover{
	background:url(../images/red-icon/icon-6.png) no-repeat;}
footer {
    background: url(../images/strip.jpg) no-repeat center top;
    padding-top: 84px;
}
.black {
    background: #161616;
    color: #ffffff;
    padding: 60px 0px;
}
.heading-1{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;}
.glry img {
    width: 40%;
    margin: 5px;
}
.f-link{
	display:inline-block;}
.f-link ul{
	padding-left:0px;}
.f-link ul li{
	border-bottom: 1px dashed #f2f2f2;
	list-style: none;
	margin-bottom: 5px;
	background:url(../images/right-arrow.png) no-repeat left;
	padding-left: 28px;
	padding: 5px 28px;
	}
.f-link ul li a{
	color:#fff;}
.f-link ul li a:hover{
	margin-left:10px;
	text-decoration:none;}
.f-logo{
	text-align:center;
	margin-top:60px;}
.black-bg
{
	background: #0E0E0E;
	color:#fff;
	padding: 10px 0px;
	}
	
	
/*===================DEVELOPMENT===================*/

.big{
	font-size:25px;}
.property-item-heading{
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #CACACA;
}
.property-item-heading .property-title{
    float: left;
    font-size: 22px;
    color: #333;
    margin: 22px 0px;
}
.property-item-heading .property-location{
    float: right;
    margin-top: 20px;
    color: #5F5F5F;
    font-size: 14px;
}
.floor {
    background: #f2f2f2 url(../images/Graphicloads-Filetype-Pdf.ico) no-repeat 12px 9px;
    background-size: 27px;
    padding: 10px;
    margin-bottom: 13px;
    border: 1px dashed #CCCCCC;
    text-align: left;
    padding-left: 49px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.floor:hover{
	padding-left:60px;
}
.floor a{
    color: #ED6055;
    font-weight: bold;
    text-transform: uppercase;
}
.floor a:hover{
	text-decoration:none;}
.enquiry .col-md-6, .enquiry .col-md-12{
	margin-bottom:20px;}
.enquiry input, .enquiry textarea, .enquiry button{
	border-radius:0px;
	}
.enquiry button{
	margin-top:10px;
	background:#e22b2a;
	color:#fff;}
.button {
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight:bold;
    color: #e22b2a;
}
.mapright{
	text-align:left;
	margin-left: 16px;
	margin-top: 10px;
	}
.property-location{
	font-size:18px;
	font-weight:bold;}
.button i {
    margin-right: 7px;
    font-size: 28px;
}
ul.property-point{
    padding-left: 0px;
    margin-top: 12px;
}
ul.property-point li{
	background: url(../images/right-arrow-1.png) no-repeat left 2px;
	list-style:none;
	padding-left: 30px;
	margin-bottom: 6px;
	}
ul.property-point li a{}
.text-1{
    font-size: 20px;
    display: inline-block;
    margin-bottom: 11px;
    font-weight: bold;
}
.amazingslider-timer-1{
	height:10px !important;
	background:rgba(0,0,0,.5) !important; }
#amazingslider-1
	{width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.amazingslider-box-1{
	border:0px !important;}
#amazingslider-1:before, #amazingslider-1:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 26px;
    left: 6px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #767676;
    -moz-box-shadow: 0 35px 20px #767676;
    box-shadow: 0 35px 20px #767676;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#amazingslider-1:after {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    right: 6px;
    left: auto;
}
.booking-form {
    padding: 20px;
    background: #F1F1F1;
    margin-bottom: 10px;
}
.booking-form button{
	padding:10px 10px;
}

 .booking-form input
{
	background:#fff;
	width:100%;
	margin-bottom:15px;}
.booking-form input {
	outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    font-size: 1em;
    color: #666;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    box-shadow: none;
    background: transparent;
    transition: all 0.2s;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}
.booking-form button {
    margin-bottom: 0px;
    text-transform: uppercase;
	border-radius:0px;
    width: 100%;
    border: 1px solid #ED6055;
    background: #ED6055;
}

.box-title {
    background: #333;
    color: #fff;
    padding: 10px 20px;
}
.recent ul {
    padding-left: 0px;
}
.recent ul li {
    list-style: none;
}
.recent ul li .property-recent {
    padding: 15px;
    border-bottom: #DEDEDE thin solid;
    background: #f2f2f2;
}
.left-pic{
	max-width:300px;
	float:left;
	margin-right:10px;
	background:#fff;
	border-radius:4px;
	padding:6px;
	border:1px solid #f2f2f2;}
button.active{
	display:none;}
.recent ul li .property-recent .re-img {
    max-width: 88px;
    float: left;
    margin-right: 17px;
}
.recent ul li .property-recent .read-more a, .recent ul li .property-recent .read-more a:hover {
    font-size: 12px;
    text-decoration:none;
    background: #ED6055;
    color: #fff;
    padding: 0px 10px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.caption{}
.caption ul{
	padding:0px;
	text-align:left;}
.caption ul li{
	list-style:none;
	background: url(../images/right-arrow-1.png) no-repeat 0 7px;
	background-size: 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	border-bottom: 1px dashed #E4E4E4;
	padding-bottom: 5px;
	}
.list{
	text-align:left;
	float:left;
	}
.point{}
.point h5 {
    font-weight: bold;
}
.point ul{
	padding-left:10px;
	margin-top:20px;}
.point ul li{
	list-style:none;
	background:url(../images/right-arrow-1.png) no-repeat 0px 3px;
	background-size:15px;
	padding-left:20px;
	margin-bottom:5px;}
.address span {
    color: #3A3A3A;
    font-weight: bold;
}
.list{
	margin-top:-10px;}
.list img{
	width:100%;}
.rollover-b-n{
	border:0px;}
.rollover {
    transition: all .2s ease-in;
    border: 1px solid #f2f2f2;
}
.rollover:hover{
  transform: scale(1.1) ;
  transition: all .2s ease-out; }
 .rollover-b-n{
	border:0px;}
@media (max-width:992px){
.s-icon i {
    padding: 15px 10px;
}	
.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}
.navbar-default .navbar-brand {
    color: #777;
    width: 100%;
}
.navbar-right {
    margin-top: 10px;
    float: none !important;
    margin: 0 auto;
    max-width: 576px;

}
.devlopment {
    display: block;
    margin-bottom: 20px;
}
.glry img {
    width: 21%;
    margin: 5px;
}
}
@media (max-width:767px){
.s-icon	{
    width: 216px;
    margin: 0 auto;}
.number {
    color: #fff;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.carousel-inner > .item > img, .carousel, .carousel .item{

    height: 169px;}
.glry img {
    width: 40%;
    margin: 5px;
}
.heading-1 {
    font-size: 20px;
    font-weight: bold;
	margin-top:20px;
    margin-bottom: 20px;
}
.navbar-header {
    float: left;
	text-align:left;
    width: 100%;
}
.number span{
	display:block;}
.s-icon i, #black i{
    padding: 10px;
}
.navbar-default .navbar-brand{
	width:auto;}
.navbar-right{
	max-width:inherit;}
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}