/*******************
****** VIDEO *******
*******************/
.mejs-overlay:hover>.mejs-overlay-button,
.mejs-layer .mejs-overlay-button {
	position: relative;
	width: 125px;
	height: 125px;
	background: #F8FAFB;
	box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	background: url(../img/playbtn.svg) center no-repeat #fff !important; 
	background-size: 50px 50px !important;
}
.mejs-overlay-play[style*="display"]:hover>.mejs-overlay-button,
.mejs-overlay-play[style*="display"] .mejs-overlay-button {
	background-image: url(../img/pausebtn.svg) !important;
}
.mejs-overlay-play[style*="display"] {
	display: flex !important;
}
.mejs-overlay-play[style*="display"] .mejs-overlay-button {
	opacity: 0;
}
.mejs-overlay-play[style*="display"]:hover>.mejs-overlay-button {
	opacity: 1;
}
.mejs-layer .mejs-overlay-button:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	background: rgba(248, 250, 251, 0.65);
	height: 274px;
	width: 274px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.53);
	transition: all ease-in-out 0.4s;
	z-index: -1; 
}
.mejs-layer .mejs-overlay-button:hover:before {
	transform: translate(-50%, -50%) scale(1);
}
.mejs-poster.mejs-layer {
	background-position: top left !important;
	background-size: cover;
}
.fl-wp-video {
	box-shadow: 0px 4px 70px -5px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/

@media screen {
	.fl-builder-content a.fl-button,
	.fl-builder-content a.fl-button:visited,
	.fl-button {
		display: inline-block;
	    border: 1px solid #bc8e4e;
	    border-radius: 50px;
	    background: transparent;
	    padding: 12px 20px;
	    text-decoration: none;
	    transition: all 0.4s;
	    text-align: center;
		color: #bc8e4e;
	}

	.fl-builder-content a.fl-button span,
	.fl-builder-content a.fl-button:visited span {
		color: #bc8e4e;
	}

	.fl-builder-content a.fl-button:hover,
	.fl-button:hover {
		color: #fff;
	    background: #bc8e4e;
	}

	.fl-builder-content a.fl-button:hover span {
		color: #fff;
	}
}
	
/*******************
****** BTN2ND ******
*******************/

.fl-ajax-carousel .fl-post-grid-more {
	margin-top: 50px;
    width: 180px;
    padding: 10px 50px 10px 25px;
    text-align: left;
    color: #23252B !important;
	transition: all linear 0.2s;
}
.fl-ajax-carousel .fl-post-grid-more:hover {
	color: #fff !important;
}
.fl-ajax-carousel .fl-post-grid-more,
.fl-builder-content .button-secondary  a.fl-button[href] {
	position: relative;
	z-index: 2;
	transition: all linear 0.2s;
}
.fl-builder-content .button-secondary  a.fl-button[href] span {
	transition: all linear 0.2s;
}
.fl-ajax-carousel .fl-post-grid-more:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: calc(100% + 2px);
    background: #fff;
    top: -1px;
    left: 0;
    width: 180px;
	transition: all linear 0.2s;
}
.fl-ajax-carousel .fl-post-grid-more:hover:before {
	background: #23252B;
}
.fl-ajax-carousel .fl-post-grid-more:after,
.fl-builder-content .button-secondary  a.fl-button[href]:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	width: 65px;
	border: 1px solid #f8fafb;
	background: url('../img/arrow-right.svg') center no-repeat;
	background-size: 24px auto;
	transform: translateX(100%);
	transition: all linear 0.2s;
}
.fl-ajax-carousel .fl-post-grid-more:hover:after,
.fl-builder-content .button-secondary .fl-button:hover:after {
	background-image: url('../img/arrow-right-over.svg');
	border-color: #23252B;
}
/*******************
****** BTN7ND ******
*******************/
.fl-builder-content .btn-circle a.fl-button[href] {
	height: 200px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.fl-builder-content .btn-circle .fl-button-center a.fl-button[href] {
	margin: 0 auto;
}
.fl-builder-content .btn-circle .fl-button-right  a.fl-button[href] {
	margin-left: auto;
}
/*******************
****** BTNICN ******
*******************/
.fl-builder-content .fl-button-has-icon .fl-button {
	position: relative;
}
.fl-builder-content .fl-button-has-icon .fl-button span {
	color: #23252B;
}
.fl-builder-content .fl-button-has-icon .fl-button-icon {
	font-size: 14px !important;
	position: absolute;
	right: 24px;
	bottom: 27px;
	transition: right ease-in-out 0.4s;
}
.fl-builder-content .fl-button-has-icon .fl-button:hover .fl-button-icon {
	right: 20px;
}
.fl-builder-content .fl-button-has-icon .fl-button:hover .fl-button-text {
	color: #23252B;
}
/*******************
****** BTNSHAD ******
*******************/
.btn-shadow a:hover {
	box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.12) !important;
}
/*******************
****** NUMBERS ******
*******************/
.hover-number-col > .fl-col-content {
	transition: box-shadow ease-in-out 0.2s;
}
.hover-number-col > .fl-col-content:hover {
	box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.fl-number .fl-number-text {
	font-family: 'Prata', sans-serif;
}
.fl-number-string {
	line-height: 1.2;
}
/*******************
****** POST GRID ******
*******************/
.fl-post-grid-more {
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: underline;
}
/*******************
*** SCROLL DOWN ****
*******************/
.fl-scroll-down,
.fl-scroll-to {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 30px;
	margin-left: -15px;
	cursor: pointer;
}
/*******************
*** BOX ****
*******************/
.box {
	background: #F8FAFB;
	box-shadow: 0px 4px 70px -5px rgba(0, 0, 0, 0.1);
	border-radius: 14px;
}
@media (min-width: 768px) {
	.float-right-box {
		position: relative;
		z-index: 2;
		margin-right: 0;
		transform: translateX(50%)
	}
}
@media (max-width: 768px) {
	.float-right-box {
		position: relative;
		z-index: 2;
		max-width: 90%;
		margin-top: -130px;
	}
}

	
/*******************
**** CIRCLE SEP ****
*******************/
.circle .fl-separator {
	border-radius: 100%;
	height: 20px;
	width: 20px;
	border: 0 !important;
	background-color: #bc8e4e;
}
/*******************
**** HOVER COL ****
*******************/
.hover-col {
	position: relative;
}

.hover-col .fl-col-content {
	position: relative;
	z-index: 4;
}

.hover-col.fl-col:before {
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	right: -30px;
	left: -30px;
	bottom: 0;
	background: #F8FAFB;
	border: 1px solid #BC8E4E;
	border-radius: 200px 200px 53px 53px;
	box-shadow: 0px 4px 70px -5px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
}

.hover-col.fl-col:hover {
	z-index: 5;
}

.hover-col.fl-col:hover:before {
	opacity: 1;
}
/*******************
**** HOVER COL ****
*******************/
.fl-photo-caption-hover {
	padding: 16px 30px;
	opacity: 1;
	background-color: transparent;
	text-align: left;
	font-size: 2.1rem;
}
/*******************
**** IMAGE HGT *****
*******************/
.full-height-image img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.strech-img,
.strech-img .fl-module-content,
.strech-img .fl-photo,
.strech-img .fl-photo-content,
.strech-img .fl-photo-content img {
	margin: 0 !important;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.img-715 img {
	display: block;
	min-height: 690px;
	width: 100%;
	object-fit: cover;
}


/*******************
**** ZINDEX *****
*******************/
body:not(.fl-builder-edit) .z-1 {
	position: relative;
	z-index: -1;
}


/*******************
**** SEP *****
*******************/
.b-v-sep {
	overflow: hidden;
}

.b-v-sep .fl-col-content .fl-module:last-child {
	position: relative;
}

.b-v-sep .fl-col-content .fl-module:last-child:after {
	content: "";
	display: block;
	height: 400px;
	width: 1px;
	background-color: #23252B;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateY(100%);
}
/*******************
**** SEE MORE *****
*******************/
.seemore .fl-button  {
	position: relative;

}
.seemore .fl-button .fl-button-icon  {
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0 !important;
}

/*******************
**** ACCORDION *****
*******************/
.fl-accordion-button-icon {
	text-decoration: none !important;
}
/*******************
**** GO TOP *****
*******************/
.gotop .fl-button  {
	position: relative;

}
.gotop .fl-button .fl-button-icon  {
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
	width: 25px;
	display: inline-block;
}

.retdbutton .fl-button i.fl-button-icon-after {
    margin-bottom: -13px;
    margin-right: -20px;
}