h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2b4b6a;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  color: #60bad1;
}

h1 {
  font-size: 30px;
  margin: 0 0 32px;
  text-transform: uppercase;
}
h2 {
  font-size: 26px;
	color: #716a64;
  margin: 0 0 32px;
}

h3 {
  font-size: 22px;
	color: #938a82;
}
h3 a {
	color: #938a82;
}

h4 {
  font-size: 1em;
}

p, ul, ol {
  margin: 0 0 25px;
}

a {
  color: #2b3d6d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #60bad1;
  outline: none;
  text-decoration: none;
}

input, button, select, textarea {
  background: white;
  border: 1px solid #dddddd;
}

textarea {
  resize: none;
}

blockquote p {
  line-height: 1.8;
}
blockquote p:before {
  content: "\'\' ";
}
blockquote p:after {
  content: " \'\'";
}
blockquote footer:before {
  display: none;
}

.more-info {
	color: #e66832;
	font-weight: bold;
	text-decoration: underline;
}
.more-info:hover {
	color: #60bad1;
}

.highlighted {
	font-weight: bold;
	color: #443f3a;
}

/* icons */
.icons {
  background: url(/skin/images/icons.png) no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}

.fa-chevron-left, .fa-chevron-right {
  display: block;
  height: 60px;
  width: 60px;
	line-height: 60px;
  font-size: 13px;
}
.icon-submit {
  background-position: -100px 0;
}


.icon-bedroom, .icon-bathroom, .icon-location {
  display: inline-block;
  height: 17px;
  width: 22px;
}

.icon-bedroom {
  background-position: 0 -45px;
}

.icon-bathroom {
  background-position: -50px -45px;
}

.icon-location {
  background-position: -100px -47px;
  height: 20px;
}

.icon-hand, .icon-home, .icon-chart {
  display: inline-block;
  height: 60px;
  width: 60px;
}

.icon-hand {
  background-position: 0 -100px;
}

.icon-home {
  background-position: -140px -100px;
}

.icon-chart {
  background-position: -70px -100px;
}

/* Alerts */
.notification {
	margin: 10px 0;
	padding: 8px 15px;
	border: 1px solid #6DC361;
	color: #6b6b6b;
	font-weight: bold;
}
.notification:before {
  font-family: 'FontAwesome';
	color: #6DC361;
	content: '\f058';
	margin-right: 10px;
}
.warning {
	margin: 10px 0;
	padding: 8px 15px;
	border: 1px solid #bcbcbc;
	color: #6b6b6b;
	font-weight: bold;
}
.warning:before {
  font-family: 'FontAwesome';
	color: #f6a312;
	content: '\f071';
	margin-right: 10px;
}
.error {
	margin: 10px 0;
	padding: 8px 15px;
	border: 1px solid #EA6B58;
	font-weight: bold;
}
.error:before {
  font-family: 'FontAwesome';
	color: #EA6B58;
	content: '\f06a';
	margin-right: 10px;
}

/* form */
.form-control, .captcha {
  border-color: #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #666666;
  height: 40px;
}
.captcha {
	width: 50px;
	height: 25px;
	margin-left: 5px;
}
.captcha-message {
	font-size: 12px;
	line-height: 14px;
}
.form-control:focus {
  border-color: #60bad1;
  box-shadow: none;
}
.form-group .required:after, .captcha:after {
	content: '*';
	font-weight: bold;
	color: #e66832;
	margin-left: 3px;
}

/* buttons */
.btn {
  border-radius: 3px;
	font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 1.8;
  padding: 6px 12px;
  text-transform: uppercase;
}

.btn-submit {
  padding: 0;
  width: 40px;
}
.btn-submit:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.btn-default {
  border: 2px solid #2b3d6d;
  color: #2b3d6d;
}
.btn-default:hover, .btn-default:focus {
  background-color: transparent;
  border-color: #2b3d6d;
  color: #2b3d6d;
}

.btn-primary {
  background-color: #2b3d6d;
  border-color: #2b3d6d;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #60bad1;
  border-color: #60bad1;
  color: #FFFFFF;
}

.btn-info {
  background-color: #60bad1;
  border-color: #60bad1;
}
.btn-info:hover, .btn-info:focus {
  background-color: #53a3b7;
  border-color: #53a3b7;
}

.btn-sm {
	height: 30px;
	font-size: 12px;
	font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
	line-height: normal;
}

.btn-lg {
  font-size: .857em;
  height: 50px;
  padding: 13px 20px;
}

/* bg color */
.pgl-bg-dark {
  background-color: #333333;
  color: #aaa;
}

.pgl-bg-grey {
  background-color: #e5e1dc;
}

.pgl-bg-featured {
  position: relative;
  background-color: #938a82;
	overflow: hidden;
}
.pgl-bg-featured:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background: center bottom no-repeat url(/skin/images/featured-listing-bg.jpg);
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.pgl-bg-featured h2 {
	color: #FFFFFF;
	text-align: center;
}
.pgl-bg-featured .container {
	position: relative;
	z-index: 2;
}

.pgl-bg-light {
  background-color: #FFFFFF;
}

/* divider */
hr {
  border-color: #e5e1dc;
}

.divider {
  background-color: #444;
  display: block;
  height: 1px;
  margin: 0 auto 30px;
  width: 100px;
}

.divider-quote-sign span {
  color: #aaa;
  display: block;
  font-family: 'Rochester', cursive;
  font-size: 5.142em;
  height: 30px;
  line-height: .4;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100px;
}
.divider-quote-sign span:after, .divider-quote-sign span:before {
  border-top: 1px solid #444;
  content: "";
  position: absolute;
  top: 0;
  width: 35px;
}
.divider-quote-sign span:after {
  right: 0;
}
.divider-quote-sign span:before {
  left: 0;
}

.mid {
  margin-bottom: 33px;
  margin-top: 40px;
}

.top-tall {
  margin-bottom: 0;
  margin-top: 40px;
}

.short {
  margin-bottom: 0;
  margin-top: 30px;
}

.min-wide {
  min-width: 197px;
}

/* img */
.img-thumbnail {
  border: none;
  padding: 0;
}

.img-thumbnail-small {
  margin-bottom: 18px;
}

/* blockquote */
.testimonial {
  border-left: none;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* pgl-midnarrow-row */
.pgl-midnarrow-row {
  margin-left: -10px;
  margin-right: -10px;
}
.pgl-midnarrow-row .col-xs-1, .pgl-midnarrow-row .col-sm-1, .pgl-midnarrow-row .col-md-1, .pgl-midnarrow-row .col-lg-1, .pgl-midnarrow-row .col-xs-2, .pgl-midnarrow-row .col-sm-2, .pgl-midnarrow-row .col-md-2, .pgl-midnarrow-row .col-lg-2, .pgl-midnarrow-row .col-xs-3, .pgl-midnarrow-row .col-sm-3, .pgl-midnarrow-row .col-md-3, .pgl-midnarrow-row .col-lg-3, .pgl-midnarrow-row .col-xs-4, .pgl-midnarrow-row .col-sm-4, .pgl-midnarrow-row .col-md-4, .pgl-midnarrow-row .col-lg-4, .pgl-midnarrow-row .col-xs-5, .pgl-midnarrow-row .col-sm-5, .pgl-midnarrow-row .col-md-5, .pgl-midnarrow-row .col-lg-5, .pgl-midnarrow-row .col-xs-6, .pgl-midnarrow-row .col-sm-6, .pgl-midnarrow-row .col-md-6, .pgl-midnarrow-row .col-lg-6, .pgl-midnarrow-row .col-xs-7, .pgl-midnarrow-row .col-sm-7, .pgl-midnarrow-row .col-md-7, .pgl-midnarrow-row .col-lg-7, .pgl-midnarrow-row .col-xs-8, .pgl-midnarrow-row .col-sm-8, .pgl-midnarrow-row .col-md-8, .pgl-midnarrow-row .col-lg-8, .pgl-midnarrow-row .col-xs-9, .pgl-midnarrow-row .col-sm-9, .pgl-midnarrow-row .col-md-9, .pgl-midnarrow-row .col-lg-9, .pgl-midnarrow-row .col-xs-10, .pgl-midnarrow-row .col-sm-10, .pgl-midnarrow-row .col-md-10, .pgl-midnarrow-row .col-lg-10, .pgl-midnarrow-row .col-xs-11, .pgl-midnarrow-row .col-sm-11, .pgl-midnarrow-row .col-md-11, .pgl-midnarrow-row .col-lg-11, .pgl-midnarrow-row .col-xs-12, .pgl-midnarrow-row .col-sm-12, .pgl-midnarrow-row .col-md-12, .pgl-midnarrow-row .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* pgl-narrow-row */
.pgl-narrow-row {
  margin-left: -5px;
  margin-right: -5px;
}
.pgl-narrow-row .col-xs-1, .pgl-narrow-row .col-sm-1, .pgl-narrow-row .col-md-1, .pgl-narrow-row .col-lg-1, .pgl-narrow-row .col-xs-2, .pgl-narrow-row .col-sm-2, .pgl-narrow-row .col-md-2, .pgl-narrow-row .col-lg-2, .pgl-narrow-row .col-xs-3, .pgl-narrow-row .col-sm-3, .pgl-narrow-row .col-md-3, .pgl-narrow-row .col-lg-3, .pgl-narrow-row .col-xs-4, .pgl-narrow-row .col-sm-4, .pgl-narrow-row .col-md-4, .pgl-narrow-row .col-lg-4, .pgl-narrow-row .col-xs-5, .pgl-narrow-row .col-sm-5, .pgl-narrow-row .col-md-5, .pgl-narrow-row .col-lg-5, .pgl-narrow-row .col-xs-6, .pgl-narrow-row .col-sm-6, .pgl-narrow-row .col-md-6, .pgl-narrow-row .col-lg-6, .pgl-narrow-row .col-xs-7, .pgl-narrow-row .col-sm-7, .pgl-narrow-row .col-md-7, .pgl-narrow-row .col-lg-7, .pgl-narrow-row .col-xs-8, .pgl-narrow-row .col-sm-8, .pgl-narrow-row .col-md-8, .pgl-narrow-row .col-lg-8, .pgl-narrow-row .col-xs-9, .pgl-narrow-row .col-sm-9, .pgl-narrow-row .col-md-9, .pgl-narrow-row .col-lg-9, .pgl-narrow-row .col-xs-10, .pgl-narrow-row .col-sm-10, .pgl-narrow-row .col-md-10, .pgl-narrow-row .col-lg-10, .pgl-narrow-row .col-xs-11, .pgl-narrow-row .col-sm-11, .pgl-narrow-row .col-md-11, .pgl-narrow-row .col-lg-11, .pgl-narrow-row .col-xs-12, .pgl-narrow-row .col-sm-12, .pgl-narrow-row .col-md-12, .pgl-narrow-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

/* tabs */
.nav-tabs {
  border-bottom: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  font-weight: 700;
  max-width: 500px;
  position: relative;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.nav-tabs li {
  display: block;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav-tabs li a {
  border-radius: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* pgl-pro-tabs */
.pgl-pro-tabs {
  font-size: .857em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.pgl-pro-tabs > li > a {
  border-width: 2px;
  color: #333333;
  margin-right: -2px;
  padding-left: 10px;
  padding-right: 10px;
}
.pgl-pro-tabs > li > a:hover, .pgl-pro-tabs > li > a:focus {
  border-color: #333333;
}
.pgl-pro-tabs > li.active > a, .pgl-pro-tabs > li.active > a:hover, .pgl-pro-tabs > li.active > a:focus {
  background-color: transparent;
  border-color: #333333;
  border-width: 2px;
}

/* nav-top */
.text-note {
  margin: 8px 0 0 260px;
}
.text-note .fa {
  margin-right: 5px;
}

.nav-top {
  border-right: 1px solid #222;
}
.nav-top > li {
  border-left: 1px solid #222;
}
.nav-top > li > a {
  border-radius: 0;
  color: #aaa;
  padding: 8px 12px 7px;
}
.nav-top > li > a:hover, .nav-top > li > a:focus {
  background-color: #2b3d6d;
  color: white;
}

/* advanced search */
.selectize-control {
  font-size: 13px;
}
.selectize-dropdown {
  border-color: #aaa;
  box-shadow: none;
	margin: 0;
  border-radius: 2px;
	color: #938a82;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.selectize-input {
  background: #FFFFFF;
  border-color: #e5e1dc;
  border-radius: 2px;
  box-shadow: none;
	font-family:  'Muli', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #938a82;
  line-height: 2.8;
  padding: 0 0 0 15px;
}
.select2-container--default .select2-selection--multiple {
	font-family:  'Muli', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #938a82;
  border-color: #e5e1dc;
  border-radius: 2px;
}
.bootstrap-tagsinput {
    width: 100%;
}
.form-control.form-search-input:focus, .select2-container--default.select2-container--focus .select2-selection--multiple,
.selectize-input.focus {
  background-image: none;
  border-color: #60bad1;
  box-shadow: none;
	-webkit-box-shadow: none;
  border-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.select2-search__field, .select2-results__options {
	font-size: 13px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-left: 15px;
}


/* Split with coloured side panel */
.split-content {
	position: relative;
	background: center repeat-y url(/skin/images/split-content-bg.png);
	padding: 75px 0 25px 0;
}
.split-content:after {
	position: absolute;
	content: url(/skin/images/logo-white.png);
	width: 250px;
	height: 56px;
	bottom: 40px;
	left: 50%;
	margin-left: -625px;
}
/* Side content */
.split-content .side-content {
	padding: 0 20px 135px 0;
	min-height: 250px;
}
.side-content .block {
  margin-bottom: 30px;
  padding: 30px 20px 10px;
}
.side-content .block h3 {
	margin-bottom: 15px;
}
/* Main content */
.split-content .main-content {
	padding: 0 50px 50px 50px;
}
.main-content :first-child {
	margin-top: 0;
}
.main-content h2 {
	margin: 70px 0 15px 0;
}
.main-content a {
	text-decoration: underline;
}
.main-content .cols-2 {
	margin: 10px 4px;
	padding: 0;
}
.main-content .cols-2 li {
	float: left;
	width: 50%;
	list-style: none;
	margin: 7px 0;
	padding: 0;
}
.main-content .cols-2 li:before {
  font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 10px;
	font-style: normal;
}
.main-content .cols-2:after {
	clear: left;
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.main-content + .related-links {
	border-top: 1px solid #e5e1dc;
}

/* Related links panel */
.related-links {
	list-style: none;
	margin: 0 0 40px -15px;
	padding: 0;
}
.related-links li {
	border-top: 1px solid #e5e1dc;
	padding: 20px 0 20px 70px;
	font-weight: bold;
}
.related-links li:first-child {
	border: 0;
}
.related-links li:before {
  font-family: 'FontAwesome';
	content: '\f138';
	margin-right: 18px;
	font-style: normal;
}

/* pgl-property */
.label {
  background-color: #60bad1;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
	font-weight: bold;
  margin-right: -4px;
  padding: 12px 20px;
}
.label a {
  color: white;
}
.label a:hover, .label a:focus {
  color: #2b3d6d;
}

.price {
  background-color: #2b3d6d;
}

.pgl-property {
  margin-bottom: 30px;
}
.pgl-property:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.property-thumb-info-image {
	max-height: 240px;
}
.property-thumb-info, .property-thumb-info-image, .pgl-team-item .img-thumbnail-medium {
  overflow: hidden;
  position: relative;
}

.property-thumb-info-image img, .pgl-team-item .img-thumbnail-medium img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
  transform: translate3d(-10px, 0, 0) scale(1.1);
}

.pgl-property:hover .property-thumb-info-image img, .pgl-team-item:hover .img-thumbnail-medium img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.property-thumb-info-image .property-thumb-info-label {
  bottom: 0;
  left: 0;
  position: absolute;
}

.property-thumb-info-content {
  background-color: #FFFFFF;
  padding: 30px 20px 20px;
	min-height: 173px;
}
.property-thumb-info-content h3 {
  margin-bottom: 8px;
	font-size: 18px;
}
.property-thumb-info-content h3 a {
	color: #938a82;
}
.property-thumb-info-content h3 a:hover {
	color: #60bad1;
}
.property-thumb-info-content .category {
	font-size: 14px;
  margin-bottom: 10px;
	line-height: 18px;
}
.property-thumb-info-content p {
  margin: 0;
}

/* Property extra detail */
.extra-detail {
  background-color: #FFFFFF;
	margin-top: 3px;
  padding: 8px 20px;
	font-size: 14px;
}
.extra-detail address {
  margin-bottom: 0;
}
.extra-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.extra-detail ul li {
  display: inline;
}
.extra-detail ul li + li {
  padding-left: 15px;
}
.pgl-detail .extra-detail {
	border: 1px solid #e5e1dc;
	margin: 25px 0;
}
.property-description {
	margin: 30px 0 0 0;
}

/* Blog */
.featured-blog {
	position: relative;
	background: #FFFFFF;
}
.featured-blog .row {
	margin: 0;
}
.featured-blog-heading-bg {
	background: #e5e1dc;
}
.featured-blog-heading {
	position: relative;
	width: 560px;
	height: 300px;
	margin: 0 0 0 auto;
}
.featured-blog-heading h2 {
	position: absolute;
	margin: 0;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	bottom: 0;
}
.featured-blog-content {
	width: 560px;
	height: 300px;
	padding: 35px 55px 0 85px;
}
.featured-blog-content h3 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
/* Blog detail */
.blog-detail {
	margin: 15px 0 10px 0 !important;
	padding: 0;
	border: 0;
}
.blog-detail .list-group-item {
	padding: 0;
	border: 0;
  font-size: 14px;
	font-style: italic;
	line-height: 16px;
}
.blog-detail .list-group-item:before {
  font-family: 'FontAwesome';
	margin-right: 8px;
	font-style: normal;
}
.blog-detail .author:before {
  content: "\f007";
}
.blog-detail .date:before {
  content: "\f133";
}
.blog-detail .category:before {
  content: "\f02d";
}
.featured-blog-content p {
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

.list-group h4 {
	margin-bottom: 0;
}

.featured-item {
  margin-bottom: 20px;
}
.featured-item .property-thumb-info-content {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: none;
  bottom: 0;
  color: white;
  left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
}
.featured-item h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.featured-item h3 a {
  color: white;
}
.featured-item h3 a:hover, .featured-item h3 a:focus {
  color: #2b3d6d;
}
.featured-item p {
  margin: 0;
}
.featured-item .property-thumb-info-content, .featured-item p {
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}
.featured-item .property-thumb-info-content, .featured-item h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.featured-item p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.featured-item:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-item:hover .property-thumb-info-content, .featured-item:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.featured-item:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}


/* agent-item */
.pgl-agent-item-list {
  border-top: 3px solid #e5e1dc;
}
.pgl-agent {
  border-bottom: 3px solid #e5e1dc;
  padding: 20px;
}
.img-thumbnail-small {
	margin: 0 20px 10px 0;
}
.pgl-agent-info {
	margin-top: 30px;
	font-size: 14px;
}
.pgl-agent-info .agent-name {
	font-weight: bold;
}
.pgl-agent .agent-email {
	margin-top: 10px;
	text-align: center;
}

/* Properties enquiry form */
.sidebar .pgl-property-enquiry h3 {
	background: #e66832;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
	text-transform: none;
}
.property-enquiry-form {
  padding: 10px 20px;
}
.property-enquiry-form .g-recaptcha {
	transform: scale(0.74);
	-webkit-transform: scale(0.74);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.pgl-property-enquiry label {
	font-size: 13px;
}

/* accordion */
.panel-group {
  margin-bottom: 0;
}
.panel-group .pgl-panel {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .pgl-panel + .pgl-panel {
  margin-top: 10px;
}
.panel-group .pgl-panel .panel-title {
  font-size: .857em;
  text-transform: uppercase;
}
.panel-group .pgl-panel .panel-title a {
  display: block;
}

.pgl-panel {
  border: none;
}
.pgl-panel > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.pgl-panel .panel-body {
  border: 1px solid #333333;
  padding: 0 20px;
}
.pgl-panel .panel-body p {
  margin-bottom: 15px;
}
.pgl-panel .panel-body ul {
  list-style: none;
  padding: 0;
}
.pgl-panel .panel-body li {
  padding: 8px 20px;
}
.pgl-panel .panel-body li:nth-child(even) {
  background-color: #fafafa;
}
.pgl-panel .panel-body .pgl-agent-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
.pgl-panel .panel-body .pgl-agent-item:hover {
  box-shadow: none;
}
.pgl-panel .panel-title a {
  border: 1px solid #333333;
  border-bottom: none;
  padding: 18px 20px;
}
.pgl-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .3;
}
.pgl-panel .panel-title .collapsed {
  border: 1px solid #dddddd;
}
.pgl-panel .panel-title .collapsed:after {
  content: "+";
}
.pgl-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.pgl-panel .collapse.in .panel-body {
  border-top: none;
}

/* form-newsletter */
.pgl-form-newsletter {
	margin: 35px 0 25px 0;
}
.pgl-form-newsletter .btn {
	font-size: 12px;
	font-weight: normal;
}
.pgl-form-newsletter .form-control {
	background: rgba(255,255,255,0.1);
	border: 0;
	font-size: 12px;
	color: #FFFFFF; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pgl-form-newsletter .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.pgl-form-newsletter .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.pgl-form-newsletter .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.pgl-form-newsletter a {
	display: inline-block;
	margin-top: 5px;
	font-size: 11px;
  color: #abb0bf !important;
}
.pgl-form-newsletter a:hover, .pgl-form-newsletter a:focus {
  color: #FFFFFF !important;
}

/* Scroll to Top */
.scroll-to-top {
  background: rgba(43, 75, 106, 0.2);
  border-radius: 3px;
  bottom: 20px;
  color: #2b4b6a;
  display: block;
  font-size: 13px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 1040;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-to-top .fa {
  color: #FFFFFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #60bad1;
  color: #FFFFFF;
}
.scroll-to-top:hover .fa, .scroll-to-top:focus .fa {
	color: #FFFFFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.scroll-to-top.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* pagination */
.pagination {
	display: block;
  margin: 10px 0 40px;
	font-size: 14px;
	line-height: 30px;
}
.pagination .paging {
	float: left;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	background: #2B3D6D;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 12px;
}
.paging em {
}
.paging em a {
	background: #60bad1;
}
.paging a:hover {
	background: #FFFFFF;
	color: #2B3D6D;
}
.pagination .options {
	float: right;
}
.pagination .result-count {
	float: right;
	margin-right: 20px;
}
.pagination .label {
	padding: 9px 12px;
}
.pagination:after {
	clear: both;
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

/* Single feature image */
.featureimage {
	background: #2b3d6d center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 380px;
}
.nofeatureimage {
	background: #2b3d6d;
	height: 45px;
}


/* pgl-main-slide */
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span {
  background: white;
  height: 14px;
  margin-top: 2px;
  width: 14px;
}
.owl-theme .owl-controls .owl-buttons div, .flex-direction-nav a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
	border: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div .icons, .flex-direction-nav a {
  opacity: 0.51;
  filter: alpha(opacity=51);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover .icons, .owl-theme .owl-controls.clickable .owl-buttons div:focus .icons {
  opacity: 1;
  filter: alpha(opacity=100);
}


.main-slide.home {
	position: relative;
}
.featureoverlay {
	position: absolute;
	width: 860px;
	bottom: 50px;
	left: 50%;
	margin-left: -430px;
	text-align: center;
}
.featureoverlay * {
	color: #FFFFFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.featureoverlay h1 {
	margin-bottom: 15px;
}
.featureoverlay p {
	margin: 15px 0;
}
.pgl-main-slide .item {
  position: relative;
	background: center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.pgl-main-slide .item:after {
	background: rgba(0,0,0,0.4);
	content: ".";
  display: block;
  clear: both;
  line-height: 0;
	width: 100%;
  height: 100%;
}
.main-slide.home .pgl-main-slide .item {
	height: 600px;
}
.pgl-main-slide .item-caption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pgl-main-slide .item-caption .container {
  display: table;
  height: 100%;
}
.pgl-main-slide .item-caption .property-info {
  display: table-cell;
  padding-right: 50%;
  vertical-align: middle;
}
.pgl-main-slide .item-caption .property-thumb-info-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
  padding: 26px 30px;
}
.pgl-main-slide .item-caption h2 {
  font-size: 1.714em;
  margin-bottom: 8px;
  text-transform: none;
}
.pgl-main-slide .item-caption p {
  margin: 0;
}
.pgl-main-slide .owl-pagination {
  left: 0;
  position: absolute;
  width: 100%;
}
.pgl-main-slide .owl-pagination {
  bottom: 23px;
}
.pgl-main-slide .owl-controls .owl-buttons div {
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}
.pgl-main-slide .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.pgl-main-slide .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.pgl-main-slide .owl-controls.clickable .owl-buttons div:hover, .pgl-main-slide .owl-controls.clickable .owl-buttons div:focus, .flex-direction-nav a:hover, .flex-direction-nav a:hover {
  background-color: #60bad1;
	color: #FFFFFF !important;
}
.pgl-main-slide:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Featured slider */
.featured-slide .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-slide .owl-controls .owl-buttons .owl-prev {
  left: -80px;
}
.featured-slide .owl-controls .owl-buttons .owl-next {
  right: -80px;
}

/* pgl-pro-slide */
.pgl-pro-slide .owl-controls {
  position: absolute;
  right: 15px;
  top: -72px;
}
.pgl-pro-slide .owl-controls .owl-buttons div {
  background-color: transparent;
  border-radius: 0;
}
.pgl-pro-slide .owl-controls .owl-buttons div .icons {
  background: none;
  border: 2px solid #333333;
  color: #333333;
  font-style: normal;
  height: 40px;
  line-height: 38px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  width: 40px;
}
.pgl-pro-slide .owl-controls .owl-buttons div .icons:hover, .pgl-pro-slide .owl-controls .owl-buttons div .icons:focus {
  background-color: #333333;
  color: white;
}
.pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
  font-family: 'FontAwesome';
  font-size: 1.166em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.pgl-pro-slide .owl-controls .owl-buttons div .icon-left:after {
  content: "\f053";
}
.pgl-pro-slide .owl-controls .owl-buttons div .icon-right:after {
  content: "\f054";
}
.pgl-pro-slide .owl-controls .owl-buttons .owl-next {
  margin-left: 10px;
}

/* listing-header */
.listing-header {
  margin-bottom: 30px;
	font-size: 14px;
}

.list-icons {
  margin: 0;
}
.list-icons li {
  padding-right: 0;
}
.list-icons a {
  border: 1px solid #dddddd;
  color: #333333;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.list-icons .active a, .list-icons a:hover, .list-icons a:focus {
  background-color: #333333;
  border-color: #333333;
  color: white;
}

.list-sort, .list-results {
  margin: 0;
	padding: 0;
}
.list-sort li, .list-results li {
	padding: 0;
}
.list-sort label {
  display: inline-block;
}

/* content */
.content {
  padding-top: 60px;
}
.content .pgl-featured, .content .pgl-properties {
  padding-top: 0;
}

.about-item {
  margin-bottom: 50px;
}
.about-item .post-mid {
  margin-bottom: 0;
}

.pgl-group-faqs {
  margin-bottom: 70px;
}

/* 404 */
.pgl-error {
  padding: 74px 0 125px;
}

.error-title {
  font-size: 17.143em;
  margin-bottom: 10px;
}

.error-msg {
  font-size: 1.285em;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* sidebar */
.sidebar {
}
.sidebar h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
	border-bottom: 3px solid #e5e1dc;
}
.sidebar .block {
  margin-bottom: 30px;
  padding: 30px 20px 10px;
}
.sidebar .pgl-advanced-search {
  border-bottom: none;
}
.sidebar .pgl-pro-slide .owl-controls {
  right: 0;
  top: -34px;
}
.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons {
  height: 20px;
  line-height: 16px;
  width: 20px;
}
.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
  font-size: .583em;
}
.sidebar .pgl-testimonials {
  padding: 0;
}
.sidebar .pgl-testimonial {
  height: auto;
}
.sidebar .pgl-testimonial .owl-item > div {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
  left: 10px;
}
.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-next {
  right: 10px;
}
.sidebar .blk-search {
  background-color: #111;
  padding: 20px;
}
.sidebar .blk-ads {
  padding: 0;
}

.form-search {
  position: relative;
}
.form-search .form-group, .form-search .form-control {
  width: 100%;
}
.form-search .form-control {
  border-color: white;
}
.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* list-cat */
.list-cat {
  margin-bottom: 15px;
}
.list-cat li + li {
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
  padding-top: 5px;
}
.list-cat a {
  color: #333333;
}
.list-cat a:hover, .list-cat a:focus {
  color: #2b3d6d;
}
.list-cat span {
  color: #999;
}

.second-tabs {
  font-size: .929em;
  margin-bottom: 20px;
  margin-left: -3px;
  margin-right: -3px;
  /* end li */
}
.second-tabs li {
  margin: 0 3px 10px;
  position: relative;
  z-index: 1;
}
.second-tabs li a {
  background: #f0f0f0;
  border: none;
  color: #333333;
  margin-right: 0;
  padding: 10px;
}
.second-tabs li.active:after {
  bottom: -5px;
  height: 0;
  border-top: 5px solid #2b3d6d;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.second-tabs li.active a {
  background-color: #2b3d6d;
  border: none;
  color: white;
}
.second-tabs li.active a:hover, .second-tabs li.active a:focus {
  background-color: #2b3d6d;
  border: none;
  color: white;
}

/* properties-listing */
.properties-listing .property-thumb-info {
  padding-right: 30px;
}
.properties-listing .property-thumb-info-content, .properties-listing .extra-detail {
  padding-left: 0;
  padding-right: 0;
}
.properties-listing .property-thumb-info-content {
  height: 198px;
  overflow: hidden;
}
.properties-listing .property-thumb-info-image .property-thumb-info-label {
  bottom: auto;
  top: 20px;
}

/* grid-agents */
.grid-agents {
  padding: 33px 0 40px;
}
.grid-agents .img-thumbnail-medium {
  margin-bottom: 10px;
}

/* about */
.pgl-intro {
  margin-bottom: 53px;
  padding-top: 70px;
}
.pgl-intro .lead {
  font-size: 1.285em;
  line-height: 1.6;
  padding: 45px 85px;
}
.pgl-intro .lead p {
  margin: 0;
}

.pgl-img-slide .item-caption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  left: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
}
.pgl-img-slide .item-caption p {
  margin: 0;
}
.pgl-img-slide .owl-controls {
  bottom: 15px;
  right: 30px;
  top: auto;
}
.pgl-img-slide .owl-controls .owl-buttons div .icons {
  border-color: white;
  color: white;
}
.pgl-img-slide .owl-controls .owl-buttons div .icons:hover {
  background-color: #2b3d6d;
  border-color: #2b3d6d;
}

/* pgl-offer */
.pgl-offer {
  padding-bottom: 45px;
}

.offer-item {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 80px 25px 45px;
  position: relative;
  text-align: center;
}
.offer-item * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.offer-item .offer-item-inner {
  position: relative;
  z-index: 2;
}
.offer-item h3 {
  color: #2b3d6d;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-item .icons {
  margin: 0 auto;
}
.offer-item:after {
  background-color: #2b3d6d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.offer-item:hover {
  color: white;
}
.offer-item:hover h3 {
  color: white;
}
.offer-item:hover .icon-hand {
  background-position: 0 -180px;
}
.offer-item:hover .icon-home {
  background-position: -140px -180px;
}
.offer-item:hover .icon-chart {
  background-position: -70px -180px;
}
.offer-item:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.pgl-offer.pgl-bg-dark {
  padding-bottom: 15px;
  padding-top: 73px;
}
.pgl-offer.pgl-bg-dark h2 {
  color: white;
}
.pgl-offer.pgl-bg-dark .offer-item {
  padding-bottom: 0;
  padding-top: 45px;
}
.pgl-offer.pgl-bg-dark .offer-item h3 {
  color: white;
}
.pgl-offer.pgl-bg-dark .offer-item .icon-hand {
  background-position: 0 -260px;
}
.pgl-offer.pgl-bg-dark .offer-item .icon-home {
  background-position: -140px -260px;
}
.pgl-offer.pgl-bg-dark .offer-item .icon-chart {
  background-position: -70px -260px;
}
.pgl-offer.pgl-bg-dark .offer-item:hover h3 {
  color: #2b3d6d;
}
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-hand {
  background-position: 0 -180px;
}
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-home {
  background-position: -140px -180px;
}
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-chart {
  background-position: -70px -180px;
}
.pgl-offer.pgl-bg-dark .offer-item:hover:after {
  display: none;
}

/**/
.pgl-testimonials-full {
  margin-bottom: 70px;
}
.pgl-testimonials-full .pgl-testimonial {
  height: auto;
  padding-top: 60px;
}
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons {
  text-align: left;
  top: 86px;
}
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons > div {
  top: 90px;
}
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
  left: 272px;
  right: auto;
}
.pgl-testimonials-full .testimonial {
  font-size: 1.285em;
  font-weight: 100;
  padding-top: 30px;
  text-align: left;
}

/* pgl-team */
.pgl-teams {
  padding-bottom: 60px;
}

.social-links {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-links li {
  display: inline-block;
}
.social-links a {
  border: 2px solid white;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  width: 40px;
}
.social-links a:hover, .social-links a:focus {
  border-color: #2b3d6d;
  color: #2b3d6d;
}

.pgl-team-item {
  margin-bottom: 30px;
}
.pgl-team-item .img-thumbnail-medium:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pgl-team-item .social-links {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.pgl-team-item .social-links li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-110px, 0, 0);
  transform: translate3d(-110px, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.pgl-team-item:hover .img-thumbnail-medium:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pgl-team-item:hover .social-links li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.pgl-team-info {
  padding: 30px;
}
.pgl-team-info h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pgl-team-info p {
  margin-bottom: 15px;
}
.pgl-team-info .text-muted {
  color: #999;
}
.pgl-team-info a {
  border-bottom: 1px solid #dddddd;
  color: #333333;
}
.pgl-team-info a:hover, .pgl-team-info a:focus {
  border-bottom-color: #2b3d6d;
  color: #2b3d6d;
}

.property-details {
	padding: 25px 0 30px 0;
}
/* pgl-pro-detail */
.pgl-pro-detail {
  margin-bottom: 53px;
}

/* flexslider */
.flex-control-thumbs {
  margin: 30px 25px;
  width: auto;
}
.flex-control-thumbs li {
  padding: 0 5px;
  width: 20%;
}

.flex-direction-nav a {
  border: 2px solid white;
  bottom: 181px;
  color: white;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: -9999em;
  text-shadow: none;
  top: auto;
}
.flex-direction-nav a:before {
  font-size: 1em;
  height: 100%;
  line-height: 36px;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  border-color: #2b3d6d;
  color: #2b3d6d;
}
.flex-direction-nav .flex-prev {
  left: auto;
  right: 70px;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: left;
}

.flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.flexslider .slides > li {
  position: relative;
}
.flexslider .property-thumb-info-label {
  bottom: 0;
  left: 0;
  position: absolute;
}
.flexslider:hover .flex-prev {
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider:hover .flex-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}

#slider .flex-direction-nav a {
  bottom: 20px;
}

#carousel {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
  padding: 30px;
}
#carousel .slides li {
  margin-right: 10px;
}
#carousel .flex-direction-nav a {
  bottom: 50%;
  margin-bottom: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#carousel .flex-direction-nav .flex-prev {
  left: 60px;
  right: auto;
}
#carousel .flex-direction-nav .flex-next {
  right: 60px;
}
#carousel:hover .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* extra-detail-detail */
.extra-detail-detail {
  border: 1px solid #333333;
  padding: 20px;
}

.pgl-detail {
	margin-top: 40px;
  padding: 0 30px 30px;
}
.pgl-detail h2 {
  font-size: 2.142em;
  text-transform: none;
}
.pgl-detail h2, .pgl-detail p {
  margin-bottom: 15px;
}
.pgl-detail h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.pgl-detail .category {
	font-size: 14px;
}
.pgl-detail .property-no {
	font-size: 12px;
	font-style: italic;
}

/* pgl-property-thumb */
.properties-listing .pgl-property-thumb .property-thumb-info {
  padding-right: 20px;
}
.properties-listing .pgl-property-thumb .property-thumb-info-content {
  height: 136px;
  padding-top: 25px;
}

/* form-contact */
.form-contact {
  padding-top: 15px;
}

/* Key Staff List */
.key-staff-list {
	margin-bottom: 1px;
	padding: 30px 0;
}
.key-staff-list .row {
	background: #FFFFFF;
	margin-bottom: 30px;
}
.key-staff-list .key-staff-image {
	margin-left: -15px;
	margin-right: -15px;
}
.key-staff-list .key-staff-content {
	position: relative;
	min-height: 390px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 110px;
}
.key-staff-list .key-staff-content p {
	margin: 0;
	padding: 15px 40px;
}
.key-staff-list .key-staff-content p:first-child {
	padding-top: 40px;
}
.key-staff-list .key-staff-title {
	position: absolute;
	background: bottom center no-repeat url(/skin/images/bc-blue-label.svg);
	width: 100%;
	height: 73px;
	line-height: 50px;
	color: #FFFFFF;
	padding: 23px 40px 0 40px;
	bottom: 0;
	right: 0;
}

/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 400px;
	border: 3px solid #FFFFFF;
}
/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}
.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}
/* Megafolio gallery */
.gallery-container {
	max-width: 747px;
	min-width: 200px;
	width: auto;
	margin: auto;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.gallery-container .megafolio-container {
	width:100%; 
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gallery-container .mega-hover {
	background-color: rgba(0,0,0,0.3);
}
.gallery-container .mega-hover a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.gallery-container .mega-hover a:hover {
	color: #60bad1;
}
.gallery-container .fatcaption-bottom {
	background: #2b3d6d;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice, .selectize-control.multi .selectize-input > div {
		background-color: #60bad1;
    border: 1px solid #60bad1;
    border-radius: 0;
    color: #fff;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 13px;
		line-height: 24px;
}
.selectize-control.multi .selectize-input .item {
	background-color: #60bad1;
  border-color: #60bad1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		float: right;
    color: #fff;
		margin-right: 0;
		margin-left: 5px;
}
.selectize-control.multi .selectize-input.has-items {
	padding-top: 0;
}
.selectize-control.multi.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 17px !important;
	padding-left: 5px;
}
