/*slideshow*/

:root {
    --primary-text-color: #626262;
	
	--default-transition: .35s ease-in-out;
	--transition: all .3s ease-in-out;
}

.slideshow-area,
.slider-holder {
	position: relative;
}

.slider-holder:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .25;
	pointer-events: none;
	z-index: 1;
}

.slider-holder .swiper-slide canvas {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 5;
}

.slider-content .site-name a {
	font-size: 90px;
	font-size: 100px;
	color: #E6DDC8;
	font-family: var(--primary-font);
	text-transform: uppercase;
	letter-spacing: 4.5px;
}

.slider-content .site-name {
	text-align: center;
	margin-bottom: 30px;
}

.slider-content .site-name p {
	font-size: 20px;
	color: #E6DDC8;
	line-height: 1.3;
}

/*quick search*/

.qs-form .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 300px !important;
}

.qs-btn-trigger a {
	display: block;
	/*max-width: 308px;*/
	max-width: 250px;
	margin: 0 auto;
	border: solid 3px #E6DDC8;
	/*font-size: 16px;*/
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #E6DDC8;
	/*height: 76px;
	line-height: 76px;*/
	height: 50px;
  line-height: 50px;
	font-family: var(--primary-font);
	letter-spacing: .9px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qs-btn-trigger a:hover {
	background: var(--secondary-color);
	border: solid 3px var(--secondary-color);
}

.qs-btn-trigger a.hide-me {
	opacity: 0;
	visibility: hidden;
}

.qs-popup {
	position: relative;
	top: -4px;
	margin-top: -63px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qs-popup.show-me {
	visibility: visible;
	opacity: 1;
}

.qs-holder {
	font-size: 0;
	position: relative;
	z-index: 5;
	padding-bottom: 7px;
}

.qs-title {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	padding-top: 11px;
}

.qs-title i {
	font-size: 40px;
	color: var(--secondary-color);
}

.qs-form {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
}

.qs-form p {
	font-size: 14px;
	color: #E6DDC8;
	text-align: right;
	padding: 15px 0 0;
}

.qs-form select,
.qs-form input {
	border-radius: 0;
	color: #171b4c;
	font-size: 11px;
	font-weight: 400;
	font-family: var(--primary-font);
	-webkit-appearance: none;
	text-transform: uppercase;
	-moz-appearance: none;
	background: rgba(255, 255, 255, .85) url(../../images/qs-arrow.png) no-repeat scroll right 12px center;
	width: 100%;
	height: 58px;
	padding: 0 15px;
	letter-spacing: 1px;
	border: none;
	/*line-height: 1;*/
	;
}

.bootstrap-select>.dropdown-toggle {
	border-radius: 0;
	color: #171b4c !important;
	font-size: 11px;
	font-weight: 400;
	font-family: var(--primary-font);
	-webkit-appearance: none;
	text-transform: uppercase;
	-moz-appearance: none;
	background: rgba(255, 255, 255, .85) url(../../images/qs-arrow.png) no-repeat scroll right 12px center;
	width: 100%;
	height: 58px;
	padding: 0 15px;
	letter-spacing: 1px;
	border: none;
}

.qs-form input {
	background: rgba(255, 255, 255, .85);
}

.qs-form select::-ms-expand {
	display: none;
}

.qs-form .qs-field {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 5px;
}

.btn-form.qs-field input,
.btn-form.qs-field a {
	font-size: 16px;
	color: var(--secondary-text-color);
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	background: var(--secondary-color);
	border: 0 !important;
	display: block;
	line-height: 58px;
	height: 58px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-form.qs-field input:hover {
	color: var(--secondary-text-color);
	background: var(--primary-color);
}

.btn-form.qs-field {
	position: relative;
	margin-right: 0;
}

.long-form {
	width: 17%;
}

.short-form {
	width: 10%;
}

.btn-form.qs-field.qsbtn1 {
	margin-left: 3px;
	margin-right: 12px;
	width: 13%;
}

.btn-form.qs-field a {
	background: transparent;
	color: #E6DDC8;
}

.btn-form.qs-field a:hover {
	color: var(--secondary-color);
}

/*cta*/
section.cta-area {
	position: relative;
	padding: 90px 0;
}

.cta-holder {
	position: relative;
	margin: 0 -8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cta-list {
	padding: 8px;
}

.cta-list a {
	display: block;
	position: relative;
}

.cta-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.cta-photo canvas {
	display: block;
	width: 100%;
	background: #000;
	opacity: .1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	background: #E6DDC8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px rgba(255, 255, 255, .2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-label span {
	display: block;
	color: var(--secondary-color);
	font-size: 20px;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-label {
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color);
	font-family: var(--primary-font);
	line-height: 1.4;
	height: 51%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 28px;
	height: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	opacity: .2;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 28px;
	height: calc(100% - 50%);
	border-top: solid 1px #E6DDC8;
	border-bottom: solid 1px #E6DDC8;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cta-list a:hover .cta-photo canvas {
	opacity: 1;
	background: #182955;
}

.cta-list a:hover .cta-label::after {
	height: calc(100% - 50%);
	opacity: 0;
}

.cta-list a:hover .cta-label::before {
	height: 100%;
	opacity: .2;
}

.cta-list a:hover .cta-content {
	background: var(--secondary-color);
}

.cta-list a:hover .cta-label,
.cta-list a:hover .cta-label span {
	color: #E6DDC8;
}

/*welcome*/
section.welcome-area {
	background: var(--primary-color);
}

.wc-row::before {
	display: none;
}

.wc-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wc-content {
	padding: 40px 0;
}

.wc-content h1,
.wc-content h2 {
	font-size: 50px;
	color: #E6DDC8;
	text-transform: uppercase;
	font-family: var(--primary-font);
	letter-spacing: 3.8px;
	position: relative;
	padding-bottom: 39px;
	left: -3px;
	margin-bottom: 38px;
}

.wc-content h1 span,
.wc-content h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
	padding: 0 2px;
}

.wc-content h1::before,
.wc-content h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 57px;
	height: 1px;
	background: #E6DDC8;
}

.wc-content p {
	font-size: 16px;
	color: #E6DDC8;
	font-family: var(--body-font);
	line-height: 1.65;
	padding-right: 65px;
	padding-bottom: 26px;
}

a.wc-link {
	display: block;
	max-width: 195px;
	margin: 23px 0 0;
	border: solid 1px #E6DDC8;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #E6DDC8;
	height: 52px;
	line-height: 52px;
	font-family: var(--primary-font);
	letter-spacing: 1.3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.wc-link:hover {
	background: var(--secondary-color);
	border: solid 1px var(--secondary-color);
	color: var(--secondary-text-color);
}

.wc-photo {
	width: calc((100vw - 1125px) / 2 + 100%);
	position: relative;
	margin-left: -15px;
}

/*featured properties*/
section.featured-properties-area {
	background: var(--primary-color);
}

.fp-row::before {
	display: none;
}

.fp-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fp-photo-holder {
	width: calc((100vw - 1125px) / 2 + 100%);
	position: relative;
	float: right;
	margin-right: -15px;
}

.fp-photo-list {
	background: #1e1e1e;
}

.fp-photo-list a {
	display: block;
}

.fp-photo-list canvas {
	display: block;
	width: 100%;
	opacity: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fp-photo-list a:hover canvas {
	opacity: .8;
}

.fp-arrow-holder span {
	font-size: 17px;
	color: var(--secondary-text-color);
	cursor: pointer;
	position: relative;
	pointer-events: auto;
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #E6DDC8;
}

.fp-arrow-holder span:hover {
	background: var(--primary-color);
	color: #E6DDC8;
}

.fp-arrow-holder {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	z-index: 5;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fp-photo-slick-slider .slick-slide>div>div {
	display: block !important;
}

.fp-link a:hover {
	background: var(--secondary-color);
	border: solid 1px var(--secondary-color);
	color: var(--secondary-text-color);
}

.fp-link a {
	display: block;
	max-width: 195px;
	margin: 23px 0 0;
	border: solid 1px #E6DDC8;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #E6DDC8;
	height: 52px;
	line-height: 52px;
	font-family: var(--primary-font);
	letter-spacing: 1.3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fp-title {
	font-size: 40px;
	color: #E6DDC8;
	text-transform: uppercase;
	font-family: var(--primary-font);
	letter-spacing: 3.8px;
	position: relative;
	padding-bottom: 35px;
	left: -1px;
	margin-bottom: 56px;
}

.fp-title span {
	display: block;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	padding: 0 2px;
}

.fp-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 57px;
	height: 1px;
	background: #E6DDC8;
}

.fp-address {
	font-size: 18px;
	color: #E6DDC8;
	font-family: var(--body-font);
	line-height: 1.4;
	letter-spacing: .1px;
	margin-bottom: 24px;
}

.fp-price {
	font-size: 45px;
	color: #E6DDC8;
	font-family: var(--body-font);
	margin-bottom: 27px;
}

.fp-specs {
	font-size: 18px;
	color: #E6DDC8;
	font-family: var(--body-font);
	margin-bottom: 46px;
}

.fp-details-holder {
	padding-left: 97px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

/*facebook feed*/
section.facebook-feed-area {
	background: #E6DDC8;
}

.fb-feed-row::before {
	display: none;
}

.fb-feed-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fb-link a:hover {
	background: #0b0e3b;
	border: solid 1px #0b0e3b;
	color: #E6DDC8;
}

.fb-link a {
	display: block;
	max-width: 256px;
	margin: 38px auto 0;
	border: solid 1px #E6DDC8;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #E6DDC8;
	height: 68px;
	line-height: 68px;
	font-family: var(--primary-font);
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fb-feed-icon {
	width: 70px;
	height: 70px;
	background: #171b4c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 31px;
	text-transform: uppercase;
	color: #E6DDC8;
	font-family: var(--primary-font);
	margin-right: 18px;
	position: relative;
}

.fb-feed-icon canvas {
	display: block;
	width: 100%;
}

.fb-feed-icon img {
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fb-feed-title {
	font-size: 32px;
	text-transform: uppercase;
	color: #1f2122;
	font-family: var(--primary-font);
	letter-spacing: .3px;
}

.fb-feed-title span {
	font-size: 16px;
	display: block;
	color: var(--primary-text-color);
	text-transform: none;
	font-family: var(--primary-font);
	margin-top: 5px;
}

.fb-feed-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	margin-bottom: 22px;
}

.fb-feed-bottom p {
	font-size: 18px;
	color: var(--primary-text-color);
	font-family: var(--primary-font);
	letter-spacing: .3px;
	padding-bottom: 13px;
}

.fb-feed-links a {
	font-size: 15px;
	color: #171b4c;
	font-family: var(--primary-font);
	letter-spacing: .3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
}

.fb-feed-links a:hover {
	color: var(--primary-text-color);
}

.fb-feed-links span {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #171b4c;
	border-radius: 100%;
	margin: 0 5px;
}

.fb-feed-list {
	border-bottom: solid 1px #d1d1d1;
	padding: 31px 0 22px;
}

.fb-feed-list:last-child {
	border-bottom: solid 1px transparent;
}

.facebook-feed-content {
	padding: 11px 0 16px 34px;
}

.facebook-feed-header {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.fb-header-inner {
	position: relative;
	z-index: 5;
}

.fb-left-bg {
	position: absolute;
	top: 0;
	right: -15px;
	width: calc((100vw - 1125px) / 2 + 100%);
	height: 100%;
	background: var(--secondary-color);
}

.fb-left-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/fb-feed-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .05;
}

.fb-link a em {
	font-size: 22px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 16px;
}

/*instagram feed*/
section.instagram-feed-area {
	background: #E6DDC8;
}

.ins-feed-row::before {
	display: none;
}

.ins-feed-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ins-link a:hover {
	background: #0b0e3b;
	border: solid 1px #0b0e3b;
	color: #E6DDC8;
}

.ins-link a {
	display: block;
	max-width: 270px;
	margin: 32px auto 0;
	border: solid 1px #E6DDC8;
	font-size: 18px;
	text-align: center;
	color: #E6DDC8;
	height: 68px;
	line-height: 68px;
	font-family: var(--primary-font);
	letter-spacing: .2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ins-header-inner img {
	margin: 0 auto 18px;
}

.instagram-feed-header {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.ins-header-inner {
	position: relative;
	z-index: 5;
}

.ins-left-bg {
	position: absolute;
	top: 0;
	left: -15px;
	width: calc((100vw - 1125px) / 2 + 100%);
	height: 100%;
	background: var(--secondary-color);
}

.ins-left-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/ins-feed-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .05;
}

.ins-link a em {
	font-size: 24px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 12px;
}

.instagram-feed-content {
	float: right;
	width: calc((100vw - 1125px) / 2 + 100%);
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}

.ins-feed-list {
	width: 50%;
}

.ins-feed-list a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ins-feed-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ins-feed-photo canvas {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #000;
	opacity: 0;
}

.ins-feed-list video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all 0.3s ease-in-out;
}

.ins-feed-list a:hover .ins-feed-photo canvas {
	opacity: .2;
}

.ins-feed-list a:hover video {
	transform: scale(1.2);
}

.ins-text {
	font-size: 28px;
	text-align: center;
	font-family: var(--primary-font);
	color: #E6DDC8;
	letter-spacing: .3px;
}

.ins-text span {
	display: block;
	font-size: 18px;
	letter-spacing: .1px;
	margin-top: 12px;
}

/*blog*/
section.blog-area {
	position: relative;
}

.blog-holder {
	padding: 20px;
	position: relative;
	background: url(../../images/blog-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-holder::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #373737;
	opacity: .12;
}

.blog-inner {
	position: relative;
	z-index: 5;
	background: #E6DDC8;
	padding: 80px 30px;
}

.blog-title {
	font-size: 40px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: var(--primary-font);
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 56px;
	text-align: center;
}

.blog-slick-slider {
	max-width: 1170px;
	margin: 0 auto;
}

.blog-list {
	max-width: 390px;
	padding: 15px;
	margin: 0 auto;
}

.blog-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-photo a {
	display: block;
}

.blog-photo a canvas {
	display: block;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-photo a:hover canvas {
	opacity: .2;
}

.blog-content {
	text-align: center;
	padding: 19px 20px;
}

.blog-content h2 a {
	font-size: 18px;
	color: #111111;
	text-transform: uppercase;
	font-family: var(--primary-font);
	line-height: 1.3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-content h2 a:hover {
	color: var(--secondary-color);
}

.blog-content p {
	font-size: 13px;
	color: #7d7d7d;
	font-family: var(--primary-font);
	line-height: 1.55;
	letter-spacing: .2px;
}

.blog-content h2 {
	margin-bottom: 15px;
}

a.blog-read {
	display: block;
	max-width: 195px;
	margin: 29px auto 0;
	border: solid 1px var(--primary-color);
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: var(--primary-color);
	height: 52px;
	line-height: 52px;
	font-family: var(--primary-font);
	letter-spacing: 1.3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.blog-read:hover {
	background: var(--secondary-color);
	border: solid 1px var(--secondary-color);
	color: #E6DDC8;
}

/*get in touch*/
section.get-in-touch-area {
	background: url(https://cdn.agentimagehosting.com/SYJyOGHpraRMRsKloqpd3/2026/04/01010741/footer-form-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	margin-top: 131px;
	padding: 93px 0 33px;
}

section.get-in-touch-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	opacity: 0.6;
}

html.mobile-true section.get-in-touch-area,
html.ios-true section.get-in-touch-area {
	background-attachment: scroll;
}

.gt-holder {
	position: relative;
	z-index: 5;
}

.gt-title {
	font-size: 50px;
	color: #E6DDC8;
	text-transform: uppercase;
	font-family: var(--primary-font);
	position: relative;
	padding-bottom: 36px;
	margin-bottom: 57px;
	text-align: center;
}

.gt-title span {
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.gt-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
	height: 1px;
	background: #E6DDC8;
}

.gt-form {
	font-size: 0;
	position: relative;
	z-index: 5;
}

.gt-form input,
.gt-form textarea {
	font-size: 12px;
	width: 100%;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	text-transform: uppercase;
	height: 50px;
	color: #E6DDC8;
	font-family: var(--primary-font);
	padding: 0 10px;
	border-radius: 0;
	resize: none;
	border: 1px solid transparent;
	border-bottom: solid 1px #E6DDC8;
	letter-spacing: 1px;
	transition: all .25s ease-in-out;
}

.gt-fields.gt-textarea textarea {
	padding-top: 19px;
	height: 100px;
}


.gt-form input:focus,
.gt-form textarea:focus {
	border-color: #E6DDC8;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #E6DDC8, 0 0 8px #E6DDC8;
	box-shadow: inset 0 0 1px #E6DDC8, 0 0 8px #E6DDC8;

}

.gt-fields.gt-textarea {
	height: 100px;
	position: relative;
	margin-bottom: 33px;
	width: 100%;
}

.gt-form .gt-btn input:hover {
	background: var(--secondary-color);
	border: solid 1px var(--secondary-color);
	color: #E6DDC8;
}

.gt-form .gt-btn input {
	display: block;
	max-width: 195px;
	margin: 29px auto 0;
	border: solid 1px #E6DDC8;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #E6DDC8;
	height: 52px;
	line-height: 52px;
	font-family: var(--primary-font);
	letter-spacing: 1.3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gt-fields {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 41px;
	width: calc(100% / 2);
	position: relative;
	padding: 0 20px;
}

.gt-fields label {
	opacity: 0;
	position: absolute;
}

.gt-fields .ajax-loader {
	margin: 0 auto !important;
	display: block !important;
}

.gt-form span.wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}

.gt-form span.wpcf7-form-control-wrap {
	display: block;
}

.gt-form div.wpcf7-response-output {
	margin: -6px auto 0;
	position: absolute;
	width: calc(100% - 40px);
	font-size: 11px;
	color: #E6DDC8;
	text-align: center;
	left: 0;
	right: 0;
}

.gt-form form {
	position: relative;
	padding-bottom: 50px;
}

.gt-fields.gt-btn {
	width: 100%;
	margin-bottom: 0;
}


section.cta-area {
    background: black;
}
.cta-photo canvas {
    opacity: 0.3 !important;
    background: #E6DDC8 !important;
}
.cta-list a:hover .cta-photo canvas {
    opacity: 0.5 !important;
    background: #bfb183 !important;
}
.cta-photo {
    background-image: url(https://cdn.agentimagehosting.com/SYJyOGHpraRMRsKloqpd3/2026/04/30141828/iStock-2215713701.jpg) !important;
}
section.featured-communities-area {
    background: black;
}
.fc-title {
    color: #E6DDC8;
}
.fc-last-list .fc-photo canvas {
    background: #bfb183 !important;
}
.testi-dots ul {
    background: black;
}
.testi-dots ul.slick-dots li span {
    background: #E6DDC8;
}
.testi-dots ul.slick-dots li span {
    background: #E6DDC8;
}
.testi-list span {
    color: #E6DDC8;
}
.testi-title img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.testi-title {
    color: #E6DDC8;
}
section.testimonials-area {
    background: black;
}
section.blog-area {
    background: black;
    padding-bottom: 130px;
}
section.get-in-touch-area {
    margin-top: 0;
}
.blog-inner {
    background: #000000;
}
.blog-title {
    color: #E6DDC8;
}
.blog-content h2 a {
    color: #E6DDC8;
}
.blog-content p {
    color: #E6DDC8;
}
a.blog-read {
    border: solid 1px #E6DDC8;
    color: #E6DDC8;
}
.blog-holder {
    background: url(https://cdn.agentimagehosting.com/SYJyOGHpraRMRsKloqpd3/2026/04/30141828/iStock-2215713701.jpg) no-repeat;
}



/* Video Template : START */
.ts-arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ts-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border: solid 1px #E6DDC8;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 100%;
	transition: var(--default-transition);
}
.ts-arrow:hover {
    border-color: var(--secondary-color);
	background: var(--secondary-color);
}
.ts-arrow i {
    font-size: 10px;
    color: #E6DDC8;
}

#video-testimonials {
    text-align: center;
    font-size: 0;
    overflow: hidden;
background: black;
  padding: 0 0 130px;
	display: none;
}

.ts-video-holder {
    position: relative;
    max-width: 1576px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}
.ts-video-holder .slick-slide {
    height: auto;
}
.ts-video-slick {
    margin-top: 32px;
}
.ts-video-item {
    position: relative;
    padding: 0;
}
.ts-video-item-image {
    position: relative;
    display: block;
}
.ts-video-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    transition: opacity var(--default-transition);
}
.ts-video-item:hover .ts-video-item-image::before {
    opacity: 0.7;
}
.ts-video-item-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity var(--default-transition);
}
.ts-video-item:hover .ts-video-item-image svg {
    opacity: 1;
}
.ts-video-item-image canvas {
    display: block;
    width: 100%;
    aspect-ratio: 341.42/192;
}
.ts-video-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ts-video-item-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0 95px;
    height: 95px;
    color: #E6DDC8;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    opacity: var(--name-opacity, 0);
    transition: var(--default-transition);
}
.ts-video-item.slick-slide {
    opacity: var(--slide-opacity, 0);
    transition: var(--transition);
    transition-property: transform, transform-origin, opacity;
}
.ts-video-item.prev-slide,
.ts-video-item.slick-active,
.ts-video-item.next-slide {
    --slide-opacity: 1;
}
.ts-video-item.slick-active .ts-video-item-name {
    --name-opacity: 1;
}

.ts-video-arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.ts-video-arrows .ts-arrow {
    margin: 0 !important;
}
.fttestimonialspopup.aiosp-wrap {
    pointer-events: none;
}
.fttestimonialspopup.aiosp-bg {
    background: #000c;
    opacity: 1;
}
.fttestimonialspopup .aiosp-container {
    padding: 50px 11px;
    pointer-events: none;
}
.fttestimonialspopup .aiosp-content {
    pointer-events: auto;
}
.fttestimonialspopup .aiosp-content.with-arrow {
    padding-bottom: 109px;
}
.fttestimonialspopup__item {
    position: relative;
    display: block;
    height: 100%;
}
.fttestimonialspopup__item .plyr {
    --plyr-color-main: var(--primary);
    height: 100%;
}
.fttestimonialspopup__video {
    position: relative;
    display: block;
    width: 100%;
}
.fttestimonialspopup__video--is-youtube {
    height: 100%;
    aspect-ratio: 16/9;
}
.fttestimonialspopup__video--is-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fttestimonialspopup__name {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(100% + 32px);
    left: 0;
    right: 0;
    color: #E6DDC8;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    text-shadow: none !important;
    height: 80px;
}
.fttestimonialspopup__pagination {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    pointer-events: none;
}
.fttestimonialspopup__pagination button,
.fttestimonialspopup__pagination div {
    appearance: none !important;
    border: solid 1px #E6DDC8 !important;
    color: #E6DDC8 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease-in-out !important;
}
.fttestimonialspopup__pagination button:active,
.fttestimonialspopup__pagination button:hover,
.fttestimonialspopup__pagination div:active,
.fttestimonialspopup__pagination div:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #E6DDC8 !important;
}
.fttestimonialspopup__pagination button i,
.fttestimonialspopup__pagination div i {
    color: #E6DDC8 !important;
}
.fttestimonialspopup__close {
    position: absolute;
    bottom: calc(100% + 18px);
    right: 0;
    color: #E6DDC8;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

/* Video Template : END */

.qs-btn-trigger a {
    border: solid 3px #E6DDC8;
}
.featured-communities-area .fc-last-list .fc-photo canvas {
    background: #AD893D !important;
}

/******************************************************* * * Mobile styles and other media queries * *******************************************************/
@media only screen and (min-width: 744px) {
	#video-testimonials .slick-list {
        overflow: visible !important;
    }
    .ts-video-holder {
        padding-right: 40px;
        padding-left: 40px;
    }
    .ts-video-item {
        position: relative;
        padding: 0 16px;
    }
    .ts-video-item-image canvas {
        aspect-ratio: 661.503/372;
    }
    .ts-video-item.slick-slide {
        --scale: 93.75%;
        --translate: calc(100% - var(--scale));
        transform: scale(var(--scale)) translate(calc(var(--translate) * 1 + 128px));
        transform-origin: var(--origin, right);
    }
    .ts-video-item.prev-slide,
    .ts-video-item.slick-active,
    .ts-video-item.next-slide {
        --opacity: 1;
        transform: scale(var(--scale));
    }
    .ts-video-item.prev-slide {
        --origin: right;
    }
    .ts-video-item.next-slide {
        --origin: left;
    }
    .ts-video-item.next-slide ~ div {
        --origin: left;
        transform: scale(var(--scale))
        translate(calc(var(--translate) * -1 - 128px));
    }
    .ts-video-item.slick-active {
        --origin: center !important;
        --scale: 100% !important;
    }
    .ts-video-arrows {
        padding-right: 56px;
        padding-left: 56px;
    }
    .fttestimonialspopup .aiosp-container {
        padding: 50px 41px;
    }
}


@media only screen and (min-width: 992px) {
	has-video-testimonials {
        padding-bottom: 90px !important;
    }

    .ts-video-holder {
        padding-right: 113px;
        padding-left: 113px;
    }
    .ts-video-item {
        padding: 0 32px 95px;
    }
    .ts-video-item-image canvas {
        aspect-ratio: 796.649/448;
    }
    .ts-video-item-name {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ts-video-arrows {
        padding-right: 145px;
        padding-left: 145px;
    }
}

@media only screen and (min-width: 1199px) {}

@media only screen and (min-width: 1280px) {
	.ts-video-holder {
        padding-right: 220px;
        padding-left: 220px;
    }
    .ts-video-item-name {
        font-size: 20px;
        line-height: 1.125;
        letter-spacing: 2.24px;
    }
    .ts-video-item.slick-slide {
        --scale: 71.91%;
    }
    .ts-video-item.slick-active {
        --scale: 100% !important;
    }
    .ts-video-arrows {
        padding-right: 252px;
        padding-left: 252px;
    }
}

@media only screen and (min-width: 1366px) {}

@media only screen and (min-width: 1440px) {}

@media only screen and (max-width: 1440px) {

	.wc-photo,
	.fp-photo-holder,
	.fb-left-bg,
	.instagram-feed-content,
	.ins-left-bg {
		width: calc((100vw - 1110px) / 2 + 100%);
	}

	.fixed-contact-details {
		right: 10px;
	}
}

@media only screen and (max-width: 1366px) {
	.slider-content .site-name a {
		font-size: 45px;
	}

	.wc-content h1,
	.wc-content h2 {
		font-size: 35px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.wc-content p {
		font-size: 15px;
		line-height: 1.5;
		padding-bottom: 15px;
	}

	a.wc-link {
		margin: 5px 0 0;
	}

	.fp-details-holder {
		padding-left: 50px;
	}

	.fp-title {
		font-size: 35px;
		padding-bottom: 15px;
		margin-bottom: 35px;
	}

	.fp-title span,
	.wc-content h1 span,
	.wc-content h2 span,
	.fc-title span,
	.gt-title span {
		font-size: 17px;
	}

	.fp-address {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.fp-price {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.fc-title {
		font-size: 35px;
	}

	.fp-specs {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.fc-label span {
		font-size: 23px;
	}

	.fb-feed-list {
		padding: 12px 0;
	}

	.fb-feed-title {
		font-size: 25px;
	}

	.fb-feed-title span {
		font-size: 14px;
	}

	.fb-feed-bottom p {
		font-size: 16px;
	}

	.ins-text {
		font-size: 24px;
	}

	.ins-text span {
		font-size: 16px;
		margin-top: 10px;
	}

	.blog-title,
	.gt-title {
		font-size: 35px;
	}

	.blog-content h2 a {
		font-size: 16px;
	}

	.blog-content {
		padding: 19px 15px;
	}

	.footer-logo a {
		font-size: 40px;
	}
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
	.slider-content .site-name a {
		font-size: 35px;
	}

	.btn-form.qs-field.qsbtn1 {
		margin-right: 5px;
		width: 12%;
	}

	.long-form {
		width: 16%;
	}

	.qs-form select,
	.qs-form input,
	.bootstrap-select>.dropdown-toggle {
		padding: 0 10px;
		font-size: 10px;
	}

	.cta-label {
		font-size: 25px;
	}

	.cta-label span {
		font-size: 15px;
	}

	.wc-photo,
	.fp-photo-holder,
	.fb-left-bg,
	.instagram-feed-content,
	.ins-left-bg {
		width: calc((100vw - 910px) / 2 + 100%);
	}

	.wc-content h1,
	.wc-content h2,
	.fp-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.fp-title,
	.wc-content h1,
	.wc-content h2 {
		font-size: 25px;
	}

	.wc-content p {
		font-size: 14px;
		line-height: 1.4;
		padding-bottom: 10px;
		padding-right: 0;
	}

	.fp-title span,
	.wc-content h1 span,
	.fc-title span,
	.gt-title span {
		font-size: 15px;
	}

	.fp-details-holder {
		padding-left: 20px;
	}

	.fp-price {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.facebook-feed-content {
		padding: 11px 0 16px 14px;
	}

	.fb-feed-title {
		font-size: 20px;
	}

	.fb-feed-title span {
		font-size: 12px;
	}

	.fb-feed-top {
		margin-bottom: 10px;
	}

	.fb-feed-bottom p {
		font-size: 14px;
	}

	.fb-feed-links a {
		font-size: 13px;
	}

	.blog-content {
		padding: 19px 10px;
	}

	.blog-content {
		padding: 19px 10px;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

	.aios-mobile-header-wrapper {
		display: block !important;
	}

	.qs-popup {
		top: 0;
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}

	.slider-content {
		position: relative;
		background: var(--primary-color);
		padding: 30px 0 10px;
	}

	.qs-title {
		width: 100%;
		padding-top: 0;
		padding-bottom: 15px;
		text-align: center;
	}

	.qs-title img {
		margin: 0 auto;
	}

	.qs-form .qs-field {
		margin-right: 0;
		padding: 0 2.5px;
	}

	.long-form {
		width: 100%;
	}

	.qs-form {
		width: 100%;
	}

	.short-form {
		width: 50%;
	}

	.btn-form.qs-field.qsbtn1 {
		margin-right: 0;
		width: 100%;
		margin-left: 0;
	}

	.btn-form.qs-field.qsbtn2 {
		margin: 0 auto;
		display: block;
	}

	.cta-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cta-list a {
		max-width: 350px;
		margin: 0 auto;
	}

	section.cta-area {
		padding: 30px 0;
	}

	.wc-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wc-photo,
	.fp-photo-holder,
	.fb-left-bg,
	.instagram-feed-content,
	.ins-left-bg {
		width: 100%;
		margin: 0;
	}

	.wc-photo {
		max-width: 500px;
		margin: 30px 0;
	}

	.fp-title,
	.wc-content h1 {
		font-size: 30px;
		text-align: center;
	}

	.wc-content h1::before {
		left: 0;
		right: 0;
		margin: auto;
	}

	.wc-content p {
		font-size: 16px;
		line-height: 1.65;
		padding-bottom: 26px;
		text-align: center;
	}

	a.wc-link {
		margin: 5px auto 30px;
	}

	.fp-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fp-arrow-holder {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fp-photo-holder {
		float: none;
		max-width: 500px;
		margin: 0 auto 30px !important;
	}

	.fp-title::before {
		left: 0;
		right: 0;
		margin: auto;
	}

	.fp-address {
		font-size: 15px;
		margin-bottom: 24px;
		text-align: center;
	}

	.fp-price,
	.fp-specs {
		text-align: center;
	}

	.fp-link a {
		margin: 0 auto;
	}

	.fp-details-holder {
		padding-left: 0;
		padding-bottom: 40px;
	}

	.fc-label span {
		font-size: 20px;
	}

	.fb-left-bg {
		right: 0;
	}

	.fb-feed-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.facebook-feed-header {
		padding: 30px 0;
	}

	.fb-feed-list {
		padding: 31px 0 22px;
		text-align: center;
	}

	.fb-feed-top {
		margin-bottom: 22px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fb-feed-title {
		font-size: 25px;
	}

	.fb-feed-title span {
		font-size: 14px;
	}

	.fb-feed-bottom p {
		font-size: 16px;
	}

	.fb-feed-links a {
		font-size: 15px;
	}

	.fb-feed-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ins-feed-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.ins-left-bg {
		left: 0;
	}

	.instagram-feed-header {
		padding: 30px 0;
	}

	.fc-title {
		margin-bottom: 10px;
	}

	.blog-inner {
		padding: 50px 30px;
	}

	.blog-title {
		margin-bottom: 30px;
	}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	.fc-list {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.ins-feed-list {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.gt-fields {
		margin-bottom: 30px;
		width: 100%;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

	.facebook-feed-header,
	.instagram-feed-header {
		padding: 30px;
	}

	.blog-inner {
		padding: 50px 15px;
	}

	.blog-list {
		padding: 0;
	}
}
