h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  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: #f36f21;
}

h1 {
  font-size: 42px;
	font-weight: 300;
  margin: 0 0 22px 0;
}
h2 {
  font-size: 36px;
	font-weight: 300;
	color: #333333;
  margin: 42px 0 22px 0;
}

h3 {
  font-size: 22px;
	color: #f37021;
}
h3 a {
	color: #f37021;
}

h4 {
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
}

p, ul, ol {
  margin: 0 0 25px;
}

a {
  color: #f37021;
  -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: #f36f21;
  outline: none;
  text-decoration: underline;
}

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;
}

.label {
  background-color: #182c49;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
	font-weight: bold;
  margin-right: -4px;
  padding: 6px;
}
.label a {
  color: white;
}

.more-info {
	color: #e66832 !important;
	font-weight: 600;
	text-transform: uppercase;
}
.more-info:after {
  font-family: 'FontAwesome';
	color: #e66832;
	content: '\f105';
	margin-left: 5px;
}
.more-info:hover, .more-info:hover:after {
	color: #182c49 !important;
}

.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;
}
.owl-buttons .fa-angle-left, .owl-buttons .fa-angle-right {
  display: block;
  height: 60px;
  width: 35px;
	line-height: 60px;
  font-size: 100px;
	color: #b2b2b2;
}
.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: 2px;
  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: #f36f21;
  box-shadow: none;
}
.form-group .required:after, .captcha:after {
	content: '*';
	font-weight: bold;
	color: #e66832;
	margin-left: 3px;
}

/* buttons */
.btn {
  border-radius: 2px;
	font-size: 15px;
  font-weight: 800;
  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 #172b49;
  color: #172b49;
}
.btn-default:hover, .btn-default:focus {
  background-color: transparent;
  border-color: #172b49;
  color: #172b49;
}

.btn-primary {
  background-color: #172b49;
  border-color: #172b49;
	color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #f36f21;
  border-color: #f36f21;
  color: #FFFFFF;
}

.btn-info {
  background-color: #f36f21;
  border-color: #f36f21;
}
.btn-info:hover, .btn-info:focus {
  background-color: #172b49;
  border-color: #172b49;
}

.btn-alt {
  border: 2px solid #FFFFFF;
	font-size: 14px;
	font-weight: 400;
  color: #FFFFFF;
	text-transform: none;
}
.btn-alt:hover, .btn-alt:focus {
  border-color: #172b49;
	color: #172b49;
}
.btn .fa-angle-right {
	margin-left: 10px;
}

.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;
}

/* divider */
hr {
  border-color: #EAEAEA;
}

.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: #172b49;
  color: white;
}


/* 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;
}
.side-content .block {
  margin-bottom: 30px;
  padding: 30px 20px 10px;
}
.side-content .block h3 {
	margin-bottom: 15px;
}
/* Main content */
.main {
	position: relative;
	background: #f2f2f2;
}
.split-content .main-content {
	padding: 0 50px 50px 50px;
	min-height: 250px;
}
.main-content :first-child {
	margin-top: 0;
}
.main-content h2 {
	margin: 70px 0 15px 0;
}
.main-content a {
	text-decoration: underline;
}

/* Blog */
.featured-blog .post-image img {
	margin: 0 15px 25px 0;
}
.featured-blog .more-info {
	font-size: 11px;
}

/* Blog detail */
.blog-detail {
	margin: 15px 0 10px 0;
	padding: 0;
	border: 0;
}
.blog-detail .list-group-item {
	padding: 0;
	border: 0;
  font-size: 14px;
	font-style: italic;
}
.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: #172b49;
}
.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;
}
.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);
}

/* 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: #f36f21;
  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: #182c49;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 12px;
}
.paging em {
}
.paging em a {
	background: #f37021;
}
.paging a:hover {
	background: #FFFFFF;
	color: #182c49;
}
.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 {
	position: relative;
	height: 390px;
	background: #172b49 center center no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.featureimage:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 390px;
	z-index: 1;
	opacity: 0.7;
	background: #172b49;
}
.nofeatureimage {
	background: #172b49;
	height: 390px;
}

/* Video */
#feature.featurevideo {
	height: 700px;
}
.featurevideo-bg {
    position: fixed;
		background: center center / cover no-repeat;
		width: 100%;
		height: 700px;
    overflow: hidden;
    z-index: -100;
}
.featurevideo-bg video {
 /*   position: absolute;
		width: 100%;
		height: 700px;*/
		position:absolute;
    top: -99999px;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
/* Feature text overlay */
.featuretext {
	position: relative;
	/*width: 730px;*/
	padding-top: 140px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	z-index: 998;
}
.featuretext p {
	margin: 0;
}
.featuretext.video {
	width: 100%;
	padding-top: 300px;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: -1px;
}
.featuretext.video p {
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.featurecontent-home {
	position: absolute;
	background: center center no-repeat url(/skin/images/featurecontent-home.png);
	width: 100%;
	height: 811px;
	top: -263px;
	padding-top: 325px;
	z-index: 997;
}
.featurecontent-home p {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 34px;
}
.featurecontent-home a {
	color: #FFFFFF;
	text-decoration: underline;
}
.featurecontent-home a:hover {
	color: #172b49;
	text-decoration: none;
}
.featurecontent-home a.btn {
	text-decoration: none;
}


.featurecontent-sub {
	position: relative;
	z-index: 998;
	padding: 105px 0 0 0;
}
.featurecontent-sub:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 456px;
	top: -390px;
	background: top center no-repeat url(/skin/images/featurecontent-sub.png);
	z-index: 997;
}
.featurecontent-sub p {
}

.img-curve {
	margin-top: 80px;
	width: 100%;
	height: 50px;
}

.featurecontent-services {
	position: relative;
	background: #f2f2f2 center 290px no-repeat url(/skin/images/featurecontent-services.jpg);
	padding-top: 720px;
	text-align: center;
}
.featurecontent-services .img-curve {
	margin-top: 0;
}
.featurecontent-services h2 {
	margin: 0;
}
.featurecontent-services ul {
	background: top center no-repeat url(/skin/images/tag-e-mono.png);
	margin: 0;
	padding: 35px 0 55px 0;
}
.featurecontent-services li {
	vertical-align: top;
}
.featurecontent-services li a {
	display: block;
	background: center center no-repeat url(/skin/images/diamond-eto.svg);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.featurecontent-services li a:hover {
	display: block;
	background: center center no-repeat url(/skin/images/diamond-etb.svg);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.featurecontent-services h2 {
	font-size: 42px;
}
.featurecontent-services h4 {
	width: 130px;
	margin: 20px auto;
}

.feature-portfolio {
	background: #FFFFFF bottom center repeat-x url(/skin/images/wood-grain.jpg);
	text-align: center;
	padding-bottom: 43px;
}
.feature-portfolio .container {
	background: bottom center no-repeat url(/skin/images/screen-display.png);
	padding-bottom: 149px;
}
.feature-portfolio .owl-carousel {
	width: 664px;
	margin: 0 auto;
}
.feature-portfolio h2 {
	font-size: 42px;
}
.feature-portfolio h4 {
	margin: 0;
	font-size: 28px;
	color: #333333;
	font-weight: 400;
	text-transform: none;
}
.feature-portfolio em {
	display: block;
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.feature-portfolio .portfolio-media {
	margin-top: 48px;
}


.portfolio-list, .contact-form, .blog-comments {
	background: #FFFFFF;
	padding-top: 30px;
}
.contact-form, .blog-comments {
	padding: 20px 0 60px 0;
}

/* 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;
}
.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: 765px;
}
.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 {
	color: #f37021;
}
.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);
	margin-top: 20px;
}
.featured-slide .owl-controls .owl-buttons .owl-prev {
  left: -110px;
}
.featured-slide .owl-controls .owl-buttons .owl-next {
  right: -110px;
}
.featured-slide .owl-controls .owl-buttons div:hover i {
	color: #f37021;
}

/* 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: #172b49;
}
.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 #172b49;
  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: #172b49;
  border: none;
  color: white;
}
.second-tabs li.active a:hover, .second-tabs li.active a:focus {
  background-color: #172b49;
  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-testimonials */
.grid-testimonials {
}
.grid-testimonials img {
	margin: 0 auto 20px auto;
}
.grid-testimonials .media-box-title {
	letter-spacing: 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}


/* 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: #172b49;
  border-color: #172b49;
}

/* 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: #172b49;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-item .icons {
  margin: 0 auto;
}
.offer-item:after {
  background-color: #172b49;
  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: #172b49;
}
.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: #172b49;
  color: #172b49;
}

.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: #172b49;
  color: #172b49;
}
/* pgl-pro-detail */
.pgl-pro-detail {
  margin-bottom: 53px;
}


/* 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;
}


/* form-contact */
.form-contact {
  padding-top: 15px;
}


/* 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: #f36f21;
}
.gallery-container .fatcaption-bottom {
	background: #172b49;
}




/* Mediaboxes */
		.thumbnail-overlay i.fa, .media-box-play-button, .media-box-sound-button{
  		background: #f37021;
		}
		.thumbnail-overlay i.fa:hover{
				background: #182c49 !important;
		}
		.media-boxes-filter>li a.selected {
				background: #f37021 !important;
		}
		/* hide no more entries button */
		.media-boxes-no-more-entries{
			display: none;
		}

		/* Set the style of the thumbnail overlay items */
		.media-box-title{
			color: #f36f21;
			font-size: 24px;
			font-weight: 600;
			margin-bottom: 5px;
			text-transform: uppercase;
			letter-spacing: 2px;
			line-height: 28px;
		}
		.media-box-title.blog-title {
			font-size: 20px;
			margin-bottom: 10px;
			text-transform: none;
			letter-spacing: normal;
			line-height: 24px;
		}
		.media-box-date {
			color: #F2F2F2;
			font-size: 14px;
			line-height: 20px;
		}
		.media-box-date.blog-date {
			color: #666666;
			font-size: 12px;
		}
		.media-box-date.blog-date strong {
			font-weight: 600;
		}
		.media-box-text {
			font-size: 14px;
			color: #333333;
			line-height: 22px;
		}

		/* Remove box shadow and border-radius from the media boxes */
		.media-box-container{
			position: relative;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
			-o-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
			-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
			box-shadow: 0 1px 2px rgba(0,0,0,0.35);
			border-top: 1px solid #EAEAEA;
		}

		/* thumbnail overlay background */
		.thumbnail-overlay{
    		background-color: rgba(0,0,0, .40);

    		-webkit-transition: all 0.2s ease-out;
		       -moz-transition: all 0.2s ease-out;
		         -o-transition: all 0.2s ease-out;
		            transition: all 0.2s ease-out;
		}

		/* thumbnail overlay background (in the first grid change the initial background) */
		#grid .thumbnail-overlay{
    		background-color: rgba(0,0,0, 0);
		}

		/* hover effect on the thumbnail-overlay */
		.thumbnail-overlay:hover{
    		background-color: rgba(24,44,73, .70) !important;
		}
		
		/* hover effect on the image */
		.media-box-image img{
		    -webkit-transition: all 0.6s ease-in-out;
		       -moz-transition: all 0.6s ease-in-out;
		         -o-transition: all 0.6s ease-in-out;
		        -ms-transition: all 0.6s ease-in-out;
		            transition: all 0.6s ease-in-out;

		    -webkit-transform-origin: bottom left;
		       -moz-transform-origin: bottom left;
		         -o-transform-origin: bottom left;
		        -ms-transform-origin: bottom left;
		            transform-origin: bottom left;
		}
		/*.media-box-image:hover img{
		    -webkit-transform: scale(1.2) translate(-20px);
		       -moz-transform: scale(1.2) translate(-20px);
		         -o-transform: scale(1.2) translate(-20px);
		        -ms-transform: scale(1.2) translate(-20px);
		            transform: scale(1.2) translate(-20px);
		}*/
		.broken-image-here {
			background: #eaeaea center center no-repeat url(/skin/images/logo-mark-e.png);
		}