@font-face {
    font-family: 'Exo2-SemiBold';
    src: url('../fonts/Exo2-SemiBold.eot');
    src: url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-SemiBold.ttf') format('truetype'),
         url('../fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
         url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
         url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaA-Semibold';
    src: url('../fonts/ProximaNovaA-Semibold.eot');
    src: url('../fonts/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNovaA-Semibold.ttf') format('truetype'),
         url('../fonts/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: 'ProximaNova-Regular';
	color: #343434;
}
a, img, button, input[type=submit]{
	text-decoration: none;
	outline: none;
	border: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
}
.clearfix{
	clear: both;
}
.pull-left{
	float: left !important;
}
.pull-right{
	float: right !important;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.img-full{
	width: 100%;
	height: auto;
}
.center-block{
	margin: 0 auto;
}
.col-1{
	width: 8.333333333333333%;
}
.col-2{
	width: 16.66666666666667%;
}
.col-3{
	width: 25%;
}
.col-4{
	width: 33.33333333333333%;
}
.col-5{
	width: 41.66666666666667%;
}
.col-6{
	width: 50%;
}
.col-7{
	width: 58.33333333333333%;
}
.col-8{
	width: 66.66666666666667%;
}
.col-9{
	width: 75%;
}
.col-10{
	width: 83.33333333333333%;
}
.col-11{
	width: 91.66666666666667%;
}
.col-12{
	width: 100%;
}
.col-12-5{
	width: 20%;
}
.w70{
	width: 70%;
}
.w30{
	width: 30%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70{
	float: left;
}
.wrap{
	display: table;
}
.block{
	display: table-cell;
	vertical-align: middle;
}
.float-none{
	float: none !important;
}
section{
	float: left;
	width: 100%;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	padding: 14px 0px;
	background-color: #343434;
}
.logo-wrapper{
	padding-top: 0px;
    position: absolute;
    left: 0;
    top: -15px;
    background-color: #000;
    padding: 10px;
    height: 120px;
    border-bottom: 5px solid #d2ac67;
}
.section-padding{
	padding: 110px 0px;
}
.section-extra-padding{
	padding: 170px 0px;
}
.logo-wrapper>a, .logo-wrapper>a>img{
	display: block;
}
.number-wrapper{
	margin-right: 10px;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
	line-height: 30px !important;
	width: 170px;
    display: inline-block;
    line-height: 30px !important;
    color: #fff !important; 
    text-align: right;
}
.enquire-now-btn{
	background-color: #cdab64;
    padding: 0px 10px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
    font-family: 'ProximaNova-Bold';
}

footer{
	width: 100%;
    line-height: 32px;
    background-color: #818181;
	padding: 0px 5px;
	color: #fff;
	font-size: 15px;
}
footer a{
	color: #fff;
	vertical-align: middle;
}
footer a img{
	vertical-align: middle;
}
.enquire-form{
	width: 300px;
    position: absolute;
    background: rgba(52,52,52,1);
    right: 20px;
    top: 30px;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}
.nav-wrapper{
	clear: right;
}
nav{
	margin-top: 10px;
}
nav a{
	display: inline-block;
	margin: 0px 0px 0px 15px;
	text-transform: capitalize;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-family: 'ProximaNovaA-Semibold';
}
nav a.active{
	color: #cdab64;
}
nav a:hover{
	color: #cdab64;
}
.lh30{
	line-height: 30px;
}
.slide{
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.home-slide1{
	background-image: url(../images/Pittie_Kourtyard_Banner1.jpg)
}
.home-slide2{
	background-image: url(../images/Pittie_Kourtyard_Banner2.jpg)
}
.home-slide3{
	background-image: url(../images/Pittie_Kourtyard_Banner3.jpg)
}
.section-title{
	font-size: 70px;
	margin-bottom: 20px;
	font-family: 'Exo2-SemiBold';
}
.section-subtitle{
	font-size:25px;
	margin-bottom: 50px;
	font-family: 'ProximaNovaA-Semibold';
}
.section-subtitle:after{
	content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #cdab64;
    bottom: -22px;
}
.fwbold{
	font-family: 'ProximaNova-Bold';
}
.section-subtitle-white{
	font-size:25px;
	margin-bottom: 50px;
	font-family: 'ProximaNovaA-Semibold';
}
.section-subtitle-white:after{
	content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -22px;
}
.specs-subtitle-white{
	font-size:18px;
	margin-bottom: 50px;
	font-family: 'ProximaNovaA-Semibold';
}
.specs-subtitle-white:after{
	content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -22px;
}
.specs-list li{
	list-style-type: none;
}
.specs-list li a{
	color: #343434;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    position: relative;
}
.specs-list li a:before{
	content: '';
    position: absolute;
    left: -17px;
    top: 20px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 10px;
}
.f28{
	font-size: 28px;
}
.specs-list{
	padding-left: 15px;
	z-index: 99;
	width: 290px;
    
}
.specs-list:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 1px;
	height: 100%;
	z-index: -1;

}
.active-specs{
	background-color: #000;
	color: #fff !important;
	margin-left: -15px;
	padding: 10px 15px !important;
	border-radius: 0px 20px 20px 0px;
	width: 250px;
}
.active-specs:before{
	content: '';
    position: absolute;
    left: -17px;
    top: 20px;
    width: 0px !important;
    height: 0px !important;
    background: #000;
    border-radius: 10px;
}
.content-wrapper p{
	font-weight: 300;
}
.specs-tab{
	display: none;
}
.specs-tab ul{
	padding-left: 0px;
}
.specs-tab li{
	padding: 12px 20px;
	position: relative;
	list-style-type: none;
}
.specs-tab ul li:before{
	content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 24px;
    background: #fff;
}
.specs-title{
	font-size: 30px;

}
.specs-right{
	padding: 100px 50px;
}
.grey{
	color: #4d4e50;
}
.amenities{
	width: 70%;
	margin: 20px auto;
}
.amenities-img{
	width: 30%;
	margin: 30px auto;
}
.amenities-text{
	width: 70%;
    margin: 0 auto;
    font-size: 17px;
    padding: 14px 10px;
}
section.grey{
	background-color: #f9f9f9;
}
section p, section ul, section ol{
	font-size: 18px;
	line-height: 28px;
}
.hide-in-desktop{display:none;}
.tagline{
	right: 15px;
	top: 290px;
	text-align: left;
	position: absolute;
}
.tagline-left{
	left: 15px;
	top: 260px;
	text-align: left;
	position: absolute;
}
.tagline-top{
	font-size: 60px;
	color: #fff;
	line-height: 54px;
	margin-bottom: 20px;
	font-family: 'Exo2-SemiBold';
}
.tagline-bottom{
	font-size: 26px;
	color: #d2ac67;
	font-family: 'Exo2-SemiBold';
}
.white{
	color: #fff;
}
.golden{
	color: #cdab64;
}
.banner-bottom-tagline{
	width: 100%;
    left: 0px;
    text-align: center;
    bottom: 0px;
    z-index: 99;
    background: #343434;
    padding: 10px 0px;
    font-size: 18px;
    font-family: 'Exo2-SemiBold';
}
.banner-bottom-tagline>.col-6:first-child{
	border-right: 1px solid #fff;
}
.banner-bottom-tagline span{
	font-size: 25px;
}
.box{
	width: 50%;
	float: left;
	padding: 20px;
	min-height: 240px;
}
.box-text{
	font-size: 22px;
	padding: 0px 10px;
	font-family: 'ProximaNovaA-Semibold';
}
.box ul{
	font-size: 16px;
}
.box1{
    border-right: 1px solid #cdab64;
    border-bottom: 1px solid #cdab64;
}
.box2{
    border-bottom: 1px solid #cdab64;
}
.box3{
    border-right: 1px solid #cdab64;
}

/* PAGER */
.bx-wrapper .bx-pager{
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 99;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #cdab64;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.padding{
	padding: 70px 0px;
}
.specification-bg{
	background-image: url(../images/Pittie_Kourtyard_SpecificationsBG.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* form */
.form-group {
    margin-bottom: 15px;
}
.contactuslabels {
    color: #BF9E61;
}
.form-group input {
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.submit {
    cursor: pointer;
    background: #BF9E61;
    color: #fff;
    padding: 10px;
}
.error {
    color: #f00 !important;
    font-size: 13px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
label.error {
    position: absolute;
    /* top: 62px; */
}
.hide-in-mobile{
	display: block;
}
.footer-mobile {
    display: none;
}
.top-padding{
	padding-top: 70px;
}
.banner-bottom-tagline .col-6{
	padding: 0 10px
}
.overview-parallax{
	width: 80%;
	margin: 0 auto;
	background-image: url(../images/Pittie_Kourtyard_Overview_Image1BG.jpg);
	background-attachment: fixed;
	height: 450px;
	background-repeat: round;
}
.overview-parallax img{
	margin-top: -30px;
}
.left-padding{
	padding-left: 50px;
}
@media all and (max-width:1366px){
	.overview-parallax{
		width: 75%;
	}	
	.tagline{
		top: 210px;
	}
	.tagline-left {
    left: 120px;
    top: 150px;
}
}

@media all and (max-width:1024px){
	.logo-wrapper{
		left: 20px;
	}
	.box{
		min-height: 270px;
	}
}

@media all and (max-width:768px){
	.banner-bottom-tagline span {
	    font-size: 23px;
	}	
	.box{
		width: 100%;
		min-height: auto;
	}
	.box1, .box2, .box3, .box4{border:0px;}
	.overview-parallax{
		height: auto;
		background-image: none;
		width: 100%;
	}
	.overview-parallax img{
		margin-top: 0px;
	}
}

@media all and (max-width:700px){
	.footer-mobile{
		display:block;
		position:fixed;
		bottom:0px;
		left:0px;
		z-index:999;
		width:100%;
		background-color:#343434;
		padding:5px;
		text-align:center;
		color:#fff;
		font-family: 'ProximaNovaA-Semibold';

	}
	#form_success{
		color: #343434 !important;
	}
	.overview-parallax{
		height: auto;
		background-image: none;
		width: 100%;
	}
	.left-padding{
		padding-left: 0px;
	}
	.overview-parallax img{
		margin-top: 0px;
	}
	.hide-in-desktop{display:block;}
	footer{display:none;}
	.close-btn{display:block;right:10px;font-weight:bold;}
	.enquire-form{
		display:none;
		position:fixed;
		left:0;
		bottom:30px;
		top:0;
		background-color:rgba(255, 255, 255, 0.92);
		height:95%;
		z-index:9999;
		-webkit-transition:all 400ms ease-out;
		transition:all 400ms ease-out;
		-webkit-transition-duration:500ms;
		transition-duration:500ms;
		-webkit-overflow-scrolling:touch;
		padding:5%;
		overflow-y:scroll;
		padding-bottom:0px;
		width:100%;
	}
	.banner-bottom-tagline .col-6{
		width: 100%;
	}
	.banner-bottom-tagline span {
	    font-size: 14px;
	}
	.banner-bottom-tagline{
		font-size: 15px;
		bottom: 27px;
	}
	.bx-wrapper .bx-pager{
		bottom: 120px;
	}
	.tagline-top {
	    font-size: 26px;
	    line-height: 32px;
	    margin-top: 10px;
	}
	.tagline-bottom {
	    font-size: 20px;
	    line-height: 24px;
	}
	.tagline{
		top: 130px;
		width: 90%;
	}
	.tagline-left{
		top: 150px;	
	}
	.enquire-now-wrapper{display:none;}
	header{
		padding: 25px 0px;
	}
	.banner-bottom-tagline>.col-6:first-child {
	    border-right: 0px solid #fff;
	    margin-bottom: 10px;
	}
	.logo-wrapper{top: -24px;height: auto;z-index: 99;}
	.logo-wrapper>a, .logo-wrapper>a>img{display:inline-block;width:85px;transition:0.8s;}
	.nav-wrapper{width:100%;margin-top:0px;position:absolute;background-color:#343434;top:25px;left:0;display:none;}
	nav a{display:block;text-align:center;margin:0px;padding:12px 0px;}
	.burger-menu{display:block;position:absolute;right:20px;top:-8px;font-size:18px;color: #fff;}
	.col-left, .col-right{width: 100%;}
	.section-title{
		font-size: 40px;
	}
	.section-subtitle{
		font-size: 20px;
		margin-bottom: 36px;
	}
	.amenities{
		width: 100%;
	}
	.hide-in-mobile{
		display: none;
	}
	.box{width: 100%; padding: 10px 5px; min-height: 0px;}
	.box1, .box2, .box3, .box4{border:0px;}
	button.accordion {
    background-color: #343434;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    /* padding: 10px; */
}
.acc-content {
    display: inline-block;
    padding: 10px;
}
button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #fff;
    float: left;
    margin-left: 0px;
    /* background-color: #f7c034; */
    padding: 12px 15px;
}
button.accordion.active:after {
    content: "\2796";
}
div.panel {
    padding: 0 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
.accordian-specs{
	margin-top: 20px;
}
div.panel.show {
    opacity: 1;
    max-height: 800px;
}
div.panel ul {
    padding: 0 30px;
    font-size: 17px;
    line-height: 28px;
}
.full-height{
	height: auto !important;
}
.mobile-accordian{
	margin-top: 20px;
}
.specification-bg{
	background-color: #cdab64;
	background-image: none;
}
.wrap{
	display: block
}
.block{
	display: block;
	vertical-align: middle;
}
.box-title .pull-left{
	display: inline-block;
}