/*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;
	text-shadow: -1px 2px 2px #000000;
}

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

.slider-content .site-name p {
	font-size: 20px;
	color: #fff;
	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;
	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;
	text-shadow: -1px 2px 2px #000000;
}

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

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

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

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

.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: #fff;
	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 #fff;
	border-bottom: solid 1px #fff;
	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: #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 {
	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 {
	display: block;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
	padding: 0 2px;
}

.wc-content h1::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);
}

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

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

.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 #fff;
	font-size: 18px;
	text-align: center;
	color: #fff;
	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: #fff;
	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: #fff;
}

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

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

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

/******************************************************* * * Mobile styles and other media queries * *******************************************************/
@media only screen and (min-width: 992px) {}

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

@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 {
		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,
	.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,
	.fp-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.fp-title,
	.wc-content h1 {
		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;
		max-width: 450px;
        margin: 0 auto;
	}

	.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%;
	}
	.short-form .bootstrap-select.btn-group .dropdown-menu {
		min-width: 100%;
	}

	.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) {
	.qs-popup {
		max-width: 290px;
	}

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

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

	.blog-list {
		padding: 0;
	}
}