/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
[class*='uk-width'] {
  box-sizing: border-box;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}

/* projects izzy */
.projcat-img {
	height: 189px;
	background-size: contain;
	position: relative;
  background-repeat: no-repeat;
}
.under-offer {
	background: #e41f28;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto",sans-serif;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 20px;
	right: 20px;
	text-transform: lowercase;
}
.kiwi-saver {
	background: #576532;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto",sans-serif;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 90px;
	right: 20px;
	text-transform: lowercase;
}
.projects ul li::before{

}

div.related-proj ul li::before {
  content:none !important;
}

.projcat-content2 h2 {
	float: none !important;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.projcat-content2 h2 a {
  font-weight: 600 !important;
}

.projcat-content2 {
	margin-bottom: 20px;
}

#bottom-content .uk-grid {
	width: 100%;
}
#bottom-content {
	padding: 40px;
}
.projects div#article-left {
	width: 100%;
}
.projcat-content2 div {
	font-family: "Roboto",sans-serif;
	font-size: 17px;
}
.projects div#article-left {
	width: 100%;
	margin-top: 0;
}
.projects.articleview #about-us-banner {
	display: none;
}
.projects.articleview #content-wrap {
	width: 100%;
	max-width: none;
}
.projects.articleview #content-wrap #article-left, .projects.articleview #content-wrap #article {
	float: none;
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.our-plans-new div.projitem-img {
  display: none;
}

.our-plans-new .projitem-1 {
  padding-top:80px;
}

.our-plans-new .projitem-content {
  padding-top:10px;
}


.projitem-img {
	height: 600px;
	background-size: cover;
	background-position: center;
	margin-top: -30px;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.projects #article ul {
	float: none !important;
}
.thumb-slider {
	height: 100px;
	width: 210px;
	display: inline-block;
	background-size: cover;
	border: 1px solid #f1f1f1;
}
.short-desc {
	margin-top: 15px;
}
.cat-btn {
	background: #fd1111;
	color: #fff;
	font-family: 'ChunkFive Roman', sans-serif;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 5px;
  margin-bottom: 30px;
}
.cat-btn:hover {
	color: #fff !important;
	opacity: .8;
}
.projitem-2 {
	background: #f5f9fc;
}

div.categories-list ul li::before{
  content:none !important;
}
div.uk-slider-container li::before{
  content:none !important;
}


.projitem-2 span {
	padding: ;
	padding: 40px 0;
	display: inline-block;
	color: #333945;
	font-size: 18px;
	width: 100%;
	max-width: 180px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.projitem-2 .uk-container {
	padding: 0;
}
.vale {
	background: #e9eef2;
}
.vale2 {
	font-size: 14px !important;
	line-height: 1 !important;
	background: #535353 !important;
	color: #fff !important;
}
.uk-container {
	max-width: 1150px;
}
.projitem-content {
	padding: 60px 0;
}
.projects #article-right {
	display: none;
}
.projitem-1 h2 {
	font-family: "ProximaNova-Regular",sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 5px !important;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.projitem-1 {
	padding: 10px 0;
}

.projitem-1 div.uk-slideshow-items img {

}

ul.uk-lightbox-items img {
  max-height: 80% !important;
  margin-top:10% !important;
}


.projitem-1 {
	background: #efefef;
}
.project-breadcrumb ul::after {
	content: "";
	display: block;
	clear: both;
}
.project-breadcrumb .breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.project-breadcrumb .breadcrumb a, .project-breadcrumb .breadcrumb span {
	font-family: "Roboto",sans-serif;
	font-size: 13px;
	text-transform: none;
	border: none;
}
.projects a:hover {
	color: #E41F28;
	text-decoration: none;
}
.projitem-1 .uk-position-relative.uk-slideshow {
	margin-top: 30px;
}
.projitem-1 div {
	font-family: "ProximaNova",sans-serif;
	font-size: 20px;
	/* margin-top: 10px; */
}
.icobed {
	background-image: url(../images/ico-bed.jpg);
	background-position:center;
	height: 42px;
	background-repeat: no-repeat;
}
.icoliving{
	background-image: url(../images/ico-living.jpg);
	height: 42px;
	background-repeat: no-repeat;
	background-position:center;
	}
.icoshower{
	background-image: url(../images/ico-shower.jpg);
	height: 42px;
	background-repeat: no-repeat;
	background-position:center;
	}
.icotoilet{
	background-image: url(../images/ico-toilet.jpg);
	height: 42px;
	background-repeat: no-repeat;
	background-position:center;
	}
.icocar{
	background-image: url(../images/ico-car.jpg);
	height: 42px;
	background-repeat: no-repeat;
	background-position:center;
	}
.projitem-1a {
	background: #fff;
	padding: 30px;
	padding-bottom: 0;
}
.projitem-1 .projitem-1a {
	background: #fff;
	padding: 0;
	padding-bottom: 0;
}
.location {
	margin-bottom: 40px;
}
.proj-info .uk-width-1-5 {
	text-align: center;
}
.floor-size {
	padding: 20px 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin: 20px 0;
}
.proj-price {
	color: #222;
	font-family: "ProximaNova-Bold",sans-serif !important;
}
.enquiry-form h1, .enquiry-form .vis_mandatory.visCSSbot10.visCSStop10 {
	display: none;
}
.enquiry-form input, .enquiry-form textarea {
	height: auto;
	font-size: 12px;
	font-family: "Roboto",sans-serif;
	padding: 10px;
	color: #444;
	border-radius: 3px;
	border: none;
	background: #eee;
	font-weight: normal;
	box-shadow: none;
}
.projects div#article-left p {
	float: none;
  max-width: 85%;
  margin-bottom: 40px;
  font-size:16px;
  margin-top:10px;
}

div.visforms-form p {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}


.projects .item-page {
	border-left: 1px solid #ccc;
	height: 100%;
	padding: 0 50px;
	box-shadow: ;
	box-sizing: border-box;
}
.alert.alert-danger {
	background: #fff;
	max-width: 1000px;
	padding: 20px;
	box-shadow: 1px 1px 20px #333;
}
.enquiry-form #field11 {
	background: #fd1111;
	color: #fff;
	font-family: 'ChunkFive Roman', sans-serif;
	letter-spacing: 0;
	margin-top: 20px;
}
.otherproj-img {
	position: relative;
	height: 300px;
	background-position: center;
	width: 100%;
	background-size: cover;
	overflow: hidden;
}
.location2 {
	/* float: right; */
	font-size: 10px !important;
	background: #ccc;
	line-height: 1;
	padding: 10px;
	display: inline-block;
	margin: 0;
	margin-top: -13px !important;
	position: relative;
	top: -5px;
}
.location {
	float: right;
	font-size: 10px !important;
	background: #ccc;
	line-height: 1;
	padding: 10px;
}
.related-title::after {
	clear: both;
	display: block;
	content: "";
}
.projcat-content2 h2 a {
	font-weight: 600 !important;
	display: inline-block;
  width:100%;
  margin-bottom: 10px;
  font-size:22px;
}
.floorsize {
	float: right;
	display: inline-block;
}
.other-info {
	position: absolute;
	background: #fff;
	right: 0;
	height: 100%;
	width: 60px;
	text-align: center;
}
.otherproj-img .other-info {
	transition: all .4s cubic-bezier(.11,.92,.05,.99);
}
.otherproj-img:hover .other-info {
	right: -60px;
}
.related-proj {
	background: #f6f6f6;
	padding: 40px 0;

}
.projitem-content {
	padding: 10px 0;
  padding-bottom: 40px;
	background: #eee;
}
.otherproj-img:hover .view-btn {
	/* display: flex; */
	opacity: 1;
}
.view-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 25px;
	display: flex;
	transition: .4s ease all;
	opacity: 0;
	top: 0;
}
.otherproj-img::before {
	transform: scale(.9);
	transition: all .4s cubic-bezier(.11,.92,.05,.99);
	content: "";
}
.related-title {
	font-family: "ProximaNova-Regular",sans-serif;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-weight: 800;
  font-size: 22px;

}
.otherproj-img:hover::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	transform: scale(1);
}
.enquiry-form .field12 {
	display: none;
}
.lge-img {
    background-size: contain;
    background-position: center center;
    margin-left: 25px;
}
.uk-width-1-1.uk-slider.uk-slider-container {
	padding-top: 20px;
	background: #EFEFEF;
	position: relative;
}
.listing-info {
	padding-left: 25px;
}
.project-breadcrumb {
	padding: 20px;
	padding-bottom: 0;
}
.uk-width-1-1.uk-slider.uk-slider-container {
	/* padding-left: 28px; */
	margin-left: 25px;
	width: calc(100% - 25px);
	padding-right: 28px;
}
.uk-position-center-right.uk-position-small.uk-hidden-hover.uk-slidenav-next.uk-icon.uk-slidenav {
	right: -20px;
	top: 65px;
	background: #fff;
}
.uk-position-center-left.uk-position-small.uk-hidden-hover.uk-slidenav-previous.uk-icon.uk-slidenav {
	left: -20px;
	top: 65px;
	background: #fff;
}
.proj-info .uk-grid {
	width: 100%;
}
#captcha-lbl {
	display: none;
}
@media (max-width:812px) {
.enquiry-form input, .enquiry-form textarea {
    margin-left: 0 !important;
}
.enquiry-form fieldset.fieldset-1.active {
    padding: 0;
}
.uk-slider.uk-slider-container {
	max-width: 1075px;
	margin-left: 0;
}
.projects.articleview #content-wrap #article-left, .projects.articleview #content-wrap #article {
    float: none;
    max-width: none;
    width: auto !important;
    padding: 0;
    margin: 0;
}
.projects img.mobile-logo {
    max-width: 180px;
}
.project-breadcrumb li.active:first-child {
    display: none;
}
.project-breadcrumb ul {
    padding: 0;
    margin: 0;
}
div#dynamic_recaptcha_1 {
    transform: scale(.7);
}
div#dynamic_recaptcha_1 > div {
    width: auto !important;
}
.enquiry-form fieldset.fieldset-1.active {
    padding: 0;
    max-width: 100%;
}
.projitem-1a {
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
}
.projects div.captchaCont {
    margin-left: -10px;
    max-width: 100%;
}
.enquiry-form label.visCSSlabel {
    margin-top: 0;
    display: none;
}
.enquiry-form input, .enquiry-form textarea {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.uk-width-4-10 {
    width: 100%;
}
.uk-width-6-10 {
    width: 100%;
}
.projects .item-page {
    border: none;
    padding: 0;
}
.enquiry-form form#mod-visform2 {
    margin-left: 0;
    max-width: 100%;
}
}
@media (max-width:550px) {
.uk-width-1-2 {
    width: 100%;
}
.uk-width-1-3 {
	width: 100%;
}
}
