/*slideshow*/
.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: 58.5px;
	color: #fff;
	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: #fff;
	line-height: 1.3;
}

.slider-content .site-name img {
	margin: 30px auto 0;
    max-width: 700px;
	width: 50vw;
}

/*quick search*/

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

.qs-btn-trigger a {
	display: block;
	max-width: 308px;
	margin: 0 auto;
	border: solid 3px #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	height: 76px;
	line-height: 76px;
	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);
	color: var(--primary-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: #fff;
	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 {
	color: var(--primary-color);
}

.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: #fff;
}

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

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-overflow: ellipsis;
}

/*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: #182955;
	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: var(--secondary-color);
	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;
	
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	
	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;

	height: calc(100% - 50%);
	opacity: 0;
}

.cta-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 28px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	
	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;

	height: 100%;
	opacity: .2;
}

.cta-list a:hover .cta-photo canvas {
	opacity: 0.1;
	background: #000;
}

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

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

.cta-list a:hover .cta-content {
	background: #fff;
}

.cta-list a:hover .cta-label,
.cta-list a:hover .cta-label span {
	/* color: #fff; */
}

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

.wc-content p {
	font-size: 16px;
	color: #fff;
	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 #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	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); */
	color: var(--primary-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: var(--primary-color);
}

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

.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); */
	color: var(--primary-color);
}

.fp-link a {
	display: block;
	max-width: 195px;
	margin: 23px 0 0;
	border: solid 1px #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	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: #fff;
	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: #fff;
}

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

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

.fp-specs {
	font-size: 18px;
	color: #fff;
	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: #fff;
}

.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: #fff;
}

.fb-link a {
	display: block;
	max-width: 256px;
	margin: 38px auto 0;
	border: solid 1px #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	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: #fff;
	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: #fff;
}

.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: #fff;
}

.ins-link a {
	display: block;
	max-width: 270px;
	margin: 32px auto 0;
	border: solid 1px var(--primary-color);
	font-size: 18px;
	text-align: center;
	color: var(--primary-color);
	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;
	filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(2116%) hue-rotate(224deg) brightness(91%) contrast(102%);
}

.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[style$="/k6xh836qtpg.jpg?uat=1773881447);"] {
	background-size: 130%;
    background-position: center top;
}

.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: var(--primary-color);
	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: #fff;
	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: var(--primary-color);
}

/*get in touch*/
section.get-in-touch-area {
	background: url(../../images/gt-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: #fff;
	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: #fff;
}

.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: #fff;
	font-family: var(--primary-font);
	padding: 0 10px;
	border-radius: 0;
	resize: none;
	border: 1px solid transparent;
	border-bottom: solid 1px #fff;
	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: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #fff, 0 0 8px #fff;
	box-shadow: inset 0 0 1px #fff, 0 0 8px #fff;

}

.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: var(--primary-color);
}

.gt-form .gt-btn input {
	display: block;
	max-width: 195px;
	margin: 29px auto 0;
	border: solid 1px #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	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: #fff;
	text-align: center;
	left: 0;
	right: 0;
}

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

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

/* Meet the Team */
.pagination-prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKWSURBVHgBxZi9bhNBFIXPrE0UIWGGBKQgEWskY+TS6Sg3HXSmo0t4BJ6A8Aa8QZLSlXGFqEwqoIpLJMfSQIigAGsSUkQYr7nj9Sa25ezu7M4mp7Hnan8+3bn3zMwyZCwhBL+BQQNgwkP/ZVf+eHvZtQ4yVIVIFuDt018XGAqG/EbY9ZnBaBAPXmtIEEFsiH+7uGqYshDVGRBF/92wKdLKwbIeigcuA95RHlbGIQl4Tw/k0eeoexksqixWN+lneyIk++ivS/lTxrnf2jQ9EsWtNCBaVjKjQagmXl1Ehu0+TglEKYPHpM9MWRTfTINgJwmIVuLMaDNbwIBAMOkdOx15+AIJlQjGd1WvRdNRDWKUna0D+f01Usi4tbWZOfA+0usrNkG08iYXz3NVD2yzKw93YUGxC3ieq/og36yAaMXKjAaBD8IDEBqvd+VRGxYVmRnfVQe08p6DaDNb61gG0QrtppJYrRFtYyJk7KomCs0Mm/YQkvcsK5BIGHr53vQ416CGEshIoT7TU38+LfFbxwzsyTjE6YZagd9pKmVu91GK5cB+7bDtiyJmVDsO1Y6UsKjYy4Fub0Yba1qLxDg0am+bXRXb9DpSth3qJDbauY1EWXL2S6K4AUsyWpt+qVN1j99s0m01H2aU2tpdXmC/1ckHpJTxQhkADZF3aTje5zLXBlCiDbkGoo6q5/2Vu2ILKPHpgDr7jF5cX+a39XQ9DoBoLHrqpIkESn1UoRe/X+Jc1447DlWXeYG8yKkT75nBo+ycm3rqeG8aiK3ksPjc1BytHeJ8oHRubfVEqZcPqpmvunZouGgKZPVEGSjYjGFmMxbl1pkc/LVb5/B3bcatWyVxv4arhtH6Qvue2eXj2r7PzAFSUd9n/gMKtzBJO6jE7QAAAABJRU5ErkJggg==) no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 100%
}

.pagination-next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKLSURBVHgBxZi/TttAHMe/dgBVlZocKZWo1ERX8UcZ042tyZZu4QngEdonKH0D1k6QJ4BMiIl2artlrEQqnURRM1B0IAbagN3f2Y5wCrHP9hk+UhT7cud89Lvz95xYiGCBV9o2rC06lEPYTUEgR+yoDy1gDXAZvfg0nANO4KFkXKBDSjI4y13IiuuwxHkdJOFXyIPknOahOO7BMHZch0MhegX8fUXWImgiKftggVfXYJiCTqcTeSGfscdd6t72ZfCI5Nplxs5O5dlXGEJLZoKQmuPWHCtav+X5JxhAW2Yk9ISVOzSoRafzfqvVMCWUSEYhpbykqfk4x0ov6bQ+EnrKSuxUnu8jA4llRlAldmnNqKlqBE0rZVaqF5m9T76XSEFqGQVV6HNYiN5rBcy0iqxMQlImvV4mmbuESGmeLtoustluUqHY0NNliVfW6W0rdGmRdD8zJuML/Z/WlgCuV3XTOjaBk3A7rV3up/Xzts54ozKK72IgbAyb4e3DxtTOIq++jRubeQHfxaS0jts+jFdmhKqQi8LqeKv7OmpMbjI1eu6x4OyE21xcdXDfMkrEobvK9RawjwNr/Yf4tRs1zuitrcjyMGa0Mn7wjYmIJE+FOSYwKIGHlMADoXkJM5VZ5tWNrCKKzJVRIrRQ39+0uL0hLkgk+a6dqTLLvLI9LoLttCKKVJWhO5fN4HrT9X7k+dDxZl8cvUMGEssokWn/jqnfiLgbffHzAzKSaG9SYWbD+UJfXzMtopjS7Tg5VY86MIRWZYJU3QuJSDpukUgXBomVWeQvGrSw9mhCgt9JXqq+6YvjbzBM5AL2/59BeOdNFWa6aPw/cz8iishpmmWlP2S7Quujd+WF2ckAOfIPTzkqzD4U9DQAAAAASUVORK5CYII=) no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: 100%
}

.floatingPagination button {
    border: none;
    position: absolute;
    transition: var(--transition)
}

.floatingPagination button:hover {
    opacity: .7
}

.floatingPagination button.pagination-prev {
    left: -65px
}

.floatingPagination button.pagination-next {
    right: -65px
}

.paginationButtons {
    display: flex;
    align-items: center;
    justify-content: center
}

.paginationButtons__prev {
    border: none;
    outline: none;
    transition: var(--transition);
    flex-shrink: 0
}

.paginationButtons__prev:hover {
    opacity: .7
}

.paginationButtons__next {
    border: none;
    outline: none;
    transition: var(--transition);
    flex-shrink: 0
}

.paginationButtons__next:hover {
    opacity: .7
}

.paginationButtons .site-button {
    margin: 0 22px;
    flex-shrink: 0;
	text-align: center;
	width: 100%;
}

.paginationButtons .site-button a {
	display: inline-block;
    max-width: 195px;
    /* margin: 23px 0 0; */
	width: 100%;
    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;
}

.paginationButtons .site-button a:hover {
    background: var(--secondary-color);
    border: solid 1px var(--secondary-color);
    color: var(--primary-color);
}

.hpAgents {
	--transition: all .4s ease-in-out;
    position: relative;
    margin: 40px -15px;
    overflow: hidden
}

.hpAgents__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 260px);
    z-index: 1;
    background-position: center center;
    background-size: cover
}

.hpAgents__container {
    position: relative;
    z-index: 5;
    padding: 54px 53px 40px
}

.hpAgents__title {
    text-align: center;
    z-index: 5;
    position: relative
}

.hpAgents__title .team-title {
	font-size: 40px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--heading-font);
    letter-spacing: 3.8px;
    position: relative;
	text-align: center;
}

.hpAgents__title .team-title span {
	display: block;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
}

.hpAgents__slideWrap {
    position: relative
}

.hpAgents__slideWrap .floatingPagination {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: none;
    z-index: 10
}

.hpAgents__items {
    margin: 41.21px 0;
	position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.hpAgents__item {
    position: relative
}

.hpAgents__item a {
    display: block;
    width: 100%;
    color: var(--primary-text)
}

.hpAgents__item a[href$="/agents/202/"] {
	pointer-events: none;
}

.hpAgents__item a:hover img {
    filter: grayscale(1)
}

.hpAgents__item--image {
    position: relative
}

.hpAgents__item--image canvas {
    display: block;
    width: 100%;
    height: auto
}

.hpAgents__item--image img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: var(--transition)
}

.hpAgents__item--content {
    margin: 35.79px 0 0
}

.hpAgents__item--content h3,
.hpAgents__item--content .agent-name {
    color: var(--primary-text);
    text-align: center;
    font-size: 25px;
    letter-spacing: 1.25px;
    line-height: 1;
    text-transform: uppercase
}

.hpAgents__item--content small {
    color: var(--primary-text);
    text-align: center;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    display: block
}

/******************************************************* * * Mobile styles and other media queries * *******************************************************/
@media only screen and (min-width: 744px) {
	.paginationButtons__prev,
	.paginationButtons__next {
        display:none
    }
	
	.hpAgents__bg {
        height: calc(100% - 319px)
    }

    .hpAgents__container {
        padding-left: 76px;
        padding-right: 76px
    }

    .hpAgents__slideWrap .floatingPagination {
        /* display: none; */
    }

    .hpAgents__items {
        margin: 47px 0 63px;
    }

	.hpAgents__items.three-slides {
		max-width: 1080px;
		margin-inline: auto;
	}

	.hpAgents__items.two-slides {
		max-width: 800px;
		margin-inline: auto;
	}

	.hpAgents__items.only-slide {
		max-width: 500px;
		margin-inline: auto;
	}
}

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

@media only screen and (min-width: 1024px) {
	.hpAgents {
        margin-left: 0;
        margin-right: 0
    }
}

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

@media only screen and (min-width: 1280px) {
	.hpAgents__bg {
        height: calc(100% - 339px)
    }

    .hpAgents__container {
        padding-left: 95px;
        padding-right: 95px
    }
}

@media only screen and (min-width: 1366px) {
	.ins-header-inner {
		left: 50px;
	}
}

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

	.hpAgents__title .team-title {
		font-size: 35px;
	}

	.fp-title span,
	.wc-content h1 span,
	.wc-content h2 span,
	.fc-title span,
	.gt-title span,
	.hpAgents__title .team-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;
	}

	.hpAgents__title .team-title {
		font-size: 25px;
	}

	.fp-title span,
	.wc-content h1 span,
	.wc-content h2 span,
	.fc-title span,
	.gt-title span,
	.hpAgents__title .team-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-form {
		max-width: calc(100vw - 30px);
		margin: 0 auto;
		display: block;
	}

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

	.qs-form p {
		text-align: center;
	}

	.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,
	.wc-content h2 {
		font-size: 30px;
		text-align: center;
	}

	.wc-content h1::before,
	.wc-content h2::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;
	}

	.floatingPagination button.pagination-prev {
		left: -55px;
	}

	.floatingPagination button.pagination-next {
		right: -55px;
	}
}

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

	.pagination-prev,
	.pagination-next {
		width: 24px;
    	height: 24px;
	}

	.paginationButtons .site-button {
		width: 190px;
		margin: 0 14px;
	}

	.floatingPagination button.pagination-prev {
		left: -45px;
	}

	.floatingPagination button.pagination-next {
		right: -45px;
	}
}

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